MedicationKnowledge

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

Type members

Classlikes

@POJOBoilerplate
class AdministrationGuidelines(val id: Option[String], val extension: LitSeq[Extension], val indication: Option[IndicationChoice], val modifierExtension: LitSeq[Extension], val dosage: LitSeq[Dosage], val patientCharacteristics: LitSeq[PatientCharacteristics], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
Companion:
class
@POJOBoilerplate
class Cost(val id: Option[String], `type`: CodeableConcept, val cost: Money, val source: Option[String], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Cost extends CompanionFor[Cost]
Companion:
class
@POJOBoilerplate
class DrugCharacteristic(val id: Option[String], `type`: Option[CodeableConcept], val value: Option[ValueChoice], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object DrugCharacteristic extends CompanionFor[DrugCharacteristic]
Companion:
class
@POJOBoilerplate
class Ingredient(val id: Option[String], val item: ItemChoice, val isActive: Option[Boolean], val strength: Option[Ratio], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Ingredient extends CompanionFor[Ingredient]
Companion:
class
@POJOBoilerplate
class Kinetics(val id: Option[String], val extension: LitSeq[Extension], val lethalDose50: LitSeq[Quantity], val areaUnderCurve: LitSeq[Quantity], val halfLifePeriod: Option[Duration], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Kinetics extends CompanionFor[Kinetics]
Companion:
class
@POJOBoilerplate
class MedicineClassification(val id: Option[String], `type`: CodeableConcept, val extension: LitSeq[Extension], val classification: LitSeq[CodeableConcept], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object MedicineClassification extends CompanionFor[MedicineClassification]
Companion:
class
@POJOBoilerplate
class MonitoringProgram(val id: Option[String], `type`: Option[CodeableConcept], val name: Option[String], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object MonitoringProgram extends CompanionFor[MonitoringProgram]
Companion:
class
@POJOBoilerplate
class Monograph(val id: Option[String], `type`: Option[CodeableConcept], val source: Option[Reference], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Monograph extends CompanionFor[Monograph]
Companion:
class
@POJOBoilerplate
class Packaging(val id: Option[String], `type`: Option[CodeableConcept], val quantity: Option[Quantity], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Packaging extends CompanionFor[Packaging]
Companion:
class
@POJOBoilerplate
class Regulatory(val id: Option[String], val extension: LitSeq[Extension], val modifierExtension: LitSeq[Extension], val regulatoryAuthority: Reference, val schedule: LitSeq[Schedule], val maxDispense: Option[MaxDispense], val substitution: LitSeq[Substitution], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Regulatory extends CompanionFor[Regulatory]
Companion:
class
@POJOBoilerplate
class RelatedMedicationKnowledge(val id: Option[String], `type`: CodeableConcept, val extension: LitSeq[Extension], val reference: NonEmptyLitSeq[Reference], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
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

Value members

Concrete methods

def apply(id: Option[String], meta: Option[Meta], text: Option[Narrative], code: Option[CodeableConcept], status: Option[MEDICATIONKNOWLEDGE_STATUS], amount: Option[Quantity], synonym: LitSeq[String], language: Option[LANGUAGES], doseForm: Option[CodeableConcept], contained: LitSeq[Resource], extension: LitSeq[Extension], productType: LitSeq[CodeableConcept], manufacturer: Option[Reference], implicitRules: Option[UriStr], intendedRoute: LitSeq[CodeableConcept], contraindication: LitSeq[Reference], modifierExtension: LitSeq[Extension], associatedMedication: LitSeq[Reference], preparationInstruction: Option[Markdown], cost: LitSeq[Cost], kinetics: LitSeq[Kinetics], monograph: LitSeq[Monograph], packaging: Option[Packaging], ingredient: LitSeq[Ingredient], monitoringProgram: LitSeq[MonitoringProgram], drugCharacteristic: LitSeq[DrugCharacteristic], medicineClassification: LitSeq[MedicineClassification], regulatory: LitSeq[Regulatory], relatedMedicationKnowledge: LitSeq[RelatedMedicationKnowledge], administrationGuidelines: LitSeq[AdministrationGuidelines], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): MedicationKnowledge
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[MedicationKnowledge]
def extractAmount(t: MedicationKnowledge): Option[Quantity]
def extractCode(t: MedicationKnowledge): Option[CodeableConcept]
def extractContained(t: MedicationKnowledge): LitSeq[Resource]
def extractContraindication(t: MedicationKnowledge): LitSeq[Reference]
def extractDoseForm(t: MedicationKnowledge): Option[CodeableConcept]
def extractExtension(t: MedicationKnowledge): LitSeq[Extension]
def extractId(t: MedicationKnowledge): Option[String]
def extractIntendedRoute(t: MedicationKnowledge): LitSeq[CodeableConcept]
def extractLanguage(t: MedicationKnowledge): Option[LANGUAGES]
def extractManufacturer(t: MedicationKnowledge): Option[Reference]
def extractMeta(t: MedicationKnowledge): Option[Meta]
def extractProductType(t: MedicationKnowledge): LitSeq[CodeableConcept]
def extractSynonym(t: MedicationKnowledge): LitSeq[String]
override def fields(t: MedicationKnowledge): 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[MedicationKnowledge]
Inherited from:
CompanionFor
def extract[O](fn: MedicationKnowledge.type => FHIRComponentFieldMeta[O])(t: MedicationKnowledge): 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[MedicationKnowledge]
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 administrationGuidelines: FHIRComponentFieldMeta[LitSeq[AdministrationGuidelines]]
val amount: FHIRComponentFieldMeta[Option[Quantity]]
val associatedMedication: FHIRComponentFieldMeta[LitSeq[Reference]]
override val baseType: CompanionFor[ResourceType]
val code: FHIRComponentFieldMeta[Option[CodeableConcept]]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val contraindication: FHIRComponentFieldMeta[LitSeq[Reference]]
val cost: FHIRComponentFieldMeta[LitSeq[Cost]]
val doseForm: FHIRComponentFieldMeta[Option[CodeableConcept]]
val drugCharacteristic: FHIRComponentFieldMeta[LitSeq[DrugCharacteristic]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val id: FHIRComponentFieldMeta[Option[String]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val ingredient: FHIRComponentFieldMeta[LitSeq[Ingredient]]
val intendedRoute: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val kinetics: FHIRComponentFieldMeta[LitSeq[Kinetics]]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val manufacturer: FHIRComponentFieldMeta[Option[Reference]]
val medicineClassification: FHIRComponentFieldMeta[LitSeq[MedicineClassification]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val monitoringProgram: FHIRComponentFieldMeta[LitSeq[MonitoringProgram]]
val monograph: FHIRComponentFieldMeta[LitSeq[Monograph]]
val packaging: FHIRComponentFieldMeta[Option[Packaging]]
override val parentType: CompanionFor[ParentType]
val preparationInstruction: FHIRComponentFieldMeta[Option[Markdown]]
val productType: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
override val profileUrl: Option[String]
val regulatory: FHIRComponentFieldMeta[LitSeq[Regulatory]]
val relatedMedicationKnowledge: FHIRComponentFieldMeta[LitSeq[RelatedMedicationKnowledge]]
override val searchParams: Map[String, MedicationKnowledge => Seq[Any]]
val status: FHIRComponentFieldMeta[Option[MEDICATIONKNOWLEDGE_STATUS]]
val synonym: FHIRComponentFieldMeta[LitSeq[String]]
val text: FHIRComponentFieldMeta[Option[Narrative]]
override val thisName: String

Inherited fields

Inherited from:
CompanionFor
Inherited from:
CompanionFor
Inherited from:
CompanionFor
val yearsAndMonths: Regex
Inherited from:
BaseFieldDecoders
Inherited from:
BaseFieldDecoders
val yearsOnly: Regex
Inherited from:
BaseFieldDecoders

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