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

FHIR IG analytics

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

practitioner: Hanna Hausärztin

organization: Amadeus Spital

code: Ärztin/Arzt

specialty: Internal medicine


Source1

{
  "resourceType": "PractitionerRole",
  "id": "AtApsExamplePractitionerRole01",
  "meta": {
    "profile": [
      "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/at-aps-example-practitioner-01",
    "display": "Hanna Hausärztin"
  },
  "organization": {
    "reference": "Organization/AtApsExampleOrganization01",
    "display": "Amadeus Spital"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://termgit.elga.gv.at/CodeSystem/elga-gtelvogdarollen",
          "code": "1000",
          "display": "Ärztin/Arzt"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419192003",
          "display": "Internal medicine"
        }
      ]
    }
  ]
}