C-CDA on FHIR
1.2.0 - STU 1 United States of America flag

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

: ccda-practitionerrole-example - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="ccda-practitionerrole-example"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2020-08-12T19:18:13.336+00:00"/>
    <source value="#kub40Eilc2HLDH2p"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: PractitionerRole</b><a name="ccda-practitionerrole-example"> </a><a name="hcccda-practitionerrole-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource PractitionerRole &quot;ccda-practitionerrole-example&quot; Version &quot;5&quot; Updated &quot;2020-08-12 19:18:13+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #kub40Eilc2HLDH2p!</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-practitionerrole.html">US Core PractitionerRole Profile</a></p></div><p><b>practitioner</b>: <a href="Practitioner-ccda-practitioner-example.html">Practitioner/ccda-practitioner-example: Brenda Jennings Richard MD</a> &quot; RICHARD&quot;</p><p><b>organization</b>: <a href="Organization-acme-lab.html">Organization/acme-lab: Acme Lab</a> &quot;Acme Labs&quot;</p><p><b>telecom</b>: ph: 313-555-6868(HOME), ph: 313-555-6443(WORK)</p></div>
  </text>
  <practitioner>🔗 
    <reference value="Practitioner/ccda-practitioner-example"/>
    <display value="Brenda Jennings Richard MD"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/acme-lab"/>
    <display value="Acme Lab"/>
  </organization>
  <telecom>
    <system value="phone"/>
    <value value="313-555-6868"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="313-555-6443"/>
    <use value="work"/>
  </telecom>
</PractitionerRole>