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

: bf88424f-4423-4f39-975b-2fffbd6b3090 - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="bf88424f-4423-4f39-975b-2fffbd6b3090"/>
  <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="145"/>
        <display value="Rutinundersökning"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceArea">
    <valueCodeableConcept>
      <coding>
        <code value="TBD"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <value value="bf88424f-4423-4f39-975b-2fffbd6b3090"/>
  </identifier>
  <status value="proposed"/>
  <appointmentType>
    <coding>
      <code value="CLINIC"/>
    </coding>
  </appointmentType>
  <participant>
    <type>
      <coding>
        <code value="ADM"/>
      </coding>
    </type>
    <actor>🔗 
      <reference value="HealthcareService/SE162321000255-O43306"/>
      <display value="Reference to HealtCareService"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>