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
Nutrition Order Infant Enteral Feeding Example (id = "infantenteral")
<NutritionOrder xmlns="http://hl7.org/fhir"> <id value="infantenteral"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text><!-- id = infantenteral file name = nutritionorder-infantenteral-example.xml Name= Infant Enteral Description = Nutrition Order Infant Enteral Feeding Canonical Example edited by Eric Haas Health eData Inc ...narrative generated by FHIR build <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Nutrition Order Infant Enteral Feeding Example (oral feedings given to an infant several times a day)</h3> <ul> <li> <b>Patient: </b>Peter Chalmers</li> <li> <b>Orderer: </b>Dr Adam Careful</li> <li> <b>Date: </b>2014-09-17</li> <li> <b>Enteral base (Brand): </b>infant formula + iron(Acme Infant Formula + Iron)</li> <li> <b>Additive (Brand): </b>Modular carbohydrate enteral formula component(Acme High Carbohydrate Additive)</li> <li> <b>Route: </b>Swallow, oral</li> <li> <b>Rate: </b>4 oz every 3hrs not to exceed 32 oz/day starting 2014-09-17</li> </ul> </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"/> <status value="active"/> <enteralFormula><!-- EH infant feeding instruction and additional instructions --> <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 4 oz every 3hrs not to exceed 32 oz/day --> <scheduled> <repeat> <bounds> <start value="2014-09-17"/> </bounds> <frequency value="1"/> <period value="3"/> <periodUnits value="h"/> </repeat> </scheduled> <additiveType> <coding> <system value="http://hl7.org/fhir/entformula-additive"/> <code value="carbohydrate"/> <display value="Modular carbohydrate enteral formula component"/> </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"/> </coding> </routeofAdministration> <quantity> <value value="4"/> <units value="ounces"/> <system value="http://unitsofmeasure.org"/> <code value="[foz_us]"/> </quantity> <maxVolumeToDeliver> <value value="32"/> <units value="ounces"/> <system value="http://unitsofmeasure.org"/> <code value="[foz_us]"/> </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.