Austrian Patient Summary (R4)
1.0.0 - STU1

Austrian Patient Summary (R4), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-AustrianPatientSummary-R4/ and changes regularly. See the Directory of published versions

: Patient Journey Practitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "AtApsExamplePractitionerRole01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole AtApsExamplePractitionerRole01</b></p><a name=\"AtApsExamplePractitionerRole01\"> </a><a name=\"hcAtApsExamplePractitionerRole01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-aps-practitionerrole.html\">AT APS PractitionerRole</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-at-aps-example-practitioner-01.html\">Hanna Hausärztin</a></p><p><b>organization</b>: <a href=\"Organization-AtApsExampleOrganization01.html\">Amadeus Spital</a></p><p><b>code</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/elga-gtelvogdarollen 1000}\">Ärztin/Arzt</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 419192003}\">Internal medicine</span></p></div>"
  },
  "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"
        }
      ]
    }
  ]
}