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 Visit Types - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "visit-type"] ; # 
  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: ValueSet visit-type</b></p><a name=\"visit-type\"> </a><a name=\"hcvisit-type\"> </a><a name=\"visit-type-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-csVisitType.html\"><code>http://bki.skane.se/invanartjanster/fhir/CodeSystem/csVisitType</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-csVisitType.html#csVisitType-NEW\">NEW</a></td><td>New</td></tr></table></li><li>Include these codes as defined in <code>http://terminology.hl7.org/ValueSet/v2-0276</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>FOLLOWUP</td><td>FollowUp</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://bki.skane.se/invanartjanster/fhir/ValueSet/visit-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.2"] ; # 
  fhir:name [ fhir:v "KallaVisitType"] ; # 
  fhir:title [ fhir:v "Kalla Visit Types"] ; # 
  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 "Type of visit"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://bki.skane.se/invanartjanster/fhir/CodeSystem/csVisitType"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "NEW" ] ;
fhir:display [ fhir:v "New" ]       ] )     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/ValueSet/v2-0276"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "FOLLOWUP" ] ;
fhir:display [ fhir:v "FollowUp" ]       ] )     ] )
  ] . #