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

: Transfer Summary participant (Support) Example - XML Representation

Raw xml | Download



<ClinicalDocument xmlns="urn:hl7-org:v3">
  <participant typeCode="IND">
    <time>
      <low value="19590101"/>
      <high value="20111025"/>
    </time>
    <associatedEntity classCode="ECON">
      <code codeSystem="2.16.840.1.113883.5.111" code="MTH"/>
      <addr>
        <streetAddressLine/>
        <city/>
        <state/>
        <postalCode/>
        <country/>
      </addr>
      <telecom value="tel:(999)555-1212" use="WP"/>
      <associatedPerson>
        <name>
          <prefix>Mrs.</prefix>
          <given>Martha</given>
          <family>Jones</family>
        </name>
      </associatedPerson>
    </associatedEntity>
  </participant>
  <participant typeCode="IND">
    <functionCode displayName="Primary Carer" codeSystemName="SNOMED-CT"
                  codeSystem="2.16.840.1.113883.6.96" code="407543004"/>
    <time>
      <low value="19590101"/>
      <high value="20111025"/>
    </time>
    <associatedEntity classCode="CAREGIVER">
      <code codeSystem="2.16.840.1.113883.5.111" code="MTH"/>
      <addr>
        <streetAddressLine/>
        <city/>
        <state/>
        <postalCode/>
        <country/>
      </addr>
      <telecom value="tel:(999)555-1212" use="WP"/>
      <associatedPerson>
        <name>
          <prefix>Mrs.</prefix>
          <given>Martha</given>
          <family>Jones</family>
        </name>
      </associatedPerson>
    </associatedEntity>
  </participant>
</ClinicalDocument>