NutritionOrderSupplement
open class NutritionOrderSupplement: BackboneElement
Supplement components.
Oral nutritional products given in order to add further nutritional value to the patient’s diet.
-
Supplement components.
Oral nutritional products given in order to add further nutritional value to the patient’s diet.
Declaration
Swift
override open class var resourceType: String
-
Instructions or additional information about the oral supplement.
Declaration
Swift
public var instruction: FHIRString?
-
Product or brand name of the nutritional supplement.
Declaration
Swift
public var productName: FHIRString?
-
Amount of the nutritional supplement.
Declaration
Swift
public var quantity: Quantity?
-
Scheduled frequency of supplement.
Declaration
Swift
public var schedule: [Timing]?
-
Type of supplement product requested.
Declaration
Swift
public var type: CodeableConcept?
-
Type of supplement product requested.
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 NutritionOrderSupplement: BackboneElement