This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Enteral Formula Intake
{
"resourceType" : "NutritionIntake",
"id" : "enteral-formula",
"status" : "completed",
"subject" : {
"display" : "Paula Patient Chalmers"
},
"nutritionItem" : [{
"type" : {
"coding" : [{
"system" : "http://hl7.org/fhir/CodeSystem/nutrition-product-category",
"code" : "enteral-formula",
"display" : "Enteral formula"
}]
},
"nutritionProduct" : {
"reference" : {
"reference" : "NutritionProduct/high-protein-formula"
}
},
"consumedItem" : [{
"schedule" : {
"repeat" : {
"frequency" : 1,
"timeOfDay" : ["19:00:00"]
}
},
"amount" : {
"value" : 711,
"unit" : "ml",
"system" : "http://unitsofmeasure.org",
"code" : "ml"
},
"totalIntake" : [{
"nutrient" : {
"concept" : {
"coding" : [{
"system" : "http://hl7.org/fhir/CodeSystem/nutrient-code",
"code" : "735252001",
"display" : "Protein and/or protein derivative (substance)"
}]
}
},
"amount" : {
"value" : 45,
"unit" : "grams",
"system" : "http://unitsofmeasure.org",
"code" : "g"
},
"energy" : {
"value" : 711,
"unit" : "kilocalories",
"system" : "http://unitsofmeasure.org",
"code" : "kcal"
}
}]
}]
},
{
"type" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "1255823003",
"display" : "International Dysphagia Diet Standardisation Initiative Framework - Minced and Moist Level 5 food (regime/therapy)"
}]
},
"nutritionProduct" : {
"concept" : {
"text" : "IDDSI Minced and Moist Level 5 foods"
}
},
"consumedItem" : [{
"amount" : {
"value" : 50,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}]
},
{
"type" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "1255822008",
"display" : "International Dysphagia Diet Standardisation Initiative Framework - Mildly Thick Level 2 drinks (regime/therapy)"
}]
},
"nutritionProduct" : {
"concept" : {
"text" : "IDDSI Mildly Thick Level 2 drinks"
}
},
"consumedItem" : [{
"amount" : {
"value" : 50,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}]
}]
}
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.