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_Maximum.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 die Ärztin 'Maxi Mustermensch' mit den ANRs '123456711', '123456722' und '123456733'.

Source1

{
  "resourceType": "Practitioner",
  "id": "c412a945-d17e-47c3-a592-da5188750919",
  "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": "123456711"
    },
    {
      "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": "123456722"
    },
    {
      "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": "123456733"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mustermensch",
      "given": [
        "Maxi"
      ]
    }
  ]
}