eHealth Infrastructure
3.3.0 - ci-build Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Appointment Type Codes - XML Representation

Active as of 2019-01-29

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ehealth-appointmenttype-codes"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ehealth-appointmenttype-codes</b></p><a name="ehealth-appointmenttype-codes"> </a><a name="hcehealth-appointmenttype-codes"> </a><a name="ehealth-appointmenttype-codes-da-DK"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/appointmenttype-codes</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">CHECKUP<a name="ehealth-appointmenttype-codes-CHECKUP"> </a></td><td>A routine check-up, such as an annual physical</td></tr><tr><td style="white-space:nowrap">EMERGENCY<a name="ehealth-appointmenttype-codes-EMERGENCY"> </a></td><td>Emergency appointment</td></tr><tr><td style="white-space:nowrap">FOLLOWUP<a name="ehealth-appointmenttype-codes-FOLLOWUP"> </a></td><td>A follow up visit from a previous appointment</td></tr><tr><td style="white-space:nowrap">ROUTINE<a name="ehealth-appointmenttype-codes-ROUTINE"> </a></td><td>Routine appointment - default if not valued</td></tr><tr><td style="white-space:nowrap">WALKIN<a name="ehealth-appointmenttype-codes-WALKIN"> </a></td><td>A previously unscheduled walk-in visit</td></tr></table></div>
  </text>
  <url value="http://ehealth.sundhed.dk/cs/appointmenttype-codes"/>
  <version value="3.3.0"/>
  <name value="AppointmentTypeCodes"/>
  <title value="Appointment Type Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2019-01-29T00:00:00+00:00"/>
  <publisher
             value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
  <contact>
    <name value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.sundhed.dk"/>
    </telecom>
  </contact>
  <description value="Appointment type code"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DK"/>
      <display value="Denmark"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="CHECKUP"/>
    <display value="A routine check-up, such as an annual physical"/>
  </concept>
  <concept>
    <code value="EMERGENCY"/>
    <display value="Emergency appointment"/>
  </concept>
  <concept>
    <code value="FOLLOWUP"/>
    <display value="A follow up visit from a previous appointment"/>
  </concept>
  <concept>
    <code value="ROUTINE"/>
    <display value="Routine appointment - default if not valued"/>
  </concept>
  <concept>
    <code value="WALKIN"/>
    <display value="A previously unscheduled walk-in visit"/>
  </concept>
</CodeSystem>