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/ambulatory-outpatient (XML)

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

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

Ambulatory Outpatient Example (id = "ambulatory-outpatient")

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

<NutritionOrder xmlns="http://hl7.org/fhir">
  <id value="ambulatory-outpatient"/> 
  <status value="active"/> 
  <intent value="order"/> 
  <subject> 
    <reference value="Patient/example"/> 
    <display value="Ambulatory/Outpatient"/> 
  </subject> 
  <dateTime value="2024-10-23T00:00:00Z"/> 
  <oralDiet> 
    <type> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="1255823003"/> 
        <display value="International Dysphagia Diet Standardisation Initiative Framework - Minced and
         Moist Level 5 food"/> 
      </coding> 
    </type> 
    <type> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="1255822008"/> 
        <display value="International Dysphagia Diet Standardisation Initiative Framework - Mildly Thick
         Level 2 drinks"/> 
      </coding> 
    </type> 
  </oralDiet> 
  <enteralFormula> 
    <caloricDensity> 
      <value value="750"/> 
      <unit value="kcal"/> 
      <system value="http://unitsofmeasure.org"/> 
      <code value="kcal"/> 
    </caloricDensity> 
    <routeOfAdministration> 
      <coding> 
        <system value="https://terminology.hl7.org/"/> 
        <code value="GT"/> 
        <display value="Instillation, gastrostomy feeding"/> 
      </coding> 
    </routeOfAdministration> 
    <administration> 
      <schedule/>  
      <quantity> 
        <value value="750"/> 
        <unit value="mL"/> 
        <system value="http://unitsofmeasure.org"/> 
        <code value="mL"/> 
      </quantity> 
    </administration> 
    <administrationInstruction value="750 mL of high-protein formula via bolus at 7:00 pm at 100ml/hr."/> 
  </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.