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
Active as of 2023-09-01 |
{
"resourceType" : "CodeSystem",
"id" : "ehmi-connection-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehmi-connection-type</b></p><a name=\"ehmi-connection-type\"> </a><a name=\"hcehmi-connection-type\"> </a><a name=\"ehmi-connection-type-da-DK\"> </a><p>This case-sensitive code system <code>http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-connection-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">EHMIeDeliveryMessaging<a name=\"ehmi-connection-type-EHMIeDeliveryMessaging\"> </a></td><td>EHMI messaging via eDelivery</td></tr><tr><td style=\"white-space:nowrap\">vansMessaging<a name=\"ehmi-connection-type-vansMessaging\"> </a></td><td>EHMI VANS messaging</td></tr><tr><td style=\"white-space:nowrap\">hl7-fhir-msg<a name=\"ehmi-connection-type-hl7-fhir-msg\"> </a></td><td>hl7-fhir-msg</td></tr><tr><td style=\"white-space:nowrap\">hl7-fhir-rest<a name=\"ehmi-connection-type-hl7-fhir-rest\"> </a></td><td>hl7-fhir-rest</td></tr><tr><td style=\"white-space:nowrap\">ihe-xds<a name=\"ehmi-connection-type-ihe-xds\"> </a></td><td>ihe-xds - Cross-domain Document Sharing</td></tr></table></div>"
},
"url" : "http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-connection-type",
"version" : "0.5.0",
"name" : "EHMIEndpointConnectionType",
"title" : "EHMI Connection Types CS",
"status" : "active",
"experimental" : true,
"date" : "2023-09-01",
"description" : "ehmi-connection-types for the EHMI Messaging Infrastructure",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "EHMIeDeliveryMessaging",
"display" : "EHMI messaging via eDelivery"
},
{
"code" : "vansMessaging",
"display" : "EHMI VANS messaging"
},
{
"code" : "hl7-fhir-msg",
"display" : "hl7-fhir-msg"
},
{
"code" : "hl7-fhir-rest",
"display" : "hl7-fhir-rest"
},
{
"code" : "ihe-xds",
"display" : "ihe-xds - Cross-domain Document Sharing"
}
]
}