Consolidated CDA (C-CDA)
4.0.0 - STU4 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 4.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: Number of Pressure Ulcers Observation Example


<observation xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="OBS">
  <!--  Number of Pressure Ulcers  -->
  <templateId root="2.16.840.1.113883.10.20.22.4.76" extension="2024-05-01"/>
  <id root="08edb7c0-2111-43f2-a784-9a5fdfaa67f0"/>
  <code xsi:type="CD" displayName="Number of pressure ulcers"
        codeSystemName="SNOMED CT" codeSystem="2.16.840.1.113883.6.96" code="2264892003">
    <translation xsi:type="CD" displayName="Number of pressure ulcers"
                 codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="75277-4"/>
  </code>
  <text/>
  <statusCode code="completed"/>
  <effectiveTime value="20130616"/>
  <value xsi:type="INT" value="3"/>
  <entryRelationship typeCode="SUBJ">
    <observation moodCode="EVN" classCode="OBS">
      <code xsi:type="CD" codeSystem="2.16.840.1.113883.6.1" code="91150-3"/>
      <value xsi:type="CD" displayName="Pressure ulcer stage 3"
             codeSystem="2.16.840.1.113883.6.96" code="421927004"/>
    </observation>
  </entryRelationship>
</observation>