MedicationIngredient
open class MedicationIngredient: BackboneElement
Active or inactive ingredient.
Identifies a particular constituent of interest in the product.
-
Active or inactive ingredient.
Identifies a particular constituent of interest in the product.
Declaration
Swift
override open class var resourceType: String
-
Quantity of ingredient present.
Declaration
Swift
public var amount: Ratio?
-
Active ingredient indicator.
Declaration
Swift
public var isActive: FHIRBool?
-
The product contained.
Declaration
Swift
public var itemCodeableConcept: CodeableConcept?
-
The product contained.
Declaration
Swift
public var itemReference: Reference?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(item: Any)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class MedicationIngredient: BackboneElement