Rest

object Rest extends CompanionFor[Rest]
Companion:
class
class CompanionFor[Rest]
trait OptionSugar
trait JsonDecoderHelpers
trait BaseFieldDecoders
trait Utils
class Object
trait Matchable
class Any
Rest.type

Type members

Classlikes

@POJOBoilerplate
class Interaction(val id: Option[String], val code: SYSTEM_RESTFUL_INTERACTION, val extension: LitSeq[Extension], val documentation: Option[Markdown], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Interaction extends CompanionFor[Interaction]
Companion:
class
@POJOBoilerplate
class Resource(val id: Option[String], `type`: RESOURCE_TYPES, val profile: Option[Canonical], val extension: LitSeq[Extension], val versioning: Option[VERSIONING_POLICY], val readHistory: Option[Boolean], val updateCreate: Option[Boolean], val documentation: Option[Markdown], val searchInclude: LitSeq[String], val conditionalRead: Option[CONDITIONAL_READ_STATUS], val referencePolicy: LitSeq[REFERENCE_HANDLING_POLICY], val supportedProfile: LitSeq[Canonical], val searchRevInclude: LitSeq[String], val modifierExtension: LitSeq[Extension], val conditionalCreate: Option[Boolean], val conditionalUpdate: Option[Boolean], val conditionalDelete: Option[CONDITIONAL_DELETE_STATUS], val operation: LitSeq[Operation], val interaction: LitSeq[Interaction], val searchParam: LitSeq[SearchParam], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Resource extends CompanionFor[Resource]
Companion:
class
@POJOBoilerplate
class Security(val id: Option[String], val cors: Option[Boolean], val service: LitSeq[CodeableConcept], val extension: LitSeq[Extension], val description: Option[Markdown], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Security extends CompanionFor[Security]
Companion:
class

Inherited classlikes

implicit class RichCursor(cursor: ACursor)
Inherited from:
JsonDecoderHelpers
implicit class RichSeqT[T](val s1: Seq[T])
Inherited from:
OptionSugar
implicit class RichT[T](val t: T)
Inherited from:
OptionSugar

Types

override type ParentType = Rest
override type ResourceType = Rest

Value members

Concrete methods

def apply(id: Option[String], mode: RESTFUL_CAPABILITY_MODE, extension: LitSeq[Extension], operation: LitSeq[Operation], searchParam: LitSeq[SearchParam], compartment: LitSeq[Canonical], documentation: Option[Markdown], modifierExtension: LitSeq[Extension], security: Option[Security], interaction: LitSeq[Interaction], resource: LitSeq[Resource], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): Rest
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[Rest]
override def fields(t: Rest): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor
def unapply(o: Rest): Option[(Option[String], RESTFUL_CAPABILITY_MODE, LitSeq[Extension], LitSeq[Operation], LitSeq[SearchParam], LitSeq[Canonical], Option[Markdown], LitSeq[Extension], Option[Security], LitSeq[Interaction], LitSeq[Resource])]

Inherited methods

def cast(t: ResourceType): Try[Rest]
Inherited from:
CompanionFor
def checkUnknownFields(cursor: HCursor, keys: Set[String], keyPrefixes: Seq[Set[String]])(implicit decoderParams: DecoderParams): Try[Unit]
Inherited from:
CompanionFor
def companionClassName[T](tag: LTag[T]): String
Inherited from:
Utils
def companionOf[T <: FHIRObject : ClassTag](implicit evidence$1: ClassTag[T], tag: LTag[T]): CompanionFor[T]
Inherited from:
Utils
def decodeAttributes(cursor: HCursor)(implicit params: DecoderParams): TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]
Inherited from:
CompanionFor
def decodeMethodFor[T <: FHIRObject : ClassTag](implicit evidence$2: ClassTag[T], tag: LTag[T], params: DecoderParams): HCursor => Try[T]
Inherited from:
Utils
def decoder(implicit params: DecoderParams): Decoder[Rest]
Inherited from:
CompanionFor
def extract[O](fn: Rest.type => FHIRComponentFieldMeta[O])(t: Rest): O
Inherited from:
CompanionFor
def isSubTypeOf(other: CompanionFor[_]): Boolean
Inherited from:
CompanionFor
protected def otherMetas: Set[String]
Inherited from:
CompanionFor
def parameterisedDecode(x: HCursor, params: DecoderParams): Try[Rest]
Inherited from:
CompanionFor
protected def refMetas: Seq[Set[String]]
Inherited from:
CompanionFor
def tryDecode[T](fn: => T, c: HCursor): Either[DecodingFailure, T]
Inherited from:
BaseFieldDecoders

Concrete fields

val baseType: CompanionFor[Rest]
val compartment: FHIRComponentFieldMeta[LitSeq[Canonical]]
val documentation: FHIRComponentFieldMeta[Option[Markdown]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val id: FHIRComponentFieldMeta[Option[String]]
val interaction: FHIRComponentFieldMeta[LitSeq[Interaction]]
val mode: FHIRComponentFieldMeta[RESTFUL_CAPABILITY_MODE]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val operation: FHIRComponentFieldMeta[LitSeq[Operation]]
override val parentType: CompanionFor[ResourceType]
val resource: FHIRComponentFieldMeta[LitSeq[Resource]]
val searchParam: FHIRComponentFieldMeta[LitSeq[SearchParam]]
val security: FHIRComponentFieldMeta[Option[Security]]
val thisName: String

Inherited fields

val classConstructor: Constructor[Rest]
Inherited from:
CompanionFor
val profileUrl: Option[String]
Inherited from:
CompanionFor
val searchParams: Map[String, Rest => Seq[Any]]
Inherited from:
CompanionFor
val thisClassTag: ClassTag[Rest]
Inherited from:
CompanionFor
val thisTypeTag: LTag[Rest]
Inherited from:
CompanionFor
val yearsAndMonths: Regex
Inherited from:
BaseFieldDecoders
Inherited from:
BaseFieldDecoders
val yearsOnly: Regex
Inherited from:
BaseFieldDecoders

Implicits

Implicits

implicit def summonObjectAndCompanionRest_1742844370(o: Rest): ObjectAndCompanion[Rest, Rest.type]

Inherited implicits

final implicit def RichCursor(cursor: ACursor): RichCursor
Inherited from:
JsonDecoderHelpers
final implicit def RichSeqT[T](s1: Seq[T]): RichSeqT[T]
Inherited from:
OptionSugar
final implicit def RichT[T](t: T): RichT[T]
Inherited from:
OptionSugar
implicit val base64BinaryDecoder: Decoder[Base64Binary]
Inherited from:
BaseFieldDecoders
implicit val base64BinaryEncoder: Encoder[Base64Binary]
Inherited from:
BaseFieldDecoders
implicit val canonicalDecoder: Decoder[Canonical]
Inherited from:
BaseFieldDecoders
implicit val canonicalEncoder: Encoder[Canonical]
Inherited from:
BaseFieldDecoders
implicit val codeDecoder: Decoder[Code]
Inherited from:
BaseFieldDecoders
implicit val codeEncoder: Encoder[Code]
Inherited from:
BaseFieldDecoders
implicit def decodeEither[A, B](implicit decoderA: Decoder[A], decoderB: Decoder[B]): Decoder[Either[A, B]]
Inherited from:
BaseFieldDecoders
implicit val decodeFHIRDate: Decoder[FHIRDate]
Inherited from:
BaseFieldDecoders
implicit val decodeFHIRDateTime: Decoder[FHIRDateTime]
Inherited from:
BaseFieldDecoders
implicit def decodeLitSeq[T](implicit decoder: Decoder[T]): Decoder[LitSeq[T]]
Inherited from:
BaseFieldDecoders
implicit def decodeNonEmptyLitSeq[T](implicit decoder: Decoder[LitSeq[T]]): Decoder[NonEmptyLitSeq[T]]
Inherited from:
BaseFieldDecoders
implicit val decodeZonedDateTime: Decoder[ZonedDateTime]
Inherited from:
BaseFieldDecoders
implicit def encodeEither[A, B](implicit encoderA: Encoder[A], encoderB: Encoder[B]): Encoder[Either[A, B]]
Inherited from:
BaseFieldDecoders
implicit def encodeLitSeq[T](implicit encoder: Encoder[T]): Encoder[LitSeq[T]]
Inherited from:
BaseFieldDecoders
implicit val encodeZonedDateTime: Encoder[ZonedDateTime]
Inherited from:
BaseFieldDecoders
implicit val encoderFHIRDate: Encoder[FHIRDate]
Inherited from:
BaseFieldDecoders
implicit val encoderFHIRDateTime: Encoder[FHIRDateTime]
Inherited from:
BaseFieldDecoders
implicit val idDecoder: Decoder[Id]
Inherited from:
BaseFieldDecoders
implicit val idEncoder: Encoder[Id]
Inherited from:
BaseFieldDecoders
implicit val markdownDecoder: Decoder[Markdown]
Inherited from:
BaseFieldDecoders
implicit val markdownEncoder: Encoder[Markdown]
Inherited from:
BaseFieldDecoders
implicit val oidDecoder: Decoder[OID]
Inherited from:
BaseFieldDecoders
implicit val oidEncoder: Encoder[OID]
Inherited from:
BaseFieldDecoders
implicit val positiveIntDecoder: Decoder[PositiveInt]
Inherited from:
BaseFieldDecoders
implicit val positiveIntEncoder: Encoder[PositiveInt]
Inherited from:
BaseFieldDecoders
implicit val unsignedIntDecoder: Decoder[UnsignedInt]
Inherited from:
BaseFieldDecoders
implicit val unsignedIntEncoder: Encoder[UnsignedInt]
Inherited from:
BaseFieldDecoders
implicit val uriDecoder: Decoder[UriStr]
Inherited from:
BaseFieldDecoders
implicit val uriEncoder: Encoder[UriStr]
Inherited from:
BaseFieldDecoders
implicit val urlDecoder: Decoder[UrlStr]
Inherited from:
BaseFieldDecoders
implicit val urlEncoder: Encoder[UrlStr]
Inherited from:
BaseFieldDecoders
implicit val xhtmlDecoder: Decoder[XHTML]
Inherited from:
BaseFieldDecoders
implicit val xhtmlEncoder: Encoder[XHTML]
Inherited from:
BaseFieldDecoders