NutritionOrder
open class NutritionOrder: DomainResource
Diet, formula or nutritional supplement request.
A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
-
Diet, formula or nutritional supplement request.
A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
Declaration
Swift
override open class var resourceType: String
-
List of the patient’s food and nutrition-related allergies and intolerances.
Declaration
Swift
public var allergyIntolerance: [Reference]?
-
Date and time the nutrition order was requested.
Declaration
Swift
public var dateTime: DateTime?
-
The encounter associated with this nutrition order.
Declaration
Swift
public var encounter: Reference?
-
Enteral formula components.
Declaration
Swift
public var enteralFormula: NutritionOrderEnteralFormula?
-
Order-specific modifier about the type of food that should not be given.
Declaration
Swift
public var excludeFoodModifier: [CodeableConcept]?
-
Order-specific modifier about the type of food that should be given.
Declaration
Swift
public var foodPreferenceModifier: [CodeableConcept]?
-
Identifiers assigned to this order.
Declaration
Swift
public var identifier: [Identifier]?
-
Oral diet components.
Declaration
Swift
public var oralDiet: NutritionOrderOralDiet?
-
Who ordered the diet, formula or nutritional supplement.
Declaration
Swift
public var orderer: Reference?
-
The person who requires the diet, formula or nutritional supplement.
Declaration
Swift
public var patient: Reference?
-
The workflow status of the nutrition order/request.
Declaration
Swift
public var status: NutritionOrderStatus?
-
Supplement components.
Declaration
Swift
public var supplement: [NutritionOrderSupplement]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class NutritionOrder: DomainResource