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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeMessageDefinition
IdMessageDefinition-dispense-notification-update.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": "dispense-notification-update",
  "url": "https://fhir.nhs.uk/MessageDefinition/dispense-notification-update",
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "16aa190c-9ef3-49b3-b323-a40148f0f072"
    }
  ],
  "version": "1.0.1",
  "name": "NHSDigitalDispenseNotificationUpdate",
  "title": "Pharmacy/Treatment Dispense Update",
  "status": "retired",
  "date": "2022-03-01",
  "description": "Notification of medication dispenses.",
  "eventCoding": {
    "system": "https://fhir.nhs.uk/CodeSystem/message-event",
    "code": "dispense-notification-update",
    "display": "Dispense Notification Update"
  },
  "category": "notification",
  "focus": [
    {
      "code": "MedicationDispense",
      "profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-MedicationDispense-Message",
      "min": 1,
      "max": "*"
    }
  ]
}