Supply of Products for Healthcare (SUPPLY)
0.3.0 - ci-build
Supply of Products for Healthcare (SUPPLY), published by IHE Pharmacy Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-supply/ and changes regularly. See the Directory of published versions
The pharmacy system adopts FMD compatibility and IHE transactions.
The pharmacist has still some items from his trusted supplier, and has received a new shipment from a new supplier.
The products delivered by the trusted supplier have been registered in the FMD Hub, as described in the IHE educational material for FMD: https://www.ihe.net/wp-content/uploads/uploadedFiles/Documents/Pharmacy/IHE-Pharmacy-FMD- Guide_Rev1.0_2017-02-08.pdf
The products delivered by the new supplier are not registered.
Both products have a label with a barcode that contains the GTIN, the lot number, serial number, and expiry date. The GTIN is the same since it is the same product, but the lot numbers, and expiry dates are different between the two products. The serial number is of course unique for each item.
The pharmacist is dispensing medication for a patient. This can be in hospital and community pharmacy1.
The pharmacist first gets a product from the new supplier. When retrieving the product, the barcode is scanned. The system immediately triggers a product info lookup as mandated by the FMD. Since this product has not been registered in the FMD hub, that system responds that the item is not OK.
The pharmacist quarantines or discards the suspect item, and retrieves another item from his previous supplier. The second barcode is submitted and the response is that the item is OK.
The dispenser dispenses the second item and registers it as assigned to that patient. For inventory purposes, two items have been consumed. But only one dispensed.
This use case introduces the following requirements:
There is a need to look up a specific product from another provider. This is a request which identifies the complete product information – this includes not only the product type, but also the physical product attributes – lot, expiry, serial, etc.
The product lookup should provide the adequate information. In this use
case, the information expected can be a simple “OK”/”Not OK”. In some
cases, a more complex payload could be expected, such as a traceability
report. A wide variety of such cases can be expected, so it is important
not to limit the possibilities.
This can happen either in hospital pharmacy central distribution, when the pharmacist prepares the dispenses for distribution to the wards, OR in a community pharmacy). ↩