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

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeSubscription
IdSubscription-Subscription-TaskStatusChange-FullResource.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: Subscription Subscription-TaskStatusChange-FullResource

Language: en

Profile: APIX Subscription

identifier: http://example.org/submitterOrgSubscriptions/task-miami10-status-subscription-1c5143fa-e247-405b-8bbc-a0f4025c11ad

status: Requested

topic: http://example.org/localhost:8080/fhir//SubscriptionTopic/1000

managingEntity: Organization Stupendous Regulator

reason: Monitor status transitions for a specific Task

FilterBies

-ResourceTypeFilterParameterValue
*http://hl7.org/fhir/StructureDefinition/TaskidentifiersysteminternalToSubmitter|miami10

channelType: SubscriptionChannel Type Codes: rest-hook (Rest Hook)

endpoint: http://example.org/host.docker.internal:3001/fhir-subscription-notify

heartbeatPeriod: 300

timeout: 5

contentType: application/fhir+json

content: Full-resource


Source1

{
  "resourceType": "Subscription",
  "id": "Subscription-TaskStatusChange-FullResource",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/apix/StructureDefinition/apix-subscription"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/submitterOrgSubscriptions",
      "value": "task-miami10-status-subscription-1c5143fa-e247-405b-8bbc-a0f4025c11ad"
    }
  ],
  "status": "requested",
  "topic": "http://example.org/localhost:8080/fhir//SubscriptionTopic/1000",
  "managingEntity": {
    "reference": "Organization/1002"
  },
  "reason": "Monitor status transitions for a specific Task",
  "filterBy": [
    {
      "resourceType": "Task",
      "filterParameter": "identifier",
      "value": "systeminternalToSubmitter|miami10"
    }
  ],
  "channelType": {
    "system": "http://terminology.hl7.org/CodeSystem/subscription-channel-type",
    "code": "rest-hook"
  },
  "endpoint": "http://example.org/host.docker.internal:3001/fhir-subscription-notify",
  "heartbeatPeriod": 300,
  "timeout": 5,
  "contentType": "application/fhir+json",
  "content": "full-resource"
}