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

FHIR IG analytics

Packagehl7.at.fhir.elga.core.r4
Resource TypePractitionerRole
IdPractitionerRole-AtElgaCorePractitionerRoleExample01.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

Generated Narrative: PractitionerRole AtElgaCorePractitionerRoleExample01

active: true

practitioner: Practitioner Melanie Musterärztin

code: Ärztin/Arzt für Allgemeinmedizin

specialty: Family practice, Dive medicine


Source1

{
  "resourceType": "PractitionerRole",
  "id": "AtElgaCorePractitionerRoleExample01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/core/r4/StructureDefinition/at-elga-core-practitionerRole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/AtElgaCorePractitionerExample01"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://termgit.elga.gv.at/ValueSet/hl7-at-practitionerrole",
          "code": "100",
          "display": "Ärztin/Arzt für Allgemeinmedizin"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "410005002",
          "display": "Dive medicine"
        }
      ]
    }
  ]
}