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

FHIR IG analytics

Packageuk.nhsdigital.r4.test
Resource TypeSubscription
IdSubscription-event.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": "5c4c8f04-1c36-4b8d-94e1-4e4b08e873d8",
  "status": "requested",
  "contact": [
    {
      "system": "phone",
      "value": "ext 4123"
    }
  ],
  "reason": "Monitor tasks that we have requested",
  "criteria": "ServiceRequest?requester:identifier=https://fhir.nhs.uk/Id/ods-organization-code|GP0001",
  "channel": {
    "type": "message",
    "endpoint": "https://fhir.mygpsupplier.nhs.uk/$process-message"
  }
}