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 xmlns="http://hl7.org/fhir">
<id value="whole-food-diet"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="NutritionOrder Whole Food 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 whole food diet ordered for general health promotion. The diet type is recorded as text because the bound FHIR R4 diet-type value set does not include a specific coded concept for "whole food diet.""/>
</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 whole-food-diet</b></p><a name="whole-food-diet"> </a><a name="hcwhole-food-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-0003</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:30: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:">Whole food diet</span></td><td>Emphasize minimally processed foods. Include vegetables, fruits, whole grains, legumes, and lean proteins. Avoid added sugars and ultra-processed foods.</td></tr></table></div>
</text>
<identifier>
<system value="http://acme.com/nutrition-orders"/>
<value value="NO-2026-0003"/>
</identifier>
<status value="active"/>
<intent value="order"/>
<patient>
<reference value="Patient/example"/>
<display value="Amy V. Shaw"/>
</patient>
<dateTime value="2026-05-19T08:30:00-05:00"/>
<orderer>
<reference value="Practitioner/practitioner-1"/>
<display value="Dr Ronald Bone"/>
</orderer>
<oralDiet>
<type>
<text value="Whole food diet"/>
</type>
<instruction
value="Emphasize minimally processed foods. Include vegetables, fruits, whole grains, legumes, and lean proteins. Avoid added sugars and ultra-processed foods."/>
</oralDiet>
</NutritionOrder>