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 no payload - JSON Representation

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "0c41aec8-286c-4a7d-8714-8137a199f46e",
  "meta" : {
    "profile" : [
      🔗 "https://api.openhealthhub.com/OpenHealthhub/fhir/4/StructureDefinition/ohh-subscription"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription 0c41aec8-286c-4a7d-8714-8137a199f46e</b></p><a name=\"0c41aec8-286c-4a7d-8714-8137a199f46e\"> </a><a name=\"hc0c41aec8-286c-4a7d-8714-8137a199f46e\"> </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>: register all new CarePlans</p><p><b>criteria</b>: CarePlan</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>"
  },
  "status" : "requested",
  "reason" : "register all new CarePlans",
  "criteria" : "CarePlan",
  "channel" : {
    "type" : "rest-hook",
    "endpoint" : "https://your-his.com/Subscription-Notification/CarePlan"
  }
}