KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.12.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
: WOOS - Træning (DSR) - TTL Representation
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 "WOOSTraeningDSR"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet WOOSTraeningDSR</b></p><a name=\"WOOSTraeningDSR\"> </a><a name=\"hcWOOSTraeningDSR\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-WOOS.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/WOOS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-WOOS.html#WOOS-no_physiotherapy\">no_physiotherapy</a></td><td>Ingen fysioterapi</td><td>Ingen fysioterapi</td></tr><tr><td><a href=\"CodeSystem-WOOS.html#WOOS-home_training\">home_training</a></td><td>Hjemmetræning efter instruks</td><td>Hjemmetræning efter instruks</td></tr><tr><td><a href=\"CodeSystem-WOOS.html#WOOS-supervised_municipality\">supervised_municipality</a></td><td>Superviseret fysioterapi via kommunen (træning eller noget af denne foregår hos fysioterapeut i kommunen hvor du bor)</td><td>Superviseret fysioterapi via kommunen (træning eller noget af denne foregår hos fysioterapeut i kommunen hvor du bor)</td></tr><tr><td><a href=\"CodeSystem-WOOS.html#WOOS-supervised_hospital\">supervised_hospital</a></td><td>Superviseret fysioterapi på sygehus/hospital (træningen eller noget af denne foregår hos fysioterapi på sygehus)</td><td>Superviseret fysioterapi på sygehus/hospital (træningen eller noget af denne foregår hos fysioterapi på sygehus)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/ValueSet/WOOSTraeningDSR"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.12.0"] ; #
fhir:name [ fhir:v "WOOSTraeningDSR"] ; #
fhir:title [ fhir:v "WOOS - Træning (DSR)"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2022-10-07T00:00:00+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://trifork.com" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rbk@trifork.com" ] ] )
] ) ; #
fhir:description [ fhir:v "WOOS - Træning (DSR)"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/WOOS"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "no_physiotherapy" ] ;
fhir:display [ fhir:v "Ingen fysioterapi" ] ] [
fhir:code [ fhir:v "home_training" ] ;
fhir:display [ fhir:v "Hjemmetræning efter instruks" ] ] [
fhir:code [ fhir:v "supervised_municipality" ] ;
fhir:display [ fhir:v "Superviseret fysioterapi via kommunen (træning eller noget af denne foregår hos fysioterapeut i kommunen hvor du bor)" ] ] [
fhir:code [ fhir:v "supervised_hospital" ] ;
fhir:display [ fhir:v "Superviseret fysioterapi på sygehus/hospital (træningen eller noget af denne foregår hos fysioterapi på sygehus)" ] ] ) ] )
] . #