Consolidated CDA Release 2.1 StructureDefinition Publication
2.1 - CI Build United States of America flag

Consolidated CDA Release 2.1 StructureDefinition Publication, published by Health Level Seven. This is not an authorized publication; it is the continuous build for version 2.1). This version is based on the current content of https://github.com/HL7/CDA-ccda-2.1-sd/ and changes regularly. See the Directory of published versions

Example Binary: Continuity Of Care Document serviceEvent Example

This content is an example of the Continuity of Care Document (CCD) Logical Model and is not a FHIR Resource

    
<documentationOf xmlns="urn:hl7-org:v3">
  <serviceEvent classCode="PCPR">
    <!-- The effectiveTime reflects the provision of care summarized in the document. 
             In this scenario, the provision of care summarized is the lifetime for
             the patient -->
    <effectiveTime>
      <low value="19750501" />
      <!-- The low value represents when the summarized provision of care began. 
                 In this scenario, the patient's date of birth -->
      <high value="20120915" />
      <!-- The high value represents when the summarized provision of care being 
                 ended. In this scenario, when chart summary was created -->
    </effectiveTime>
    <performer typeCode="PRF">
           ....
        </performer>
  </serviceEvent>
</documentationOf>