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: Continuity Of Care Document serviceEvent Example


<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  -->
    <!--  The high value represents when the summarized provision of care being 
                 ended. In this scenario, when chart summary was created  -->
    <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"/>
    </effectiveTime>
    <performer typeCode="PRF">
      <functionCode displayName="Primary Performer"
                    codeSystemName="Provider Role" codeSystem="2.16.840.1.113883.12.443" code="PP">
        <originalText>Primary Care Provider</originalText>
      </functionCode>
      <assignedEntity>
        <id root="2.16.840.1.113883.4.6" extension="5555555555"/>
        <code displayName="Adult Medicine Physician" codeSystemName="NUCC"
              codeSystem="2.16.840.1.113883.6.101" code="207QA0505X"/>
        <addr use="H">
          <streetAddressLine>23 Anywhere Street</streetAddressLine>
          <city>El Paso</city>
          <state>TX</state>
          <postalCode>90210</postalCode>
          <country>US</country>
        </addr>
        <telecom value="tel:+1(555)555-1004" use="WP"/>
        <assignedPerson>
          <name>
            <given>Patricia</given>
            <given qualifier="CL">Patty</given>
            <family>Primary</family>
            <suffix qualifier="AC">M.D.</suffix>
          </name>
        </assignedPerson>
      </assignedEntity>
    </performer>
  </serviceEvent>
</documentationOf>