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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeSearchParameter
IdSearchParameter-trace-id.json
FHIR VersionR4
Sourcehttp://koppeltaal.nl/fhir/SearchParameter-trace-id.html
URLhttp://koppeltaal.nl/fhir/SearchParameter/trace-id
Version0.16.2
Statusactive
Date2023-01-24
NameKT2_SearchTraceId
Realmnl
DescriptionSearch trace id 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 trace-id

Last updated: 2023-01-24 13:07:53+0000

KT2_SearchTraceId

Parameter traceId:token

Search trace id for tracking audit events

ResourceAuditEvent
ExpressionAuditEvent.extension('http://koppeltaal.nl/fhir/StructureDefinition/trace-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": "trace-id",
  "meta": {
    "lastUpdated": "2023-01-24T13:07:53.6125521+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://koppeltaal.nl/fhir/SearchParameter/trace-id",
  "version": "0.16.2",
  "name": "KT2_SearchTraceId",
  "status": "active",
  "experimental": false,
  "date": "2023-01-24",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search trace id for tracking audit events",
  "code": "traceId",
  "base": [
    "AuditEvent"
  ],
  "type": "token",
  "expression": "AuditEvent.extension('http://koppeltaal.nl/fhir/StructureDefinition/trace-id')",
  "xpathUsage": "normal"
}