{
  "resourceType" : "NutritionOrder",
  "id" : "mediterranean-diet",
  "meta" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
      "valueString" : "NutritionOrder Mediterranean Diet Example"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
      "valueMarkdown" : "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."
    }],
    "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 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>"
  },
  "identifier" : [{
    "system" : "http://acme.com/nutrition-orders",
    "value" : "NO-2026-0002"
  }],
  "status" : "active",
  "intent" : "order",
  "patient" : {
    "reference" : "Patient/example",
    "display" : "Amy V. Shaw"
  },
  "dateTime" : "2026-05-19T08:15:00-05:00",
  "orderer" : {
    "reference" : "Practitioner/practitioner-1",
    "display" : "Dr Ronald Bone"
  },
  "oralDiet" : {
    "type" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/731000124108",
        "code" : "1255163004",
        "display" : "Mediterranean diet (regime/therapy)"
      }],
      "text" : "Mediterranean diet"
    }],
    "instruction" : "Emphasize vegetables, fruits, whole grains, legumes, nuts, and olive oil. Limit red meat. Include fish two times per week."
  }
}