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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeSubscription
IdSubscription-TaskNotification-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Subscription",
  "id": "Subscription-TaskNotification-Example",
  "status": "active",
  "contact": [
    {
      "system": "email",
      "value": "mft.genomics@nhs.net"
    }
  ],
  "reason": "Notification of new tasks for Manchester GLH",
  "criteria": "Task?owner=Organization/UKCore-Organization-RBV-Example",
  "channel": {
    "type": "rest-hook",
    "endpoint": "https://mft.nhs.uk/nwglh/fhir",
    "payload": "application/fhir+json"
  }
}