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

FHIR IG analytics

Packagekbv.basis
Resource TypePractitionerRole
IdPractitionerRole-4f77c31a-e4b2-4b96-b0b1-17e903e66edb.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 Instanz des Beispiel-PractitionerRoles repräsentiert den ärztlichen Direktor oder die ärztliche Direktorin. Diese Person ist in der Fachgruppe 'Allgemeinmedizin' tätig und wird durch eine Referenz identifiziert.

Source1

{
  "resourceType": "PractitionerRole",
  "id": "4f77c31a-e4b2-4b96-b0b1-17e903e66edb",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_PractitionerRole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/20597e0e-cb2a-45b3-95f0-dc3dbdb617c3"
  },
  "organization": {
    "reference": "Organization/cf042e44-086a-4d51-9c77-172f9a972e3b"
  },
  "code": [
    {
      "coding": [
        {
          "version": "1.8.0",
          "code": "AD",
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_Role_Care",
          "display": "Ärztliche Direktion"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "version": "1.03",
          "code": "01",
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAR2_ARZTNRFACHGRUPPE",
          "display": "Allgemeinmedizin"
        }
      ]
    }
  ]
}