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: Consultation Note Callback participant Example

This content is an example of the Consultation Note Logical Model and is not a FHIR Resource

    
<participant typeCode="CALLBCK" xmlns="urn:hl7-org:v3">
  <time value="20050329224411+0500" />
  <associatedEntity classCode="ASSIGNED">
    <id extension="99999999" root="2.16.840.1.113883.4.6" />
    <code code="200000000X" codeSystem="2.16.840.1.113883.6.101" displayName="Allopathic &amp; Osteopathic Physicians" />
    <addr>
      <streetAddressLine>1002 Healthcare Drive </streetAddressLine>
      <city>Ann Arbor</city>
      <state>MI</state>
      <postalCode>97857</postalCode>
      <country>US</country>
    </addr>
    <telecom use="WP" value="tel:555-555-1002" />
    <associatedPerson>
      <name>
        <given>Henry</given>
        <family>Seven</family>
        <suffix>DO</suffix>
      </name>
    </associatedPerson>
  </associatedEntity>
</participant>