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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeMessageDefinition
IdMessageDefinition-event-notification.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": "MessageDefinition",
  "id": "8b6bebca-6049-45a2-bcbf-613d7e4ae033",
  "url": "https://fhir.nhs.uk/MessageDefinition/notification",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "8b6bebca-6049-45a2-bcbf-613d7e4ae033"
    }
  ],
  "version": "1.0.0",
  "name": "NHSDigitalEventNotification",
  "title": "Subscription Event notification",
  "status": "active",
  "date": "2022-01-07",
  "description": "Notification of events.",
  "eventCoding": {
    "system": "https://fhir.nhs.uk/CodeSystem/message-event",
    "code": "notification",
    "display": "Event Notification"
  },
  "category": "notification",
  "focus": [
    {
      "code": "Parameters",
      "profile": "https://fhir.nhs.uk/StructureDefinition/England-Parameters-SubscriptionStatus",
      "min": 1,
      "max": "1"
    }
  ],
  "responseRequired": "on-error"
}