ISiK Terminplanung Implementierungsleitfaden
Version 6.0.0-rc - ballot

: ISiKKalenderExample - XML Representation

Raw xml | Download


<Schedule xmlns="http://hl7.org/fhir">
  <id value="ISiKKalenderExample"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/isik/StructureDefinition/ISiKKalender"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Schedule ISiKKalenderExample</b></p><a name="ISiKKalenderExample"> </a><a name="hcISiKKalenderExample"> </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-ISiKKalender.html">ISiKKalender</a></p></div><p><b>active</b>: true</p><p><b>serviceType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-type 124}">General Practice</span></p><p><b>specialty</b>: <span title="Codes:{http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen ALLG}">Allgemeinmedizin</span></p><p><b>actor</b>: <a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Practitioner/example">Dr. Fleming</a></p></div>
  </text>
  <active value="true"/>
  <serviceType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
      <code value="124"/>
    </coding>
  </serviceType>
  <specialty>
    <coding>
      <system value="http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen"/>
      <code value="ALLG"/>
    </coding>
  </specialty>
  <actor>
    <reference value="Practitioner/example"/>
    <display value="Dr. Fleming"/>
  </actor>
</Schedule>