Consolidated CDA (C-CDA)
3.0.0 - STU3 United States of America flag

Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions

Example Binary: Patient Generated Document custodian Example

This content is an example of the US Realm Header for Patient Generated Document Logical Model and is not a FHIR Resource

    
<custodian xmlns="urn:hl7-org:v3">
  <assignedCustodian>
    <representedCustodianOrganization>
      <!-- id using HL7 example OID. -->
      <id extension="999.3" root="2.16.840.1.113883.19" />
      <name>MyPersonalHealthRecord.Com</name>
      <telecom value="tel:(555)555-1212" use="WP" />
      <addr use="WP">
        <streetAddressLine>123 Boylston Street</streetAddressLine>
        <city>Blue Hill</city>
        <state>MA</state>
        <postalCode>02368</postalCode>
        <country>USA</country>
      </addr>
    </representedCustodianOrganization>
  </assignedCustodian>
</custodian>