Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: PractitionerRole Dentist (example) - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="PractitionerRole-D"/>
  <meta>
    <versionId value="7"/>
    <lastUpdated value="2020-08-06T23:24:09.120+00:00"/>
    <source value="#AUoOY809OaLUpiaR"/>
    <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>id</b>: PractitionerRole-D</p><p><b>meta</b>: </p><p><b>practitioner</b>: <a href="Practitioner-practitioner-D.html">Dr. John D. Generated Summary: id: practitioner-D; id: 1234560000; John D ; ph: 720-555-6443(WORK); gender: male; birthDate: 1990-06-09</a></p><p><b>organization</b>: <a href="Organization-GOHC-organization.html">Good Oral Health Clinic. Generated Summary: id: GOHC-organization; id: 2316452725; active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span>; name: Good Oral Health Clinic; ph: (+1) 720-677-7777, customer2-service@GHclinic.org</a></p><p><b>specialty</b>: <span title="Codes: {http://snomed.info/sct 408444009}">General dental practice</span></p><p><b>telecom</b>: ph: 5555555555</p></div>
  </text>
  <practitioner>
    <reference value="Practitioner/practitioner-D"/>
    <display value="Dr. John D"/>
  </practitioner>
  <organization>
    <reference value="Organization/GOHC-organization"/>
    <display value="Good Oral Health Clinic"/>
  </organization>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408444009"/>
      <display value="General dental practice"/>
    </coding>
  </specialty>
  <telecom>
    <system value="phone"/>
    <value value="5555555555"/>
  </telecom>
</PractitionerRole>