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

FHIR IG analytics

Packagekbv.basis
Resource TypePractitionerRole
IdPractitionerRole-36aaff47-bc0a-4645-9063-66f292704c05.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, der/die die Teamnummer '003456789' gemäß dem NamingSystem 'http://fhir.de/NamingSystem/asv/teamnummer' hat. Diese Person ist in der Fachgruppe 'Allgemeinmedizin' tätig und wird durch eine Referenz identifiziert.

Source1

{
  "resourceType": "PractitionerRole",
  "id": "36aaff47-bc0a-4645-9063-66f292704c05",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_PractitionerRole_ASV"
    ]
  },
  "organization": {
    "identifier": {
      "system": "http://fhir.de/NamingSystem/asv/teamnummer",
      "value": "003456789"
    }
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/200"
  },
  "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"
        }
      ]
    }
  ]
}