NutritionOrder

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

Type members

Classlikes

@POJOBoilerplate
class EnteralFormula(val id: Option[String], val extension: LitSeq[Extension], val additiveType: Option[CodeableConcept], val caloricDensity: Option[Quantity], val baseFormulaType: Option[CodeableConcept], val modifierExtension: LitSeq[Extension], val maxVolumeToDeliver: Option[Quantity], val additiveProductName: Option[String], val routeofAdministration: Option[CodeableConcept], val baseFormulaProductName: Option[String], val administrationInstruction: Option[String], val administration: LitSeq[Administration], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object EnteralFormula extends CompanionFor[EnteralFormula]
Companion:
class
@POJOBoilerplate
class OralDiet(val id: Option[String], `type`: LitSeq[CodeableConcept], val schedule: LitSeq[Timing], val extension: LitSeq[Extension], val instruction: Option[String], val modifierExtension: LitSeq[Extension], val fluidConsistencyType: LitSeq[CodeableConcept], val texture: LitSeq[Texture], val nutrient: LitSeq[Nutrient], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object OralDiet extends CompanionFor[OralDiet]
Companion:
class
@POJOBoilerplate
class Supplement(val id: Option[String], `type`: Option[CodeableConcept], val schedule: LitSeq[Timing], val quantity: Option[Quantity], val extension: LitSeq[Extension], val productName: Option[String], val instruction: Option[String], val modifierExtension: LitSeq[Extension], val primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]) extends BackboneElement
Companion:
object
object Supplement extends CompanionFor[Supplement]
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 = NutritionOrder

Value members

Concrete methods

def apply(id: Option[String], meta: Option[Meta], text: Option[Narrative], note: LitSeq[Annotation], status: REQUEST_STATUS, intent: REQUEST_INTENT, patient: Reference, orderer: Option[Reference], language: Option[LANGUAGES], dateTime: FHIRDateTime, contained: LitSeq[Resource], extension: LitSeq[Extension], encounter: Option[Reference], identifier: LitSeq[Identifier], instantiates: LitSeq[UriStr], implicitRules: Option[UriStr], instantiatesUri: LitSeq[UriStr], modifierExtension: LitSeq[Extension], allergyIntolerance: LitSeq[Reference], excludeFoodModifier: LitSeq[CodeableConcept], instantiatesCanonical: LitSeq[Canonical], foodPreferenceModifier: LitSeq[CodeableConcept], supplement: LitSeq[Supplement], oralDiet: Option[OralDiet], enteralFormula: Option[EnteralFormula], primitiveAttributes: TreeMap[FHIRComponentFieldMeta[_], PrimitiveElementInfo]): NutritionOrder
def decodeThis(cursor: HCursor)(implicit params: DecoderParams): Try[NutritionOrder]
def extractAllergyIntolerance(t: NutritionOrder): LitSeq[Reference]
def extractContained(t: NutritionOrder): LitSeq[Resource]
def extractDateTime(t: NutritionOrder): FHIRDateTime
def extractEncounter(t: NutritionOrder): Option[Reference]
def extractExcludeFoodModifier(t: NutritionOrder): LitSeq[CodeableConcept]
def extractExtension(t: NutritionOrder): LitSeq[Extension]
def extractFoodPreferenceModifier(t: NutritionOrder): LitSeq[CodeableConcept]
def extractId(t: NutritionOrder): Option[String]
def extractIdentifier(t: NutritionOrder): LitSeq[Identifier]
def extractImplicitRules(t: NutritionOrder): Option[UriStr]
def extractInstantiates(t: NutritionOrder): LitSeq[UriStr]
def extractInstantiatesCanonical(t: NutritionOrder): LitSeq[Canonical]
def extractInstantiatesUri(t: NutritionOrder): LitSeq[UriStr]
def extractLanguage(t: NutritionOrder): Option[LANGUAGES]
def extractMeta(t: NutritionOrder): Option[Meta]
def extractModifierExtension(t: NutritionOrder): LitSeq[Extension]
def extractNote(t: NutritionOrder): LitSeq[Annotation]
def extractOrderer(t: NutritionOrder): Option[Reference]
def extractPatient(t: NutritionOrder): Reference
override def fields(t: NutritionOrder): 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[NutritionOrder]
Inherited from:
CompanionFor
def extract[O](fn: NutritionOrder.type => FHIRComponentFieldMeta[O])(t: NutritionOrder): 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[NutritionOrder]
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 allergyIntolerance: FHIRComponentFieldMeta[LitSeq[Reference]]
override val baseType: CompanionFor[ResourceType]
val contained: FHIRComponentFieldMeta[LitSeq[Resource]]
val dateTime: FHIRComponentFieldMeta[FHIRDateTime]
val encounter: FHIRComponentFieldMeta[Option[Reference]]
val enteralFormula: FHIRComponentFieldMeta[Option[EnteralFormula]]
val excludeFoodModifier: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val extension: FHIRComponentFieldMeta[LitSeq[Extension]]
val fieldsMeta: Seq[FHIRComponentFieldMeta[_]]
val foodPreferenceModifier: FHIRComponentFieldMeta[LitSeq[CodeableConcept]]
val id: FHIRComponentFieldMeta[Option[String]]
val identifier: FHIRComponentFieldMeta[LitSeq[Identifier]]
val implicitRules: FHIRComponentFieldMeta[Option[UriStr]]
val instantiates: FHIRComponentFieldMeta[LitSeq[UriStr]]
val instantiatesCanonical: FHIRComponentFieldMeta[LitSeq[Canonical]]
val instantiatesUri: FHIRComponentFieldMeta[LitSeq[UriStr]]
val intent: FHIRComponentFieldMeta[REQUEST_INTENT]
val language: FHIRComponentFieldMeta[Option[LANGUAGES]]
val meta: FHIRComponentFieldMeta[Option[Meta]]
val modifierExtension: FHIRComponentFieldMeta[LitSeq[Extension]]
val note: FHIRComponentFieldMeta[LitSeq[Annotation]]
val oralDiet: FHIRComponentFieldMeta[Option[OralDiet]]
val orderer: FHIRComponentFieldMeta[Option[Reference]]
override val parentType: CompanionFor[ParentType]
val patient: FHIRComponentFieldMeta[Reference]
override val profileUrl: Option[String]
override val searchParams: Map[String, NutritionOrder => Seq[Any]]
val status: FHIRComponentFieldMeta[REQUEST_STATUS]
val supplement: FHIRComponentFieldMeta[LitSeq[Supplement]]
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