Dental Data Exchange
1.0.0 - STU 1

This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PractitionerRole Medical example - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="PractitionerRole-M"/>
  <meta>
    <versionId value="6"/>
    <lastUpdated value="2020-08-06T23:24:33.582+00:00"/>
    <source value="#2SJyfJgnNKtdbk05"/>
    <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><p><b>practitioner</b>: <a href="Practitioner-practitioner-M.html">Dr. John M. Generated Summary: id: 1234569999; John M ; Phone: 303-303-6443; gender: male; birthDate: 1975-06-09</a></p><p><b>organization</b>: <a href="Organization-GHC-organization.html">Good Health Clinic. Generated Summary: id: 1316452725; active: true; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span>; name: Good Health Clinic; Phone: (+1) 555-677-7777, customer-service@GHclinic.org</a></p><p><b>specialty</b>: <span title="Codes: {http://snomed.info/sct 394814009}">General practice (specialty)</span></p><p><b>telecom</b>: ph: 5555557777</p></div>
  </text>
  <practitioner>
    <reference value="Practitioner/practitioner-M"/>
    <display value="Dr. John M"/>
  </practitioner>
  <organization>
    <reference value="Organization/GHC-organization"/>
    <display value="Good Health Clinic"/>
  </organization>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394814009"/>
      <display value="General practice (specialty)"/>
    </coding>
  </specialty>
  <telecom>
    <system value="phone"/>
    <value value="5555557777"/>
  </telecom>
</PractitionerRole>