Release 5 Preview #1

This page is part of the FHIR Specification (v4.2.0: R5 Preview #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Nutritionintake-example.xml

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

Patient reports the food and fluid consumed (id = "example")

<?xml version="1.0" encoding="UTF-8"?>

<NutritionIntake xmlns="http://hl7.org/fhir">
  <!--    id = example  file name = nutritionintake-example.xml  Name=Simple   Description =
   General NutritionIntake Example edited by Jean Duteau & Becky Gradl   -->
  <id value="example"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : example</p> <p> <b> status</b> : completed</p> <p> <b> category</b> : Inpatient <span> (Details )</span> </p> <blockquote> <p> <b> consumedItem</b> </p> <p> <b> type</b> : food <span> (Details )</span> </p> <p> <b> nutritionProduct</b> : Grill Sandwich <span> (Details )</span> </p> <p> <b> amount</b> : 100 percent<span>  (Details: UCUM code % = '%')</span> </p> </blockquote> <blockquote> <p> <b> consumedItem</b> </p> <p> <b> type</b> : food <span> (Details )</span> </p> <p> <b> nutritionProduct</b> : French Fries Spiral Battered <span> (Details )</span> </p> <p> <b> amount</b> : 100 percent<span>  (Details: UCUM code % = '%')</span> </p> </blockquote> <blockquote> <p> <b> consumedItem</b> </p> <p> <b> type</b> : food <span> (Details )</span> </p> <p> <b> nutritionProduct</b> : Tomato Soup Healthy Request <span> (Details )</span> </p> <p> <b> amount</b> : 50 percent<span>  (Details: UCUM code % = '%')</span> </p> </blockquote> <blockquote> <p> <b> consumedItem</b> </p> <p> <b> type</b> : food <span> (Details )</span> </p> <p> <b> nutritionProduct</b> : Side Garden Salad <span> (Details )</span> </p> <p> <b> amount</b> : 50 percent<span>  (Details: UCUM code % = '%')</span> </p> </blockquote> <blockquote> <p> <b> consumedItem</b> </p> <p> <b> type</b> : fluid <span> (Details )</span> </p> <p> <b> nutritionProduct</b> : Ice Tea Unsweetened <span> (Details )</span> </p> <p> <b> amount</b> : 100 percent<span>  (Details: UCUM code % = '%')</span> </p> </blockquote> <blockquote> <p> <b> ingredientLabel</b> </p> <p> <b> nutrient</b> : Total Calories <span> (Details )</span> </p> <p> <b> amount</b> : 313 kilocalorie<span>  (Details: UCUM code kcal = 'kcal')</span> </p> </blockquote> <blockquote> <p> <b> ingredientLabel</b> </p> <p> <b> nutrient</b> : Protein <span> (Details )</span> </p> <p> <b> amount</b> : 10.4 grams<span>  (Details: UCUM code g = 'g')</span> </p> </blockquote> <blockquote> <p> <b> ingredientLabel</b> </p> <p> <b> nutrient</b> : Fat (Total) <span> (Details )</span> </p> <p> <b> amount</b> : 18.00 grams<span>  (Details: UCUM code g = 'g')</span> </p> </blockquote> <blockquote> <p> <b> ingredientLabel</b> </p> <p> <b> nutrient</b> : Carbohydrate <span> (Details )</span> </p> <p> <b> amount</b> : 26.47 grams<span>  (Details: UCUM code g = 'g')</span> </p> </blockquote> <blockquote> <p> <b> ingredientLabel</b> </p> <p> <b> nutrient</b> : Sodium <span> (Details )</span> </p> <p> <b> amount</b> : 770 Milligrams<span>  (Details: UCUM code mg = 'mg')</span> </p> </blockquote> <p> <b> subject</b> : Paula Patient Chalmers</p> <p> <b> effective</b> : 2 Aug. 2019, 12:45:18 pm</p> </div> </text> <status value="completed"/> 
  <category> 
    <text value="Inpatient"/> 
  </category> 
  <consumedItem> 
    <type> 
      <text value="food"/> 
    </type> 
    <nutritionProduct> 
      <text value="Grill Sandwich"/> 
    </nutritionProduct> 
    <amount>  
      <value value="100"/>  
      <unit value="percent"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="%"/>  
    </amount>  
  </consumedItem> 
  <consumedItem> 
    <type> 
      <text value="food"/> 
    </type> 
    <nutritionProduct> 
      <text value="French Fries Spiral Battered"/> 
    </nutritionProduct> 
    <amount>  
      <value value="100"/>  
      <unit value="percent"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="%"/>  
    </amount>  
  </consumedItem> 
  <consumedItem> 
    <type> 
      <text value="food"/> 
    </type> 
    <nutritionProduct> 
      <text value="Tomato Soup Healthy Request"/> 
    </nutritionProduct> 
    <amount>  
      <value value="50"/>  
      <unit value="percent"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="%"/>  
    </amount>  
  </consumedItem> 
  <consumedItem> 
    <type> 
      <text value="food"/> 
    </type> 
    <nutritionProduct> 
      <text value="Side Garden Salad"/> 
    </nutritionProduct> 
    <amount>  
      <value value="50"/>  
      <unit value="percent"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="%"/>  
    </amount>  
  </consumedItem> 
  <consumedItem> 
    <type> 
      <text value="fluid"/> 
    </type> 
    <nutritionProduct> 
      <text value="Ice Tea Unsweetened"/> 
    </nutritionProduct> 
    <amount>  
      <value value="100"/>  
      <unit value="percent"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="%"/>  
    </amount>  
  </consumedItem> 
  <ingredientLabel> 
    <nutrient> 
      <text value="Total Calories"/> 
    </nutrient> 
    <amount>  
      <value value="313"/>  
      <unit value="kilocalorie"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="kcal"/>  
    </amount>  
  </ingredientLabel> 
  <ingredientLabel> 
    <nutrient> 
      <text value="Protein"/> 
    </nutrient> 
    <amount>  
      <value value="10.4"/>  
      <unit value="grams"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="g"/>  
    </amount>  
  </ingredientLabel> 
  <ingredientLabel> 
    <nutrient> 
      <text value="Fat (Total)"/> 
    </nutrient> 
    <amount>  
      <value value="18.00"/>  
      <unit value="grams"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="g"/>  
    </amount>  
  </ingredientLabel> 
  <ingredientLabel> 
    <nutrient> 
      <text value="Carbohydrate"/> 
    </nutrient> 
    <amount>  
      <value value="26.47"/>  
      <unit value="grams"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="g"/>  
    </amount>  
  </ingredientLabel>   
  <ingredientLabel> 
    <nutrient> 
      <text value="Sodium"/> 
    </nutrient>  
    <amount>  
      <value value="770"/>  
      <unit value="Milligrams"/>  
      <system value="http://unitsofmeasure.org"/>  
      <code value="mg"/>  
    </amount>  
  </ingredientLabel> 
  <subject> 
    <display value="Paula Patient Chalmers"/> 
  </subject> 
  <effectiveDateTime value="2019-08-02T12:45:18+04:00"/> 
</NutritionIntake> 

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.