DK EHMI Endpoint Register (EER)
0.5.0 - ci-build
DK EHMI Endpoint Register (EER), published by . This guide is not an authorized publication; it is the continuous build for version 0.5.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
{
"resourceType" : "Endpoint",
"id" : "EerMessagingEndpoint-eDeliveryFhir.01",
"meta" : {
"profile" : [
🔗 "http://medcomehmi.dk/ig/dk-ehmi-eer/StructureDefinition/dk.eer.endpoint.messaging.edelivery.fhir"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint EerMessagingEndpoint-eDeliveryFhir.01</b></p><a name=\"EerMessagingEndpoint-eDeliveryFhir.01\"> </a><a name=\"hcEerMessagingEndpoint-eDeliveryFhir.01\"> </a><a name=\"EerMessagingEndpoint-eDeliveryFhir.01-da-DK\"> </a><p><b>identifier</b>: EerMessagingEndpoint-eDeliveryFhir.01</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"CodeSystem-ehmi-connection-type.html#ehmi-connection-type-EHMIeDeliveryMessaging\">EHMI Connection Types CS</a> EHMIeDeliveryMessaging: EHMI messaging via eDelivery</p><p><b>managingOrganization</b>: <a href=\"Organization-EER.SOR.HI.01.1.html\">Organization EHMI-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/dk-ehmi-eer/CodeSystem/ehmi-medcom-message-definition-uri urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0}\">Acknowledgement 2.0</span></p><p><b>payloadMimeType</b>: text/plain</p><p><b>address</b>: <a href=\"http://www.xyz.dk/fhir\">http://www.xyz.dk/fhir</a></p></div>"
},
"identifier" : [
{
"value" : "EerMessagingEndpoint-eDeliveryFhir.01"
}
],
"status" : "active",
"connectionType" : {
"system" : "http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-connection-type",
"code" : "EHMIeDeliveryMessaging"
},
"managingOrganization" : {
🔗 "reference" : "Organization/EER.SOR.HI.01.1"
},
"period" : {
"start" : "2023-01-01",
"end" : "2024-01-01"
},
"payloadType" : [
{
"coding" : [
{
"system" : "http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-medcom-message-definition-uri",
"code" : "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0"
}
]
}
],
"payloadMimeType" : [
"text/plain"
],
"address" : "http://www.xyz.dk/fhir"
}