This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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 Protein Supplement Example
{
"resourceType": "NutritionOrder",
"id": "proteinsupplement",
"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",
"supplement": [
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "442991000124104",
"display": "Adult high protein formula"
},
{
"system": "http://goodhealthhospital.org/supplement-type-codes",
"code": "1000",
"display": "High Protein Powder"
}
],
"text": "High Protein Powder"
},
"productName": "Beneprotein",
"scheduled": {
"repeat": {
"bounds": {
"start": "2015-02-10"
},
"when": "C"
}
},
"quantity": {
"value": 1,
"units": "scoop",
"system": "http://unitsofmeasure.org",
"code": "{scoop}"
},
"instruction": "Beneprotein 1 scoop TID with meal.starting on 2015-02-10"
}
]
}
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.