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 Dentist example - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "PractitionerRole-D",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2020-08-06T23:24:09.120+00:00",
    "source" : "#AUoOY809OaLUpiaR",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>practitioner</b>: <a href=\"Practitioner-practitioner-D.html\">Dr. John D. Generated Summary: id: 1234560000; John D ; Phone: 720-555-6443; 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: 2316452725; active: true; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Good Oral Health Clinic; Phone: (+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>"
  },
  "practitioner" : {
    "reference" : "Practitioner/practitioner-D",
    "display" : "Dr. John D"
  },
  "organization" : {
    "reference" : "Organization/GOHC-organization",
    "display" : "Good Oral Health Clinic"
  },
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "408444009",
          "display" : "General dental practice"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "5555555555"
    }
  ]
}