This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
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.