Specimen

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

Type members

Classlikes

@POJOBoilerplate
class Collection(val id: Option[String], val method: Option[CodeableConcept], val duration: Option[Duration], val quantity: Option[Quantity], val bodySite: Option[CodeableConcept], val extension: LitSeq[Extension], val collector: Option[Reference], val collected: Option[CollectedChoice], val fastingStatus: Option[FastingStatusChoice], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Collection extends CompanionFor[Collection]
Companion:
class
@POJOBoilerplate
class Container(val id: Option[String], `type`: Option[CodeableConcept], val capacity: Option[Quantity], val extension: LitSeq[Extension], val identifier: LitSeq[Identifier], val description: Option[String], val additive: Option[AdditiveChoice], val specimenQuantity: Option[Quantity], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Container extends CompanionFor[Container]
Companion:
class
@POJOBoilerplate
class Processing(val id: Option[String], val time: Option[TimeChoice], val additive: LitSeq[Reference], val extension: LitSeq[Extension], val procedure: Option[CodeableConcept], val description: Option[String], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Processing extends CompanionFor[Processing]
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 = Specimen
override type ResourceType = Specimen

Value members

Concrete methods

def apply(id: Option[String], meta: Option[Meta], text: Option[Narrative], `type`: Option[CodeableConcept], note: LitSeq[Annotation], status: Option[SPECIMEN_STATUS], parent: LitSeq[Reference], subject: Option[Reference], request: LitSeq[Reference], language: Option[LANGUAGES], contained: LitSeq[Resource], extension: LitSeq[Extension], condition: LitSeq[CodeableConcept], identifier: LitSeq[Identifier], receivedTime: Option[FHIRDateTime], implicitRules: Option[UriStr], modifierExtension: LitSeq[Extension], accessionIdentifier: Option[Identifier], container: LitSeq[Container], collection: Option[Collection], processing: LitSeq[Processing], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): Specimen
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[Specimen]
def extractAccessionIdentifier(t: Specimen): Option[Identifier]
def extractCondition(t: Specimen): LitSeq[CodeableConcept]
def extractContained(t: Specimen): LitSeq[Resource]
def extractExtension(t: Specimen): LitSeq[Extension]
def extractId(t: Specimen): Option[String]
def extractIdentifier(t: Specimen): LitSeq[Identifier]
def extractImplicitRules(t: Specimen): Option[UriStr]
def extractLanguage(t: Specimen): Option[LANGUAGES]
def extractMeta(t: Specimen): Option[Meta]
def extractModifierExtension(t: Specimen): LitSeq[Extension]
def extractNote(t: Specimen): LitSeq[Annotation]
def extractParent(t: Specimen): LitSeq[Reference]
def extractReceivedTime(t: Specimen): Option[FHIRDateTime]
def extractRequest(t: Specimen): LitSeq[Reference]
def extractSubject(t: Specimen): Option[Reference]
def extractText(t: Specimen): Option[Narrative]
def extractType(t: Specimen): Option[CodeableConcept]
override def fields(t: Specimen): Seq[FHIRComponentField[_]]
Definition Classes
CompanionFor
override def fieldsFromParent(t: ResourceType): Try[Seq[FHIRComponentField[_]]]
Definition Classes
CompanionFor
def unapply(o: Specimen): Option[(Option[String], Option[Meta], Option[Narrative], Option[CodeableConcept], LitSeq[Annotation], Option[SPECIMEN_STATUS], LitSeq[Reference], Option[Reference], LitSeq[Reference], Option[LANGUAGES], LitSeq[Resource], LitSeq[Extension], LitSeq[CodeableConcept], LitSeq[Identifier], Option[FHIRDateTime], Option[UriStr], LitSeq[Extension], Option[Identifier], LitSeq[Container], Option[Collection], LitSeq[Processing])]

Inherited methods

def cast(t: ResourceType): Try[Specimen]
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[Specimen]
Inherited from:
CompanionFor
def extract[O](fn: Specimen.type => FHIRComponentFieldMeta[O])(t: Specimen): 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[Specimen]
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 `type`: FHIRComponentFieldMeta[Option[CodeableConcept]]
val accessionIdentifier: FHIRComponentFieldMeta[Option[Identifier]]
override val baseType: CompanionFor[ResourceType]
val collection: FHIRComponentFieldMeta[Option[Collection]]
val condition: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val container: FHIRComponentFieldMeta[LitSeq[Container]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val note: FHIRComponentFieldMeta[LitSeq[Annotation]]
val parent: FHIRComponentFieldMeta[LitSeq[Reference]]
override val parentType: CompanionFor[ParentType]
val processing: FHIRComponentFieldMeta[LitSeq[Processing]]
override val profileUrl: Option[String]
val receivedTime: FHIRComponentFieldMeta[Option[FHIRDateTime]]
val request: FHIRComponentFieldMeta[LitSeq[Reference]]
override val searchParams: Map[String, Specimen => Seq[Any]]
val status: FHIRComponentFieldMeta[Option[SPECIMEN_STATUS]]
val subject: FHIRComponentFieldMeta[Option[Reference]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String

Inherited fields

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

Implicits

Implicits

implicit def summonObjectAndCompanionSpecimen_822690307(o: Specimen): ObjectAndCompanion[Specimen, Specimen.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