WHO-UMC IDMP Management and Publish API, published by Uppsala Monitoring Centre. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Subscription",
"id" : "template-generated-by-server-subscription-rest-hook",
"meta" : {
"profile" : [
🔗 "http://who-umc.org/idmp/StructureDefinition/Subscription-IdmpEvent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription template-generated-by-server-subscription-rest-hook</b></p><a name=\"template-generated-by-server-subscription-rest-hook\"> </a><a name=\"hctemplate-generated-by-server-subscription-rest-hook\"> </a><a name=\"template-generated-by-server-subscription-rest-hook-en-US\"> </a><p><b>identifier</b>: <code>http://acme.inc/IDMPService/subscriptionIdentifier</code>/ABC-123</p><p><b>name</b>: Demo end point</p><p><b>status</b>: Requested</p><p><b>topic</b>: <code>http://who-umc.org/idmp/SubscriptionTopic/medProdDef</code></p><p><b>contact</b>: <a href=\"mailto:subscriptionSupport@who-umc.org\">subscriptionSupport@who-umc.org</a></p><p><b>end</b>: 2024-09-24 00:52:31+0000</p><p><b>reason</b>: To demonstrate how a subscription works</p><p><b>channelType</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-subscription-channel-type.html#subscription-channel-type-rest-hook\">SubscriptionChannel Type Codes rest-hook</a>: Rest Hook</p><p><b>endpoint</b>: <a href=\"http://localhost:8086/ReceiveSubscriptionEvent\">http://localhost:8086/ReceiveSubscriptionEvent</a></p><p><b>heartbeatPeriod</b>: 3600</p><p><b>timeout</b>: 30</p><p><b>content</b>: Id-only</p></div>"
},
"identifier" : [
{
"system" : "http://acme.inc/IDMPService/subscriptionIdentifier",
"value" : "ABC-123"
}
],
"name" : "Demo end point",
"status" : "requested",
"topic" : "http://who-umc.org/idmp/SubscriptionTopic/medProdDef",
"contact" : [
{
"system" : "email",
"value" : "subscriptionSupport@who-umc.org"
}
],
"end" : "2024-09-24T00:52:31.6268127+00:00",
"reason" : "To demonstrate how a subscription works",
"channelType" : {
"system" : "http://terminology.hl7.org/CodeSystem/subscription-channel-type",
"code" : "rest-hook"
},
"endpoint" : "http://localhost:8086/ReceiveSubscriptionEvent",
"heartbeatPeriod" : 3600,
"timeout" : 30,
"content" : "id-only"
}