NutritionOrderEnteralFormula
open class NutritionOrderEnteralFormula: BackboneElement
Enteral formula components.
Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity.
-
Enteral formula components.
Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity.
Declaration
Swift
override open class var resourceType: String
-
Product or brand name of the modular additive.
Declaration
Swift
public var additiveProductName: FHIRString?
-
Type of modular component to add to the feeding.
Declaration
Swift
public var additiveType: CodeableConcept?
-
Formula feeding instruction as structured data.
Declaration
Swift
public var administration: [NutritionOrderEnteralFormulaAdministration]?
-
Formula feeding instructions expressed as text.
Declaration
Swift
public var administrationInstruction: FHIRString?
-
Product or brand name of the enteral or infant formula.
Declaration
Swift
public var baseFormulaProductName: FHIRString?
-
Type of enteral or infant formula.
Declaration
Swift
public var baseFormulaType: CodeableConcept?
-
Amount of energy per specified volume that is required.
Declaration
Swift
public var caloricDensity: Quantity?
-
Upper limit on formula volume per unit of time.
Declaration
Swift
public var maxVolumeToDeliver: Quantity?
-
How the formula should enter the patient’s gastrointestinal tract.
Declaration
Swift
public var routeofAdministration: CodeableConcept?
-
How the formula should enter the patient’s gastrointestinal tract.
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 NutritionOrderEnteralFormula: BackboneElement