Health eData 1 Sandbox
0.1.0 - CI Build United States of America flag

Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions

: NutritionOrder Mediterranean Diet Example - XML Representation

Raw xml | Download


<NutritionOrder xmlns="http://hl7.org/fhir">
  <id value="mediterranean-diet"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="NutritionOrder Mediterranean Diet Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This example of a *US Core Nutrition Order Profile* illustrates a Mediterranean diet ordered to support cardiovascular health for a patient with elevated cardiovascular risk."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-nutritionorder"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: NutritionOrder mediterranean-diet</b></p><a name="mediterranean-diet"> </a><a name="hcmediterranean-diet"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-core-nutritionorder.html">US Core Nutrition Order Profile</a></p></div><p><b>identifier</b>: <code>http://acme.com/nutrition-orders</code>/NO-2026-0002</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>patient</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Patient-example.html">Amy V. Shaw</a></p><p><b>dateTime</b>: 2026-05-19 08:15:00-0500</p><p><b>orderer</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html">Dr Ronald Bone</a></p><h3>OralDiets</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Instruction</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 1255163004}">Mediterranean diet</span></td><td>Emphasize vegetables, fruits, whole grains, legumes, nuts, and olive oil. Limit red meat. Include fish two times per week.</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://acme.com/nutrition-orders"/>
    <value value="NO-2026-0002"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <patient>
    <reference value="Patient/example"/>
    <display value="Amy V. Shaw"/>
  </patient>
  <dateTime value="2026-05-19T08:15:00-05:00"/>
  <orderer>
    <reference value="Practitioner/practitioner-1"/>
    <display value="Dr Ronald Bone"/>
  </orderer>
  <oralDiet>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/731000124108"/>
        <code value="1255163004"/>
        <display value="Mediterranean diet (regime/therapy)"/>
      </coding>
      <text value="Mediterranean diet"/>
    </type>
    <instruction
                 value="Emphasize vegetables, fruits, whole grains, legumes, nuts, and olive oil. Limit red meat. Include fish two times per week."/>
  </oralDiet>
</NutritionOrder>