C-CDA on FHIR
2.0.0-ballot - STU 2 Ballot 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 2.0.0-ballot 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 class="res-header-id"><b>Generated Narrative: PractitionerRole ccda-practitionerrole-example</b></p><a name="ccda-practitionerrole-example"> </a><a name="hcccda-practitionerrole-example"> </a><a name="ccda-practitionerrole-example-en-US"> </a><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">version: 5; Last updated: 2020-08-12 19:18:13+0000; </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">Brenda Jennings Richard MD</a></p><p><b>organization</b>: <a href="Organization-acme-lab.html">Acme Lab</a></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>