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 Zahnarzt Dr. Martin Schöll - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "prac-schoell",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner prac-schoell</b></p><a name=\"prac-schoell\"> </a><a name=\"hcprac-schoell\"> </a><p><b>identifier</b>: <code>http://fhir.de/sid/kbv/lanr</code>/660100101</p><p><b>active</b>: true</p><p><b>name</b>: Martin Schöll (Official)</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Zahnarzt</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.de/sid/kbv/lanr",
      "value" : "660100101"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Schöll",
      "given" : [
        "Martin"
      ]
    }
  ],
  "qualification" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code" : "MD",
            "display" : "Doctor of Medicine"
          }
        ],
        "text" : "Zahnarzt"
      }
    }
  ]
}