All pages
Powered by GitBook
1 of 2

Loading...

Loading...

FHIR Resources for Nutrition Diagnosis

Nutrition Diagnosis identifies specific nutrition problems that can be addressed through interventions.

Nutrition Diagnosis Data and Associated FHIR Resources

The FHIR Condition resource is primarily used to represent nutrition diagnoses. It captures the nutrition diagnosis using structured data.

  • Problem : Represented by the condition code, often using SNOMED CT codes.

  • Etiology : Captured in the details or extensions of the Condition resource.

  • Signs/Symptoms : Documented as evidence within the Condition resource, referencing relevant Observation resources.

Types of data collected
Purpose
Example
FHIR Resource

Clinical scenario

This scenario involves a 55-year-old patient with a history of Type 2 diabetes mellitus, managed with medications and lifestyle adjustments. Recent symptoms include unintended weight loss, weakness, and swelling in the lower limbs. Clinical evaluation reveals signs of weight loss and muscle wasting, indicating possible malnutrition exacerbated by chronic diabetes management.

Using FHIR resources, healthcare providers document these findings to support a structured approach to diagnosis and treatment planning.

  • The Condition Resource represents the nutrition diagnosis (Malnutrition) using a SNOMED CT code.

    • The evidence section of the Condition resource includes:

      • Etiology : Physiologic–Metabolic; Underlying chronic illness (Type 2 diabetes mellitus) as another Condition resource.

This resource represents the diagnosis of the nutritional disorder (malnutrition).

This resource represents the underlying chronic condition contributing to the nutritional disorder.

Here is a JSON representation of a condition resource detailing a chronic illness, Diabetes mellitus type 2:

This resource uses standard coding systems to describe the clinical and verification statuses, as well as the specific type of diabetes being documented.

This is referenced in the evidence section of the Condition resource, and referencing a condition or observation resource.

This resource documents the presence of unintentional weight loss.

Details:

  • Resource Type: Observation

  • ID: unintentional-weight-loss

  • Status: Final

  • Category: Clinical

The following JSON represents an HL7 FHIR Observation for the symptom "Muscle Wasting":

This resource indicates a clinical observation related to the presence of muscle atrophy (disorder) for a patient. The valueBoolean attribute confirms the observation is true.

Linking the Resources

  • The Condition Resource for Nutritional Disorder references:

  • The Condition Resource for Type 2 Diabetes Mellitus in its evidence.detail array to represent the etiology.

  • The Observation Resources for unintentional weight loss and muscle atrophy to represent signs/symptoms.

  • All resources reference the same patient (Patient/example) for proper linkage and context.

Signs/Symptoms : Unintended weight loss and Muscle wasting, which are represented as Observation resources linked to the condition. These observations document the presence of each symptom (Boolean value true).

Code: 448765001 - Unintentional weight loss (finding)

  • Subject Reference: Patient/example

  • Symptom Presence: True

  • Diagnosis

    {
      "resourceType": "Condition",
      "id": "nutritional-disorder",
      "clinicalStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
            "code": "active",
            "display": "Active"
          }
        ]
      },
      "verificationStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
            "code": "confirmed",
            "display": "Confirmed"
          }
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "2492009",
            "display": "Nutritional disorder (disorder)"
          }
        ]
      },
      "subject": {
        "reference": "Patient/example"
      },
      "evidence": [
        {
          "detail": [
            {
              "reference": "Condition/diabetes"
            },
            {
              "reference": "Observation/weight-loss"
            },
            {
              "reference": "Observation/muscle-atrophy"
            }
          ]
        }
      ]
    }
    {
      "resourceType": "Condition",
      "id": "diabetes",
      "clinicalStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
            "code": "active",
            "display": "Active"
          }
        ]
      },
      "verificationStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
            "code": "confirmed",
            "display": "Confirmed"
          }
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "44054006",
            "display": "Diabetes mellitus type 2 (disorder)"
          }
        ]
      },
      "subject": {
        "reference": "Patient/example"
      }
    }
    {
      "resourceType": "Observation",
      "id": "unintentional-weight-loss",
      "status": "final",
      "category": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/observation-category",
              "code": "clinical",
              "display": "Clinical"
            }
          ]
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "448765001",
            "display": "Unintentional weight loss (finding)"
          }
        ]
      },
      "subject": {
        "reference": "Patient/example"
      },
      "valueBoolean": true
    }
    {
      "resourceType": "Observation",
      "id": "muscle-atrophy",
      "status": "final",
      "category": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/observation-category",
              "code": "clinical",
              "display": "Clinical"
            }
          ]
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "88092000",
            "display": "Muscle atrophy (disorder)"
          }
        ]
      },
      "subject": {
        "reference": "Patient/example"
      },
      "valueBoolean": true
    }

    Example: Nutrition Diagnosis with Etiology

    Diagnosis (Problem): Malnutrition

    Etiology (Cause)

    Underlying Chronic Illness, Diabetes Mellitus :

    Condition Resource for Underlying Chronic Illness

    Signs/Symptoms : Unintentional Weight Loss

    Unintentional Weight Loss

    Observation Resource: Symptom - Weight Loss

    Signs/Symptoms: Muscle wasting

    Observation Resource: Muscle Wasting

    Provide Feedback

    Problem

    Represents the primary nutrition-related problem using a condition code

    Malnutrition

    Condition

    Etiology

    Details the cause or contributing factors for the diagnosis

    Physical Function, Social-personal

    Condition

    Signs/symptoms

    Documents observable signs or symptoms that support the diagnosis

    Documented as evidence within the Condition resource, referencing relevant Observation resources.

    Unintended weight loss, muscle wasting

    Observation

    Condition

    Terminology Bindings for Nutrition Diagnosis

    Nutrition Diagnosis Value Sets

    These following bindings ensure that the FHIR resources effectively capture nutrition diagnosis information using standardized SNOMED CT terminology, promoting interoperability and accurate data exchange across healthcare systems.

    FHIR element
    General SNOMED CT value set
    Nutrition-specific SNOMED CT value set
    Corresponding ECL
    Number of concepts

    The following value sets can be used as alternative bindings to represent nutrition diagnosis data. The “Nutrition Diagnosis Grouping” value set, stewarded by the Academy of Nutrition and Dietetics and available via the Value Set Authority Center (VSAC) at the National Library of Medicine (NLM), contains 167 concepts and can be accessed . Another value set, the “Nutrition Focused Physical Findings Grouping,” also stewarded by the Academy of Nutrition and Dietetics, includes 372 concepts and is accessible . These value sets enable precise and standardized documentation of nutrition-related diagnoses and physical findings.

    Source
    Name of value set
    Reference
    Steward
    Number of concepts

    Condition.code

    Members of the Nutrition Care Process Terminology reference set

    ^ 1303957004

    Nutrition Care Process Terminology reference set

    Condition.evidence.code

    N/A

    < 404684003

    Clinical finding

    Value Set Authority Center (VSAC), NLM

    Nutrition Diagnosis Grouping

    Academy of Nutrition and Dietetics

    here
    here
    Provide Feedback

    167

    Value Set Authority Center (VSAC), NLM

    Nutrition Focused Physical Findings Grouping

    Academy of Nutrition and Dietetics

    372

    http://hl7.org/fhir/ValueSet/condition-code
    http://hl7.org/fhir/ValueSet/clinical-findings
    https://vsac.nlm.nih.gov/valueset/2.16.840.1.113762.1.4.1095.85/expansion
    https://vsac.nlm.nih.gov/valueset/2.16.840.1.113762.1.4.1095.49/expansion