Demo Terminologiförvaltning
0.1.0 - Demo environment Sweden flag

This page is part of the Demo Terminologiförvaltning (v0.1.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Kodverksurval - Psykisk hälsa - TTL Representation

Active as of 2026-02-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "kontaktorsak-psykisk-halsa"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet kontaktorsak-psykisk-halsa</b></p><a name=\"kontaktorsak-psykisk-halsa\"> </a><a name=\"hckontaktorsak-psykisk-halsa\"> </a><ul><li>Include codes from<a href=\"CodeSystem-kontaktorsak-demo.html\"><code>http://demo.terminologi.se/fhir/CodeSystem/kontaktorsak</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span> where code  = <a href=\"CodeSystem-kontaktorsak-demo.html#kontaktorsak-demo-KO06\">KO06</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://canonical.fhir.link/demo/terminology/ValueSet/kontaktorsak-psykisk-halsa"^^xsd:anyURI ;
fhir:l <https://canonical.fhir.link/demo/terminology/ValueSet/kontaktorsak-psykisk-halsa>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KontaktorsakPsykiskHalsa"] ; # 
  fhir:title [ fhir:v "Kodverksurval - Psykisk hälsa"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-02-26T11:49:12+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Servicewell-demo"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Servicewell-demo" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://servicewell.se" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@servicewell.se" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Urval av kontaktorsaker som används vid psykisk ohälsa.  \nDetta urval är skapat utifrån en filtrering där matchning görs på 'code'"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "SE" ] ;
fhir:display [ fhir:v "Sweden" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://demo.terminologi.se/fhir/CodeSystem/kontaktorsak"^^xsd:anyURI ;
fhir:l <http://demo.terminologi.se/fhir/CodeSystem/kontaktorsak>       ] ;
      ( fhir:filter [
fhir:property [ fhir:v "code" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "KO06" ]       ] )     ] )
  ] . #