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-infantenteral.json

Raw JSON (canonical form)

Nutrition Order Infant Enteral Feeding Canonical Example

{
  "resourceType": "NutritionOrder",
  "id": "infantenteral",
  "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://www.acme.org/nutritionorders",
      "value": "123"
    }
  ],
  "encounter": {
    "reference": "Encounter/example",
    "display": "Inpatient"
  },
  "dateTime": "2014-09-17",
  "allergyIntolerance": [
    {
      "reference": "AllergyIntolerance/example",
      "display": "Cashew Nuts"
    }
  ],
  "foodPreferenceModifier": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/diet",
          "code": "nut-free",
          "valueSet": {
            "reference": "http://hl7.org/fhir/vs/encounter-diet",
            "display": "PatientDiet"
          }
        }
      ]
    }
  ],
  "excludeFoodModifier": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "20140730",
          "code": "227493005",
          "display": "Cashew Nut"
        }
      ]
    }
  ],
  "enteralFormula": {
    "administrationInstructions": "Add high calorie high carbohydrate additive to increase cal/oz from 24 cal/oz to 27 cal/oz.",
    "baseFormulaType": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "412414007",
          "display": "infant formula + iron"
        }
      ]
    },
    "baseFormulaProductName": "Acme Infant Formula + Iron",
    "scheduled": {
      "event": [
        {
          "start": "2014-09-17"
        }
      ]
    },
    "additiveType": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "226307009",
          "display": "Carbohydrate supplement",
          "valueSet": {
            "reference": "http://hl7.org/fhir/vs/entformula-additive",
            "display": "EnteralFormulaAdditiveType"
          }
        }
      ]
    },
    "additiveProductName": "Acme High Carbohydrate Additive",
    "caloricDensity": {
      "value": 20,
      "units": "calories per ounce",
      "system": "http://unitsofmeasure.org",
      "code": "cal/[foz_us]"
    },
    "routeofAdministration": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/v3/RouteOfAdministration",
          "code": "PO",
          "display": "Swallow, oral",
          "primary": true,
          "valueSet": {
            "reference": "http://hl7.org/fhir/vs/enteral-route",
            "display": "EnteralRouteOfAdministration"
          }
        }
      ]
    },
    "rate": {
      "numerator": {
        "value": 4,
        "units": "oz",
        "system": "http://unitsofmeasure.org",
        "code": "[foz_us]"
      },
      "denominator": {
        "value": 3,
        "units": "hr",
        "system": "http://unitsofmeasure.org",
        "code": "h"
      }
    },
    "maxVolumeToDeliver": {
      "value": 32,
      "units": "ounces",
      "system": "http://unitsofmeasure.org",
      "code": "[foz_us]"
    }
  },
  "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.