{ "resourceType": "NutritionOrder", "id": "infantenteral", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: infantenteral

identifier: 123

status: active

patient: Peter Chalmers

encounter: Inpatient

dateTime: Sep 17, 2014

orderer: Dr Adam Careful

enteralFormula

baseFormulaType: infant formula + iron (Details : {SNOMED CT code '412414007' = 'Infant formula + iron', given as 'infant formula + iron'})

baseFormulaProductName: Acme Infant Formula + Iron

additiveType: Carbohydrate (Details : {http://hl7.org/fhir/entformula-additive code 'carbohydrate' = 'Carbohydrate', given as 'Carbohydrate'})

additiveProductName: Acme High Carbohydrate Additive

caloricDensity: 20 calories per ounce (Details: UCUM code cal/[foz_us] = 'cal/foz_us')

routeofAdministration: Swallow, oral (Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'PO' = 'Swallow, oral', given as 'Swallow, oral'})

Administrations

-ScheduleQuantity
*Starting Sep 17, 2014, Do Once per 3 hours4 ounces (Details: UCUM code [foz_us] = 'foz_us')

maxVolumeToDeliver: 32 ounces (Details: UCUM code [foz_us] = 'foz_us')

administrationInstruction: Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz.

" }, "identifier": [ { "system": "http://www.acme.org/nutritionorders", "value": "123" } ], "status": "active", "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" }, "enteralFormula": { "baseFormulaType": { "coding": [ { "system": "http://snomed.info/sct", "code": "412414007", "display": "infant formula + iron" } ] }, "baseFormulaProductName": "Acme Infant Formula + Iron", "additiveType": { "coding": [ { "system": "http://hl7.org/fhir/entformula-additive", "code": "carbohydrate", "display": "Carbohydrate" } ] }, "additiveProductName": "Acme High Carbohydrate Additive", "caloricDensity": { "value": 20, "unit": "calories per ounce", "system": "http://unitsofmeasure.org", "code": "cal/[foz_us]" }, "routeofAdministration": { "coding": [ { "system": "http://hl7.org/fhir/v3/RouteOfAdministration", "code": "PO", "display": "Swallow, oral", "userSelected": true } ] }, "administration": [ { "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17" }, "frequency": 1, "period": 3, "periodUnit": "h" } }, "quantity": { "value": 4, "unit": "ounces", "system": "http://unitsofmeasure.org", "code": "[foz_us]" } } ], "maxVolumeToDeliver": { "value": 32, "unit": "ounces", "system": "http://unitsofmeasure.org", "code": "[foz_us]" }, "administrationInstruction": "Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz." } }