This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Nutrition Order Renal Diet Example
{
"resourceType" : "NutritionOrder",
"id" : "renaldiet",
"identifier" : [{
"system" : "http://goodhealthhospital.org/nutrition-requests",
"value" : "123"
}],
"status" : "active",
"intent" : "order",
"subject" : {
"reference" : "Patient/example",
"display" : "Peter Chalmers"
},
"encounter" : {
"reference" : "Encounter/example",
"display" : "Inpatient"
},
"dateTime" : "2014-09-17",
"allergyIntolerance" : [{
"reference" : "AllergyIntolerance/example",
"display" : "Cashew Nuts"
}],
"foodPreferenceModifier" : [{
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/diet",
"code" : "dairy-free"
}]
}],
"excludeFoodModifier" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "227493005",
"display" : "Cashew Nut"
}]
}],
"oralDiet" : {
"type" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "437421000124105",
"display" : "Decreased sodium diet (regime/therapy)"
},
{
"system" : "http://goodhealthhospital.org/diet-type-codes",
"code" : "1050",
"display" : "Renal"
}],
"text" : "Low Sodium Diet"
},
{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "437401000124100",
"display" : "Decreased potassium diet (regime/therapy)"
}]
},
{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "437381000124100",
"display" : "Decreased phosphorus diet (regime/therapy)"
}]
},
{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "439061000124104",
"display" : "Fluid restricted diet (regime/therapy)"
}]
}],
"schedule" : {
"timing" : [{
"repeat" : {
"boundsPeriod" : {
"start" : "2015-02-10"
},
"frequency" : 3,
"period" : 1,
"periodUnit" : "d"
}
}]
},
"nutrient" : [{
"modifier" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "60471000",
"display" : "Sodium compound"
}]
},
"amount" : {
"value" : 2,
"unit" : "mg/d",
"system" : "http://unitsofmeasure.org",
"code" : "mg/d"
}
},
{
"modifier" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "63793008",
"display" : "Phosphorus compound"
}]
},
"amount" : {
"value" : 1,
"unit" : "mg/d",
"system" : "http://unitsofmeasure.org",
"code" : "mg/d"
}
},
{
"modifier" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "19751002",
"display" : "Potassium compound"
}]
},
"amount" : {
"value" : 2,
"unit" : "mg/d",
"system" : "http://unitsofmeasure.org",
"code" : "mg/d"
}
}],
"instruction" : "restrict fluid to 1000 mL/day"
}
}
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.