CodeSystem

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

Type members

Classlikes

@POJOBoilerplate
class Concept(val id: Option[String], val code: Code, val display: Option[String], val concept: LitSeq[Concept], val extension: LitSeq[Extension], val definition: Option[String], val modifierExtension: LitSeq[Extension], val property: LitSeq[Property], val designation: LitSeq[Designation], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Concept extends CompanionFor[Concept]
Companion:
class
@POJOBoilerplate
class Filter(val id: Option[String], val code: Code, val value: String, val operator: NonEmptyLitSeq[FILTER_OPERATOR], val extension: LitSeq[Extension], val description: Option[String], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Filter extends CompanionFor[Filter]
Companion:
class
@POJOBoilerplate
class Property(val id: Option[String], val uri: Option[UriStr], val code: Code, `type`: CONCEPT_PROPERTY_TYPE, val extension: LitSeq[Extension], val description: Option[String], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Property extends CompanionFor[Property]
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 = CodeSystem
override type ResourceType = CodeSystem

Value members

Concrete methods

def apply(id: Option[String], url: Option[UriStr], meta: Option[Meta], text: Option[Narrative], name: Option[String], date: Option[FHIRDateTime], title: Option[String], count: Option[UnsignedInt], status: PUBLICATION_STATUS, version: Option[String], contact: LitSeq[ContactDetail], purpose: Option[Markdown], content: CODESYSTEM_CONTENT_MODE, language: Option[LANGUAGES], valueSet: Option[Canonical], contained: LitSeq[Resource], extension: LitSeq[Extension], publisher: Option[String], copyright: Option[Markdown], identifier: LitSeq[Identifier], useContext: LitSeq[UsageContext], description: Option[Markdown], supplements: Option[Canonical], experimental: Option[Boolean], jurisdiction: LitSeq[CodeableConcept], implicitRules: Option[UriStr], caseSensitive: Option[Boolean], compositional: Option[Boolean], versionNeeded: Option[Boolean], hierarchyMeaning: Option[CODESYSTEM_HIERARCHY_MEANING], modifierExtension: LitSeq[Extension], filter: LitSeq[Filter], property: LitSeq[Property], concept: LitSeq[Concept], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): CodeSystem
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[CodeSystem]
def extractCaseSensitive(t: CodeSystem): Option[Boolean]
def extractCompositional(t: CodeSystem): Option[Boolean]
def extractContact(t: CodeSystem): LitSeq[ContactDetail]
def extractContained(t: CodeSystem): LitSeq[Resource]
def extractCopyright(t: CodeSystem): Option[Markdown]
def extractCount(t: CodeSystem): Option[UnsignedInt]
def extractDate(t: CodeSystem): Option[FHIRDateTime]
def extractDescription(t: CodeSystem): Option[Markdown]
def extractExperimental(t: CodeSystem): Option[Boolean]
def extractExtension(t: CodeSystem): LitSeq[Extension]
def extractId(t: CodeSystem): Option[String]
def extractIdentifier(t: CodeSystem): LitSeq[Identifier]
def extractImplicitRules(t: CodeSystem): Option[UriStr]
def extractJurisdiction(t: CodeSystem): LitSeq[CodeableConcept]
def extractLanguage(t: CodeSystem): Option[LANGUAGES]
def extractMeta(t: CodeSystem): Option[Meta]
def extractModifierExtension(t: CodeSystem): LitSeq[Extension]
def extractName(t: CodeSystem): Option[String]
def extractPublisher(t: CodeSystem): Option[String]
def extractPurpose(t: CodeSystem): Option[Markdown]
def extractSupplements(t: CodeSystem): Option[Canonical]
def extractTitle(t: CodeSystem): Option[String]
def extractUrl(t: CodeSystem): Option[UriStr]
def extractUseContext(t: CodeSystem): LitSeq[UsageContext]
def extractValueSet(t: CodeSystem): Option[Canonical]
def extractVersion(t: CodeSystem): Option[String]
def extractVersionNeeded(t: CodeSystem): Option[Boolean]
override def fields(t: CodeSystem): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor

Inherited methods

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[CodeSystem]
Inherited from:
CompanionFor
def extract[O](fn: CodeSystem.type => FHIRComponentFieldMeta[O])(t: CodeSystem): 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[CodeSystem]
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

override val baseType: CompanionFor[ResourceType]
val caseSensitive: FHIRComponentFieldMeta[Option[Boolean]]
val compositional: FHIRComponentFieldMeta[Option[Boolean]]
val concept: FHIRComponentFieldMeta[LitSeq[Concept]]
val contact: FHIRComponentFieldMeta[LitSeq[ContactDetail]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val content: FHIRComponentFieldMeta[CODESYSTEM_CONTENT_MODE]
val count: FHIRComponentFieldMeta[Option[UnsignedInt]]
val date: FHIRComponentFieldMeta[Option[FHIRDateTime]]
val description: FHIRComponentFieldMeta[Option[Markdown]]
val experimental: FHIRComponentFieldMeta[Option[Boolean]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val filter: FHIRComponentFieldMeta[LitSeq[Filter]]
val hierarchyMeaning: FHIRComponentFieldMeta[Option[CODESYSTEM_HIERARCHY_MEANING]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val jurisdiction: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val name: FHIRComponentFieldMeta[Option[String]]
override val parentType: CompanionFor[ParentType]
override val profileUrl: Option[String]
val property: FHIRComponentFieldMeta[LitSeq[Property]]
val publisher: FHIRComponentFieldMeta[Option[String]]
val purpose: FHIRComponentFieldMeta[Option[Markdown]]
override val searchParams: Map[String, CodeSystem => Seq[Any]]
val status: FHIRComponentFieldMeta[PUBLICATION_STATUS]
val supplements: FHIRComponentFieldMeta[Option[Canonical]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String
val title: FHIRComponentFieldMeta[Option[String]]
val url: FHIRComponentFieldMeta[Option[UriStr]]
val useContext: FHIRComponentFieldMeta[LitSeq[UsageContext]]
val valueSet: FHIRComponentFieldMeta[Option[Canonical]]
val version: FHIRComponentFieldMeta[Option[String]]
val versionNeeded: FHIRComponentFieldMeta[Option[Boolean]]

Inherited fields

val classConstructor: Constructor[CodeSystem]
Inherited from:
CompanionFor
val thisClassTag: ClassTag[CodeSystem]
Inherited from:
CompanionFor
Inherited from:
CompanionFor
val yearsAndMonths: Regex
Inherited from:
BaseFieldDecoders
Inherited from:
BaseFieldDecoders
val yearsOnly: Regex
Inherited from:
BaseFieldDecoders

Implicits

Implicits

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