FHIR IG analytics| Package | hl7.fhir.uv.apix |
| Resource Type | SubscriptionTopic |
| Id | SubscriptionTopic-TaskStatusChangeWithIdentifierFilter.json |
| FHIR Version | R5 |
No resources found
No resources found
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
| SubscriptionTopic | Task 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 | ||
| Resource | Interactions | FHIR Path |
|---|---|---|
| http://hl7.org/fhir/StructureDefinition/Task | update | %previous.status != %current.status |
{
"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"
}
]
}