Consolidated CDA (C-CDA)
3.0.0 - STU3 United States of America flag

Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions

Example Binary: Nutrition Section Example

This content is an example of the Nutrition Section Logical Model and is not a FHIR Resource

    
<section xmlns="urn:hl7-org:v3">
  <!--  Nutrition Section  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.57" />
  <code code="61144-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Diet and Nutrition" />
  <title>NUTRITION SECTION</title>
  <text>
    <paragraph>Nutritional Status: well nourished</paragraph>
    <paragraph>Nutrition Assessment: Dietary Requirements; low sodium diet, Dietary Intake, high carbohydrate diet; BMI 25-29 overweight </paragraph>
    <paragraph>Nutritional Recommendations: BMI 22; Nutrition Education "Lean Meats"</paragraph>
  </text>
  <!-- Optional entries 
  <entry>
    // SHOULD HAVE Nutritional Status Observation 
    <observation classCode="OBS" moodCode="EVN">
      // contains NUTRITIONAL STATUS Observation
      <templateId root="2.16.840.1.113883.10.20.22.4.124" />
                ...
                
      <entryRelationship typeCode="SUBJ">
        <observation classCode="OBS" moodCode="EVN">
          //  ** Nutritional Assessment observation**
          <templateId root="2.16.840.1.113883.10.20.22.4.138" />
          <id root="ab1791b0-5c71-11db-b0de-0800200c9a66" />
                       ...
                    
        </observation>
      </entryRelationship>
    </observation>
  </entry> -->
</section>