FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example NutritionOrder/ambulatory-outpatient (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Group, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

Ambulatory Outpatient Example

{
  "resourceType" : "NutritionOrder",
  "id" : "ambulatory-outpatient",
  "status" : "active",
  "intent" : "order",
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Ambulatory/Outpatient"
  },
  "dateTime" : "2024-10-23T00:00:00Z",
  "oralDiet" : {
    "type" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "1255823003",
        "display" : "International Dysphagia Diet Standardisation Initiative Framework - Minced and Moist Level 5 food"
      }]
    },
    {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "1255822008",
        "display" : "International Dysphagia Diet Standardisation Initiative Framework - Mildly Thick Level 2 drinks"
      }]
    }]
  },
  "enteralFormula" : {
    "caloricDensity" : {
      "value" : 750,
      "unit" : "kcal",
      "system" : "http://unitsofmeasure.org",
      "code" : "kcal"
    },
    "routeOfAdministration" : [{
      "coding" : [{
        "system" : "https://terminology.hl7.org/",
        "code" : "GT",
        "display" : "Instillation, gastrostomy feeding"
      }]
    }],
    "administration" : [{
      "quantity" : {
        "value" : 750,
        "unit" : "mL",
        "system" : "http://unitsofmeasure.org",
        "code" : "mL"
      }
    }],
    "administrationInstruction" : "750 mL of high-protein formula via bolus at 7:00 pm at 100ml/hr."
  }
}

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.