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

: Example Practitioner (Billing Claims) - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "BillingClaimPractitionerExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner BillingClaimPractitionerExample</b></p><a name=\"BillingClaimPractitionerExample\"> </a><a name=\"hcBillingClaimPractitionerExample\"> </a><p><b>identifier</b>: KBV_NS_Base_ANR/123456789</p><p><b>name</b>: Hans Mueller </p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR",
      "value" : "123456789"
    }
  ],
  "name" : [
    {
      "family" : "Mueller",
      "given" : [
        "Hans"
      ],
      "prefix" : [
        "Dr. med."
      ]
    }
  ]
}