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: Specimen Collection Procedure Example


<procedure xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="PROC">
  <!--  Specimen Collection Procedure  -->
  <templateId root="2.16.840.1.113883.10.20.22.4.415" extension="2018-09-01"/>
  <code displayName="Specimen collection" codeSystemName="SNOMED CT"
        codeSystem="2.16.840.1.113883.6.96" code="17636008">
    <originalText/>
  </code>
  <statusCode code="completed"/>
  <effectiveTime value="20130512120000-0700"/>
  <targetSiteCode displayName="bile duct" codeSystemName="SNOMED CT"
                  codeSystem="2.16.840.1.113883.6.96" code="28273000"/>
  <specimen>
    <specimenRole>
      <id root="a6d7b927-2b70-43c7-bdf3-0e7c4133062c"/>
    </specimenRole>
  </specimen>
  <entryRelationship typeCode="COMP">
    <observation moodCode="EVN" classCode="OBS">
      <templateId root="2.16.840.1.113883.10.20.22.4.421"
                  extension="2018-06-12"/>
      <id root="7c0704bb-9c40-41b5-9c7d-26b2d59e234f"/>
      <code xsi:type="CD" displayName="Specimen condition"
            codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="93047-7"/>
      <text/>
      <value xsi:type="CD" displayName="Frozen"
             codeSystem="2.16.840.1.113883.18.317" code="FROZ"/>
    </observation>
  </entryRelationship>
</procedure>