WHO-UMC IDMP Management and Publish API
0.1.0 - CI Build International flag

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

: Subscription for MedicinalProductDefinition changes - XML Representation

Raw xml | Download


<Subscription xmlns="http://hl7.org/fhir">
  <id value="template-generated-by-server-subscription-rest-hook"/>
  <meta>
    <profile
             value="http://who-umc.org/idmp/StructureDefinition/Subscription-IdmpEvent"/>
  </meta>
  <text>
    <status value="generated"/>
    <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><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Subscription-IdmpEvent.html">Subscription for event notifications</a></p></div><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>: 2025-03-12 13:11:29+0100</p><p><b>reason</b>: To demonstrate how a subscription works</p><p><b>channelType</b>: <a href="http://terminology.hl7.org/6.2.0/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>
  </text>
  <identifier>
    <system value="http://acme.inc/IDMPService/subscriptionIdentifier"/>
    <value value="ABC-123"/>
  </identifier>
  <name value="Demo end point"/>
  <status value="requested"/>
  <topic value="http://who-umc.org/idmp/SubscriptionTopic/medProdDef"/>
  <contact>
    <system value="email"/>
    <value value="subscriptionSupport@who-umc.org"/>
  </contact>
  <end value="2025-03-12T13:11:29.8586936+01:00"/>
  <reason value="To demonstrate how a subscription works"/>
  <channelType>
    <system
            value="http://terminology.hl7.org/CodeSystem/subscription-channel-type"/>
    <code value="rest-hook"/>
  </channelType>
  <endpoint value="http://localhost:8086/ReceiveSubscriptionEvent"/>
  <heartbeatPeriod value="3600"/>
  <timeout value="30"/>
  <content value="id-only"/>
</Subscription>