FHIR CI-Build

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

Example NutritionIntake/malnutrition-patient-reported (JSON)

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

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

Malnutrition patient reported intake

{
  "resourceType" : "NutritionIntake",
  "id" : "malnutrition-patient-reported",
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Paula Patient Chalmers"
  },
  "recorded" : "2024-01-09T14:00:00Z",
  "reportedReference" : {
    "reference" : "Patient/example",
    "display" : "Reported by the patient"
  },
  "nutritionItem" : [{
    "nutritionProduct" : {
      "reference" : {
        "reference" : "NutritionProduct/apple-slices"
      }
    },
    "consumedItem" : [{
      "amount" : {
        "value" : 100,
        "unit" : "g",
        "system" : "http://unitsofmeasure.org",
        "code" : "g"
      }
    }]
  },
  {
    "nutritionProduct" : {
      "reference" : {
        "reference" : "NutritionProduct/whole-milk"
      }
    },
    "consumedItem" : [{
      "amount" : {
        "value" : 240,
        "unit" : "ml",
        "system" : "http://unitsofmeasure.org",
        "code" : "ml"
      }
    }]
  },
  {
    "nutritionProduct" : {
      "reference" : {
        "reference" : "NutritionProduct/boiled-eggs"
      }
    },
    "consumedItem" : [{
      "amount" : {
        "value" : 2
      }
    }]
  }],
  "note" : [{
    "text" : "Breakfast meal with apple slices, whole milk, and boiled eggs."
  }]
}

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.