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

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeSubscriptionTopic
IdSubscriptionTopic-TaskStatusChangeWithIdentifierFilter.json
FHIR VersionR5

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: SubscriptionTopic TaskStatusChangeWithIdentifierFilter

version: 2; Last updated: 2026-02-02 00:21:39+0000; Language: en

Profile: APIX Task Status Change With Identifier Filter

SubscriptionTopicTask Status Change With Identifier Filter
Description

Triggers when a Task.status value changes. Allows subscriptions to filter by Task.identifier.

Copyright Statement: null
Resource Triggers
ResourceInteractionsFHIR Path
http://hl7.org/fhir/StructureDefinition/Taskupdate%previous.status != %current.status

Source1

{
  "resourceType": "SubscriptionTopic",
  "id": "TaskStatusChangeWithIdentifierFilter",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2026-02-02T00:21:39.503+00:00",
    "profile": [
      "http://hl7.org/fhir/uv/apix/StructureDefinition/task-status-change-with-identifier-filter"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/example/SubscriptionTopic/TaskStatusChangeWithIdentifierFilter",
  "version": "0.1.0",
  "name": "TaskStatusChangeWithIdentifierFilter",
  "title": "Task Status Change With Identifier Filter",
  "status": "active",
  "date": "2026-03-27T01:59:45+00:00",
  "publisher": "HL7 International / Biomedical Research and Regulation",
  "contact": [
    {
      "name": "HL7 International / Biomedical Research and Regulation",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "Triggers when a Task.status value changes. Allows subscriptions to filter by Task.identifier.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "resourceTrigger": [
    {
      "resource": "Task",
      "supportedInteraction": [
        "update"
      ],
      "fhirPathCriteria": "%previous.status != %current.status"
    }
  ]
}