AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: Kalla Apppointment Types - XML Representation

Draft as of 2025-02-04

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="appointment-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet appointment-type</b></p><a name="appointment-type"> </a><a name="hcappointment-type"> </a><a name="appointment-type-en-US"> </a><ul><li>Include these codes as defined in <a href="CodeSystem-csAppointmentType.html"><code>http://bki.skane.se/invanartjanster/fhir/CodeSystem/csAppointmentType</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="CodeSystem-csAppointmentType.html#csAppointmentType-CLINIC">CLINIC</a></td><td>Clinic</td></tr><tr><td><a href="CodeSystem-csAppointmentType.html#csAppointmentType-PHONE">PHONE</a></td><td>Phone</td></tr><tr><td><a href="CodeSystem-csAppointmentType.html#csAppointmentType-VIDEO">VIDEO</a></td><td>Video</td></tr><tr><td><a href="CodeSystem-csAppointmentType.html#csAppointmentType-OTHER">OTHER</a></td><td>Other place</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://bki.skane.se/invanartjanster/fhir/ValueSet/appointment-type"/>
  <version value="2.2"/>
  <name value="KallaAppointmentType"/>
  <title value="Kalla Apppointment Types"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2025-02-04T15:33:16+00:00"/>
  <publisher value="Region Skåne"/>
  <contact>
    <name value="Region Skåne"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.skane.se"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="225622@skane.se"/>
    </telecom>
  </contact>
  <description value="Type of appointment CLINIC|PHONE|VIDEO|OTHER"/>
  <compose>
    <include>
      <system
              value="http://bki.skane.se/invanartjanster/fhir/CodeSystem/csAppointmentType"/>
      <concept>
        <code value="CLINIC"/>
        <display value="Clinic"/>
      </concept>
      <concept>
        <code value="PHONE"/>
        <display value="Phone"/>
      </concept>
      <concept>
        <code value="VIDEO"/>
        <display value="Video"/>
      </concept>
      <concept>
        <code value="OTHER"/>
        <display value="Other place"/>
      </concept>
    </include>
  </compose>
</ValueSet>