DK MedCom Core Document, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-core-document/ and changes regularly. See the Directory of published versions
: DK IHE XDS Message ClassCode Valueset - 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 "medcom-dk-xds-msg-classcode-VS"] ; #
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 medcom-dk-xds-msg-classcode-VS</b></p><a name=\"medcom-dk-xds-msg-classcode-VS\"> </a><a name=\"hcmedcom-dk-xds-msg-classcode-VS\"> </a><ul><li>Include these codes as defined in <a href=\"https://build.fhir.org/ig/medcomdk/dk-medcom-xds-metadata/CodeSystem-MedCom-ihe-classcode-CS.html\"><code>http://medcomfhir.dk/ig/xdsmetadata/CodeSystem/MedCom-ihe-classcode-CS</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=\"https://build.fhir.org/ig/medcomdk/dk-medcom-xds-metadata/CodeSystem-MedCom-ihe-classcode-CS.html#MedCom-ihe-classcode-CS-006\">006</a></td><td>Workflow</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://medcomfhir.dk/ig/coredocument/ValueSet/medcom-dk-xds-msg-classcode-VS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "MedComXds_MsgClassCodeVS"] ; #
fhir:title [ fhir:v "DK IHE XDS Message ClassCode Valueset"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-01-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "MedCom"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MedCom" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.medcom.dk" ] ] )
] [
fhir:name [ fhir:v "MedCom FHIR Team" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@medcom.dk" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Value set for the classCode attribute for DK IHE XDS Message. ClassCode used in DK IHE XDS Document sharing"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://medcomfhir.dk/ig/xdsmetadata/CodeSystem/MedCom-ihe-classcode-CS"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "006" ] ;
fhir:display [ fhir:v "Workflow" ] ] ) ] )
] . #