DK EHMI Endpoint Register (EER) - Configurations
1.0.1-draft - ci-build Denmark flag

DK EHMI Endpoint Register (EER) - Configurations, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-eer-configurations/ and changes regularly. See the Directory of published versions

: DefaultEndpoint - XML Representation

Raw xml | Download


<Endpoint xmlns="http://hl7.org/fhir">
  <id value="DefaultEndpoint"/>
  <meta>
    <profile
             value="http://medcomehmi.dk/ig/eer/StructureDefinition/eer.dk.endpoint.messaging"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Endpoint DefaultEndpoint</b></p><a name="DefaultEndpoint"> </a><a name="hcDefaultEndpoint"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/medcomdk/dk-ehmi-eer/StructureDefinition-eer.dk.endpoint.messaging.html">EER Endpoint - General for Messaging</a></p></div><p><b>identifier</b>: GLN/9999999999999</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href="https://build.fhir.org/ig/medcomdk/dk-ehmi-terminology/CodeSystem-eer-endpoint-connection-type.html#eer-endpoint-connection-type-EerMessagingEdelivery">EHMI Endpoint Register (EER) - Connection Types CS: EerMessagingEdelivery</a> (EHMI messaging via eDelivery)</p><p><b>name</b>: EER Messaging Endpoint - Default FHIR Endpoint</p><p><b>managingOrganization</b>: <a href="Organization-DefaultOrg.html">Organization Default Org. Not used for anything.</a></p><p><b>period</b>: 2026-02-03 00:00:00+0100 --&gt; (ongoing)</p><p><b>payloadType</b>: <span title="Codes:{http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri urn:dk:healthcare:medcom:messaging:fhir:structuredefinition::acknowledgement-message##urn:dk:medcom:fhir:acknowledgement-message::2.0}">Acknowledgement 2.0</span>, <span title="Codes:{http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri urn:dk:healthcare:messaging:oasis:ebxml:schema:xsd::ehmisbdh-acknowledgement##urn:dk:ehmi:sbdh:ehmisbdh-acknowledgement::1.0}">ehmiSBDH Acknowledgement 1.0</span></p><p><b>payloadMimeType</b>: text/xml, application/fhir+xml, application/fhir+json</p><p><b>address</b>: <a href="https://example.org/fhir">https://example.org/fhir</a></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-delivery-status-agent-who-identifier-types"/>
        <code value="GLN"/>
      </coding>
    </type>
    <system value="http://www.gs1.org/gln"/>
    <value value="9999999999999"/>
  </identifier>
  <status value="active"/>
  <connectionType>
    <system
            value="http://medcomehmi.dk/ig/terminology/CodeSystem/eer-endpoint-connection-type"/>
    <code value="EerMessagingEdelivery"/>
  </connectionType>
  <name value="EER Messaging Endpoint - Default FHIR Endpoint"/>
  <managingOrganization>🔗 
    <reference value="Organization/DefaultOrg"/>
  </managingOrganization>
  <period>
    <start value="2026-02-03T00:00:00+01:00"/>
  </period>
  <payloadType>
    <coding>
      <system
              value="http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri"/>
      <code
            value="urn:dk:healthcare:medcom:messaging:fhir:structuredefinition::acknowledgement-message##urn:dk:medcom:fhir:acknowledgement-message::2.0"/>
    </coding>
  </payloadType>
  <payloadType>
    <coding>
      <system
              value="http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri"/>
      <code
            value="urn:dk:healthcare:messaging:oasis:ebxml:schema:xsd::ehmisbdh-acknowledgement##urn:dk:ehmi:sbdh:ehmisbdh-acknowledgement::1.0"/>
    </coding>
  </payloadType>
  <payloadMimeType value="text/xml"/>
  <payloadMimeType value="application/fhir+xml"/>
  <payloadMimeType value="application/fhir+json"/>
  <address value="https://example.org/fhir"/>
</Endpoint>