FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example NutritionOrder/heart-failure (XML)

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

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

Heart Failure Patient Example (id = "heart-failure")

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

<NutritionOrder xmlns="http://hl7.org/fhir">
  <id value="heart-failure"/> 
  <status value="active"/> 
  <intent value="order"/> 
  <subject> 
    <reference value="Patient/example"/> 
    <display value="Heart Failure Patient"/> 
  </subject> 
  <dateTime value="2024-10-23T00:00:00Z"/> 
  <allergyIntolerance> 
    <reference value="AllergyIntolerance/lactose-intolerance"/> 
    <display value="Lactose Intolerance"/> 
  </allergyIntolerance> 
  <excludeFoodModifier> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="102261002"/> 
      <display value="strawberry"/> 
    </coding> 
  </excludeFoodModifier> 
  <oralDiet> 
    <type> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="439111000124103"/> 
        <display value="Mechanically altered diet"/> 
      </coding> 
    </type> 
    <type> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="1255164005"/> 
        <display value="Halal diet"/> 
      </coding> 
    </type> 
    <type> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="425458000"/> 
        <display value="Lactose-free diet"/> 
      </coding> 
    </type> 
    <type> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="437421000124105"/> 
        <display value="Decreased sodium diet"/> 
      </coding> 
    </type> 
    <type> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="439061000124104"/> 
        <display value="Fluid restricted diet"/> 
      </coding> 
    </type> 
    <schedule/>  
    <nutrient> 
      <modifier> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="39972003"/> 
          <display value="Sodium"/> 
        </coding> 
      </modifier> 
      <amount> 
        <value value="2"/> 
        <unit value="g"/> 
        <system value="http://unitsofmeasure.org"/> 
        <code value="g"/> 
      </amount> 
    </nutrient> 
    <instruction value="1500ml of fluid/day"/> 
  </oralDiet> 
</NutritionOrder> 

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.