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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-trigger-type.json
FHIR VersionR4B

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

This code system http://hl7.org/fhir/trigger-type defines the following codes:

Lvl Code Display Definition
1 named-event Named Event The trigger occurs in response to a specific named event, and no other information about the trigger is specified. Named events are completely pre-coordinated, and the formal semantics of the trigger are not provided.
1 periodic Periodic The trigger occurs at a specific time or periodically as described by a timing or schedule. A periodic event cannot have any data elements, but may have a name assigned as a shorthand for the event.
1 data-changed Data Changed The trigger occurs whenever data of a particular type is changed in any way, either added, modified, or removed.
2   data-added Data Added The trigger occurs whenever data of a particular type is added.
2   data-modified Data Updated The trigger occurs whenever data of a particular type is modified.
2   data-removed Data Removed The trigger occurs whenever data of a particular type is removed.
1 data-accessed Data Accessed The trigger occurs whenever data of a particular type is accessed.
1 data-access-ended Data Access Ended The trigger occurs whenever access to data of a particular type is completed.

Source1

{
  "resourceType": "CodeSystem",
  "id": "trigger-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/trigger-type",
  "version": "5.0.0",
  "name": "TriggerType",
  "title": "TriggerType",
  "status": "draft",
  "experimental": false,
  "date": "2023-03-26T14:21:02+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The type of trigger.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/trigger-type|4.3.0",
  "content": "complete",
  "concept": [
    {
      "code": "named-event",
      "display": "Named Event",
      "definition": "The trigger occurs in response to a specific named event, and no other information about the trigger is specified. Named events are completely pre-coordinated, and the formal semantics of the trigger are not provided."
    },
    {
      "code": "periodic",
      "display": "Periodic",
      "definition": "The trigger occurs at a specific time or periodically as described by a timing or schedule. A periodic event cannot have any data elements, but may have a name assigned as a shorthand for the event."
    },
    {
      "code": "data-changed",
      "display": "Data Changed",
      "definition": "The trigger occurs whenever data of a particular type is changed in any way, either added, modified, or removed.",
      "concept": [
        {
          "code": "data-added",
          "display": "Data Added",
          "definition": "The trigger occurs whenever data of a particular type is added."
        },
        {
          "code": "data-modified",
          "display": "Data Updated",
          "definition": "The trigger occurs whenever data of a particular type is modified."
        },
        {
          "code": "data-removed",
          "display": "Data Removed",
          "definition": "The trigger occurs whenever data of a particular type is removed."
        }
      ]
    },
    {
      "code": "data-accessed",
      "display": "Data Accessed",
      "definition": "The trigger occurs whenever data of a particular type is accessed."
    },
    {
      "code": "data-access-ended",
      "display": "Data Access Ended",
      "definition": "The trigger occurs whenever access to data of a particular type is completed."
    }
  ]
}