This page is part of the FHIR Specification (v4.2.0: R5 Preview #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Encounter, Patient, Practitioner, RelatedPerson |
Raw JSON (canonical form + also see JSON Format Specification)
Patient reports the food and fluid consumed
{ "resourceType": "NutritionIntake", "id": "example", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>status</b>: completed</p><p><b>category</b>: Inpatient <span>(Details )</span></p><blockquote><p><b>consumedItem</b></p><p><b>type</b>: food <span>(Details )</span></p><p><b>nutritionProduct</b>: Grill Sandwich <span>(Details )</span></p><p><b>amount</b>: 100 percent<span> (Details: UCUM code % = '%')</span></p></blockquote><blockquote><p><b>consumedItem</b></p><p><b>type</b>: food <span>(Details )</span></p><p><b>nutritionProduct</b>: French Fries Spiral Battered <span>(Details )</span></p><p><b>amount</b>: 100 percent<span> (Details: UCUM code % = '%')</span></p></blockquote><blockquote><p><b>consumedItem</b></p><p><b>type</b>: food <span>(Details )</span></p><p><b>nutritionProduct</b>: Tomato Soup Healthy Request <span>(Details )</span></p><p><b>amount</b>: 50 percent<span> (Details: UCUM code % = '%')</span></p></blockquote><blockquote><p><b>consumedItem</b></p><p><b>type</b>: food <span>(Details )</span></p><p><b>nutritionProduct</b>: Side Garden Salad <span>(Details )</span></p><p><b>amount</b>: 50 percent<span> (Details: UCUM code % = '%')</span></p></blockquote><blockquote><p><b>consumedItem</b></p><p><b>type</b>: fluid <span>(Details )</span></p><p><b>nutritionProduct</b>: Ice Tea Unsweetened <span>(Details )</span></p><p><b>amount</b>: 100 percent<span> (Details: UCUM code % = '%')</span></p></blockquote><blockquote><p><b>ingredientLabel</b></p><p><b>nutrient</b>: Total Calories <span>(Details )</span></p><p><b>amount</b>: 313 kilocalorie<span> (Details: UCUM code kcal = 'kcal')</span></p></blockquote><blockquote><p><b>ingredientLabel</b></p><p><b>nutrient</b>: Protein <span>(Details )</span></p><p><b>amount</b>: 10.4 grams<span> (Details: UCUM code g = 'g')</span></p></blockquote><blockquote><p><b>ingredientLabel</b></p><p><b>nutrient</b>: Fat (Total) <span>(Details )</span></p><p><b>amount</b>: 18.00 grams<span> (Details: UCUM code g = 'g')</span></p></blockquote><blockquote><p><b>ingredientLabel</b></p><p><b>nutrient</b>: Carbohydrate <span>(Details )</span></p><p><b>amount</b>: 26.47 grams<span> (Details: UCUM code g = 'g')</span></p></blockquote><blockquote><p><b>ingredientLabel</b></p><p><b>nutrient</b>: Sodium <span>(Details )</span></p><p><b>amount</b>: 770 Milligrams<span> (Details: UCUM code mg = 'mg')</span></p></blockquote><p><b>subject</b>: Paula Patient Chalmers</p><p><b>effective</b>: 2 Aug. 2019, 12:45:18 pm</p></div>" }, "status": "completed", "category": [ { "text": "Inpatient" } ], "consumedItem": [ { "type": { "text": "food" }, "nutritionProduct": { "text": "Grill Sandwich" }, "amount": { "value": 100, "unit": "percent", "system": "http://unitsofmeasure.org", "code": "%" } }, { "type": { "text": "food" }, "nutritionProduct": { "text": "French Fries Spiral Battered" }, "amount": { "value": 100, "unit": "percent", "system": "http://unitsofmeasure.org", "code": "%" } }, { "type": { "text": "food" }, "nutritionProduct": { "text": "Tomato Soup Healthy Request" }, "amount": { "value": 50, "unit": "percent", "system": "http://unitsofmeasure.org", "code": "%" } }, { "type": { "text": "food" }, "nutritionProduct": { "text": "Side Garden Salad" }, "amount": { "value": 50, "unit": "percent", "system": "http://unitsofmeasure.org", "code": "%" } }, { "type": { "text": "fluid" }, "nutritionProduct": { "text": "Ice Tea Unsweetened" }, "amount": { "value": 100, "unit": "percent", "system": "http://unitsofmeasure.org", "code": "%" } } ], "ingredientLabel": [ { "nutrient": { "text": "Total Calories" }, "amount": { "value": 313, "unit": "kilocalorie", "system": "http://unitsofmeasure.org", "code": "kcal" } }, { "nutrient": { "text": "Protein" }, "amount": { "value": 10.4, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } }, { "nutrient": { "text": "Fat (Total)" }, "amount": { "value": 18.00, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } }, { "nutrient": { "text": "Carbohydrate" }, "amount": { "value": 26.47, "unit": "grams", "system": "http://unitsofmeasure.org", "code": "g" } }, { "nutrient": { "text": "Sodium" }, "amount": { "value": 770, "unit": "Milligrams", "system": "http://unitsofmeasure.org", "code": "mg" } } ], "subject": { "display": "Paula Patient Chalmers" }, "effectiveDateTime": "2019-08-02T12:45:18+04:00" }
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.