Consolidated CDA Release 2.1 StructureDefinition Prototype Publication
2.1.0-draft1 - CI Build United States of America

This page is part of the CCDA: Consolidated CDA Release (v2.1.0-draft1: CCDA 2.1 Draft) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions

Binary: Continuity Of Care Document serviceEvent Example

    
<documentationOf>
  <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>