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 Low Sodium and Fiber Restricted Diet Example
{
"resourceType": "NutritionOrder",
"id": "cardiacdiet",
"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://goodhealthhospital.org/nutrition-orders",
"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"
}
]
}
],
"oralDiet": {
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386619000",
"display": "Low sodium diet"
},
{
"system": "http://goodhealthhospital.org/diet-type-codes",
"code": "1040",
"display": "Low Sodium Diet"
}
],
"text": "Low sodium diet"
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "226208002",
"display": "Fluid restricted diet"
},
{
"system": "http://goodhealthhospital.org/diet-type-codes",
"code": "1040",
"display": "Fluid restricted diet"
}
],
"text": "Fluid restricted diet"
}
],
"nutrient": [
{
"modifier": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39972003",
"display": "Sodium"
}
]
},
"amount": {
"value": 2,
"units": "grams",
"system": "http://unitsofmeasure.org",
"code": "g"
}
},
{
"modifier": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33463005",
"display": "Fluid"
}
]
},
"amount": {
"value": 1500,
"units": "milliliter",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
],
"instruction": "Starting on 2/10 breakfast, maximum 400 ml fluids per meal"
}
}
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.