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 Action Types - JSON Representation

Draft as of 2025-02-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "action-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet action-type</b></p><a name=\"action-type\"> </a><a name=\"hcaction-type\"> </a><a name=\"action-type-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-csInvitationActionType.html\"><code>http://bki.skane.se/invanartjanster/fhir/CodeSystem/csInvitationActionType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-BOOK\">BOOK</a></td><td>Book</td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-RESCHEDULE\">RESCHEDULE</a></td><td>Reschedule</td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-CANCEL\">CANCEL</a></td><td>Cancel</td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-PROPOSAL_BOOK\">PROPOSAL_BOOK</a></td><td>Proposal Book</td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-PROPOSAL_REMIND_1\">PROPOSAL_REMIND_1</a></td><td>Proposal First Reminder</td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-PROPOSAL_REMIND_2\">PROPOSAL_REMIND_2</a></td><td>Proposal Second Reminder</td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-PROPOSAL_CANCEL\">PROPOSAL_CANCEL</a></td><td>Proposal Cancel</td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-DISCHARGE\">DISCHARGE</a></td><td>Discharge</td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-PATIENT_MISSED_APPOINTMENT_PATIENT_RESPONSIBLE_FOR_REBOOKING\">PATIENT_MISSED_APPOINTMENT_PATIENT_RESPONSIBLE_FOR_REBOOKING</a></td><td>Patient missed appointment, patient responsible for rebooking</td></tr><tr><td><a href=\"CodeSystem-csInvitationActionType.html#csInvitationActionType-PATIENT_MISSED_APPOINTMENT_RESULTING_IN_REFERRAL_RETURN\">PATIENT_MISSED_APPOINTMENT_RESULTING_IN_REFERRAL_RETURN</a></td><td>Patient missed appointment, resulting in referral return</td></tr></table></li></ul></div>"
  },
  "url" : "http://bki.skane.se/invanartjanster/fhir/ValueSet/action-type",
  "version" : "2.2",
  "name" : "KallaInvitationActionType",
  "title" : "Kalla Invitation Action Types",
  "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" : "Type of actions that can be done for an invitation",
  "compose" : {
    "include" : [
      {
        "system" : "http://bki.skane.se/invanartjanster/fhir/CodeSystem/csInvitationActionType",
        "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"
          }
        ]
      }
    ]
  }
}