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

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeSubscriptionTopic
IdSubscriptionTopic-TaskCreationWithOrganizationAssignedFilter.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 TaskCreationWithOrganizationAssignedFilter

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

Profile: APIX Task Assignment and Creation With Organization Filter

SubscriptionTopicTask Assignment and Creation With Organization Filter
Description

SubscriptionTopic for a health authority to notify an organization when that organization has been assigned a new Task.

Copyright Statement: null
Resource Triggers
ResourceInteractions
http://hl7.org/fhir/StructureDefinition/Taskcreate
Can Filter By
ResourceFilter ParameterFilter DefinitionModifiers
http://hl7.org/fhir/StructureDefinition/TaskownerownerExact

Source1

{
  "resourceType": "SubscriptionTopic",
  "id": "TaskCreationWithOrganizationAssignedFilter",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2026-02-02T00:21:39.733+00:00",
    "profile": [
      "http://hl7.org/fhir/uv/apix/StructureDefinition/task-creation-with-organization-assigned-filter"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/example/SubscriptionTopic/TaskCreationWithOrganizationAssignedFilter",
  "version": "0.1.0",
  "name": "TaskCreationWithOrganizationAssignedFilter",
  "title": "Task Assignment and Creation With Organization 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": "SubscriptionTopic for a health authority to notify an organization when that organization has been assigned a new Task.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "resourceTrigger": [
    {
      "resource": "Task",
      "supportedInteraction": [
        "create"
      ]
    }
  ],
  "canFilterBy": [
    {
      "description": "Filter by requested Performer Organization",
      "resource": "Task",
      "filterParameter": "owner",
      "filterDefinition": "http://hl7.org/fhir/SearchParameter/Task-owner",
      "modifier": [
        "exact"
      ]
    }
  ]
}