2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Nutritionorder-example-infantenteral.xml

Raw XML (canonical form)

Nutrition Order Infant Enteral Feeding Canonical Example (id = "infantenteral")

Raw XML

<NutritionOrder xmlns="http://hl7.org/fhir">
  <id value="infantenteral"/><!--    id = infantenteral  file name = nutritionorder-example-infantenteral.xml  Name= Infant
   Enteral  Description = Nutrition Order Infant Enteral Feeding Canonical Example 
edited by Eric Haas Health eData Inc   -->
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <patient>
    <reference value="Patient/example"/>
    <display value="Peter Chalmers"/>
  </patient>
  <orderer>
    <reference value="Practitioner/example"/>
    <display value="Dr Adam Careful"/>
  </orderer>
  <identifier>
    <system value="http://www.acme.org/nutritionorders"/>
    <value value="123"/>
  </identifier>
  <encounter>
    <reference value="Encounter/example"/>
    <display value="Inpatient"/>
  </encounter>
  <dateTime value="2014-09-17"/>
  <allergyIntolerance>
    <reference value="AllergyIntolerance/example"/>
    <display value="Cashew Nuts"/>
  </allergyIntolerance>
  <foodPreferenceModifier>
    <coding>
      <system value="http://hl7.org/fhir/diet"/>
      <code value="nut-free"/>
      <valueSet>
        <reference value="http://hl7.org/fhir/vs/encounter-diet"/>
        <display value="PatientDiet"/>
      </valueSet>
    </coding>
  </foodPreferenceModifier>
  <excludeFoodModifier>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="20140730"/>
      <code value="227493005"/>
      <display value="Cashew Nut"/>
    </coding>
  </excludeFoodModifier>
  <enteralFormula>
    <administrationInstructions value="Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz."/>
    <baseFormulaType>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="412414007"/>
        <display value="infant formula + iron"/>
      </coding>
    </baseFormulaType>
    <baseFormulaProductName value="Acme Infant Formula + Iron"/>
    <scheduled>
      <event>
        <start value="2014-09-17"/>
      </event>
    </scheduled>
    <additiveType>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="226307009"/>
        <display value="Carbohydrate supplement"/>
        <valueSet>
          <reference value="http://hl7.org/fhir/vs/entformula-additive"/>
          <display value="EnteralFormulaAdditiveType"/>
        </valueSet>
      </coding>
    </additiveType>
    <additiveProductName value="Acme High Carbohydrate Additive"/>
    <caloricDensity>
      <value value="20"/>
      <units value="calories per ounce"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="cal/[foz_us]"/>
    </caloricDensity>
    <routeofAdministration>
      <coding>
        <system value="http://hl7.org/fhir/v3/RouteOfAdministration"/>
        <code value="PO"/>
        <display value="Swallow, oral"/>
        <primary value="true"/>
        <valueSet>
          <reference value="http://hl7.org/fhir/vs/enteral-route"/>
          <display value="EnteralRouteOfAdministration"/>
        </valueSet>
      </coding>
    </routeofAdministration>
    <rate>
      <numerator>
        <value value="4"/>
        <units value="oz"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="[foz_us]"/>
      </numerator>
      <denominator>
        <value value="3"/>
        <units value="hr"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="h"/>
      </denominator>
    </rate>
    <maxVolumeToDeliver>
      <value value="32"/>
      <units value="ounces"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="[foz_us]"/>
    </maxVolumeToDeliver>
  </enteralFormula>
  <status value="active"/>
</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.