{ "resourceType": "NutritionOrder", "id": "renaldiet", "text": { "fhir_comments": [ " id = renaldiet file name = nutritionorder-example-renaldiet.xml Name= Renal Diet Description = Nutrition Order Renal Diet Example\nedited 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 Renal Diet Example

\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: dairy-free: Excludes dairy products
  • \n\t\t\t\t
  • \n\t\t\t\t\tOral Diet Type: Renal Diet
  • \n\t\t\t\t
  • \n\t\t\t\t\tNutrients Requirements: \n\t\t\t\t\t
      \n\t\t\t\t\t\t
    1. 1000 milligrams Phosphorus
    2. \n\t\t\t\t\t\t
    3. 2 grams Sodium
    4. \n\t\t\t\t\t\t
    5. 2 grams Potassium
    6. \n\t\t\t\t\t
    \n\t\t\t\t
  • \n\t\t\t\t
  • \n\t\t\t\t\tSchedule: three times a day starting on breakfast 2/10
  • \n\t\t\t
\n\t\t
\n\t
\n " ], "status": "generated", "div": "

Generated Narrative with Details

id: renaldiet

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'})

oralDiet

type: Renal Diet (Details : {SNOMED CT code '33489005' = '33489005', given as 'Renal diet'}; {http://goodhealthhospital.org/diet-type-codes code '1050' = '??', given as 'Renal'})

schedule: Starting 10/02/2015, Do 3 per 1 days

nutrient

modifier: Sodium (Details : {SNOMED CT code '39972003' = '39972003', given as 'Sodium'})

amount: 2 grams (Details: http://unitsofmeasure.org code g = '??')

nutrient

modifier: Phosphorus (Details : {SNOMED CT code '30820000' = '30820000', given as 'Phosphorus'})

amount: 1000 milligrams (Details: http://unitsofmeasure.org code mg = '??')

nutrient

modifier: Potassium (Details : {SNOMED CT code '88480006' = '88480006', given as 'Potassium'})

amount: 2 grams (Details: http://unitsofmeasure.org code g = '??')

" }, "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", "allergyIntolerance": [ { "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" } ] } ], "oralDiet": { "fhir_comments": [ " EH: use oral Diet element " ], "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "33489005", "display": "Renal diet" }, { "system": "http://goodhealthhospital.org/diet-type-codes", "code": "1050", "display": "Renal" } ], "text": "Renal Diet" } ], "schedule": [ { "fhir_comments": [ " EH example of three times a day starting on 2/10 " ], "repeat": { "boundsPeriod": { "start": "2015-02-10" }, "frequency": 3, "period": 1, "periodUnits": "d" } } ], "nutrient": [ { "modifier": { "fhir_comments": [ " list nutrients and amounts here " ], "coding": [ { "system": "http://snomed.info/sct", "code": "39972003", "display": "Sodium" } ] }, "amount": { "value": 2, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } }, { "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "30820000", "display": "Phosphorus" } ] }, "amount": { "value": 1000, "unit": "milligrams", "system": "http://unitsofmeasure.org", "code": "mg" } }, { "modifier": { "coding": [ { "system": "http://snomed.info/sct", "code": "88480006", "display": "Potassium" } ] }, "amount": { "value": 2, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } } ] } }