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/malnutritionlongtermcare (JSON)

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

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

Malnutrition Long Term Care Example

{
  "resourceType" : "NutritionOrder",
  "id" : "malnutritionlongtermcare",
  "status" : "active",
  "intent" : "order",
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Heart Failure Patient"
  },
  "dateTime" : "2024-10-23T00:00:00Z",
  "oralDiet" : {
    "type" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "435771000124106",
        "display" : "General healthful diet"
      }]
    },
    {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "436721000124103",
        "display" : "Increased energy diet"
      }]
    },
    {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "1055200005",
        "display" : "Increased protein diet"
      }]
    }]
  },
  "supplement" : [{
    "schedule" : {
      "timing" : [{
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      }]
    },
    "quantity" : {
      "value" : 1,
      "unit" : "serving"
    },
    "instruction" : "Ensure pudding 4oz cup, 1 serving 3 times per day with meals."
  }]
}

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.