Search loading...

API Hub

Explore and Make use of Nationally Defined Messaging APIs

 

Medication Dispense List

Constructing a medication dispense list

Overview

This section details the design approach using FHIR Resources to support the PRSB heading model for Medications and medical devices.

Resources Used for Profile Design

The FHIR Resources are profiled to create the medication list as below:

  • CareConnect-ITK-MedicationDispense-List-1 - An NHS Digital Profile for recording a snapshot of the list of Medications dispensed for the patient.
  • CareConnect-ITK-MedicationDispense-1 - An NHS Digital Profile derived from the CareConnect MedicationDispense Profile. Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication.
  • CareConnect-ITK-Medication-1 - An NHS Digital Profile for medication. The Medication Resource is primarily used for the identification and definition of a medication.

List

This Resource acts as a container for the medication dispense items. The following is an example of the elements which can be used:

  • identifier - uniquely identifies this list of medication (UUID)
  • code - the type of list (SNOMED CT concept)
  • status - should only be “current”
  • mode - should only be “snapshot”
  • title - descriptive name for the list
  • subject - a reference to the patient whose medication list this is
  • encounter - a reference to the context in which the list was created (the pharmacy visit)
  • date - when the list was prepared
  • source - who or what defined the list
  • entry - a reference to the MedicationDispense Resource entry or entries

MedicationDispense

The main purpose of the MedicationDispense resource is to record that a medication product is to be or has been dispensed for a named patient by a named Practitioner. The following is an example of the elements can be used:

  • identifier - uniquely identifies this medication dispense (UUID)
  • status - should always be completed
  • medication - a reference to the medication which was dispensed
  • subject - a reference to the patient
  • context - a reference to the encounter in which the medication was dispensed (the pharmacy visit)
  • performer - who / what dispensed the medication
  • type - should always be “emergency-supply”
  • quantity - how much was dispensed
  • whenHandedOver - the date/time on which the medication was supplied to the patient
  • dosageInstruction - how the medication is to be used by the patient or administered by the caregiver

Medication

The Medication Resource allows for medications to be characterized by the form of the drug and the ingredient (or ingredients), as well as how it is packaged. The medication will include the ingredient(s) and their strength(s) and the package can include the amount (for example, number of tablets, volume, etc.) that is contained in a particular container (for example, 100 capsules of Amoxicillin 500mg per bottle). The following is an example of the elements that can be used:

  • code - a SNOMED CT Concept that identifies this medication
  • form - powder, tablets, capsule etc SNOMED CT form concepts

How the Medication Dispense List is Constructed

The diagram below shows the Resources used and the relationship between the Resources.

MedicationDispense Resource

This Resource provides details of medication that has been dispensed to the patient.

status

This should contain the value “completed”.

type

This should contain the value “emergency-supply”.

quantity

This is mandated when the dispense resource is used. The FHIR element Extension-CareConnect-MedicationQuantityText-1 is used to carry the amount dispensed as a text string. Where supported the quantity may be structured, but there is no guidance at this time.

performer

Who dispensed the medication if available to the sender.

References

The references to the following must be carried:

  • medication
  • subject (patient)
  • context (encounter)

Medication Resource

This section gives guidance of the use of the Medication Resource

medication.code

This FHIR element is mapped to the PRSB medication name

constraint: MedicationName. Any AMP/VMP/VTM/AMPP/VMPP subsets from the dm+d terminology.

VTM NHS dm+d virtual therapeutic moiety (DD4C) 999000581000001102
VMP NHS dm+d virtual medicinal product (DD4C) 999000561000001109
VMPP NHS dm+d virtual medicinal product pack (DD4C) 999000571000001104
AMP NHS dm+d actual medicinal product (DD4C) 999000541000001108
AMPP NHS dm+d actual medicinal product pack (DD4C) 999000551000001106

The above as a SNOMED CT expression.

(^999000581000001102
OR ^999000561000001109
OR ^999000571000001104
OR ^999000541000001108
OR ^999000551000001106)
OR with preferred terms
(^999000541000001108 |National Health Service dictionary of medicines and devices actual medicinal product simple reference set|
OR ^999000551000001106 |National Health Service dictionary of medicines and devices actual medicinal product pack simple reference set|
OR ^999000561000001109 |National Health Service dictionary of medicines and devices virtual medicinal product simple reference set|
OR ^999000571000001104 |National Health Service dictionary of medicines and devices virtual medicinal product pack simple reference set|
OR ^999000581000001102 |National Health Service dictionary of medicines and devices virtual therapeutic moiety simple reference set|)

medication.form

This form is on the medication profile. Where VTM has form specified (coded) it goes here. AMP & VMP don’t need separate Form (it is optional to populate). For VTM the form could be in MedicationStatement.dosage.text (as it would be part of a dosage string) i.e. not a separately specified code.

Constraint: DrugDoseForm. SNOMED CT CfH DoseForm termset. Constraint binding: [SNOMED CT]subset=CfH DoseForm (refset 999000781000001107)

The above as a SNOMED CT expression

^999000781000001107 |NHS dm+d (dictionary of medicines and devices) dose form simple reference set|

Medication Dispense List Examples

Medication Dispense List

Medication Dispense

Medication

Tags: design

All content is available under the Open Government Licence v3.0, except where otherwise stated