NutritionOrderOralDiet
open class NutritionOrderOralDiet: BackboneElement
Oral diet components.
Diet given orally in contrast to enteral (tube) feeding.
-
Oral diet components.
Diet given orally in contrast to enteral (tube) feeding.
Declaration
Swift
override open class var resourceType: String
-
The required consistency of fluids and liquids provided to the patient.
Declaration
Swift
public var fluidConsistencyType: [CodeableConcept]?
-
Instructions or additional information about the oral diet.
Declaration
Swift
public var instruction: FHIRString?
-
Required nutrient modifications.
Declaration
Swift
public var nutrient: [NutritionOrderOralDietNutrient]?
-
Scheduled frequency of diet.
Declaration
Swift
public var schedule: [Timing]?
-
Required texture modifications.
Declaration
Swift
public var texture: [NutritionOrderOralDietTexture]?
-
Type of oral diet or diet restrictions that describe what can be consumed orally.
Declaration
Swift
public var type: [CodeableConcept]?
-
Type of oral diet or diet restrictions that describe what can be consumed orally.
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 NutritionOrderOralDiet: BackboneElement