FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. 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-10T02:57:36.519Z",
"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: Subscription</b><a name=\"Home-Health-Task\"> </a></p><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\">Resource Subscription "Home-Health-Task" Version "1" Updated "2020-08-10 02:57:36+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PAOX-subscription.html\">PAO Subscription</a></p></div><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"
]
}
}