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

FHIR IG analytics

Packagezm-core
Resource TypeSubscription
IdSubscription-ExampleZMCoreSubscription.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 ExampleZMCoreSubscription

identifier: http://hapi.moh.gov.zm/fhir/sid/subscription-id/dhis2-reporting-reminders

name: DHIS2 Reporting Reminder Workflow

status: Active

topic: Active Communication Request Topic

managingEntity: Organization Chilenje First Level Hospital

reason: Start the operational reporting-reminder workflow for active requests.

FilterBies

-ResourceTypeFilterParameterComparatorValue
*http://hl7.org/fhir/StructureDefinition/CommunicationRequestcategoryEqualsoperational

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

endpoint: https://communication-hub.moh.gov.zm/fhir-events

heartbeatPeriod: 60

timeout: 20

contentType: application/fhir+json

content: Id-only

maxCount: 100


Source1

{
  "resourceType": "Subscription",
  "id": "ExampleZMCoreSubscription",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-subscription"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/subscription-id",
      "value": "dhis2-reporting-reminders"
    }
  ],
  "name": "DHIS2 Reporting Reminder Workflow",
  "status": "active",
  "topic": "http://hapi.moh.gov.zm/fhir/SubscriptionTopic/communication-request-active",
  "managingEntity": {
    "reference": "Organization/ExampleZMCoreOrganization"
  },
  "reason": "Start the operational reporting-reminder workflow for active requests.",
  "filterBy": [
    {
      "resourceType": "CommunicationRequest",
      "filterParameter": "category",
      "comparator": "eq",
      "value": "operational"
    }
  ],
  "channelType": {
    "system": "http://terminology.hl7.org/CodeSystem/subscription-channel-type",
    "code": "rest-hook",
    "display": "Rest Hook"
  },
  "endpoint": "https://communication-hub.moh.gov.zm/fhir-events",
  "heartbeatPeriod": 60,
  "timeout": 20,
  "contentType": "application/fhir+json",
  "content": "id-only",
  "maxCount": 100
}