HL7® Austria FHIR® Core Implementation Guide
1.1.0 - STU2

HL7® Austria FHIR® Core Implementation Guide, published by HL7® Austria, TC FHIR®. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/HL7-AT-FHIR-Core-R4/ and changes regularly. See the Directory of published versions

: HL7ATCorePractitionerRoleExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "HL7ATCorePractitionerRoleExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-practitionerRole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole HL7ATCorePractitionerRoleExample01</b></p><a name=\"HL7ATCorePractitionerRoleExample01\"> </a><a name=\"hcHL7ATCorePractitionerRoleExample01\"> </a><a name=\"HL7ATCorePractitionerRoleExample01-en-US\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-HL7ATCorePractitionerExample01.html\">Practitioner Melanie Musterärztin </a></p><p><b>code</b>: <span title=\"Codes:{https://termgit.elga.gv.at/ValueSet/hl7-at-practitionerrole 100}\">Ärztin/Arzt für Allgemeinmedizin</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 419772000}\">Family practice</span>, <span title=\"Codes:{http://snomed.info/sct 410005002}\">Dive medicine</span></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday</p><p><b>availableStartTime</b>: 07:00:00</p><p><b>availableEndTime</b>: 12:00:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Tuesday</p><p><b>availableStartTime</b>: 07:30:00</p><p><b>availableEndTime</b>: 12:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Thursday</p><p><b>allDay</b>: true</p></blockquote><blockquote><p><b>notAvailable</b></p><p><b>description</b>: Urlaub</p><p><b>during</b>: 2024-08-01 --&gt; 2024-08-31</p></blockquote><blockquote><p><b>notAvailable</b></p><p><b>description</b>: Zwischen den Feiertagen geschlossen.</p><p><b>during</b>: 2024-12-24 --&gt; 2025-01-06</p></blockquote></div>"
  },
  "active" : true,
  "practitioner" : {
    🔗 "reference" : "Practitioner/HL7ATCorePractitionerExample01"
  },
  "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"
        }
      ]
    }
  ],
  "availableTime" : [
    {
      "daysOfWeek" : [
        "mon"
      ],
      "availableStartTime" : "07:00:00",
      "availableEndTime" : "12:00:00"
    },
    {
      "daysOfWeek" : [
        "tue"
      ],
      "availableStartTime" : "07:30:00",
      "availableEndTime" : "12:30:00"
    },
    {
      "daysOfWeek" : [
        "thu"
      ],
      "allDay" : true
    }
  ],
  "notAvailable" : [
    {
      "description" : "Urlaub",
      "during" : {
        "start" : "2024-08-01",
        "end" : "2024-08-31"
      }
    },
    {
      "description" : "Zwischen den Feiertagen geschlossen.",
      "during" : {
        "start" : "2024-12-24",
        "end" : "2025-01-06"
      }
    }
  ]
}