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 PhPID changes - XML Representation

Raw xml | Download



<Subscription xmlns="http://hl7.org/fhir">
  <id value="template-generated-by-server-subscription-email"/>
  <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-email</b></p><a name="template-generated-by-server-subscription-email"> </a><a name="hctemplate-generated-by-server-subscription-email"> </a><a name="template-generated-by-server-subscription-email-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>: <a href="SubscriptionTopic-admProdDef.html">Administrable Product Definition Event</a></p><p><b>contact</b>: <a href="mailto:subscriptionSupport@who-umc.org">subscriptionSupport@who-umc.org</a></p><p><b>end</b>: 2024-09-08 07:29:09+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-email">SubscriptionChannel Type Codes</a> email: Email</p><p><b>endpoint</b>: idmpservice@gmail.com</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/admProdDef"/>
  <contact>
    <system value="email"/>
    <value value="subscriptionSupport@who-umc.org"/>
  </contact>
  <end value="2024-09-08T07:29:09.6603952+00:00"/>
  <reason value="To demonstrate how a subscription works"/>
  <channelType>
    <system
            value="http://terminology.hl7.org/CodeSystem/subscription-channel-type"/>
    <code value="email"/>
  </channelType>
  <endpoint value="idmpservice@gmail.com"/>
  <heartbeatPeriod value="3600"/>
  <timeout value="30"/>
  <content value="id-only"/>
</Subscription>