NHS Digital FHIR Medicines (Retired - 2.1.14)

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

dispense-notification-update

This message definition describes the rules for a Dispense Notification Update interactions used in a FHIR Messaging exchange.


Event Coding

System Code
Message Events dispense-notification-update
Category
notification

MessageHeader

The FHIR Message Bundle MUST contain one MessageHeader resource conforming to NHSDigital-MessageHeader

The structure on this message is exactly the same as dispense-notification with the extension Extension-replacementOf mandatory, this points to the Bundle.identifier of the updated dispense-notification Message.


Focus

Profile Min Max Notes
NHSDigital-MedicationDispense 1 4
NHSDigital-Patient 0 1 A traced NHS Number identifier MUST be present, untraced NHS Numbers are not permitted. This can be conveyed in two ways, as identifier reference in the subject element of the MedicationDispense resource or as an identifier in a Patient resource. If a NHS Number identifier is referenced in the MedicationDispense resources then a Patient resource SHOULD NOT be present in the Bundle.
NHSDigital-Practitioner 0 0 MUST NOT be present in the Bundle. References to Practitioner MUST use identifier refernces, acceptable identifiers are listed in the NHSDigital-Practitioner profile
NHSDigital-PractitionerRole 0 0 MUST NOT be present in the Bundle. References to PractitionerRole MUST use identifier refernces, acceptable identifiers are listed in the NHSDigital-PractitionerRole profile
NHSDigital-Organization 0 0 MUST NOT be present in the Bundle. References to Practitioner MUST use identifier refernces (ODS/ANANA Codes), acceptable identifiers are listed in the NHSDigital-Organization profile
<MessageDefinition xmlns="http://hl7.org/fhir">
    <id value="dispense-notification-update" />
    <url value="https://fhir.nhs.uk/MessageDefinition/dispense-notification-update" />
    <identifier>
        <system value="https://tools.ietf.org/html/rfc4122" />
        <value value="16aa190c-9ef3-49b3-b323-a40148f0f072" />
    </identifier>
    <version value="1.0.0" />
    <title value="Pharmacy/Treatment Dispense Update" />
    <status value="active" />
    <date value="2021-05-15" />
    <eventCoding>
        <system value="https://fhir.nhs.uk/CodeSystem/message-event" />
        <code value="dispense-notification-update" />
        <display value="Dispense Notification Update" />
    </eventCoding>
    <category value="notification" />
    <focus>
        <code value="MedicationDispense" />
        <profile value="https://fhir.nhs.uk/StructureDefinition/NHSDigital-MedicationDispense" />
        <min value="1" />
        <max value="*" />
    </focus>
</MessageDefinition>
{
    "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.0",
    "title": "Pharmacy/Treatment Dispense Update",
    "status": "active",
    "date": "2021-05-15",
    "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",
            "min": 1,
            "max": "*"
        }
    ]
}
back to top