This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
This resource maintained by the Orders and Observations Work Group
A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
The NutritionOrder resource describes a request for oral diets (including general diets such as General Healthy diet, or therapeutic diets such as Consistent Carbohydrate, 2 gram Sodium, or Fluid Restricted), oral nutrition supplements, enteral nutrition (tube feedings) and infant formula which govern the distribution of food and nutritional products used to feed patients within an in-patient setting.These nutrition orders are combined with information on a patient's food allergies and intolerances, and ethnic or cultural food preferences (Kosher, Vegetarian) to inform healthcare personnel about the type, texture, and/or quantity of foods that the patient should receive or consume. The NutritionOrder resource is tied to the Order resource; however, addresses the unique attributes of nutrition orders. It is not intended for use in prescribing parenteral (IV) nutrition or dietary supplements such as vitamin/mineral supplements.
The Nutrition Order is a record of the request for the supply of a diet, oral supplement or enteral formulas for a patient. However, to initiate the request requires the use of the Order resource and its associated workflow with the Nutrition Order referenced from the Order.details, or by using the Nutrition Order resource in the context of a messaging or service workflow where the request is explicit or implicit.
The NutritionOrder resource is to be used to request oral diets, oral nutritional supplements, enteral nutrition, and other food and nutrition related requests. It is used for scheduling of order initiation, routes of enteral nutrition administration, additives to enteral nutrition, oral nutrition supplement types and quantities, oral diet foods to exclude, food and fluid texture modifications, and macronutrient and micronutrient quantities.
This resource is referenced by CarePlan2 and ClinicalAssessment
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
NutritionOrder | I | DomainResource | A request for a diet, formula or nutritional supplement Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class | |
patient | 1..1 | Patient | The person who requires the diet, formula or nutritional supplement | |
orderer | 0..1 | Practitioner | Who ordered the diet, formula or nutritional supplement | |
identifier | 0..* | Identifier | Identifiers assigned to this order | |
encounter | 0..1 | Encounter | The encounter associated with that this nutrition order | |
dateTime | 1..1 | dateTime | Date and time the nutrition order was requested | |
allergyIntolerance | 0..* | AllergyIntolerance | List of the patient's food and nutrition-related allergies and intolerances | |
foodPreferenceModifier | 0..* | CodeableConcept | Order-specific modifier about the type of food that should be given PatientDiet (Incomplete) | |
excludeFoodModifier | 0..* | CodeableConcept | Order-specific modifier about the type of food that should not be given ExcludeFoodModifier (Example) | |
oralDiet | I | 0..1 | Element | Oral diet components |
type | 0..* | CodeableConcept | Type of oral diet or diet restrictions that describe what can be consumed orally OralDiet (Example) | |
scheduled | 0..1 | Timing | Scheduled frequency of diet | |
nutrients | 0..* | Element | Required nutrient modifications | |
modifier | 0..1 | CodeableConcept | Type of nutrient that is being modified NutrientModifier (Example) | |
amount | 0..1 | Quantity | Quantity of the specified nutrient | |
texture | 0..* | Element | Required texture modifications | |
modifier | 0..1 | CodeableConcept | Code to indicate how to alter the texture of the foods, e.g., pureed TextureModifier (Example) | |
foodType | 0..1 | CodeableConcept | Concepts that are used to identify an entity that is ingested for nutritional purposes FoodType (Example) | |
fluidConsistencyType | 0..* | CodeableConcept | The required consistency of fluids and liquids provided to the patient FluidConsistencyType (Example) | |
instruction | 0..1 | string | Instructions or additional information about the oral diet | |
supplement | I | 0..* | Element | Supplement components |
type | 0..1 | CodeableConcept | Type of supplement product requested SupplementType (Example) | |
productName | 0..1 | string | Product or brand name of the nutritional supplement | |
scheduled | 0..1 | Timing | Scheduled frequency of supplement | |
quantity | 0..1 | Quantity | Amount of the nutritional supplement | |
enteralFormula | I | 0..1 | Element | Enteral formula components |
administrationInstructions | 0..1 | string | Formula feeding instructions expressed as text | |
baseFormulaType | 0..1 | CodeableConcept | Type of enteral or infant formula EnteralFormulaType (Example) | |
baseFormulaProductName | 0..1 | string | Product or brand name of the enteral or infant formula | |
scheduled | 0..1 | Timing | Scheduled frequency of enteral feeding | |
additiveType | 0..1 | CodeableConcept | Type of modular component to add to the feeding EnteralFormulaAdditiveType (Example) | |
additiveProductName | 0..1 | string | Product or brand name of the modular additive | |
caloricDensity | 0..1 | Quantity | Amount of energy per specified volume that is required | |
routeofAdministration | 0..1 | CodeableConcept | How the formula should enter the patient's gastrointestinal tract EnteralRouteOfAdministration (Incomplete) | |
quantity | 0..1 | Quantity | The volume of formula to provide | |
rate | 0..1 | Ratio | Speed with which the formula is provided per period of time | |
rateAdjustment | 0..1 | Quantity | Change in the rate of administration over a given time | |
maxVolumeToDeliver | 0..1 | Quantity | Upper limit on formula volume per unit of time | |
status | M | 0..1 | code | proposed | planned | requested | active | inactive | held | cancelled NutritionOrderStatus (Required) |
UML Diagram
XML Template
<NutritionOrder xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <patient><!-- 1..1 Reference(Patient) The person who requires the diet, formula or nutritional supplement --></patient> <orderer><!-- 0..1 Reference(Practitioner) Who ordered the diet, formula or nutritional supplement --></orderer> <identifier><!-- 0..* Identifier Identifiers assigned to this order --></identifier> <encounter><!-- 0..1 Reference(Encounter) The encounter associated with that this nutrition order --></encounter> <dateTime value="[dateTime]"/><!-- 1..1 Date and time the nutrition order was requested --> <allergyIntolerance><!-- 0..* Reference(AllergyIntolerance) List of the patient's food and nutrition-related allergies and intolerances --></allergyIntolerance> <foodPreferenceModifier><!-- 0..* CodeableConcept Order-specific modifier about the type of food that should be given --></foodPreferenceModifier> <excludeFoodModifier><!-- 0..* CodeableConcept Order-specific modifier about the type of food that should not be given --></excludeFoodModifier> <oralDiet> <!-- 0..1 Oral diet components --> <type><!-- 0..* CodeableConcept Type of oral diet or diet restrictions that describe what can be consumed orally --></type> <scheduled><!-- 0..1 Timing Scheduled frequency of diet --></scheduled> <nutrients> <!-- 0..* Required nutrient modifications --> <modifier><!-- 0..1 CodeableConcept Type of nutrient that is being modified --></modifier> <amount><!-- 0..1 Quantity Quantity of the specified nutrient --></amount> </nutrients> <texture> <!-- 0..* Required texture modifications --> <modifier><!-- 0..1 CodeableConcept Code to indicate how to alter the texture of the foods, e.g., pureed --></modifier> <foodType><!-- 0..1 CodeableConcept Concepts that are used to identify an entity that is ingested for nutritional purposes --></foodType> </texture> <fluidConsistencyType><!-- 0..* CodeableConcept The required consistency of fluids and liquids provided to the patient --></fluidConsistencyType> <instruction value="[string]"/><!-- 0..1 Instructions or additional information about the oral diet --> </oralDiet> <supplement> <!-- 0..* Supplement components --> <type><!-- 0..1 CodeableConcept Type of supplement product requested --></type> <productName value="[string]"/><!-- 0..1 Product or brand name of the nutritional supplement --> <scheduled><!-- 0..1 Timing Scheduled frequency of supplement --></scheduled> <quantity><!-- 0..1 Quantity Amount of the nutritional supplement --></quantity> </supplement> <enteralFormula> <!-- 0..1 Enteral formula components --> <administrationInstructions value="[string]"/><!-- 0..1 Formula feeding instructions expressed as text --> <baseFormulaType><!-- 0..1 CodeableConcept Type of enteral or infant formula --></baseFormulaType> <baseFormulaProductName value="[string]"/><!-- 0..1 Product or brand name of the enteral or infant formula --> <scheduled><!-- 0..1 Timing Scheduled frequency of enteral feeding --></scheduled> <additiveType><!-- 0..1 CodeableConcept Type of modular component to add to the feeding --></additiveType> <additiveProductName value="[string]"/><!-- 0..1 Product or brand name of the modular additive --> <caloricDensity><!-- 0..1 Quantity Amount of energy per specified volume that is required --></caloricDensity> <routeofAdministration><!-- 0..1 CodeableConcept How the formula should enter the patient's gastrointestinal tract --></routeofAdministration> <quantity><!-- 0..1 Quantity The volume of formula to provide --></quantity> <rate><!-- 0..1 Ratio Speed with which the formula is provided per period of time --></rate> <rateAdjustment><!-- 0..1 Quantity Change in the rate of administration over a given time --></rateAdjustment> <maxVolumeToDeliver><!-- 0..1 Quantity Upper limit on formula volume per unit of time --></maxVolumeToDeliver> </enteralFormula> <status value="[code]"/><!-- 0..1 proposed | planned | requested | active | inactive | held | cancelled --> </NutritionOrder>
JSON Template
{ "resourceType" : "NutritionOrder", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "patient" : { Reference(Patient) }, // R! The person who requires the diet, formula or nutritional supplement "orderer" : { Reference(Practitioner) }, // Who ordered the diet, formula or nutritional supplement "identifier" : [{ Identifier }], // Identifiers assigned to this order "encounter" : { Reference(Encounter) }, // The encounter associated with that this nutrition order "dateTime" : "<dateTime>", // R! Date and time the nutrition order was requested "allergyIntolerance" : [{ Reference(AllergyIntolerance) }], // List of the patient's food and nutrition-related allergies and intolerances "foodPreferenceModifier" : [{ CodeableConcept }], // Order-specific modifier about the type of food that should be given "excludeFoodModifier" : [{ CodeableConcept }], // Order-specific modifier about the type of food that should not be given "oralDiet" : { // C? Oral diet components "type" : [{ CodeableConcept }], // Type of oral diet or diet restrictions that describe what can be consumed orally "scheduled" : { Timing }, // Scheduled frequency of diet "nutrients" : [{ // Required nutrient modifications "modifier" : { CodeableConcept }, // Type of nutrient that is being modified "amount" : { Quantity } // Quantity of the specified nutrient }], "texture" : [{ // Required texture modifications "modifier" : { CodeableConcept }, // Code to indicate how to alter the texture of the foods, e.g., pureed "foodType" : { CodeableConcept } // Concepts that are used to identify an entity that is ingested for nutritional purposes }], "fluidConsistencyType" : [{ CodeableConcept }], // The required consistency of fluids and liquids provided to the patient "instruction" : "<string>" // Instructions or additional information about the oral diet }, "supplement" : [{ // C? Supplement components "type" : { CodeableConcept }, // Type of supplement product requested "productName" : "<string>", // Product or brand name of the nutritional supplement "scheduled" : { Timing }, // Scheduled frequency of supplement "quantity" : { Quantity } // Amount of the nutritional supplement }], "enteralFormula" : { // C? Enteral formula components "administrationInstructions" : "<string>", // Formula feeding instructions expressed as text "baseFormulaType" : { CodeableConcept }, // Type of enteral or infant formula "baseFormulaProductName" : "<string>", // Product or brand name of the enteral or infant formula "scheduled" : { Timing }, // Scheduled frequency of enteral feeding "additiveType" : { CodeableConcept }, // Type of modular component to add to the feeding "additiveProductName" : "<string>", // Product or brand name of the modular additive "caloricDensity" : { Quantity }, // Amount of energy per specified volume that is required "routeofAdministration" : { CodeableConcept }, // How the formula should enter the patient's gastrointestinal tract "quantity" : { Quantity }, // The volume of formula to provide "rate" : { Ratio }, // Speed with which the formula is provided per period of time "rateAdjustment" : { Quantity }, // Change in the rate of administration over a given time "maxVolumeToDeliver" : { Quantity } // Upper limit on formula volume per unit of time }, "status" : "<code>" // proposed | planned | requested | active | inactive | held | cancelled }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
NutritionOrder | I | DomainResource | A request for a diet, formula or nutritional supplement Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class | |
patient | 1..1 | Patient | The person who requires the diet, formula or nutritional supplement | |
orderer | 0..1 | Practitioner | Who ordered the diet, formula or nutritional supplement | |
identifier | 0..* | Identifier | Identifiers assigned to this order | |
encounter | 0..1 | Encounter | The encounter associated with that this nutrition order | |
dateTime | 1..1 | dateTime | Date and time the nutrition order was requested | |
allergyIntolerance | 0..* | AllergyIntolerance | List of the patient's food and nutrition-related allergies and intolerances | |
foodPreferenceModifier | 0..* | CodeableConcept | Order-specific modifier about the type of food that should be given PatientDiet (Incomplete) | |
excludeFoodModifier | 0..* | CodeableConcept | Order-specific modifier about the type of food that should not be given ExcludeFoodModifier (Example) | |
oralDiet | I | 0..1 | Element | Oral diet components |
type | 0..* | CodeableConcept | Type of oral diet or diet restrictions that describe what can be consumed orally OralDiet (Example) | |
scheduled | 0..1 | Timing | Scheduled frequency of diet | |
nutrients | 0..* | Element | Required nutrient modifications | |
modifier | 0..1 | CodeableConcept | Type of nutrient that is being modified NutrientModifier (Example) | |
amount | 0..1 | Quantity | Quantity of the specified nutrient | |
texture | 0..* | Element | Required texture modifications | |
modifier | 0..1 | CodeableConcept | Code to indicate how to alter the texture of the foods, e.g., pureed TextureModifier (Example) | |
foodType | 0..1 | CodeableConcept | Concepts that are used to identify an entity that is ingested for nutritional purposes FoodType (Example) | |
fluidConsistencyType | 0..* | CodeableConcept | The required consistency of fluids and liquids provided to the patient FluidConsistencyType (Example) | |
instruction | 0..1 | string | Instructions or additional information about the oral diet | |
supplement | I | 0..* | Element | Supplement components |
type | 0..1 | CodeableConcept | Type of supplement product requested SupplementType (Example) | |
productName | 0..1 | string | Product or brand name of the nutritional supplement | |
scheduled | 0..1 | Timing | Scheduled frequency of supplement | |
quantity | 0..1 | Quantity | Amount of the nutritional supplement | |
enteralFormula | I | 0..1 | Element | Enteral formula components |
administrationInstructions | 0..1 | string | Formula feeding instructions expressed as text | |
baseFormulaType | 0..1 | CodeableConcept | Type of enteral or infant formula EnteralFormulaType (Example) | |
baseFormulaProductName | 0..1 | string | Product or brand name of the enteral or infant formula | |
scheduled | 0..1 | Timing | Scheduled frequency of enteral feeding | |
additiveType | 0..1 | CodeableConcept | Type of modular component to add to the feeding EnteralFormulaAdditiveType (Example) | |
additiveProductName | 0..1 | string | Product or brand name of the modular additive | |
caloricDensity | 0..1 | Quantity | Amount of energy per specified volume that is required | |
routeofAdministration | 0..1 | CodeableConcept | How the formula should enter the patient's gastrointestinal tract EnteralRouteOfAdministration (Incomplete) | |
quantity | 0..1 | Quantity | The volume of formula to provide | |
rate | 0..1 | Ratio | Speed with which the formula is provided per period of time | |
rateAdjustment | 0..1 | Quantity | Change in the rate of administration over a given time | |
maxVolumeToDeliver | 0..1 | Quantity | Upper limit on formula volume per unit of time | |
status | M | 0..1 | code | proposed | planned | requested | active | inactive | held | cancelled NutritionOrderStatus (Required) |
XML Template
<NutritionOrder xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <patient><!-- 1..1 Reference(Patient) The person who requires the diet, formula or nutritional supplement --></patient> <orderer><!-- 0..1 Reference(Practitioner) Who ordered the diet, formula or nutritional supplement --></orderer> <identifier><!-- 0..* Identifier Identifiers assigned to this order --></identifier> <encounter><!-- 0..1 Reference(Encounter) The encounter associated with that this nutrition order --></encounter> <dateTime value="[dateTime]"/><!-- 1..1 Date and time the nutrition order was requested --> <allergyIntolerance><!-- 0..* Reference(AllergyIntolerance) List of the patient's food and nutrition-related allergies and intolerances --></allergyIntolerance> <foodPreferenceModifier><!-- 0..* CodeableConcept Order-specific modifier about the type of food that should be given --></foodPreferenceModifier> <excludeFoodModifier><!-- 0..* CodeableConcept Order-specific modifier about the type of food that should not be given --></excludeFoodModifier> <oralDiet> <!-- 0..1 Oral diet components --> <type><!-- 0..* CodeableConcept Type of oral diet or diet restrictions that describe what can be consumed orally --></type> <scheduled><!-- 0..1 Timing Scheduled frequency of diet --></scheduled> <nutrients> <!-- 0..* Required nutrient modifications --> <modifier><!-- 0..1 CodeableConcept Type of nutrient that is being modified --></modifier> <amount><!-- 0..1 Quantity Quantity of the specified nutrient --></amount> </nutrients> <texture> <!-- 0..* Required texture modifications --> <modifier><!-- 0..1 CodeableConcept Code to indicate how to alter the texture of the foods, e.g., pureed --></modifier> <foodType><!-- 0..1 CodeableConcept Concepts that are used to identify an entity that is ingested for nutritional purposes --></foodType> </texture> <fluidConsistencyType><!-- 0..* CodeableConcept The required consistency of fluids and liquids provided to the patient --></fluidConsistencyType> <instruction value="[string]"/><!-- 0..1 Instructions or additional information about the oral diet --> </oralDiet> <supplement> <!-- 0..* Supplement components --> <type><!-- 0..1 CodeableConcept Type of supplement product requested --></type> <productName value="[string]"/><!-- 0..1 Product or brand name of the nutritional supplement --> <scheduled><!-- 0..1 Timing Scheduled frequency of supplement --></scheduled> <quantity><!-- 0..1 Quantity Amount of the nutritional supplement --></quantity> </supplement> <enteralFormula> <!-- 0..1 Enteral formula components --> <administrationInstructions value="[string]"/><!-- 0..1 Formula feeding instructions expressed as text --> <baseFormulaType><!-- 0..1 CodeableConcept Type of enteral or infant formula --></baseFormulaType> <baseFormulaProductName value="[string]"/><!-- 0..1 Product or brand name of the enteral or infant formula --> <scheduled><!-- 0..1 Timing Scheduled frequency of enteral feeding --></scheduled> <additiveType><!-- 0..1 CodeableConcept Type of modular component to add to the feeding --></additiveType> <additiveProductName value="[string]"/><!-- 0..1 Product or brand name of the modular additive --> <caloricDensity><!-- 0..1 Quantity Amount of energy per specified volume that is required --></caloricDensity> <routeofAdministration><!-- 0..1 CodeableConcept How the formula should enter the patient's gastrointestinal tract --></routeofAdministration> <quantity><!-- 0..1 Quantity The volume of formula to provide --></quantity> <rate><!-- 0..1 Ratio Speed with which the formula is provided per period of time --></rate> <rateAdjustment><!-- 0..1 Quantity Change in the rate of administration over a given time --></rateAdjustment> <maxVolumeToDeliver><!-- 0..1 Quantity Upper limit on formula volume per unit of time --></maxVolumeToDeliver> </enteralFormula> <status value="[code]"/><!-- 0..1 proposed | planned | requested | active | inactive | held | cancelled --> </NutritionOrder>
JSON Template
{ "resourceType" : "NutritionOrder", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "patient" : { Reference(Patient) }, // R! The person who requires the diet, formula or nutritional supplement "orderer" : { Reference(Practitioner) }, // Who ordered the diet, formula or nutritional supplement "identifier" : [{ Identifier }], // Identifiers assigned to this order "encounter" : { Reference(Encounter) }, // The encounter associated with that this nutrition order "dateTime" : "<dateTime>", // R! Date and time the nutrition order was requested "allergyIntolerance" : [{ Reference(AllergyIntolerance) }], // List of the patient's food and nutrition-related allergies and intolerances "foodPreferenceModifier" : [{ CodeableConcept }], // Order-specific modifier about the type of food that should be given "excludeFoodModifier" : [{ CodeableConcept }], // Order-specific modifier about the type of food that should not be given "oralDiet" : { // C? Oral diet components "type" : [{ CodeableConcept }], // Type of oral diet or diet restrictions that describe what can be consumed orally "scheduled" : { Timing }, // Scheduled frequency of diet "nutrients" : [{ // Required nutrient modifications "modifier" : { CodeableConcept }, // Type of nutrient that is being modified "amount" : { Quantity } // Quantity of the specified nutrient }], "texture" : [{ // Required texture modifications "modifier" : { CodeableConcept }, // Code to indicate how to alter the texture of the foods, e.g., pureed "foodType" : { CodeableConcept } // Concepts that are used to identify an entity that is ingested for nutritional purposes }], "fluidConsistencyType" : [{ CodeableConcept }], // The required consistency of fluids and liquids provided to the patient "instruction" : "<string>" // Instructions or additional information about the oral diet }, "supplement" : [{ // C? Supplement components "type" : { CodeableConcept }, // Type of supplement product requested "productName" : "<string>", // Product or brand name of the nutritional supplement "scheduled" : { Timing }, // Scheduled frequency of supplement "quantity" : { Quantity } // Amount of the nutritional supplement }], "enteralFormula" : { // C? Enteral formula components "administrationInstructions" : "<string>", // Formula feeding instructions expressed as text "baseFormulaType" : { CodeableConcept }, // Type of enteral or infant formula "baseFormulaProductName" : "<string>", // Product or brand name of the enteral or infant formula "scheduled" : { Timing }, // Scheduled frequency of enteral feeding "additiveType" : { CodeableConcept }, // Type of modular component to add to the feeding "additiveProductName" : "<string>", // Product or brand name of the modular additive "caloricDensity" : { Quantity }, // Amount of energy per specified volume that is required "routeofAdministration" : { CodeableConcept }, // How the formula should enter the patient's gastrointestinal tract "quantity" : { Quantity }, // The volume of formula to provide "rate" : { Ratio }, // Speed with which the formula is provided per period of time "rateAdjustment" : { Quantity }, // Change in the rate of administration over a given time "maxVolumeToDeliver" : { Quantity } // Upper limit on formula volume per unit of time }, "status" : "<code>" // proposed | planned | requested | active | inactive | held | cancelled }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
NutritionOrder.foodPreferenceModifier | Medical, cultural or ethical food preferences to help with catering requirements | Incomplete | http://hl7.org/fhir/vs/encounter-diet |
NutritionOrder.excludeFoodModifier | TODO | Example | http://hl7.org/fhir/vs/exclude-food-type |
NutritionOrder.oralDiet.type | TODO | Example | http://hl7.org/fhir/vs/diet-type |
NutritionOrder.oralDiet.nutrients.modifier | TODO | Example | http://hl7.org/fhir/vs/nutrient-code |
NutritionOrder.oralDiet.texture.modifier | TODO | Example | http://hl7.org/fhir/vs/texture-code |
NutritionOrder.oralDiet.texture.foodType | TODO | Example | http://hl7.org/fhir/vs/food-type |
NutritionOrder.oralDiet.fluidConsistencyType | TODO | Example | http://hl7.org/fhir/vs/consistency-type |
NutritionOrder.supplement.type | TODO | Example | http://hl7.org/fhir/vs/supplement-type |
NutritionOrder.enteralFormula.baseFormulaType | TODO | Example | http://hl7.org/fhir/vs/entformula-type |
NutritionOrder.enteralFormula.additiveType | TODO | Example | http://hl7.org/fhir/vs/entformula-additive |
NutritionOrder.enteralFormula.routeofAdministration | This value set contains concepts to support administration of formula feeding via oral or enteral feeding tubes | Incomplete | http://hl7.org/fhir/vs/enteral-route |
NutritionOrder.status | TODO | Fixed | http://hl7.org/fhir/nutrition-order-status |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
additive | token | Type of module component to add to the feeding | NutritionOrder.enteralFormula.additiveType |
datetime | date | Return nutrition orders requested on this date | NutritionOrder.dateTime |
encounter | reference | Return nutrition orders with this encounter identity | NutritionOrder.encounter (Encounter) |
formula | token | Type of enteral or infant formula | NutritionOrder.enteralFormula.baseFormulaType |
identifier | token | Return nutrition orders with this external identity | NutritionOrder.identifier |
oraldiet | token | Type of diet that can be consumed orally (i.e., take via the mouth). | NutritionOrder.oralDiet.type |
patient | reference | The identity of the person who requires the diet, formula or nutritional supplement | NutritionOrder.patient (Patient) |
provider | reference | The identify of the provider who placed the nutrition order | NutritionOrder.orderer (Practitioner) |
status | token | Status of the nutrition order. | NutritionOrder.status |
supplement | token | Type of supplement product requested | NutritionOrder.supplement.type |