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: Referral Note informationRecipient Example

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

    
<informationRecipient xmlns="urn:hl7-org:v3">
  <intendedRecipient>
    <informationRecipient>
      <name>
        <given>Nancy</given>
        <family>Nightingale</family>
        <suffix qualifier="AC">RN</suffix>
      </name>
    </informationRecipient>
    <receivedOrganization>
      <name>Community Health and Hospitals</name>
      <telecom value="tel:+1(555)-555-1002" use="WP" />
      <addr use="WP">
        <streetAddressLine>Cardiac Stepdown Unit, 4B </streetAddressLine>
        <streetAddressLine>1002 Healthcare Drive </streetAddressLine>
        <city>Ann Arbor</city>
        <state>MI</state>
        <postalCode>97857</postalCode>
        <country>US</country>
      </addr>
    </receivedOrganization>
  </intendedRecipient>
</informationRecipient>