NutritionOrderOralDietNutrient
open class NutritionOrderOralDietNutrient: BackboneElement
Required nutrient modifications.
Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet.
-
Required nutrient modifications.
Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet.
Declaration
Swift
override open class var resourceType: String
-
Quantity of the specified nutrient.
Declaration
Swift
public var amount: Quantity?
-
Type of nutrient that is being modified.
Declaration
Swift
public var modifier: CodeableConcept?
-
Type of nutrient that is being modified.
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 NutritionOrderOralDietNutrient: BackboneElement