German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

German Dental FHIR Profiles (R4) - Local Development build (v0.36.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Zahnarztrolle Lena Uselmann (Plärrer) - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "role-uselmann-plaerrer",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole role-uselmann-plaerrer</b></p><a name=\"role-uselmann-plaerrer\"> </a><a name=\"hcrole-uselmann-plaerrer\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-prac-uselmann.html\">Practitioner Lena Uselmann (official)</a></p><p><b>organization</b>: <a href=\"Organization-org-dental-mvz.html\">Organization Demo-Zahnarztpraxis MVZ Nürnberg</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:\">Zahnärztin</span></p></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/prac-uselmann"
  },
  "organization" : {
    🔗 "reference" : "Organization/org-dental-mvz"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code" : "doctor",
          "display" : "Doctor"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "text" : "Zahnärztin"
    }
  ]
}