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: Care Plan Caregiver participant Example

This content is an example of the Care Plan Logical Model and is not a FHIR Resource

    
<participant typeCode="IND" xmlns="urn:hl7-org:v3">
  <functionCode code="407543004" displayName="Primary Carer" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" />
  <!-- Caregiver -->
  <associatedEntity classCode="CAREGIVER">
    <code code="MTH" codeSystem="2.16.840.1.113883.5.111" />
    <addr>
      <streetAddressLine>17 Daws Rd.</streetAddressLine>
      <city>Ann Arbor</city>
      <state>MI</state>
      <postalCode>97857</postalCode>
      <country>US</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>