{ "resourceType": "NutritionOrder", "id": "enteralbolus", "text": { "fhir_comments": [ " id = enteralbolus file name = nutritionorder-example-enteralbolus.xml Name= Enteral Bolus Description = Nutrition Order Enteral Bolus Feeding Example\nTube feedings are given in boluses several times a day edited by Eric Haas Health eData Inc\n...narrative generated by FHIR build\n\t\n\t\t\n\t\t
\n\t\t\t

Nutrition Order Enteral Bolus Feeding Example(Tube feedings given in boluses several times a day)

\n\t\t\t
    \n\t\t\t\t
  • \n\t\t\t\t\tPatient: Peter Chalmers
  • \n\t\t\t\t
  • \n\t\t\t\t\tOrderer: Dr Adam Careful
  • \n\t\t\t\t
  • \n\t\t\t\t\tDate: 2014-09-17
  • \n\t\t\t\t
  • \n\t\t\t\t\tKnown Allergies: Cashew Nuts
  • \n\t\t\t\t
  • \n\t\t\t\t\tFood Preferences: Kosher
  • \n\t\t\t\t
  • \n\t\t\t\t\tEnteral base (Brand): Adult high protein formula(Acme High Protein Formula)
  • \n\t\t\t\t
  • \n\t\t\t\t\tAdditive (Brand): Modular lipid enteral formula component(Acme Lipid Additive)
  • \n\t\t\t\t
  • \n\t\t\t\t\tRoute: Instillation, gastrostomy tube
  • \n\t\t\t\t
  • \n\t\t\t\t\tRate: Starting 2014-09-17, 240 mls every 4hrs not to exceed 1440 mls/day
  • \n\t\t\t
\n\t\t
\n\t
\n " ], "status": "generated", "div": "

Generated Narrative with Details

id: enteralbolus

patient: Peter Chalmers

orderer: Dr Adam Careful

identifier: 123

encounter: Inpatient

dateTime: 17/09/2014

status: active

allergyIntolerance: Cashew Nuts

foodPreferenceModifier: Dairy Free (Details : {http://hl7.org/fhir/diet code 'dairy-free' = 'Dairy Free)

excludeFoodModifier: Cashew Nut (Details : {SNOMED CT code '227493005' = '227493005', given as 'Cashew Nut'})

enteralFormula

baseFormulaType: Adult high protein formula (Details : {http://usextension/snomed.info/sct code '659311000124118' = '??', given as 'Adult high protein formula'})

baseFormulaProductName: Acme High Protein Formula

additiveType: Modular lipid enteral formula component (Details : {http://hl7.org/fhir/entformula-additive code 'lipid' = 'Modular lipid enteral formula component', given as 'Modular lipid enteral formula component'})

additiveProductName: Acme Lipid Additive

caloricDensity: 1.5 calories per milliliter (Details: http://unitsofmeasure.org code cal/mL = '??')

routeofAdministration: Instillation, gastrostomy tube (Details : {http://hl7.org/fhir/v3/RouteOfAdministration code 'GT' = 'Instillation, gastrostomy tube', given as 'Instillation, gastrostomy tube'})

Administrations

-ScheduleQuantity
*Starting 18/09/2014 2:00:00 AM, Do Once per 4 hours240 milliliters (Details: http://unitsofmeasure.org code mL = '??')

maxVolumeToDeliver: 1440 milliliter/day (Details: http://unitsofmeasure.org code mL/d = '??')

administrationInstruction: 240 mls every 4hrs

" }, "patient": { "reference": "Patient/example", "display": "Peter Chalmers" }, "orderer": { "reference": "Practitioner/example", "display": "Dr Adam Careful" }, "identifier": [ { "system": "http://www.acme.org/nutritionorders", "value": "123" } ], "encounter": { "reference": "Encounter/example", "display": "Inpatient" }, "dateTime": "2014-09-17", "status": "active", "allergyIntolerance": [ { "fhir_comments": [ " EH Show all the elements in this examples for preference, and intolerance " ], "reference": "AllergyIntolerance/example", "display": "Cashew Nuts" } ], "foodPreferenceModifier": [ { "coding": [ { "system": "http://hl7.org/fhir/diet", "code": "dairy-free" } ] } ], "excludeFoodModifier": [ { "coding": [ { "system": "http://snomed.info/sct", "version": "20140730", "code": "227493005", "display": "Cashew Nut" } ] } ], "enteralFormula": { "baseFormulaType": { "coding": [ { "system": "http://usextension/snomed.info/sct", "_system": { "fhir_comments": [ " EH: bolus tube feeding instruction in text " ] }, "code": "659311000124118", "_code": { "fhir_comments": [ " EH temporary system value for us extension " ] }, "display": "Adult high protein formula" } ] }, "baseFormulaProductName": "Acme High Protein Formula", "additiveType": { "coding": [ { "system": "http://hl7.org/fhir/entformula-additive", "code": "lipid", "display": "Modular lipid enteral formula component" } ] }, "additiveProductName": "Acme Lipid Additive", "caloricDensity": { "value": 1.5, "unit": "calories per milliliter", "system": "http://unitsofmeasure.org", "code": "cal/mL" }, "routeofAdministration": { "coding": [ { "system": "http://hl7.org/fhir/v3/RouteOfAdministration", "code": "GT", "display": "Instillation, gastrostomy tube" } ] }, "administration": [ { "schedule": { "repeat": { "boundsPeriod": { "start": "2014-09-17T16:00:00Z" }, "frequency": 1, "period": 4, "periodUnits": "h" } }, "quantity": { "value": 240, "unit": "milliliters", "system": "http://unitsofmeasure.org", "code": "mL" } } ], "maxVolumeToDeliver": { "value": 1440, "unit": "milliliter/day", "system": "http://unitsofmeasure.org", "code": "mL/d" }, "administrationInstruction": "240 mls every 4hrs " } }