NH
Medicine Management
National medicine formulary & master data
This is the central medicine formulary — one master list of medicines that every pharmacy and hospital can call when dispensing or prescribing. Populate it by API sync or bulk upload, and it becomes available across the platform (e.g. the Pharmacy app and provider reporting look medicines up here).
Medicines in catalogue
0
— active
Dosage forms
0
tablet, syrup…
Manufacturers
0
suppliers
Last updated
Never
sync or upload
CodeMedicineStrengthFormCategoryStatusActions

Upload a CSV file

Upload a CSV of medicines, or paste rows below. Required columns:

code,name,generic,strength,form,category,manufacturer,atc,price,status
Drop a .csv here or click to choose
No file selected

Preview

Nothing to preview
Choose a file or paste rows, then click Preview import.

Medicine API

v1

Pharmacies and hospitals call these read-only endpoints to look up medicines from their own systems.

GET/api/v1/medicines?q={term}&form={form}
GET/api/v1/medicines/{code}
Example request
curl https://nhcip.example.gov.ng/api/v1/medicines?q=metformin \ -H "Authorization: Bearer <API_KEY>"
Example response

Your API key

Sync from external formulary

Pull a standard Nigerian Essential Medicines set into the catalogue (demonstrates an API integration).

Test console

Call the catalogue live — this returns real JSON from your data.

Run a query to see the JSON response.
Done