Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Subscription Home Health Task - JSON Representation

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "Home-Health-Task",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-08-09T22:57:36.519+00:00",
    "source" : "#cCgSRKabdg05LTDG",
    "profile" : [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-subscription"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Home-Health-Task</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>reason</b>: supscription to the task associated with the order</p><p><b>criteria</b>: Task?_profile=http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-subscription</p><h3>Channels</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Header</b></td></tr><tr><td>*</td><td>rest-hook</td><td><a href=\"https://biliwatch.com/customers/mount-auburn-miu/on-result\">https://biliwatch.com/customers/mount-auburn-miu/on-result</a></td><td>Authorization: Bearer secret-token-abc-123</td></tr></table></div>"
  },
  "status" : "active",
  "reason" : "supscription to the task associated with the order",
  "criteria" : "Task?_profile=http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-subscription",
  "channel" : {
    "type" : "rest-hook",
    "endpoint" : "https://biliwatch.com/customers/mount-auburn-miu/on-result",
    "header" : [
      "Authorization: Bearer secret-token-abc-123"
    ]
  }
}