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 Invitation ActionTypes - JSON Representation

Draft as of 2025-02-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "csInvitationActionType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem csInvitationActionType</b></p><a name=\"csInvitationActionType\"> </a><a name=\"hccsInvitationActionType\"> </a><a name=\"csInvitationActionType-en-US\"> </a><p>This case-insensitive code system <code>http://bki.skane.se/invanartjanster/fhir/CodeSystem/csInvitationActionType</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\">BOOK<a name=\"csInvitationActionType-BOOK\"> </a></td><td>Book</td></tr><tr><td style=\"white-space:nowrap\">RESCHEDULE<a name=\"csInvitationActionType-RESCHEDULE\"> </a></td><td>Reschedule</td></tr><tr><td style=\"white-space:nowrap\">CANCEL<a name=\"csInvitationActionType-CANCEL\"> </a></td><td>Cancel</td></tr><tr><td style=\"white-space:nowrap\">PROPOSAL_BOOK<a name=\"csInvitationActionType-PROPOSAL_BOOK\"> </a></td><td>Proposal Book</td></tr><tr><td style=\"white-space:nowrap\">PROPOSAL_REMIND_1<a name=\"csInvitationActionType-PROPOSAL_REMIND_1\"> </a></td><td>Proposal First Reminder</td></tr><tr><td style=\"white-space:nowrap\">PROPOSAL_REMIND_2<a name=\"csInvitationActionType-PROPOSAL_REMIND_2\"> </a></td><td>Proposal Second Reminder</td></tr><tr><td style=\"white-space:nowrap\">PROPOSAL_CANCEL<a name=\"csInvitationActionType-PROPOSAL_CANCEL\"> </a></td><td>Proposal Cancel</td></tr><tr><td style=\"white-space:nowrap\">DISCHARGE<a name=\"csInvitationActionType-DISCHARGE\"> </a></td><td>Discharge</td></tr><tr><td style=\"white-space:nowrap\">PATIENT_MISSED_APPOINTMENT_PATIENT_RESPONSIBLE_FOR_REBOOKING<a name=\"csInvitationActionType-PATIENT_MISSED_APPOINTMENT_PATIENT_RESPONSIBLE_FOR_REBOOKING\"> </a></td><td>Patient Missed Appointment - Patient Responsible for Rebooking</td></tr><tr><td style=\"white-space:nowrap\">PATIENT_MISSED_APPOINTMENT_RESULTING_IN_REFERRAL_RETURN<a name=\"csInvitationActionType-PATIENT_MISSED_APPOINTMENT_RESULTING_IN_REFERRAL_RETURN\"> </a></td><td>Patient Missed Appointment - Resulting in Referral Return</td></tr></table></div>"
  },
  "url" : "http://bki.skane.se/invanartjanster/fhir/CodeSystem/csInvitationActionType",
  "version" : "2.2",
  "name" : "KallaInvitationActionTypes",
  "title" : "KALLA Invitation ActionTypes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-02-04T15:33:16+00:00",
  "publisher" : "Region Skåne",
  "contact" : [
    {
      "name" : "Region Skåne",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.skane.se"
        },
        {
          "system" : "email",
          "value" : "225622@skane.se"
        }
      ]
    }
  ],
  "description" : "KALLA Invitation ActionTypes",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 10,
  "concept" : [
    {
      "code" : "BOOK",
      "display" : "Book"
    },
    {
      "code" : "RESCHEDULE",
      "display" : "Reschedule"
    },
    {
      "code" : "CANCEL",
      "display" : "Cancel"
    },
    {
      "code" : "PROPOSAL_BOOK",
      "display" : "Proposal Book"
    },
    {
      "code" : "PROPOSAL_REMIND_1",
      "display" : "Proposal First Reminder"
    },
    {
      "code" : "PROPOSAL_REMIND_2",
      "display" : "Proposal Second Reminder"
    },
    {
      "code" : "PROPOSAL_CANCEL",
      "display" : "Proposal Cancel"
    },
    {
      "code" : "DISCHARGE",
      "display" : "Discharge"
    },
    {
      "code" : "PATIENT_MISSED_APPOINTMENT_PATIENT_RESPONSIBLE_FOR_REBOOKING",
      "display" : "Patient Missed Appointment - Patient Responsible for Rebooking"
    },
    {
      "code" : "PATIENT_MISSED_APPOINTMENT_RESULTING_IN_REFERRAL_RETURN",
      "display" : "Patient Missed Appointment - Resulting in Referral Return"
    }
  ]
}