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

: Patient Generated Document informationRecipient Example - XML Representation

Raw xml | Download



<ClinicalDocument xmlns="urn:hl7-org:v3">
  <!--  The document is intended for multiple recipients, Adam himself and his PCP physician.  -->
  <informationRecipient>
    <intendedRecipient>
      <!--  Identifier based on the person's Direct Address which is a secure and trusted mechanism for identifying 
          a person discretely. The root of the id is the OID of the HISP Assigning Authority for the Direct Address -->
      <id root="2.16.123.123.12345.1234"
          extension="adameveryman@direct.sampleHISP.com"/>
      <informationRecipient>
        <name>
          <given>Adam</given>
          <family>Everyman</family>
        </name>
      </informationRecipient>
      <receivedOrganization>
        <!--  id using HL7 example OID.  -->
        <id root="2.16.840.1.113883.19" extension="999.3"/>
        <name>MyPersonalHealthRecord.Com</name>
      </receivedOrganization>
    </intendedRecipient>
  </informationRecipient>
  <informationRecipient>
    <intendedRecipient>
      <!--  Unique/Trusted id using HL7 example OID.  -->
      <id root="2.16.840.1.113883.19" extension="999.4"/>
      <!--  The physician's NPI number  -->
      <id root="2.16.840.1.113883.4.6" extension="1122334455"/>
      <!--  The physician's Direct Address  -->
      <!--  Identifier based on the person's Direct Address which is a secure and trusted mechanism for identifying 
          a person discretely. The root of the id is the OID of the HISP Assigning Authority for the Direct Address -->
      <id root="2.16.123.123.12345.4321"
          extension="DrP@direct.sampleHISP2.com"/>
      <telecom value="tel:(781)555-1212" use="WP"/>
      <telecom value="mailto:DrP@direct.sampleHISP2.com" use="WP"/>
      <informationRecipient>
        <name>
          <prefix>Dr.</prefix>
          <given>Patricia</given>
          <family>Primary</family>
        </name>
      </informationRecipient>
      <receivedOrganization>
        <!--  Unique/Trusted id using HL7 example OID.  -->
        <id root="2.16.840.1.113883.19" extension="999.2"/>
        <!--  NPI for the organization  -->
        <id root="2.16.840.1.113883.4.6" extension="1234567890"/>
        <name>Good Health Internal Medicine</name>
        <telecom value="tel:(781)555-1212" use="WP"/>
        <addr>
          <streetAddressLine/>
          <city/>
          <state/>
          <postalCode/>
          <country/>
        </addr>
      </receivedOrganization>
    </intendedRecipient>
  </informationRecipient>
</ClinicalDocument>