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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeSubscription
IdSubscription-DiagnosticReportNotification-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-DiagnosticReportNotification-Example",
  "status": "active",
  "contact": [
    {
      "system": "phone",
      "value": "01614463000"
    }
  ],
  "reason": "Notification of DiagnosticReport for Test LabOrder123456",
  "criteria": "DiagnosticReport?based-on=ServiceRequest/7f70bb0c-5792-46d4-bbfd-c48cbcd3895b",
  "channel": {
    "type": "rest-hook",
    "endpoint": "https://www.christie.nhs.uk/ehr/fhir",
    "payload": "application/fhir+json"
  }
}