This page is part of the CCDA: Consolidated CDA Release (v3.0.0-ballot: CCDA 3.0 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
This content is an example of the Author Participation Logical Model and is not a FHIR Resource
<structuredBody xmlns="urn:hl7-org:v3">
<component>
<!-- Some section in a document -->
<section>
<!-- Author Participation template -->
<author>
<templateId root="2.16.840.1.113883.10.20.22.4.119" />
<time value="201308011235-0800" />
<assignedAuthor>
<id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c" />
<code code="163W00000X" codeSystem="2.16.840.1.113883.5.53" codeSystemName="Health Care Provider Taxonomy" displayName="Registered nurse" />
<addr use="WP">
<streetAddressLine>22 Sample Street</streetAddressLine>
<city>Beaverton</city>
<state>OR</state>
<postalCode>97867</postalCode>
<country>US</country>
</addr>
<telecom value="tel:+1(555)555-2008" use="MC" />
<assignedPerson>
<name>
<given>Nurse</given>
<family>Nightingale</family>
<suffix>RN</suffix>
</name>
</assignedPerson>
<representedOrganization>
<id root="2.16.840.1.113883.19.5" />
<name>Good Health Hospital</name>
</representedOrganization>
</assignedAuthor>
</author>
</section>
</component>
<!-- Elsewhere in the document-->
<component>
<section>
<!-- The same Author can be represented solely via assignedAuthor/id-->
<author>
<templateId root="2.16.840.1.113883.10.20.22.4.119" />
<time value="201308011235-0800" />
<assignedAuthor>
<id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c" />
</assignedAuthor>
</author>
</section>
</component>
</structuredBody>