2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Nutritionorder-example-pureeddiet-simple.json

Raw JSON (canonical form)

Nutrition Order Pureed Diet and Energy/Protein Supplement Simple Example

{
  "resourceType": "NutritionOrder",
  "id": "pureeddiet-simple",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "patient": {
    "reference": "Patient/example",
    "display": "Peter Chalmers"
  },
  "orderer": {
    "reference": "Practitioner/example",
    "display": "Dr Adam Careful"
  },
  "identifier": [
    {
      "system": "http://goodhealthhospital.org/nutrition-orders",
      "value": "123"
    }
  ],
  "dateTime": "2014-09-17",
  "oralDiet": {
    "type": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "226211001",
            "display": "Pureed diet"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://goodhealthhospital.org/diet-type-codes",
            "code": "1010",
            "display": "Pureed diet"
          }
        ],
        "text": "Pureed diet"
      }
    ],
    "scheduled": {
      "event": [
        {
          "start": "2015-02-10"
        }
      ],
      "repeat": {
        "frequency": 3,
        "duration": 1,
        "units": "d"
      }
    },
    "texture": [
      {
        "modifier": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "228055009",
              "display": "Liquidized food"
            }
          ],
          "text": "Pureed"
        }
      }
    ],
    "fluidConsistencyType": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "439021000124105",
            "display": "Dietary liquid consistency - nectar thick liquid"
          }
        ],
        "text": "Nectar thick liquids"
      }
    ]
  },
  "supplement": [
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "442971000124100",
            "display": "Adult high energy formula"
          },
          {
            "system": "http://goodhealthhospital.org/supplement-type-codes",
            "code": "1040",
            "display": "Adult high energy pudding"
          }
        ],
        "text": "Adult high energy pudding"
      },
      "productName": "Ensure Pudding 4 oz container"
    }
  ],
  "status": "active"
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.