{ "resourceType": "NutritionOrder", "id": "diabeticsupplement", "identifier": [ { "system": "http://goodhealthhospital.org/nutrition-requests", "value": "123" } ], "status": "active", "intent": "order", "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "allergyIntolerance": [ { "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/diet", "code": "kosher" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "supplement": [ { "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "443051000124104", "display": "Adult diabetes specialty formula" }, { "system": "http://goodhealthhospital.org/supplement-type-codes", "code": "1010", "display": "Adult diabetic formula" } ], "text": "Adult diabetic formula" }, "productName": "Glucerna", "schedule": [ { "repeat": { "boundsPeriod": { "start": "2015-02-10T15:00:00Z" }, "frequency": 1, "period": 24, "periodUnit": "h" } }, { "repeat": { "duration": 1, "durationUnit": "h", "when": [ "HS" ] } } ], "quantity": { "value": 1, "unit": "8 oz bottle" } } ], "meta": { "tag": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "HTEST", "display": "test health data" } ] } }