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 Cancellation Reasons - JSON Representation

Draft as of 2025-02-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "cancellation-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cancellation-reason</b></p><a name=\"cancellation-reason\"> </a><a name=\"hccancellation-reason\"> </a><a name=\"cancellation-reason-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-csCancellationReason.html\"><code>http://bki.skane.se/invanartjanster/fhir/CodeSystem/csCancellationReason</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-csCancellationReason.html#csCancellationReason-HEALTHCARE_PROVIDER_CANCELS\">HEALTHCARE_PROVIDER_CANCELS</a></td><td>Healthcare provider cancels</td></tr><tr><td><a href=\"CodeSystem-csCancellationReason.html#csCancellationReason-HEALTHCARE_PROVIDER_CANCELS_WAITLIST\">HEALTHCARE_PROVIDER_CANCELS_WAITLIST</a></td><td>Healthcare provider cancels waitlist</td></tr><tr><td><a href=\"CodeSystem-csCancellationReason.html#csCancellationReason-HEALTHCARE_PROVIDER_CANCELS_NO_WAITLIST\">HEALTHCARE_PROVIDER_CANCELS_NO_WAITLIST</a></td><td>Healthcare provider cancels no waitlist</td></tr><tr><td><a href=\"CodeSystem-csCancellationReason.html#csCancellationReason-HEALTHCARE_PROVIDER_CANCELS_CONTACT\">HEALTHCARE_PROVIDER_CANCELS_CONTACT</a></td><td>Healthcare provider cancels contact</td></tr><tr><td><a href=\"CodeSystem-csCancellationReason.html#csCancellationReason-PATIENT_CANCELS\">PATIENT_CANCELS</a></td><td>Patient cancels</td></tr></table></li></ul></div>"
  },
  "url" : "http://bki.skane.se/invanartjanster/fhir/ValueSet/cancellation-reason",
  "version" : "2.2",
  "name" : "KallaCancellationReason",
  "title" : "Kalla Cancellation Reasons",
  "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" : "Possible reasons for cancelling an appointment.",
  "compose" : {
    "include" : [
      {
        "system" : "http://bki.skane.se/invanartjanster/fhir/CodeSystem/csCancellationReason",
        "concept" : [
          {
            "code" : "HEALTHCARE_PROVIDER_CANCELS",
            "display" : "Healthcare provider cancels"
          },
          {
            "code" : "HEALTHCARE_PROVIDER_CANCELS_WAITLIST",
            "display" : "Healthcare provider cancels waitlist"
          },
          {
            "code" : "HEALTHCARE_PROVIDER_CANCELS_NO_WAITLIST",
            "display" : "Healthcare provider cancels no waitlist"
          },
          {
            "code" : "HEALTHCARE_PROVIDER_CANCELS_CONTACT",
            "display" : "Healthcare provider cancels contact"
          },
          {
            "code" : "PATIENT_CANCELS",
            "display" : "Patient cancels"
          }
        ]
      }
    ]
  }
}