Consolidated CDA (C-CDA)
3.0.0 - STU3 United States of America flag

This page is part of the CCDA: Consolidated CDA Release (v3.0.0: CCDA 3.0) generated with FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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" xmlns="urn:hl7-org:v3">
      <functionCode code="PP" displayName="Primary Performer" codeSystem="2.16.840.1.113883.12.443" codeSystemName="Provider Role">
        <originalText>Primary Care Provider</originalText>
      </functionCode>
      <assignedEntity>
        <id extension="5555555555" root="2.16.840.1.113883.4.6" />
        <code code="207QA0505X" displayName="Adult Medicine Physician" codeSystem="2.16.840.1.113883.6.101" codeSystemName="NUCC" />
        <addr use="H">
          <streetAddressLine>23 Anywhere Street</streetAddressLine>
          <city>El Paso</city>
          <state>TX</state>
          <postalCode>90210</postalCode>
          <country>US</country>
        </addr>
        <telecom use="WP" value="tel:+1(555)555-1004" />
        <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>