FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | Subscription |
| Id | Subscription-Home-Health-Task.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Subscription
Resource Subscription "Home-Health-Task" Version "1" Updated "2020-08-10 02:57:36+0000"
Profile: PAO Subscription
status: active
reason: supscription to the task associated with the order
criteria: Task?_profile=http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-subscription
| - | Type | Endpoint | Header |
| * | rest-hook | https://biliwatch.com/customers/mount-auburn-miu/on-result | Authorization: Bearer secret-token-abc-123 |
{
"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": "<!-- snip (see above) -->"
},
"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"
]
}
}