Da Vinci - Coverage Requirements Discovery
1.0.0 - STU 1

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: NutritionOder example - JSON Representation

Raw json | Download


{
  "resourceType" : "NutritionOrder",
  "id" : "example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Insurance Extension</b>: <a href=\"Coverage-example.html\">Generated Summary: id: 12345; status: active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode EHCPOL}\">extended healthcare</span>; dependent: 0; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span>; period: 2011-05-23 --&gt; 2012-05-23</a></p><p><b>identifier</b>: id: 123</p><p><b>status</b>: draft</p><p><b>intent</b>: order</p><p><b>patient</b>: <a href=\"Patient-example.html\">Generated Summary: Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Generated Summary: id: v1451 (OFFICIAL); status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span>; <span title=\"Codes: {http://snomed.info/sct 270427003}\">Patient-initiated encounter</span>; <span title=\"Codes: {http://snomed.info/sct 310361003}\">Non-urgent cardiological admission</span>; <span title=\"Codes: {http://snomed.info/sct 34068001}\">Heart valve replacement</span></a></p><p><b>dateTime</b>: 2014-09-17</p><p><b>orderer</b>: <a href=\"Practitioner-example.html\">Generated Summary: id: 9941339108, id: 25456; Adam Careful </a></p><p><b>allergyIntolerance</b>: <a href=\"http://example.org/fhir/AllergyIntolerance/example\">Cashew Nuts</a></p><p><b>foodPreferenceModifier</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/diet dairy-free}\">Dairy Free</span></p><p><b>excludeFoodModifier</b>: <span title=\"Codes: {http://snomed.info/sct 227493005}\">Cashew Nut</span></p><blockquote><p><b>oralDiet</b></p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 15108003}\">Fiber restricted diet</span>, <span title=\"Codes: {http://snomed.info/sct 16208003}\">Low fat diet</span></p><p><b>schedule</b>: Starting 2015-02-10, Do 3 per 1 days</p><h3>Nutrients</h3><table class=\"grid\"><tr><td>-</td><td><b>Modifier</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 256674009}\">Fat</span></td><td>50 grams</td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance",
      "valueReference" : {
        "reference" : "Coverage/example"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://goodhealthhospital.org/nutrition-requests",
      "value" : "123"
    }
  ],
  "status" : "draft",
  "intent" : "order",
  "patient" : {
    "reference" : "Patient/example"
  },
  "encounter" : {
    "reference" : "Encounter/example"
  },
  "dateTime" : "2014-09-17",
  "orderer" : {
    "reference" : "Practitioner/example"
  },
  "allergyIntolerance" : [
    {
      "reference" : "http://example.org/fhir/AllergyIntolerance/example",
      "display" : "Cashew Nuts"
    }
  ],
  "foodPreferenceModifier" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/diet",
          "code" : "dairy-free"
        }
      ]
    }
  ],
  "excludeFoodModifier" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "version" : "20140730",
          "code" : "227493005",
          "display" : "Cashew Nut"
        }
      ]
    }
  ],
  "oralDiet" : {
    "type" : [
      {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "15108003",
            "display" : "Restricted fiber diet"
          }
        ],
        "text" : "Fiber restricted diet"
      },
      {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "16208003",
            "display" : "Low fat diet"
          }
        ],
        "text" : "Low fat diet"
      }
    ],
    "schedule" : [
      {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2015-02-10"
          },
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      }
    ],
    "nutrient" : [
      {
        "modifier" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "256674009",
              "display" : "Fat"
            }
          ]
        },
        "amount" : {
          "value" : 50,
          "unit" : "grams",
          "system" : "http://unitsofmeasure.org",
          "code" : "g"
        }
      }
    ]
  }
}