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

: reminder-appointment-id - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="reminder-appointment-id"/>
  <meta>
    <profile
             value="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderAppointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">ReminderAppointment</div>
  </text>
  <extension
             url="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceCode">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://bki.skane.se/demo/fhir/CodeSystem/cs-Vardaktiviteter"/>
        <code value="168"/>
        <display value="Bedömning av hörsel"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceArea">
    <valueCodeableConcept>
      <coding>
        <code value="TBD"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <value value="47a7f3d6-7216-4704-b5c1-bb7955812ea8"/>
  </identifier>
  <status value="booked"/>
  <appointmentType>
    <coding>
      <code value="CLINIC"/>
    </coding>
  </appointmentType>
  <start value="2048-04-09T09:00:00Z"/>
  <end value="2048-04-09T09:30:00Z"/>
  <minutesDuration value="30"/>
  <created value="2023-04-19T08:22:00Z"/>
  <participant>
    <actor>🔗 
      <reference value="HealthcareService/ReminderHealthcareService"/>
      <display value="HealthCareService"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>