View raw Markdown
type: exampleresource: NutritionOrderexample: nutritionorder-example-enteralbolus

NutritionOrder Example: nutritionorder-example-enteralbolus

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<NutritionOrder xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir file:///L:/HL7/FHIR/20141020Build/schema/nutritionorder.xsd"><!-- id = enteralbolus  file name = nutritionorder-example-enteralbolus.xml Name= Enteral Bolus  Description = Nutrition Order Enteral Bolus Feeding  Example
Tube feedings are given in boluses several times a day   edited by Eric Haas Health eData Inc
--><!--EH  Show all the elements in this examples for preference, and intolerance --><id value="enteralbolus"/>
    <identifier>
        <system value="http://www.acme.org/nutritionorders"/>
        <value value="123"/>
    </identifier>
    <status value="active"/><intent value="order"/>
    <subject>
        <reference value="Patient/example"/>
        <display value="Peter Chalmers"/>
    </subject>
    <encounter>
        <reference value="Encounter/example"/>
        <display value="Inpatient"/>
    </encounter>
    <dateTime value="2014-09-17"/>
    <orderer>
        <reference value="Practitioner/example"/>
        <display value="Dr Adam Careful"/>
    </orderer>
    <allergyIntolerance>
        <reference value="AllergyIntolerance/example"/>
        <display value="Cashew Nuts"/>
    </allergyIntolerance>
    <foodPreferenceModifier>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/diet"/>
            <code value="dairy-free"/>
        </coding>
    </foodPreferenceModifier>
    <excludeFoodModifier>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="227493005"/>
            <display value="Cashew Nut"/>
        </coding>
    </excludeFoodModifier>
    <enteralFormula>
    <type>
      <concept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="441541000124107"/>
          <display value="High energy enteral formula"/>
        </coding>
      </concept>
    </type>
        <baseFormulaType>
            <concept>
            <coding>
                <!--EH:  bolus tube feeding instruction in text-->
                <system value="http://snomed.info/sct"/>
                <code value="442991000124104"/>
                <display value="Adult high protein formula"/>
            </coding>
        </concept>
        </baseFormulaType>
        <baseFormulaProductName value="Acme High Protein Formula"/>

        <additive>
        <type>
            <concept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/entformula-additive"/>
                <code value="lipid"/>
                <display value="Lipid"/>
            </coding>
        </concept>
        </type>
        <productName value="Acme Lipid Additive"/>
    </additive>
        <caloricDensity>
            <value value="1.5"/>
            <unit value="calories per milliliter"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="cal/mL"/>
        </caloricDensity>
        <routeOfAdministration>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"/>
                <code value="GT"/>
                <display value="Instillation, gastrostomy tube"/>
            </coding>
        </routeOfAdministration>
        <administration>
            <schedule>
                <timing>
                <repeat>
                <boundsPeriod>
                  <start value="2014-09-17T16:00:00Z"/>
                </boundsPeriod>
                    <frequency value="1"/>
                    <period value="4"/>
                    <periodUnit value="h"/>
                </repeat>
            </timing>
            </schedule>
            <quantity>
                <value value="240"/>
                <unit value="milliliters"/>
                <system value="http://unitsofmeasure.org"/>
                <code value="mL"/>
            </quantity>
        </administration>
        <maxVolumeToDeliver>
            <value value="1440"/>
            <unit value="milliliter/day"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="mL/d"/>
        </maxVolumeToDeliver>
        <administrationInstruction value="240 mls every 4hrs"/>
    </enteralFormula>
</NutritionOrder>