FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeSubscription
IdSubscription-Home-Health-Task.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Channels

-TypeEndpointHeader
*rest-hookhttps://biliwatch.com/customers/mount-auburn-miu/on-resultAuthorization: Bearer secret-token-abc-123

Source1

{
  "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"
    ]
  }
}