Consolidated CDA (C-CDA)
5.0.0-ballot - STU5 Ballot 1 United States of America flag

This page is part of the CCDA: Consolidated CDA Release (v5.0.0-ballot: CCDA 5.0 Ballot) generated with FHIR (HL7® FHIR® Standard) v5.0.0. This version is a pre-release. The current official version is 4.0.0. For a full list of available versions, see the Directory of published versions

Example Binary: Patient Generated Document author


<author xmlns="urn:hl7-org:v3">
  <time value="20121126145000-0500"/>
  <assignedAuthor>
    <!--  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"/>
    <!--  
				The PGD Header Template includes further conformance constraints on the code element to encode the personal or legal 
				relationship of the author when they are person who is not acting in the role of a clinician.. 
			 -->
    <code displayName="Self" codeSystemName="HL7 Role code"
          codeSystem="2.16.840.1.113883.5.111" code="ONESELF"/>
    <addr use="HP">
      <!--  HP is "primary home" from codeSystem 2.16.840.1.113883.5.1119  -->
      <streetAddressLine>2222 Home Street</streetAddressLine>
      <city>Boston</city>
      <state>MA</state>
      <postalCode>02368</postalCode>
      <!--  US is "United States" from ISO 3166-1 Country Codes: 1.0.3166.1  -->
      <country>US</country>
    </addr>
    <!--  HP is "primary home" from HL7 AddressUse 2.16.840.1.113883.5.1119  -->
    <telecom value="tel:(555)555-2004" use="HP"/>
    <assignedPerson>
      <name>
        <given>Adam</given>
        <family>Everyman</family>
      </name>
    </assignedPerson>
  </assignedAuthor>
</author>