DK EHMI Delivery Status (EDS)
1.0.1-draft - draft Denmark flag

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

: SearchParameter-Entity-Identifier - JSON Representation

Draft as of 2025-09-23

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "SearchParameter-Entity-Identifier",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter SearchParameter-Entity-Identifier</b></p><a name=\"SearchParameter-Entity-Identifier\"> </a><a name=\"hcSearchParameter-Entity-Identifier\"> </a><h2>EDSEntityIdentifierSearchParameter</h2><p>Parameter <code>entityIdentifier</code>:<code>string</code></p><div><p>Search AuditEvent resources by the entity.detail identifier value</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/auditevent.html\">AuditEvent</a></td></tr><tr><td>Expression</td><td><code>AuditEvent.entity.where(type.code = 'ehmiMessage').what.identifier.value |\nAuditEvent.entity.where(type.code = 'ehmiMessageEnvelope').what.identifier.value |\nAuditEvent.entity.where(type.code = 'ehmiTransportEnvelope').what.identifier.value |\nAuditEvent.entity.where(type.code = 'ehmiOrigMessage').what.identifier.value |\nAuditEvent.entity.where(type.code = 'ehmiOrigTransportEnvelope').what.identifier.value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://medcomehmi.dk/ig/eds/SearchParameter/SearchParameter-Entity-Identifier",
  "version" : "1.0.1-draft",
  "name" : "EDSEntityIdentifierSearchParameter",
  "status" : "draft",
  "date" : "2025-09-23T10:33:37+00:00",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.medcom.dk"
        },
        {
          "system" : "email",
          "value" : "ehmi@medcom.dk"
        }
      ]
    }
  ],
  "description" : "Search AuditEvent resources by the entity.detail identifier value",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "code" : "entityIdentifier",
  "base" : [
    "AuditEvent"
  ],
  "type" : "string",
  "expression" : "AuditEvent.entity.where(type.code = 'ehmiMessage').what.identifier.value |\nAuditEvent.entity.where(type.code = 'ehmiMessageEnvelope').what.identifier.value |\nAuditEvent.entity.where(type.code = 'ehmiTransportEnvelope').what.identifier.value |\nAuditEvent.entity.where(type.code = 'ehmiOrigMessage').what.identifier.value |\nAuditEvent.entity.where(type.code = 'ehmiOrigTransportEnvelope').what.identifier.value"
}