Audit Events Implementation Guide
0.1.0 - draft

Audit Events Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AuditEventCorrelationIdSearchParameter - JSON Representation

Active as of 2024-07-25

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "AuditEventCorrelationIdSearchParameter",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter AuditEventCorrelationIdSearchParameter</b></p><a name=\"AuditEventCorrelationIdSearchParameter\"> </a><a name=\"hcAuditEventCorrelationIdSearchParameter\"> </a><a name=\"AuditEventCorrelationIdSearchParameter-en-US\"> </a><h2>correlationId</h2><p>Parameter <code>correlationId</code>:<code>string</code></p><div><p>A search parameter for finding AuditEvents by their correlation ID.</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.detail.where(type = 'correlationId').value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may only appear once</li><li>multipleOr: The parameter may only have one value (no comma separators)</li></ul></td></tr></table></div>"
  },
  "url" : "https://fhir-ig.digital.health.nz/auditevents/SearchParameter/AuditEventCorrelationIdSearchParameter",
  "version" : "0.1.0",
  "name" : "correlationId",
  "status" : "active",
  "date" : "2024-07-25T21:49:52+00:00",
  "description" : "A search parameter for finding AuditEvents by their correlation ID.",
  "purpose" : "This search parameter is used to find AuditEvents by their correlation ID.",
  "code" : "correlationId",
  "base" : [
    "AuditEvent"
  ],
  "type" : "string",
  "expression" : "AuditEvent.entity.detail.where(type = 'correlationId').value",
  "multipleOr" : false,
  "multipleAnd" : false
}