FHIR IG analytics| Package | zm-core |
| Resource Type | Subscription |
| Id | Subscription-ExampleZMCoreSubscription.json |
| FHIR Version | R5 |
No resources found
No resources found
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.
| ResourceType | FilterParameter | Comparator | Value |
| http://hl7.org/fhir/StructureDefinition/CommunicationRequest | category | Equals | operational |
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
{
"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
}