eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
: Message Type 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 "MessageTypeVS"] ; #
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 MessageTypeVS</b></p><a name=\"MessageTypeVS\"> </a><a name=\"hcMessageTypeVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-MessageTypeCS.html\"><code>http://ehealth.sundhed.dk/cs/message-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?7.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-MessageTypeCS.html#MessageTypeCS-new\">new</a></td><td>New Message</td></tr><tr><td><a href=\"CodeSystem-MessageTypeCS.html#MessageTypeCS-reply\">reply</a></td><td>Reply</td></tr><tr><td><a href=\"CodeSystem-MessageTypeCS.html#MessageTypeCS-forward\">forward</a></td><td>Forward</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://ehealth.sundhed.dk/fhir/ValueSet/MessageTypeVS"^^xsd:anyURI ;
fhir:l <http://ehealth.sundhed.dk/fhir/ValueSet/MessageTypeVS>
] ; #
fhir:version [ fhir:v "7.0.0"] ; #
fhir:name [ fhir:v "MessageTypeVS"] ; #
fhir:title [ fhir:v "Message Type ValueSet"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-12-05T07:38:02+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] )
] ) ; #
fhir:description [ fhir:v "Allowed message types: new, reply, forward."] ; #
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 "DK" ] ;
fhir:display [ fhir:v "Denmark" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://ehealth.sundhed.dk/cs/message-type"^^xsd:anyURI ;
fhir:l <http://ehealth.sundhed.dk/cs/message-type> ] ;
( fhir:concept [
fhir:code [ fhir:v "new" ] ;
fhir:display [ fhir:v "New Message" ] ] [
fhir:code [ fhir:v "reply" ] ;
fhir:display [ fhir:v "Reply" ] ] [
fhir:code [ fhir:v "forward" ] ;
fhir:display [ fhir:v "Forward" ] ] ) ] )
] . #