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
<Appointment xmlns="http://hl7.org/fhir">
<id value="RescheduleInvitationAppointment"/>
<meta>
<profile
value="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/InvitationAppointment"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">InvitationAppointment</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="146"/>
<display value="Ultraljud"/>
</coding>
</valueCodeableConcept>
</extension>
<extension
url="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceArea">
<valueCodeableConcept>
<coding>
<code value="TBD"/>
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<value value="f50c2a9c-a8b1-41e9-bfa5-1d67bd6c8825"/>
</identifier>
<status value="booked"/>
<appointmentType>
<coding>
<code value="CLINIC"/>
</coding>
</appointmentType>
<replaces>🔗
<reference value="Appointment/OldAppointment"/>
</replaces>
<start value="2024-01-18T08:00:00Z"/>
<end value="2024-01-18T08:30:00Z"/>
<minutesDuration value="30"/>
<participant>
<type>
<coding>
<code value="ADM"/>
</coding>
</type>
<actor>🔗
<reference value="HealthcareService/SE162321000255-O43306"/>
<display value="Reference to HealtCareService"/>
</actor>
<status value="accepted"/>
</participant>
<participant>
<type>
<coding>
<code value="ATND"/>
</coding>
</type>
<actor>🔗
<reference value="Practitioner/SE162321000255-225633"/>
<display value="Reference to Practitioner"/>
</actor>
<status value="accepted"/>
</participant>
</Appointment>