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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypePractitionerRole
IdPractitionerRole-StfArztZuordnung-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "PractitionerRole",
  "id": "StfArztZuordnung-Example",
  "meta": {
    "profile": [
      "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfArztZuordnung"
    ]
  },
  "code": [
    {
      "coding": [
        {
          "code": "Krankenhaus",
          "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfBerufsgruppeCS",
          "display": "Krankenhaus"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "code": "Krankenhausarzt",
          "system": "http://gematik.de/fhir/oegd/stf/CodeSystem/StfArztrolleCS",
          "display": "diensthabender Arzt/Ärztin im Krankenhaus"
        }
      ]
    }
  ],
  "practitioner": {
    "reference": "Practitioner/StfArzt-Example"
  },
  "organization": {
    "reference": "Organization/StfOrganisation-Example"
  }
}