C-CDA on FHIR
1.1.0 - (FHIR R4) STU Release 1.1

This page is part of the C-CDA on FHIR Implementation Guide (v1.1.0: STU 1.1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, 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</b></p><h3>Ids</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>practitioner</b>: <a href="Practitioner-ccda-practitioner-example.html">Brenda Jennings Richard MD. Generated Summary: US National Provider Identifier: 9999991011 (OFFICIAL); Brenda Jennings Richard ; Phone: 313-555-6868, Phone: 313-555-6443; gender: female; birthDate: 1976-11-15</a></p><p><b>organization</b>: <a href="Organization-acme-lab.html">Acme Lab. Generated Summary: id: 1144221847; active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span>; name: Acme Labs; Phone: (+1) 734-677-7777, hq@acme.org</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>