eHealth Infrastructure
7.0.0 - release Denmark flag

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 CodeSystem - JSON Representation

Active as of 2025-12-05

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "MessageTypeCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MessageTypeCS</b></p><a name=\"MessageTypeCS\"> </a><a name=\"hcMessageTypeCS\"> </a><p>This  code system <code>http://ehealth.sundhed.dk/cs/message-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">new<a name=\"MessageTypeCS-new\"> </a></td><td>New Message</td></tr><tr><td style=\"white-space:nowrap\">reply<a name=\"MessageTypeCS-reply\"> </a></td><td>Reply</td></tr><tr><td style=\"white-space:nowrap\">forward<a name=\"MessageTypeCS-forward\"> </a></td><td>Forward</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/message-type",
  "version" : "7.0.0",
  "name" : "MessageTypeCS",
  "title" : "Message Type CodeSystem",
  "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 codes for message type.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "new",
      "display" : "New Message"
    },
    {
      "code" : "reply",
      "display" : "Reply"
    },
    {
      "code" : "forward",
      "display" : "Forward"
    }
  ]
}