# FHIR Resources for Nutrition Monitoring and Evaluation

> Nutrition Monitoring and Evaluation involve tracking the patient's progress and the outcomes of nutrition interventions.

## Nutrition Monitoring and Evaluation

Nutrition Monitoring and Evaluation involve tracking the patient's progress and the outcomes of nutrition interventions.

### Nutrition Monitoring and Evaluation Data and Associated FHIR Resources

FHIR resources used for this purpose include:

* **Observation Resource** : Continues to be crucial for ongoing measurements and assessments.
* **NutritionIntake Resource** : Details about the consumption of foods (i.e., solid and/or liquid), supplements, enteral nutrition, and infant formula.
* **NutritionProduct Resource:** Identification of a food (i.e., solid and/or liquid) product provided to patients.
* **Goal Resource** : Tracks specific nutrition-related goals and their outcomes.
* **Condition Resource** : Updated to reflect changes in the patient’s condition as a result of interventions.
* **CarePlan Resource** : Monitors and evaluates the overall care plan, adjusting interventions as needed.

| Types of data collected        | Purpose                                                                  | Example                                        | FHIR Resource                                  |
| ------------------------------ | ------------------------------------------------------------------------ | ---------------------------------------------- | ---------------------------------------------- |
| **Monitoring Parameters**      | Tracks ongoing measurements like weight, BMI, lab values, dietary intake | Weight: 70 kg, BMI: 25, Daily calorie intake   | **ObservationNutritionIntakeNutritionProduct** |
| **Progress Notes**             | Provides regular updates on the patient’s status                         | Weekly progress report on dietary changes      | **Observation**                                |
| **Outcome Tracking**           | Monitors progress towards achieving specific nutrition-related goals     | Goal: Reduce BMI to 22 within 3 months         | **Goal**                                       |
| **Status Updates**             | Documents changes in the status of the nutrition diagnosis               | Condition improved from malnutrition to stable | **Condition**                                  |
| **Plan Review and Adjustment** | Reviews the care plan, documenting changes and updates                   | Adjusted diet plan due to weight gain          | **CarePlan**                                   |

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=NCPT+IG&#x26;entry.670899847=FHIR%20Resources%20for%20Nutrition%20Monitoring%20and%20Evaluation" class="button primary">Provide Feedback</a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snomed.org/implementation-guides/ncpt-implementation-guide/5-information-models-and-terminology-binding/5.4-hl7-fhir-and-ncpt/5.4.4-fhir-resources-for-nutrition-monitoring-and-evaluation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
