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 - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="HL7ATCorePractitionerRoleExample01"/>
  <meta>
    <profile
             value="http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-practitionerRole"/>
  </meta>
  <text>
    <status value="generated"/>
    <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="hcHL7ATCorePractitionerRoleExample01-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>availability</b></p></blockquote></div>
  </text>
  <active value="true"/>
  <practitioner>🔗 
    <reference value="Practitioner/HL7ATCorePractitionerExample01"/>
  </practitioner>
  <code>
    <coding>
      <system
              value="https://termgit.elga.gv.at/ValueSet/hl7-at-practitionerrole"/>
      <code value="100"/>
      <display value="Ärztin/Arzt für Allgemeinmedizin"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="419772000"/>
      <display value="Family practice"/>
    </coding>
  </specialty>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="410005002"/>
      <display value="Dive medicine"/>
    </coding>
  </specialty>
  <availability>
    <availableTime>
      <daysOfWeek value="mon"/>
      <availableStartTime value="07:00:00"/>
      <availableEndTime value="12:00:00"/>
    </availableTime>
    <availableTime>
      <daysOfWeek value="tue"/>
      <availableStartTime value="07:30:00"/>
      <availableEndTime value="12:30:00"/>
    </availableTime>
    <availableTime>
      <daysOfWeek value="thu"/>
      <allDay value="true"/>
    </availableTime>
    <notAvailableTime>
      <description value="Urlaub"/>
      <during>
        <start value="2024-08-01"/>
        <end value="2024-08-31"/>
      </during>
    </notAvailableTime>
    <notAvailableTime>
      <description value="Zwischen den Feiertagen geschlossen."/>
      <during>
        <start value="2024-12-24"/>
        <end value="2025-01-06"/>
      </during>
    </notAvailableTime>
  </availability>
</PractitionerRole>