This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Nutrition Order Protein Supplement Example
{
"resourceType" : "NutritionOrder",
"id" : "proteinsupplement",
"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",
"oralDiet" : {
"type" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "182922004",
"display" : "Regular diet care"
}]
}]
},
"additive" : [{
"modularType" : {
"concept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "443581000124102",
"display" : "Modular protein formula component (product)"
},
{
"system" : "http://goodhealthhospital.org/supplement-type-codes",
"code" : "1000",
"display" : "High Protein Powder"
}],
"text" : "High Protein Powder"
}
},
"productName" : "Beneprotein",
"quantity" : {
"value" : 1,
"unit" : "scoop",
"system" : "http://unitsofmeasure.org",
"code" : "{scoop}"
}
}]
}
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.