FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeSearchParameter
IdSearchParameter-correlation-id.json
FHIR VersionR4
Sourcehttp://koppeltaal.nl/fhir/SearchParameter-correlation-id.html
URLhttp://koppeltaal.nl/fhir/SearchParameter/correlation-id
Version0.16.2
Statusactive
Date2023-07-10
NameKT2_SearchCorrelationId
Realmnl
DescriptionSearch correlationId for tracking audit events
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter correlation-id

Last updated: 2023-07-10 08:36:17+0000; Language: nl-NL

KT2_SearchCorrelationId

Parameter correlationId:token

Search correlationId for tracking audit events

ResourceAuditEvent
ExpressionAuditEvent.extension('http://koppeltaal.nl/fhir/StructureDefinition/correlation-id')
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source1

{
  "resourceType": "SearchParameter",
  "id": "correlation-id",
  "meta": {
    "lastUpdated": "2023-07-10T08:36:17.8901013+00:00"
  },
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://koppeltaal.nl/fhir/SearchParameter/correlation-id",
  "version": "0.16.2",
  "name": "KT2_SearchCorrelationId",
  "status": "active",
  "experimental": false,
  "date": "2023-07-10",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search correlationId for tracking audit events",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NL",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "code": "correlationId",
  "base": [
    "AuditEvent"
  ],
  "type": "token",
  "expression": "AuditEvent.extension('http://koppeltaal.nl/fhir/StructureDefinition/correlation-id')",
  "xpathUsage": "normal"
}