NutritionOrderEnteralFormulaAdministration
open class NutritionOrderEnteralFormulaAdministration: BackboneElement
Formula feeding instruction as structured data.
Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours.
-
Formula feeding instruction as structured data.
Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours.
Declaration
Swift
override open class var resourceType: String
-
The volume of formula to provide.
Declaration
Swift
public var quantity: Quantity?
-
Speed with which the formula is provided per period of time.
Declaration
Swift
public var rateQuantity: Quantity?
-
Speed with which the formula is provided per period of time.
Declaration
Swift
public var rateRatio: Ratio?
-
Scheduled frequency of enteral feeding.
Declaration
Swift
public var schedule: Timing?
-
Scheduled frequency of enteral feeding.
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 NutritionOrderEnteralFormulaAdministration: BackboneElement