EHMI Addressing Service (EAS)
0.8.1 - ci-build Denmark flag

EHMI Addressing Service (EAS), published by MedCom. This guide is not an authorized publication; it is the continuous build for version 0.8.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-eas/ and changes regularly. See the Directory of published versions

: Example Endpoint - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "example-endpoint",
  "text" : {
    "status" : "generated",
    "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><a name=\"example-endpoint-da-DK\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"https://build.fhir.org/ig/medcomdk/dk-ehmi-eer/CodeSystem-ehmi-connection-type.html#ehmi-connection-type-hl7-fhir-rest\">EHMI Connection Types CS</a> hl7-fhir-rest: hl7-fhir-rest</p><p><b>name</b>: Example FHIR Endpoint</p><p><b>managingOrganization</b>: <a href=\"Organization-example-eas-messaging-organization.html\">Organization Example Organization</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://medcomehmi.dk/ig/dk-medcom-ehmi-terminology/CodeSystem/dk-medcom-message-definition-uri urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0}\">urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0</span></p><p><b>address</b>: <a href=\"https://example.org/fhir\">https://example.org/fhir</a></p></div>"
  },
  "status" : "active",
  "connectionType" : {
    "system" : "http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-connection-type",
    "code" : "hl7-fhir-rest",
    "display" : "hl7-fhir-rest"
  },
  "name" : "Example FHIR Endpoint",
  "managingOrganization" : {
    🔗 "reference" : "Organization/example-eas-messaging-organization"
  },
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://medcomehmi.dk/ig/dk-medcom-ehmi-terminology/CodeSystem/dk-medcom-message-definition-uri",
          "code" : "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0"
        }
      ]
    }
  ],
  "address" : "https://example.org/fhir"
}