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 filtered on patient identifier system - XML Representation

Raw xml | Download


<Subscription xmlns="http://hl7.org/fhir">
  <id value="ExampleOhhSubscriptionOnPatientIdentifierSystem"/>
  <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 ExampleOhhSubscriptionOnPatientIdentifierSystem</b></p><a name="ExampleOhhSubscriptionOnPatientIdentifierSystem"> </a><a name="hcExampleOhhSubscriptionOnPatientIdentifierSystem"> </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>reason</b>: Receive CarePlan updates for patients of a single hospital</p><p><b>criteria</b>: CarePlan?instantiates-canonical=4faebfcf-b3d8-4f9f-b4ea-159a2417e3cc&amp;patient.identifier=urn:oid:2.16.840.1.113883.2.4.99|</p><h3>Channels</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Endpoint</b></td></tr><tr><td style="display: none">*</td><td>Rest Hook</td><td><a href="https://your-his.com/Subscription-Notification/CarePlan">https://your-his.com/Subscription-Notification/CarePlan</a></td></tr></table></div>
  </text>
  <status value="requested"/>
  <reason value="Receive CarePlan updates for patients of a single hospital"/>
  <criteria
            value="CarePlan?instantiates-canonical=4faebfcf-b3d8-4f9f-b4ea-159a2417e3cc&amp;patient.identifier=urn:oid:2.16.840.1.113883.2.4.99|"/>
  <channel>
    <type value="rest-hook"/>
    <endpoint
              value="https://your-his.com/Subscription-Notification/CarePlan"/>
  </channel>
</Subscription>