DK EER Endpoint Register (EER), published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 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/ and changes regularly. See the Directory of published versions
@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:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EerEndpoint-Messaging-eDeliveryFhir.01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomehmi.dk/ig/eer/StructureDefinition/eer.dk.messaging.edelivery.fhir"^^xsd:anyURI ;
fhir:link <http://medcomehmi.dk/ig/eer/StructureDefinition/eer.dk.messaging.edelivery.fhir> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint EerEndpoint-Messaging-eDeliveryFhir.01</b></p><a name=\"EerEndpoint-Messaging-eDeliveryFhir.01\"> </a><a name=\"hcEerEndpoint-Messaging-eDeliveryFhir.01\"> </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=\"StructureDefinition-eer.dk.messaging.edelivery.fhir.html\">EER Endpoint Messaging eDelivery - FHIR</a></p></div><p><b>identifier</b>: EerEndpoint-Messaging-eDeliveryFhir.01</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>managingOrganization</b>: <a href=\"Organization-EER.SOR-HI.01.html\">Organization EER-SOR-HI-Organization</a></p><p><b>period</b>: 2023-01-01 --> 2024-01-01</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:homecareobservation:1.0}\">HomeCareObservation 1.0</span>, <span title=\"Codes:{http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0}\">Acknowledgement 2.0</span>, <span title=\"Codes:{http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri urn:dk:healthcare:ehmi:messaging:envelope:xml:sbdh:1.0}\">SBDH 1.0</span>, <span title=\"Codes:{http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri urn:dk:healthcare:ehmi:messaging:envelope:xml:sbdhacknowledgement:1.0}\">SBDH Ack 1.0</span></p><p><b>payloadMimeType</b>: text/xml, application/fhir+xml, application/fhir+json</p><p><b>address</b>: <a href=\"http://www.eDeliveryAccessPoint.dk/fhir\">http://www.eDeliveryAccessPoint.dk/fhir</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "EerEndpoint-Messaging-eDeliveryFhir.01" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [ fhir:v "http://medcomehmi.dk/ig/terminology/CodeSystem/eer-endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EerMessagingEdelivery" ]
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/EER.SOR-HI.01" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2023-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2024-01-01"^^xsd:date ]
] ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:homecareobservation:1.0" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:dk:healthcare:ehmi:messaging:envelope:xml:sbdh:1.0" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:dk:healthcare:ehmi:messaging:envelope:xml:sbdhacknowledgement:1.0" ] ] )
] ) ; #
fhir:payloadMimeType ( [ fhir:v "text/xml"] [ fhir:v "application/fhir+xml"] [ fhir:v "application/fhir+json"] ) ; #
fhir:address [ fhir:v "http://www.eDeliveryAccessPoint.dk/fhir"^^xsd:anyURI] . #
IG © 2025+ . Package dk.ehmi.eer#1.0.0 based on FHIR 4.0.1. Generated 2025-09-03
Links: Table of Contents |
QA Report
| This IG is part of the EHMI universe. EHMI Main site | Accessibility statement (Tilgængelighedserklæring)