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 ValueSet - XML Representation

Active as of 2026-03-11

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="MessageType"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet MessageType</b></p><a name="MessageType"> </a><a name="hcMessageType"> </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 &#x1F4E6;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-message">new-message</a></td><td>New Message</td></tr><tr><td><a href="CodeSystem-MessageTypeCS.html#MessageTypeCS-reply-message">reply-message</a></td><td>Reply Message</td></tr><tr><td><a href="CodeSystem-MessageTypeCS.html#MessageTypeCS-forward-message">forward-message</a></td><td>Forward Message</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://ehealth.sundhed.dk/cm/ehealth-to-medcom-carecommunication-category"/>
  <version value="7.0.0"/>
  <name value="MessageType"/>
  <title value="Message Type ValueSet"/>
  <status value="active"/>
  <date value="2026-03-11T09:49:48+00:00"/>
  <publisher
             value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
  <contact>
    <name value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.sundhed.dk"/>
    </telecom>
  </contact>
  <description
               value="Allowed message types: new-message, reply-message, forward-message."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DK"/>
      <display value="Denmark"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system value="http://ehealth.sundhed.dk/cs/message-type"/>
      <concept>
        <code value="new-message"/>
        <display value="New Message"/>
      </concept>
      <concept>
        <code value="reply-message"/>
        <display value="Reply Message"/>
      </concept>
      <concept>
        <code value="forward-message"/>
        <display value="Forward Message"/>
      </concept>
    </include>
  </compose>
</ValueSet>