Consolidated CDA (C-CDA)
3.0.0 - STU 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: Number of Pressure Ulcers Observation Example

This content is an example of the Number of Pressure Ulcers Observation Logical Model and is not a FHIR Resource

    
<observation classCode="OBS" moodCode="EVN" xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!-- 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 code="2264892003" displayName="Number of pressure ulcers" 
                                codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
      <translation code="75277-4" 
                                    displayName="Number of pressure ulcers"
                                    codeSystem="2.16.840.1.113883.6.1"
                                    codeSystemName="LOINC"></translation>
    </code>
    <text>
      <reference value="#pressureulcers"/>
    </text>
    <statusCode code="completed" />
    <effectiveTime value="20130616" />
    <value xsi:type="INT" value="3" />
    <entryRelationship typeCode="SUBJ">
      <observation classCode="OBS" moodCode="EVN">
        <code code="91150-3" codeSystem="2.16.840.1.113883.6.1" />
        <value xsi:type="CD" code="421927004" codeSystem="2.16.840.1.113883.6.96" displayName="Pressure ulcer stage 3" />

      </observation>
    </entryRelationship>
</observation>