This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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
Nutrition Order Enteral Bolus Feeding Example
{
"resourceType": "NutritionOrder",
"id": "enteralbolus",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"patient": {
"reference": "Patient/example",
"display": "Peter Chalmers"
},
"orderer": {
"reference": "Practitioner/example",
"display": "Dr Adam Careful"
},
"identifier": [
{
"system": "http://www.acme.org/nutritionorders",
"value": "123"
}
],
"encounter": {
"reference": "Encounter/example",
"display": "Inpatient"
},
"dateTime": "2014-09-17",
"status": "active",
"allergyIntolerance": [
{
"reference": "AllergyIntolerance/example",
"display": "Cashew Nuts"
}
],
"foodPreferenceModifier": [
{
"coding": [
{
"system": "http://hl7.org/fhir/diet",
"code": "dairy-free"
}
]
}
],
"excludeFoodModifier": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "20140730",
"code": "227493005",
"display": "Cashew Nut"
}
]
}
],
"enteralFormula": {
"administrationInstructions": "240 mls every 4hrs ",
"baseFormulaType": {
"coding": [
{
"system": "http://usextension/snomed.info/sct",
"code": "659311000124118",
"display": "Adult high protein formula"
}
]
},
"baseFormulaProductName": "Acme High Protein Formula",
"scheduled": {
"repeat": {
"bounds": {
"start": "2014-09-17"
},
"frequency": 1,
"period": 4,
"periodUnits": "h"
}
},
"additiveType": {
"coding": [
{
"system": "http://hl7.org/fhir/entformula-additive",
"code": "lipid",
"display": "Modular lipid enteral formula component"
}
]
},
"additiveProductName": "Acme Lipid Additive",
"caloricDensity": {
"value": 1.5,
"units": "calories per milliliter",
"system": "http://unitsofmeasure.org",
"code": "cal/mL"
},
"routeofAdministration": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/RouteOfAdministration",
"code": "GT",
"display": "Instillation, gastrostomy tube"
}
]
},
"quantity": {
"value": 240,
"units": "milliliters",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"maxVolumeToDeliver": {
"value": 1440,
"units": "milliliter/day",
"system": "http://unitsofmeasure.org",
"code": "mL/d"
}
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.