FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/AuditEvent-entity-identifier

Packagech.fhir.ig.ch-atc
Resource TypeSearchParameter
IdAuditEvent-entity-identifier
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-atc/http://fhir.ch/ig/ch-atc/3.3.0/SearchParameter-AuditEvent-entity-identifier.html
URLhttp://fhir.ch/ig/ch-atc/SearchParameter/AuditEvent-entity-identifier
Version3.3.0
Statusactive
Date2019-08-15
NameSPEntityIdentifier
Realmch
Authorityhl7
DescriptionThis parameter specifies unique identifier for the object. The parameter value should be identified in accordance to the entity type.
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 AuditEvent-entity-identifier

SPEntityIdentifier TU

Parameter entity-identifier:token

This parameter specifies unique identifier for the object. The parameter value should be identified in accordance to the entity type.

ResourceAuditEvent
ExpressionAuditEvent.entity.what.identifier
Processing ModeNormal
Multiples
  • multipleAnd: 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

Source

{
  "resourceType": "SearchParameter",
  "id": "AuditEvent-entity-identifier",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://fhir.ch/ig/ch-atc/SearchParameter/AuditEvent-entity-identifier",
  "version": "3.3.0",
  "name": "SPEntityIdentifier",
  "status": "active",
  "experimental": false,
  "date": "2019-08-15",
  "publisher": "eHealth Suisse",
  "contact": [
    {
      "name": "eHealth Suisse",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.e-health-suisse.ch/"
        }
      ]
    },
    {
      "name": "Oliver Egger",
      "telecom": [
        {
          "system": "email",
          "value": "oliver.egger@ahdis.ch"
        }
      ]
    }
  ],
  "description": "This parameter specifies unique identifier for the object. The parameter value should be identified in accordance to the entity type.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "code": "entity-identifier",
  "base": [
    "AuditEvent"
  ],
  "type": "token",
  "expression": "AuditEvent.entity.what.identifier",
  "xpathUsage": "normal",
  "multipleAnd": true
}