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 CancellationReasons - TTL Representation

Draft as of 2025-02-04

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "csCancellationReason"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem csCancellationReason</b></p><a name=\"csCancellationReason\"> </a><a name=\"hccsCancellationReason\"> </a><a name=\"csCancellationReason-en-US\"> </a><p>This case-insensitive code system <code>http://bki.skane.se/invanartjanster/fhir/CodeSystem/csCancellationReason</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\">HEALTHCARE_PROVIDER_CANCELS<a name=\"csCancellationReason-HEALTHCARE_PROVIDER_CANCELS\"> </a></td><td>Healthcare provider cancels</td></tr><tr><td style=\"white-space:nowrap\">HEALTHCARE_PROVIDER_CANCELS_WAITLIST<a name=\"csCancellationReason-HEALTHCARE_PROVIDER_CANCELS_WAITLIST\"> </a></td><td>Healthcare provider cancels waitlist</td></tr><tr><td style=\"white-space:nowrap\">HEALTHCARE_PROVIDER_CANCELS_NO_WAITLIST<a name=\"csCancellationReason-HEALTHCARE_PROVIDER_CANCELS_NO_WAITLIST\"> </a></td><td>Healthcare provider cancels no waitlist</td></tr><tr><td style=\"white-space:nowrap\">HEALTHCARE_PROVIDER_CANCELS_CONTACT<a name=\"csCancellationReason-HEALTHCARE_PROVIDER_CANCELS_CONTACT\"> </a></td><td>Healthcare provider cancels contact</td></tr><tr><td style=\"white-space:nowrap\">PATIENT_CANCELS<a name=\"csCancellationReason-PATIENT_CANCELS\"> </a></td><td>Patient cancels</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://bki.skane.se/invanartjanster/fhir/CodeSystem/csCancellationReason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.2"] ; # 
  fhir:name [ fhir:v "KallaCancellationReasons"] ; # 
  fhir:title [ fhir:v "KALLA CancellationReasons"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-02-04T15:33:16+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Region Skåne"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Region Skåne" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.skane.se" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "225622@skane.se" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "KALLA Cancellation Reasons"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "HEALTHCARE_PROVIDER_CANCELS" ] ;
fhir:display [ fhir:v "Healthcare provider cancels" ]
  ] [
fhir:code [ fhir:v "HEALTHCARE_PROVIDER_CANCELS_WAITLIST" ] ;
fhir:display [ fhir:v "Healthcare provider cancels waitlist" ]
  ] [
fhir:code [ fhir:v "HEALTHCARE_PROVIDER_CANCELS_NO_WAITLIST" ] ;
fhir:display [ fhir:v "Healthcare provider cancels no waitlist" ]
  ] [
fhir:code [ fhir:v "HEALTHCARE_PROVIDER_CANCELS_CONTACT" ] ;
fhir:display [ fhir:v "Healthcare provider cancels contact" ]
  ] [
fhir:code [ fhir:v "PATIENT_CANCELS" ] ;
fhir:display [ fhir:v "Patient cancels" ]
  ] ) . #