HL7® Austria FHIR® Core Implementation Guide
1.1.0 - STU2

HL7® Austria FHIR® Core Implementation Guide - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HL7ATCorePractitionerRoleExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "HL7ATCorePractitionerRoleExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-practitionerRole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"HL7ATCorePractitionerRoleExample01\"> </a><a name=\"hcHL7ATCorePractitionerRoleExample01\"> </a></p><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\">Resource PractitionerRole &quot;HL7ATCorePractitionerRoleExample01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-core-practitionerRole.html\">HL7® AT Core PractitionerRole Profile</a></p></div><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-HL7ATCorePractitionerExample01.html\">Practitioner/HL7ATCorePractitionerExample01</a> &quot; MUSTERÄRZTIN&quot;</p><p><b>code</b>: Ärztin/Arzt für Allgemeinmedizin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (hl7-at-practitionerrole#100)</span></p><p><b>specialty</b>: Family practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#419772000)</span>, Dive medicine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#410005002)</span></p><blockquote><p><b>availability</b></p><blockquote><p><b>availableTime</b></p></blockquote><blockquote><p><b>availableTime</b></p></blockquote><blockquote><p><b>availableTime</b></p></blockquote><blockquote><p><b>notAvailableTime</b></p></blockquote><blockquote><p><b>notAvailableTime</b></p></blockquote></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"
        }
      ]
    }
  ],
  "availability" : [
    {
      "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
        }
      ],
      "notAvailableTime" : [
        {
          "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"
          }
        }
      ]
    }
  ]
}