SubstanceIngredient
open class SubstanceIngredient: BackboneElement
Composition information about the substance.
A substance can be composed of other substances.
-
Composition information about the substance.
A substance can be composed of other substances.
Declaration
Swift
override open class var resourceType: String
-
Optional amount (concentration).
Declaration
Swift
public var quantity: Ratio?
-
A component of the substance.
Declaration
Swift
public var substanceCodeableConcept: CodeableConcept?
-
A component of the substance.
Declaration
Swift
public var substanceReference: Reference?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(substance: 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 SubstanceIngredient: BackboneElement