FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekvdigital.vermittlungscode-abrufen-pvs
Resource TypePractitioner
IdKBV_PR_116117_TERMINSERVICE_VCA_Practitioner_Example_Minimum.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Diese Practitioner-Instanz beschreibt den Arzt 'Mini Topp-Glücklich' mit der LANR '123456789'.

Source1

{
  "resourceType": "Practitioner",
  "id": "12df27c7-acdc-4467-b393-93416a1cc51x",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_116117_TERMINSERVICE_VCA_Practitioner|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "LANR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Lifelong physician number"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR",
      "value": "123456789"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Topp-Glücklich",
      "given": [
        "Mini"
      ]
    }
  ]
}