DK EHMI Endpoint Register (EER)
3.0.0-trial-use-1 - release
This page is part of the DK EHMI Endpoint Register (EER) (v3.0.0-trial-use-1: Release 3.x.x) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Endpoint",
"id" : "example-endpoint",
"meta" : {
"profile" : [
🔗 "http://medcomehmi.dk/ig/eer/StructureDefinition/eer.dk.endpoint.messaging"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint example-endpoint</b></p><a name=\"example-endpoint\"> </a><a name=\"hcexample-endpoint\"> </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.endpoint.messaging.html\">EER Endpoint - General for Messaging</a></p></div><p><b>EER System Extension - AP</b>: <a href=\"Device-EerDeviceAP-Example.html\">Device: extension = ; identifier = EerDeviceAP-Example; status = active; manufacturer = Example Manufacturer; type = eDelivery Access Point; contact = ph: +123456789; url = https://eDelivery.MultiMed.com/endpoint</a></p><p><b>identifier</b>: <code>https://www.gs1.org/gln</code>/0000000000000</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://medcomehmi.dk/ig/terminology/1.2.0/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>: Example FHIR Endpoint</p><p><b>managingOrganization</b>: <a href=\"Organization-example-eer-messaging-organization.html\">Organization Example Organization</a></p><p><b>period</b>: 2025-01-01 --> (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::homecareobservation-message##urn:dk:medcom:fhir:homecareobservation-message::1.2}\">HomeCareObservation 1.2</span>, <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://placeholder.dk/find-it-in-the-ap-system-extension\">https://placeholder.dk/find-it-in-the-ap-system-extension</a></p></div>"
},
"extension" : [
{
"url" : "http://medcomehmi.dk/ig/eer/StructureDefinition/eer-dk-ap-system-extension",
"valueReference" : {
🔗 "reference" : "Device/EerDeviceAP-Example"
}
}
],
"identifier" : [
{
"system" : "https://www.gs1.org/gln",
"value" : "0000000000000"
}
],
"status" : "active",
"connectionType" : {
"system" : "http://medcomehmi.dk/ig/terminology/CodeSystem/eer-endpoint-connection-type",
"code" : "EerMessagingEdelivery"
},
"name" : "Example FHIR Endpoint",
"managingOrganization" : {
🔗 "reference" : "Organization/example-eer-messaging-organization"
},
"period" : {
"start" : "2025-01-01"
},
"payloadType" : [
{
"coding" : [
{
"system" : "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri",
"code" : "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition::homecareobservation-message##urn:dk:medcom:fhir:homecareobservation-message::1.2"
}
]
},
{
"coding" : [
{
"system" : "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri",
"code" : "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition::acknowledgement-message##urn:dk:medcom:fhir:acknowledgement-message::2.0"
}
]
},
{
"coding" : [
{
"system" : "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri",
"code" : "urn:dk:healthcare:messaging:oasis:ebxml:schema:xsd::ehmisbdh-acknowledgement##urn:dk:ehmi:sbdh:ehmisbdh-acknowledgement::1.0"
}
]
}
],
"payloadMimeType" : [
"text/xml",
"application/fhir+xml",
"application/fhir+json"
],
"address" : "https://placeholder.dk/find-it-in-the-ap-system-extension"
}