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 Whole Food Diet Example - JSON Representation

Raw json | Download

{
  "resourceType" : "NutritionOrder",
  "id" : "whole-food-diet",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "NutritionOrder Whole Food Diet Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "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.\""
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-nutritionorder"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "http://acme.com/nutrition-orders",
      "value" : "NO-2026-0003"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "patient" : {
    "reference" : "Patient/example",
    "display" : "Amy V. Shaw"
  },
  "dateTime" : "2026-05-19T08:30:00-05:00",
  "orderer" : {
    "reference" : "Practitioner/practitioner-1",
    "display" : "Dr Ronald Bone"
  },
  "oralDiet" : {
    "type" : [
      {
        "text" : "Whole food diet"
      }
    ],
    "instruction" : "Emphasize minimally processed foods. Include vegetables, fruits, whole grains, legumes, and lean proteins. Avoid added sugars and ultra-processed foods."
  }
}