German Practice Management FHIR Profiles (R4)
0.71.0 - STU1 DE

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

: Dr. Stefan Mueller — Zahnarzt mit LANR (PAR-Grading) - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "par-grading-practitioner-arzt",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner par-grading-practitioner-arzt</b></p><a name=\"par-grading-practitioner-arzt\"> </a><a name=\"hcpar-grading-practitioner-arzt\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=kbv.basis@1.8.0&amp;canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner\">KBV_PR_Base_Practitioner</a></p></div><p><b>identifier</b>: KBV_NS_Base_ANR/123456789</p><p><b>active</b>: true</p><p><b>name</b>: Stefan Mueller (Official)</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR",
      "value" : "123456789"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Mueller",
      "given" : [
        "Stefan"
      ],
      "prefix" : [
        "Dr."
      ],
      "_prefix" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "AC"
            }
          ]
        }
      ]
    }
  ]
}