DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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-enteralcontinuous.xml

Raw XML (canonical form)

Nutrition Order Enteral Continuous Feeding Example (id = "enteralcontinuous")

Raw XML

<NutritionOrder xmlns="http://hl7.org/fhir">
  <id value="enteralcontinuous"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text><!--    id = enteralcontinuous  file name = nutritionorder-example-enteralcontinuous.xml  Name=
   Enteral Continuous Feeding  Description = Nutrition Order Enteral Continuous Feeding Canonical
   Example
editor Eric Haas Health eData Inc
...narrative generated by FHIR build
  &lt;text&gt;
    &lt;status value=&quot;generated&quot;/&gt;
    &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
      &lt;h3&gt;Nutrition Order Enteral Continuous Feeding Example (Tube feedings given as
   continuous rate)&lt;/h3&gt;
      &lt;ul&gt;
        &lt;li&gt;
          &lt;b&gt;Patient: &lt;/b&gt;Peter Chalmers&lt;/li&gt;
        &lt;li&gt;
          &lt;b&gt;Orderer: &lt;/b&gt;Dr Adam Careful&lt;/li&gt;
        &lt;li&gt;
          &lt;b&gt;Date: &lt;/b&gt;2014-09-17&lt;/li&gt;
        &lt;li&gt;
          &lt;b&gt;Enteral base (Brand): &lt;/b&gt;Diabetic specialty enteral formula(Acme
   Diabetes Formula)&lt;/li&gt;
        &lt;li&gt;
          &lt;b&gt;Route: &lt;/b&gt;Instillation, nasogastrostomy tube&lt;/li&gt;
        &lt;li&gt;
          &lt;b&gt;Rate: &lt;/b&gt;60 mls/hr not to exceed 880 mls/day&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/text&gt;
   -->
  <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"/>
  <status value="active"/><!--    Tube feedings given as continuous rate    -->
  <enteralFormula>
    <administrationInstructions value="Hold feedings from 7 pm to 7 am. Add MCT oil to increase calories from 1.0 cal/mL to 1.5
     cal/mL"/>
    <baseFormulaType>
      <coding>
        <system value="http://snomed/sct"/>
        <code value="6547210000124112"/>
        <display value="Diabetic specialty enteral formula"/>
      </coding>
    </baseFormulaType>
    <baseFormulaProductName value=" Acme Diabetes Formula"/>
    <scheduled>
      <event value="2014-09-17"/>
    </scheduled>
    <caloricDensity>
      <value value="1"/>
      <units value="calories per milliliter"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="cal/mL"/>
    </caloricDensity>
    <routeofAdministration>
      <coding>
        <system value="http://hl7.org/fhir/v3/RouteOfAdministration"/>
        <code value="NGT"/>
        <display value="Instillation, nasogastrostomy tube"/>
      </coding>
    </routeofAdministration>
    <rate>
      <numerator>
        <value value="60"/>
        <units value="millilters"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <units value="hr"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="h"/>
      </denominator>
    </rate>
    <rateAdjustment>
      <value value="10"/>
      <units value="milliliters every 4 hours"/>
    </rateAdjustment>
    <maxVolumeToDeliver>
      <value value="880"/>
      <units value="milliliter/day"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mL/d"/>
    </maxVolumeToDeliver>
  </enteralFormula>
</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.