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
| Active as of 2025-12-05 |
{
"resourceType" : "ValueSet",
"id" : "MessageTypeVS",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://ehealth.sundhed.dk/fhir/ValueSet/MessageTypeVS",
"version" : "7.0.0",
"name" : "MessageTypeVS",
"title" : "Message Type ValueSet",
"status" : "active",
"date" : "2025-12-05T07:38:02+00:00",
"publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact" : [
{
"name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom" : [
{
"system" : "url",
"value" : "http://ehealth.sundhed.dk"
}
]
}
],
"description" : "Allowed message types: new, reply, forward.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://ehealth.sundhed.dk/cs/message-type",
"concept" : [
{
"code" : "new",
"display" : "New Message"
},
{
"code" : "reply",
"display" : "Reply"
},
{
"code" : "forward",
"display" : "Forward"
}
]
}
]
}
}