Open Health Hub FHIR Implementation Guide
0.1.0 - v0.1.0

Open Health Hub FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OHH Subscription with payload - XML Representation

Raw xml | Download


<Subscription xmlns="http://hl7.org/fhir">
  <id value="ExampleOhhSubscriptionWithPayload"/>
  <meta>
    <profile
             value="https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/ohh-subscription"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Subscription ExampleOhhSubscriptionWithPayload</b></p><a name="ExampleOhhSubscriptionWithPayload"> </a><a name="hcExampleOhhSubscriptionWithPayload"> </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-ohh-subscription.html">OHH Subscription Profile</a></p></div><p><b>status</b>: Requested</p><p><b>end</b>: 2026-04-24 12:30:00+0000</p><p><b>reason</b>: Receive new response on Questionnaire</p><p><b>criteria</b>: QuestionnaireResponse?based-on.instantiates-canonical=4faebfcf-b3d8-4f9f-b4ea-159a2417e3cc</p><h3>Channels</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td><td><b>Header</b></td></tr><tr><td style="display: none">*</td><td>Rest Hook</td><td><a href="https://your-his.com/Subscription-Notification/QuestionnaireResponse">https://your-his.com/Subscription-Notification/QuestionnaireResponse</a></td><td>application/fhir+json</td><td>Authorization: Basic YWRtaW46YWRtaW4=</td></tr></table></div>
  </text>
  <status value="requested"/>
  <end value="2026-04-24T12:30:00Z"/>
  <reason value="Receive new response on Questionnaire"/>
  <criteria
            value="QuestionnaireResponse?based-on.instantiates-canonical=4faebfcf-b3d8-4f9f-b4ea-159a2417e3cc"/>
  <channel>
    <type value="rest-hook"/>
    <endpoint
              value="https://your-his.com/Subscription-Notification/QuestionnaireResponse"/>
    <payload value="application/fhir+json"/>
    <header value="Authorization: Basic YWRtaW46YWRtaW4="/>
  </channel>
</Subscription>