Welcome to Inventory
This section contains a manual description of the inventory API specification. The APIs you see here will help you create, update and delete inventory items
Create an inventory item
This endpoint enables you to create a record of new inventory batch received
URL: {{base_url}}/providers/{{serenity_user_provider_id}}/pharmacy/inventory
{
"sub_group": "Medication",
"category": "medical-stock",
"medication": "Ibuprofen for adults (including Nurofen)",
"expiry_date": "2027-06-03",
"reason": "New batch of items",
"name": "Ibuprofen max pro",
"dosage_unit": "mg",
"dosage_amount": "600",
"unit_price": "80",
"selling_price": "90",
"initial_quantity": "90",
"in_hand_quantity": "90",
"net_release_quantity": "90",
"batch_number": "VG67543",
"provider_id": "161380e9-22d3-4627-a97f-0f918ce3e4a9"
}
{
"message": "Inventory created successfully",
"success": true,
"data": {
"id": 88900,
"provider": "Nyaho Medical Center 161380e9-22d3-4627-a97f-0f918ce3e4a9",
"expiry_date": "2027-06-03",
"created_at": "2022-01-18T07:38:56.562432Z",
"category": "medical-stock",
"reason": "New batch of items",
"uuid": "c94175cf-c9b3-415e-b3b2-521da1e8c2e2",
"is_deleted": false,
"code": null,
"name": "Ibuprofen max pro",
"dosage_amount": "600.00",
"dosage_unit": "mg",
"dosage_form": "CAPSULE",
"batch_number": "VG67543",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "80.0000",
"currency": "GHS",
"selling_price": "90.00",
"initial_quantity": 90,
"net_release_quantity": 90,
"in_hand_quantity": 90,
"total_cost_value": null,
"modified_at": "2023-06-08T12:53:29.436939Z",
"medication": "Ibuprofen for adults (including Nurofen)",
"external_id": null,
"stock_date": null,
"revenue_tag_display": "Pharmacy",
"revenue_tag": 1
},
"error": ""
}
Get an inventory items
This endpoint enables you to search and retrieve inventory items
URL: {{base_url}}/providers/{{serenity_user_provider_id}}/pharmacy/inventory?search=
Query parameters:
- page_size
- search
Search fields:
- name
- batch_number
- medication
{
"success": true,
"message": "Successfully retrieved inventories",
"meta": {
"current": 1,
"page_size_query": "page_size",
"next": "{{base_url}}/v1/providers/161380e9-22d3-4627-a97f-0f918ce3e4a9/pharmacy/inventory?page=2",
"previous": null,
"page_size": 50,
"total": 4244
},
"results": [
{
"id": 87242,
"uuid": "1588257e-ef21-4cfe-94ef-e9afd3272b96",
"is_deleted": false,
"code": null,
"name": "ORELOX TAB 200MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00535",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "13.3000",
"currency": "GHS",
"selling_price": "23.85",
"initial_quantity": 400,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2023-10-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:45:58.540416Z",
"modified_at": "2023-03-30T14:47:18.173472Z",
"medication": null,
"external_id": "181837",
"stock_date": "2021-10-08T00:00:00Z",
"reason": "PRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88459,
"uuid": "c31e42d7-c9f3-44be-90f4-83276895dcee",
"is_deleted": false,
"code": null,
"name": "FLUCONAZOLE 150MG CAP(UK GENERIC)",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1308",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "14.5000",
"currency": "GHS",
"selling_price": "47.61",
"initial_quantity": 10,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-03-31",
"category": "medical-stock",
"created_at": "2021-12-30T20:03:15.216064Z",
"modified_at": "2023-02-28T22:06:01.588462Z",
"medication": null,
"external_id": "186517",
"stock_date": "2021-12-10T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87366,
"uuid": "49cacb10-ae50-4c11-b256-c37cc99aa912",
"is_deleted": false,
"code": null,
"name": "PHLEBODIA CAP",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "PSI-129174",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.8000",
"currency": "GHS",
"selling_price": "11.23",
"initial_quantity": 150,
"net_release_quantity": 4,
"in_hand_quantity": 4,
"total_cost_value": null,
"expiry_date": "2023-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:47:00.047174Z",
"modified_at": "2022-08-15T09:25:36.761286Z",
"medication": null,
"external_id": "180044",
"stock_date": "2021-09-10T00:00:00Z",
"reason": "insufficient qty in system\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87944,
"uuid": "285b142d-d479-41f5-849a-5241e09e040b",
"is_deleted": false,
"code": null,
"name": "ZESTRIL 20MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0155",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "11.3500",
"currency": "GHS",
"selling_price": "24.22",
"initial_quantity": 280,
"net_release_quantity": 1422,
"in_hand_quantity": 1422,
"total_cost_value": null,
"expiry_date": "2024-08-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:51:59.453901Z",
"modified_at": "2023-03-29T11:25:27.830505Z",
"medication": null,
"external_id": "162106",
"stock_date": "2021-02-12T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86748,
"uuid": "c72d80ad-41cd-42b5-bbc5-2c0ff4392234",
"is_deleted": false,
"code": null,
"name": "MENTHOL CRYSTALS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/460",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "44.9800",
"currency": "GHS",
"selling_price": "90.56",
"initial_quantity": 6,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-01-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:41:37.483069Z",
"modified_at": "2023-03-08T12:24:18.024958Z",
"medication": null,
"external_id": "180211",
"stock_date": "2021-09-13T00:00:00Z",
"reason": "Price Adjustment\nQuantity Adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87239,
"uuid": "136655b8-9612-414c-8804-ece71d123241",
"is_deleted": false,
"code": null,
"name": "ORELOX TAB 200MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00535",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "13.3000",
"currency": "GHS",
"selling_price": "27.58",
"initial_quantity": 500,
"net_release_quantity": 4,
"in_hand_quantity": 4,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:45:57.115805Z",
"modified_at": "2023-03-30T14:47:18.190473Z",
"medication": null,
"external_id": "181231",
"stock_date": "2021-09-28T00:00:00Z",
"reason": "Price Adjustment\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86013,
"uuid": "1c40700f-e1c3-48f6-8ce7-e99b739967b9",
"is_deleted": false,
"code": null,
"name": "ERYTHROMYCIN 125MG/5ML SUSP",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0807",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "5.5900",
"currency": "GHS",
"selling_price": "14.35",
"initial_quantity": 3,
"net_release_quantity": 17,
"in_hand_quantity": 17,
"total_cost_value": null,
"expiry_date": "2022-07-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:35:25.835435Z",
"modified_at": "2022-07-16T14:44:39.364133Z",
"medication": null,
"external_id": "178204",
"stock_date": "2021-08-23T00:00:00Z",
"reason": "price adjustment\nno quantity",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85095,
"uuid": "9e324266-2730-407e-9010-aabc53b479e5",
"is_deleted": false,
"code": null,
"name": "ATROVENT NEBULES 500MCG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00488",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "15.4400",
"currency": "GHS",
"selling_price": "29.93",
"initial_quantity": 50,
"net_release_quantity": 14,
"in_hand_quantity": 14,
"total_cost_value": null,
"expiry_date": "2024-05-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:26:39.230396Z",
"modified_at": "2023-04-07T23:05:26.334617Z",
"medication": null,
"external_id": "183242",
"stock_date": "2021-10-26T00:00:00Z",
"reason": "Price Adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85975,
"uuid": "a2a540ce-b610-4428-9d1a-ff7aefad49f6",
"is_deleted": false,
"code": null,
"name": "D-ARTEPP TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0980",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "41.5000",
"currency": "GHS",
"selling_price": "79.18",
"initial_quantity": 15,
"net_release_quantity": 6,
"in_hand_quantity": 6,
"total_cost_value": null,
"expiry_date": "2023-04-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:34:43.029531Z",
"modified_at": "2022-08-12T16:20:38.707271Z",
"medication": null,
"external_id": "185459",
"stock_date": "2021-11-26T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87663,
"uuid": "924109b1-1c6f-4d59-8b6e-08c628f47e3d",
"is_deleted": false,
"code": null,
"name": "TETRACYCLINE 250MG CAPS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0072",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "0.2400",
"currency": "GHS",
"selling_price": "0.47",
"initial_quantity": 500,
"net_release_quantity": 309,
"in_hand_quantity": 309,
"total_cost_value": null,
"expiry_date": "2023-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:49:32.666015Z",
"modified_at": "2022-11-18T15:46:35.848066Z",
"medication": null,
"external_id": "164933",
"stock_date": "2021-03-19T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87227,
"uuid": "668c87c2-d5cb-433b-8343-ab2fbc2c4888",
"is_deleted": false,
"code": null,
"name": "ORELOX SUSP 50ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECP/939",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "74.8500",
"currency": "GHS",
"selling_price": "150.00",
"initial_quantity": 20,
"net_release_quantity": 90,
"in_hand_quantity": 90,
"total_cost_value": null,
"expiry_date": "2024-08-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:45:50.424616Z",
"modified_at": "2022-12-08T18:57:16.182687Z",
"medication": null,
"external_id": "172897",
"stock_date": "2021-06-26T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87123,
"uuid": "03876909-900f-485b-a20f-6f21e43dd7af",
"is_deleted": false,
"code": null,
"name": "NORVASC 10MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "M/20213027",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "21.4300",
"currency": "GHS",
"selling_price": "43.23",
"initial_quantity": 450,
"net_release_quantity": 2,
"in_hand_quantity": 2,
"total_cost_value": null,
"expiry_date": "2024-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:44:48.881167Z",
"modified_at": "2023-02-28T09:31:19.545260Z",
"medication": null,
"external_id": "169466",
"stock_date": "2021-05-14T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88435,
"uuid": "b19e4af9-9141-4570-9fe7-32ba2bebe133",
"is_deleted": false,
"code": null,
"name": "AMIKACIN 500MG INJ",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "nan",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "24.0000",
"currency": "GHS",
"selling_price": "63.09",
"initial_quantity": 6,
"net_release_quantity": 3,
"in_hand_quantity": 3,
"total_cost_value": null,
"expiry_date": "2024-02-02",
"category": "medical-stock",
"created_at": "2021-12-30T20:02:32.832185Z",
"modified_at": "2023-03-11T07:54:14.182018Z",
"medication": null,
"external_id": "187273",
"stock_date": "2021-12-22T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88232,
"uuid": "edd8a139-97bd-4be1-9634-0f40e6277bf8",
"is_deleted": false,
"code": null,
"name": "ASPIRIN 100MG (CARDIO ASPIRIN) TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "GHS-2831",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "0.5500",
"currency": "GHS",
"selling_price": "1.44",
"initial_quantity": 600,
"net_release_quantity": 581,
"in_hand_quantity": 581,
"total_cost_value": null,
"expiry_date": "2024-09-30",
"category": "medical-stock",
"created_at": "2021-12-30T19:49:35.736419Z",
"modified_at": "2023-05-09T12:38:42.203883Z",
"medication": null,
"external_id": "187501",
"stock_date": "2021-12-24T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88307,
"uuid": "8c7fe7cb-bde0-4375-953d-b6918ffb0c95",
"is_deleted": false,
"code": null,
"name": "FLUCLOXACILLIN SUSP 100ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRE\\1050",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "7.8000",
"currency": "GHS",
"selling_price": "23.15",
"initial_quantity": 4,
"net_release_quantity": 4,
"in_hand_quantity": 4,
"total_cost_value": null,
"expiry_date": "2023-10-24",
"category": "medical-stock",
"created_at": "2021-12-30T19:53:15.071356Z",
"modified_at": "2023-05-09T07:13:07.647796Z",
"medication": null,
"external_id": "185964",
"stock_date": "2021-12-06T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85637,
"uuid": "b3462727-9141-429d-af97-1f091d3ad9f3",
"is_deleted": false,
"code": null,
"name": "CUSIMOLOL EYE DROPS 0.5%",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1221",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "28.2000",
"currency": "GHS",
"selling_price": "56.89",
"initial_quantity": 20,
"net_release_quantity": 70,
"in_hand_quantity": 70,
"total_cost_value": null,
"expiry_date": "2024-03-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:31:22.331709Z",
"modified_at": "2023-05-09T10:17:05.333111Z",
"medication": null,
"external_id": "182684",
"stock_date": "2021-10-19T00:00:00Z",
"reason": "price adjustment\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87058,
"uuid": "18a58e5e-90b8-498c-821c-d3c49e131533",
"is_deleted": false,
"code": null,
"name": "NIFEDIPINE RETARD 10MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "nan",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "0.4300",
"currency": "GHS",
"selling_price": "0.83",
"initial_quantity": 20,
"net_release_quantity": 63,
"in_hand_quantity": 63,
"total_cost_value": null,
"expiry_date": "2025-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:44:14.602792Z",
"modified_at": "2023-05-09T10:17:05.365624Z",
"medication": null,
"external_id": "166700",
"stock_date": "2021-04-14T00:00:00Z",
"reason": "Price Adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87812,
"uuid": "e80d8b62-280d-43e7-9099-88a988f4dd78",
"is_deleted": false,
"code": null,
"name": "VITAMIN K1 1MG INJ",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/454",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "11.0000",
"currency": "GHS",
"selling_price": "22.19",
"initial_quantity": 50,
"net_release_quantity": 11,
"in_hand_quantity": 11,
"total_cost_value": null,
"expiry_date": "2024-09-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:50:49.275405Z",
"modified_at": "2023-05-09T10:25:31.426709Z",
"medication": null,
"external_id": "183534",
"stock_date": "2021-10-29T00:00:00Z",
"reason": "PRICE ADJUSTMENT \nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87183,
"uuid": "b227a7bf-7142-4fc6-b7d7-89764b27d717",
"is_deleted": false,
"code": null,
"name": "NUCLEO C.M.P CAPS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "GHS-2196",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.7800",
"currency": "GHS",
"selling_price": "5.24",
"initial_quantity": 600,
"net_release_quantity": 19,
"in_hand_quantity": 19,
"total_cost_value": null,
"expiry_date": "2024-08-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:45:26.914622Z",
"modified_at": "2023-05-09T10:25:31.451309Z",
"medication": null,
"external_id": "179415",
"stock_date": "2021-09-03T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86055,
"uuid": "e6793b64-5a40-4a0e-9bf5-1bbe390f0a43",
"is_deleted": false,
"code": null,
"name": "EXFORGE 10/160/12.5MG HCT",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00476",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "12.1800",
"currency": "GHS",
"selling_price": "21.84",
"initial_quantity": 560,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-06-23",
"category": "medical-stock",
"created_at": "2021-12-04T22:35:48.051904Z",
"modified_at": "2023-05-09T10:25:31.477820Z",
"medication": null,
"external_id": "183462",
"stock_date": "2021-10-29T00:00:00Z",
"reason": "Price Adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87100,
"uuid": "a3d21299-4c35-4f1d-9495-0bc246b04160",
"is_deleted": false,
"code": null,
"name": "NORADRENALINE",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/448",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "45.0000",
"currency": "GHS",
"selling_price": "90.78",
"initial_quantity": 40,
"net_release_quantity": 8,
"in_hand_quantity": 8,
"total_cost_value": null,
"expiry_date": "2024-05-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:44:37.026700Z",
"modified_at": "2023-05-09T12:41:40.317611Z",
"medication": null,
"external_id": "178570",
"stock_date": "2021-08-25T00:00:00Z",
"reason": "Price Adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86341,
"uuid": "e7290df7-537a-4ac4-b6c8-778dd12a4c26",
"is_deleted": false,
"code": null,
"name": "GENTAMICIN EYE/EAR DROPS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0071",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "7.0400",
"currency": "GHS",
"selling_price": "25.12",
"initial_quantity": 5,
"net_release_quantity": 1,
"in_hand_quantity": 1,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:38:14.411314Z",
"modified_at": "2023-05-24T13:16:15.732103Z",
"medication": null,
"external_id": "170214",
"stock_date": "2021-05-25T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 84686,
"uuid": "2088ec5c-628e-483c-bdef-cfe0bb332057",
"is_deleted": false,
"code": null,
"name": "L MONTUS ADULT",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1332",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.6300",
"currency": "GHS",
"selling_price": "9.82",
"initial_quantity": 155,
"net_release_quantity": 47,
"in_hand_quantity": 47,
"total_cost_value": null,
"expiry_date": "2024-02-29",
"category": "medical-stock",
"created_at": "2021-12-04T22:21:38.628370Z",
"modified_at": "2023-05-24T13:16:15.774554Z",
"medication": null,
"external_id": "161359",
"stock_date": "2021-02-04T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87674,
"uuid": "2a09f004-a37b-4fac-bfe4-fae84af66539",
"is_deleted": false,
"code": null,
"name": "TOPIRAMATE 25MG TAB(UK GENERIC)",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "15203",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.0200",
"currency": "GHS",
"selling_price": "3.29",
"initial_quantity": 300,
"net_release_quantity": 33,
"in_hand_quantity": 33,
"total_cost_value": null,
"expiry_date": "2023-10-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:49:37.502701Z",
"modified_at": "2023-05-24T13:16:15.810734Z",
"medication": null,
"external_id": "181695",
"stock_date": "2021-10-05T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87067,
"uuid": "db65703f-31b7-483a-ba0e-b2cc7201e9df",
"is_deleted": false,
"code": null,
"name": "Hypertonic Saline",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "PSI-127523",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "12.5000",
"currency": "GHS",
"selling_price": "25.00",
"initial_quantity": 4,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2023-07-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:44:19.361691Z",
"modified_at": "2023-05-24T13:18:37.109290Z",
"medication": null,
"external_id": "181704",
"stock_date": "2021-10-05T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86457,
"uuid": "21584fbd-9bf4-454d-9f41-7d656a43a7fc",
"is_deleted": false,
"code": null,
"name": "ITRACONAZOLE(CANDITRAL) CAPS 100MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ADDP8351/Jul21",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.7900",
"currency": "GHS",
"selling_price": "4.84",
"initial_quantity": 150,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-03-28",
"category": "medical-stock",
"created_at": "2021-12-04T22:39:13.160595Z",
"modified_at": "2023-05-24T13:18:37.155215Z",
"medication": null,
"external_id": "175289",
"stock_date": "2021-07-19T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87844,
"uuid": "68f93724-cb86-4b73-8663-d9801a7b3009",
"is_deleted": false,
"code": null,
"name": "WELLMAN CAP",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00593",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "133.2400",
"currency": "GHS",
"selling_price": "268.80",
"initial_quantity": 10,
"net_release_quantity": 16,
"in_hand_quantity": 16,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:51:06.633109Z",
"modified_at": "2023-04-05T11:21:06.955380Z",
"medication": null,
"external_id": "183111",
"stock_date": "2021-10-25T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85586,
"uuid": "fc061bec-c8d2-446e-9f02-51e89dda45f1",
"is_deleted": false,
"code": null,
"name": "CRESTOR 10MG TABLET",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "GHS-1813",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "8.5200",
"currency": "GHS",
"selling_price": "17.19",
"initial_quantity": 84,
"net_release_quantity": 226,
"in_hand_quantity": 226,
"total_cost_value": null,
"expiry_date": "2023-06-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:30:58.714699Z",
"modified_at": "2023-04-09T12:49:10.825662Z",
"medication": null,
"external_id": "177106",
"stock_date": "2021-08-09T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87296,
"uuid": "a7287d45-f1a7-486d-be7c-8b20bb172f1a",
"is_deleted": false,
"code": null,
"name": "PARACETAMOL IV 1GM",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL/CRED/0974",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "35.8000",
"currency": "GHS",
"selling_price": "72.22",
"initial_quantity": 150,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2025-04-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:46:25.488184Z",
"modified_at": "2023-04-05T07:36:44.792812Z",
"medication": null,
"external_id": "149629",
"stock_date": "2020-09-18T00:00:00Z",
"reason": "QUANTITY ADJUSTMENT\nPRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88059,
"uuid": "098f9308-24e8-4ae3-bd96-aded32533d07",
"is_deleted": false,
"code": null,
"name": "METFORMIN 500MG TAB(UK GENERIC)",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "nan",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "1.9200",
"currency": "GHS",
"selling_price": "3.84",
"initial_quantity": 1000,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-05-31",
"category": "medical-stock",
"created_at": "2021-12-30T19:42:47.512084Z",
"modified_at": "2023-03-29T09:42:39.811833Z",
"medication": null,
"external_id": "186790",
"stock_date": "2021-12-14T00:00:00Z",
"reason": "PRICE ADJUSTMENT\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 84696,
"uuid": "94b3dcc8-fb75-4d93-b479-a99a0c2a275d",
"is_deleted": false,
"code": null,
"name": "ADRENALINE INJECTION",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/488",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.0000",
"currency": "GHS",
"selling_price": "18.04",
"initial_quantity": 20,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:21:43.354932Z",
"modified_at": "2022-11-02T10:37:02.562385Z",
"medication": null,
"external_id": "180016",
"stock_date": "2021-09-10T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87723,
"uuid": "83d4a74f-0084-43d8-8e74-812ebf8725a7",
"is_deleted": false,
"code": null,
"name": "VENTOLIN INHALER",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/460",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "50.7100",
"currency": "GHS",
"selling_price": "102.30",
"initial_quantity": 10,
"net_release_quantity": 18,
"in_hand_quantity": 18,
"total_cost_value": null,
"expiry_date": "2024-10-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:50:02.684444Z",
"modified_at": "2023-04-09T11:24:27.499207Z",
"medication": null,
"external_id": "181677",
"stock_date": "2021-10-05T00:00:00Z",
"reason": "PRICE ADJUSTMENT\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86182,
"uuid": "12b23f68-26e4-4f32-bf1b-c3aa30a64ddc",
"is_deleted": false,
"code": null,
"name": "FLAGENTYL TABS 500MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1117",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "28.5300",
"currency": "GHS",
"selling_price": "57.56",
"initial_quantity": 40,
"net_release_quantity": 178,
"in_hand_quantity": 178,
"total_cost_value": null,
"expiry_date": "2024-03-05",
"category": "medical-stock",
"created_at": "2021-12-04T22:36:53.030624Z",
"modified_at": "2023-03-27T11:15:26.983799Z",
"medication": null,
"external_id": "181811",
"stock_date": "2021-10-08T00:00:00Z",
"reason": "Price adjustment\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87342,
"uuid": "2098630c-913c-4b6c-9c90-cc21a72d21e3",
"is_deleted": false,
"code": null,
"name": "PETHIDINE INJ.100MG/2ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "INTRAV/CR/02",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "31.5000",
"currency": "GHS",
"selling_price": "123.88",
"initial_quantity": 50,
"net_release_quantity": 5,
"in_hand_quantity": 5,
"total_cost_value": null,
"expiry_date": "2025-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:46:48.344425Z",
"modified_at": "2023-03-29T12:01:34.635594Z",
"medication": null,
"external_id": "172865",
"stock_date": "2021-06-25T00:00:00Z",
"reason": "PRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88186,
"uuid": "ab59b815-f73e-4be4-85fd-0f5acc89993c",
"is_deleted": false,
"code": null,
"name": "STREPSILS LOZENGES 24",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1591",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "58.6200",
"currency": "GHS",
"selling_price": "118.28",
"initial_quantity": 8,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-02-29",
"category": "medical-stock",
"created_at": "2021-12-30T19:47:01.998577Z",
"modified_at": "2023-02-24T06:16:41.881522Z",
"medication": null,
"external_id": "187528",
"stock_date": "2021-12-24T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86636,
"uuid": "f58e8404-0078-448a-8c4c-91ac1c369bd8",
"is_deleted": false,
"code": null,
"name": "COMBIGAN EYE DROPS 5ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0554",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "174.0400",
"currency": "GHS",
"selling_price": "307.52",
"initial_quantity": 60,
"net_release_quantity": 14,
"in_hand_quantity": 14,
"total_cost_value": null,
"expiry_date": "2025-03-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:40:43.230171Z",
"modified_at": "2023-03-07T19:05:47.076780Z",
"medication": null,
"external_id": "178221",
"stock_date": "2021-08-23T00:00:00Z",
"reason": "price adjustment\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87574,
"uuid": "f9206d99-96c3-4140-8e66-1ad913edaa63",
"is_deleted": false,
"code": null,
"name": "SPORANOX CAPS 100MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0979",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "12.7900",
"currency": "GHS",
"selling_price": "26.00",
"initial_quantity": 75,
"net_release_quantity": 495,
"in_hand_quantity": 495,
"total_cost_value": null,
"expiry_date": "2024-06-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:48:46.482270Z",
"modified_at": "2023-04-08T12:39:32.153328Z",
"medication": null,
"external_id": "179529",
"stock_date": "2021-09-06T00:00:00Z",
"reason": "PRICE ADJUSTMENT\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87380,
"uuid": "ff4f27a4-991d-4ee0-88db-ee4d047910ca",
"is_deleted": false,
"code": null,
"name": "PIRACETAM(CEBROTONIN) 800MG TABLET",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "M/20213549",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "3.1100",
"currency": "GHS",
"selling_price": "5.58",
"initial_quantity": 240,
"net_release_quantity": 945,
"in_hand_quantity": 945,
"total_cost_value": null,
"expiry_date": "2024-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:47:07.479402Z",
"modified_at": "2023-03-03T18:02:38.767839Z",
"medication": null,
"external_id": "181696",
"stock_date": "2021-10-05T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87680,
"uuid": "87e02a5e-a8e6-4645-b2b1-d06d2e839b97",
"is_deleted": false,
"code": null,
"name": "TOTHEMA",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "PSI-145597",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.7000",
"currency": "GHS",
"selling_price": "9.48",
"initial_quantity": 1200,
"net_release_quantity": 10,
"in_hand_quantity": 10,
"total_cost_value": null,
"expiry_date": "2025-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:49:40.472054Z",
"modified_at": "2023-04-09T21:22:07.549121Z",
"medication": null,
"external_id": "185326",
"stock_date": "2021-11-23T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87654,
"uuid": "2e176567-d392-44c6-863f-f5f48b773048",
"is_deleted": false,
"code": null,
"name": "TEGRETOL Cr 200MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0662",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.3200",
"currency": "GHS",
"selling_price": "4.68",
"initial_quantity": 50,
"net_release_quantity": 40,
"in_hand_quantity": 40,
"total_cost_value": null,
"expiry_date": "2024-08-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:49:27.977028Z",
"modified_at": "2023-03-21T12:56:04.729714Z",
"medication": null,
"external_id": "185454",
"stock_date": "2021-11-26T00:00:00Z",
"reason": "Price Adjustment\nQuantity Adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88583,
"uuid": "e20059c6-ac63-43f7-8ec9-c765cb0fa133",
"is_deleted": false,
"code": null,
"name": "MERONEM 500MG INJ",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "M/20219180",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "445.5700",
"currency": "GHS",
"selling_price": "898.90",
"initial_quantity": 50,
"net_release_quantity": 13,
"in_hand_quantity": 13,
"total_cost_value": null,
"expiry_date": "2024-09-30",
"category": "medical-stock",
"created_at": "2021-12-30T20:08:53.457252Z",
"modified_at": "2023-01-24T16:26:36.863106Z",
"medication": null,
"external_id": "187626",
"stock_date": "2021-12-24T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88197,
"uuid": "8ce14dba-4746-4f04-8723-a145068ff955",
"is_deleted": false,
"code": null,
"name": "CO-DIOVAN 80MG/12.5MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "GHS-2831",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.8500",
"currency": "GHS",
"selling_price": "9.39",
"initial_quantity": 560,
"net_release_quantity": 158,
"in_hand_quantity": 158,
"total_cost_value": null,
"expiry_date": "2024-03-28",
"category": "medical-stock",
"created_at": "2021-12-30T19:47:26.262775Z",
"modified_at": "2023-04-01T12:10:18.962694Z",
"medication": null,
"external_id": "187503",
"stock_date": "2021-12-24T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88480,
"uuid": "1f08380e-0779-4456-98e5-4cd5a39290dd",
"is_deleted": false,
"code": null,
"name": "HYDROCHLOROTHIAZIDE 25MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1561",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.5000",
"currency": "GHS",
"selling_price": "5.30",
"initial_quantity": 300,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-04-30",
"category": "medical-stock",
"created_at": "2021-12-30T20:03:54.630651Z",
"modified_at": "2023-01-19T14:09:49.227485Z",
"medication": null,
"external_id": "187116",
"stock_date": "2021-12-21T00:00:00Z",
"reason": "PRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87813,
"uuid": "b2ec00a1-cc2a-436b-8916-a286bf029af8",
"is_deleted": false,
"code": null,
"name": "VITAMIN K1 1MG INJ",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/00688",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "11.0000",
"currency": "GHS",
"selling_price": "22.19",
"initial_quantity": 50,
"net_release_quantity": 1,
"in_hand_quantity": 1,
"total_cost_value": null,
"expiry_date": "2024-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:50:49.795275Z",
"modified_at": "2023-02-12T16:25:24.950711Z",
"medication": null,
"external_id": "185791",
"stock_date": "2021-11-30T00:00:00Z",
"reason": "PRICE ADJUSTMENT \nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88416,
"uuid": "d856a543-05aa-43de-9143-e662cb7109d5",
"is_deleted": false,
"code": null,
"name": "WELL WOMAN CAP-UK",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00593",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "140.4600",
"currency": "GHS",
"selling_price": "283.37",
"initial_quantity": 10,
"net_release_quantity": 12,
"in_hand_quantity": 12,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-30T20:01:41.071403Z",
"modified_at": "2023-04-07T09:38:40.648932Z",
"medication": null,
"external_id": "187877",
"stock_date": "2021-12-29T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86857,
"uuid": "82be0ea0-ffc6-4be1-b318-8c35efde0d88",
"is_deleted": false,
"code": null,
"name": "MUCOLEX ADULT",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "M/20212631",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "30.0000",
"currency": "GHS",
"selling_price": "67.25",
"initial_quantity": 40,
"net_release_quantity": 10,
"in_hand_quantity": 10,
"total_cost_value": null,
"expiry_date": "2023-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:42:30.790275Z",
"modified_at": "2023-03-07T12:28:28.712777Z",
"medication": null,
"external_id": "173222",
"stock_date": "2021-06-29T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85418,
"uuid": "7ab40aae-af5f-4c90-ae3e-ea0d4f457307",
"is_deleted": false,
"code": null,
"name": "CIPROFLOXACIN 200MG INFUSION",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL/0975",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "12.5000",
"currency": "GHS",
"selling_price": "25.22",
"initial_quantity": 20,
"net_release_quantity": 11,
"in_hand_quantity": 11,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:29:34.937127Z",
"modified_at": "2023-04-08T21:17:33.397247Z",
"medication": null,
"external_id": "185346",
"stock_date": "2021-11-23T00:00:00Z",
"reason": "PRICE ADJUSTMENT \nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87471,
"uuid": "681c2e63-c111-465a-a38a-4e88d01cdf5e",
"is_deleted": false,
"code": null,
"name": "RENERVE PLUS-BT CAPS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00660",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "270.0000",
"currency": "GHS",
"selling_price": "544.70",
"initial_quantity": 80,
"net_release_quantity": 25,
"in_hand_quantity": 25,
"total_cost_value": null,
"expiry_date": "2026-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:47:52.176237Z",
"modified_at": "2023-04-05T15:52:00.184778Z",
"medication": null,
"external_id": "184766",
"stock_date": "2021-11-16T00:00:00Z",
"reason": "quantity adjustment\nPRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88731,
"uuid": "de574ce4-1689-4ea1-a419-41d1e59b97b0",
"is_deleted": false,
"code": null,
"name": "DEX SAL ADULT (5%+0.9%) 500ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "16449",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "9.5000",
"currency": "GHS",
"selling_price": "21.18",
"initial_quantity": 60,
"net_release_quantity": 12,
"in_hand_quantity": 12,
"total_cost_value": null,
"expiry_date": "2024-11-30",
"category": "medical-stock",
"created_at": "2021-12-30T20:13:42.140164Z",
"modified_at": "2023-04-09T11:11:04.544649Z",
"medication": null,
"external_id": "188132",
"stock_date": "2021-12-30T00:00:00Z",
"reason": "QUANTITY ADJUSTMENT\nPRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87346,
"uuid": "8b6289cf-1464-4c6e-a9db-790e155ba74a",
"is_deleted": false,
"code": null,
"name": "PETHIDINE INJ.100MG/2ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "IIL/ACC/WB/141/2021",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "31.5000",
"currency": "GHS",
"selling_price": "123.88",
"initial_quantity": 50,
"net_release_quantity": 4,
"in_hand_quantity": 4,
"total_cost_value": null,
"expiry_date": "2023-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:46:50.100567Z",
"modified_at": "2022-12-28T16:56:06.385001Z",
"medication": null,
"external_id": "177422",
"stock_date": "2021-08-13T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
}
]
}
{
"success": true,
"message": "Successfully retrieved inventories",
"meta": {
"current": 1,
"page_size_query": "page_size",
"next": "{{base_url}}/v1/providers/161380e9-22d3-4627-a97f-0f918ce3e4a9/pharmacy/inventory?page=2",
"previous": null,
"page_size": 50,
"total": 4244
},
"results": [
{
"id": 87242,
"uuid": "1588257e-ef21-4cfe-94ef-e9afd3272b96",
"is_deleted": false,
"code": null,
"name": "ORELOX TAB 200MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00535",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "13.3000",
"currency": "GHS",
"selling_price": "23.85",
"initial_quantity": 400,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2023-10-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:45:58.540416Z",
"modified_at": "2023-03-30T14:47:18.173472Z",
"medication": null,
"external_id": "181837",
"stock_date": "2021-10-08T00:00:00Z",
"reason": "PRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88459,
"uuid": "c31e42d7-c9f3-44be-90f4-83276895dcee",
"is_deleted": false,
"code": null,
"name": "FLUCONAZOLE 150MG CAP(UK GENERIC)",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1308",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "14.5000",
"currency": "GHS",
"selling_price": "47.61",
"initial_quantity": 10,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-03-31",
"category": "medical-stock",
"created_at": "2021-12-30T20:03:15.216064Z",
"modified_at": "2023-02-28T22:06:01.588462Z",
"medication": null,
"external_id": "186517",
"stock_date": "2021-12-10T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87366,
"uuid": "49cacb10-ae50-4c11-b256-c37cc99aa912",
"is_deleted": false,
"code": null,
"name": "PHLEBODIA CAP",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "PSI-129174",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.8000",
"currency": "GHS",
"selling_price": "11.23",
"initial_quantity": 150,
"net_release_quantity": 4,
"in_hand_quantity": 4,
"total_cost_value": null,
"expiry_date": "2023-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:47:00.047174Z",
"modified_at": "2022-08-15T09:25:36.761286Z",
"medication": null,
"external_id": "180044",
"stock_date": "2021-09-10T00:00:00Z",
"reason": "insufficient qty in system\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87944,
"uuid": "285b142d-d479-41f5-849a-5241e09e040b",
"is_deleted": false,
"code": null,
"name": "ZESTRIL 20MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0155",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "11.3500",
"currency": "GHS",
"selling_price": "24.22",
"initial_quantity": 280,
"net_release_quantity": 1422,
"in_hand_quantity": 1422,
"total_cost_value": null,
"expiry_date": "2024-08-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:51:59.453901Z",
"modified_at": "2023-03-29T11:25:27.830505Z",
"medication": null,
"external_id": "162106",
"stock_date": "2021-02-12T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86748,
"uuid": "c72d80ad-41cd-42b5-bbc5-2c0ff4392234",
"is_deleted": false,
"code": null,
"name": "MENTHOL CRYSTALS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/460",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "44.9800",
"currency": "GHS",
"selling_price": "90.56",
"initial_quantity": 6,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-01-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:41:37.483069Z",
"modified_at": "2023-03-08T12:24:18.024958Z",
"medication": null,
"external_id": "180211",
"stock_date": "2021-09-13T00:00:00Z",
"reason": "Price Adjustment\nQuantity Adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87239,
"uuid": "136655b8-9612-414c-8804-ece71d123241",
"is_deleted": false,
"code": null,
"name": "ORELOX TAB 200MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00535",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "13.3000",
"currency": "GHS",
"selling_price": "27.58",
"initial_quantity": 500,
"net_release_quantity": 4,
"in_hand_quantity": 4,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:45:57.115805Z",
"modified_at": "2023-03-30T14:47:18.190473Z",
"medication": null,
"external_id": "181231",
"stock_date": "2021-09-28T00:00:00Z",
"reason": "Price Adjustment\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86013,
"uuid": "1c40700f-e1c3-48f6-8ce7-e99b739967b9",
"is_deleted": false,
"code": null,
"name": "ERYTHROMYCIN 125MG/5ML SUSP",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0807",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "5.5900",
"currency": "GHS",
"selling_price": "14.35",
"initial_quantity": 3,
"net_release_quantity": 17,
"in_hand_quantity": 17,
"total_cost_value": null,
"expiry_date": "2022-07-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:35:25.835435Z",
"modified_at": "2022-07-16T14:44:39.364133Z",
"medication": null,
"external_id": "178204",
"stock_date": "2021-08-23T00:00:00Z",
"reason": "price adjustment\nno quantity",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85095,
"uuid": "9e324266-2730-407e-9010-aabc53b479e5",
"is_deleted": false,
"code": null,
"name": "ATROVENT NEBULES 500MCG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00488",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "15.4400",
"currency": "GHS",
"selling_price": "29.93",
"initial_quantity": 50,
"net_release_quantity": 14,
"in_hand_quantity": 14,
"total_cost_value": null,
"expiry_date": "2024-05-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:26:39.230396Z",
"modified_at": "2023-04-07T23:05:26.334617Z",
"medication": null,
"external_id": "183242",
"stock_date": "2021-10-26T00:00:00Z",
"reason": "Price Adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85975,
"uuid": "a2a540ce-b610-4428-9d1a-ff7aefad49f6",
"is_deleted": false,
"code": null,
"name": "D-ARTEPP TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0980",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "41.5000",
"currency": "GHS",
"selling_price": "79.18",
"initial_quantity": 15,
"net_release_quantity": 6,
"in_hand_quantity": 6,
"total_cost_value": null,
"expiry_date": "2023-04-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:34:43.029531Z",
"modified_at": "2022-08-12T16:20:38.707271Z",
"medication": null,
"external_id": "185459",
"stock_date": "2021-11-26T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87663,
"uuid": "924109b1-1c6f-4d59-8b6e-08c628f47e3d",
"is_deleted": false,
"code": null,
"name": "TETRACYCLINE 250MG CAPS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0072",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "0.2400",
"currency": "GHS",
"selling_price": "0.47",
"initial_quantity": 500,
"net_release_quantity": 309,
"in_hand_quantity": 309,
"total_cost_value": null,
"expiry_date": "2023-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:49:32.666015Z",
"modified_at": "2022-11-18T15:46:35.848066Z",
"medication": null,
"external_id": "164933",
"stock_date": "2021-03-19T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87227,
"uuid": "668c87c2-d5cb-433b-8343-ab2fbc2c4888",
"is_deleted": false,
"code": null,
"name": "ORELOX SUSP 50ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECP/939",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "74.8500",
"currency": "GHS",
"selling_price": "150.00",
"initial_quantity": 20,
"net_release_quantity": 90,
"in_hand_quantity": 90,
"total_cost_value": null,
"expiry_date": "2024-08-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:45:50.424616Z",
"modified_at": "2022-12-08T18:57:16.182687Z",
"medication": null,
"external_id": "172897",
"stock_date": "2021-06-26T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87123,
"uuid": "03876909-900f-485b-a20f-6f21e43dd7af",
"is_deleted": false,
"code": null,
"name": "NORVASC 10MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "M/20213027",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "21.4300",
"currency": "GHS",
"selling_price": "43.23",
"initial_quantity": 450,
"net_release_quantity": 2,
"in_hand_quantity": 2,
"total_cost_value": null,
"expiry_date": "2024-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:44:48.881167Z",
"modified_at": "2023-02-28T09:31:19.545260Z",
"medication": null,
"external_id": "169466",
"stock_date": "2021-05-14T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88435,
"uuid": "b19e4af9-9141-4570-9fe7-32ba2bebe133",
"is_deleted": false,
"code": null,
"name": "AMIKACIN 500MG INJ",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "nan",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "24.0000",
"currency": "GHS",
"selling_price": "63.09",
"initial_quantity": 6,
"net_release_quantity": 3,
"in_hand_quantity": 3,
"total_cost_value": null,
"expiry_date": "2024-02-02",
"category": "medical-stock",
"created_at": "2021-12-30T20:02:32.832185Z",
"modified_at": "2023-03-11T07:54:14.182018Z",
"medication": null,
"external_id": "187273",
"stock_date": "2021-12-22T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88232,
"uuid": "edd8a139-97bd-4be1-9634-0f40e6277bf8",
"is_deleted": false,
"code": null,
"name": "ASPIRIN 100MG (CARDIO ASPIRIN) TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "GHS-2831",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "0.5500",
"currency": "GHS",
"selling_price": "1.44",
"initial_quantity": 600,
"net_release_quantity": 581,
"in_hand_quantity": 581,
"total_cost_value": null,
"expiry_date": "2024-09-30",
"category": "medical-stock",
"created_at": "2021-12-30T19:49:35.736419Z",
"modified_at": "2023-05-09T12:38:42.203883Z",
"medication": null,
"external_id": "187501",
"stock_date": "2021-12-24T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88307,
"uuid": "8c7fe7cb-bde0-4375-953d-b6918ffb0c95",
"is_deleted": false,
"code": null,
"name": "FLUCLOXACILLIN SUSP 100ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRE\\1050",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "7.8000",
"currency": "GHS",
"selling_price": "23.15",
"initial_quantity": 4,
"net_release_quantity": 4,
"in_hand_quantity": 4,
"total_cost_value": null,
"expiry_date": "2023-10-24",
"category": "medical-stock",
"created_at": "2021-12-30T19:53:15.071356Z",
"modified_at": "2023-05-09T07:13:07.647796Z",
"medication": null,
"external_id": "185964",
"stock_date": "2021-12-06T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85637,
"uuid": "b3462727-9141-429d-af97-1f091d3ad9f3",
"is_deleted": false,
"code": null,
"name": "CUSIMOLOL EYE DROPS 0.5%",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1221",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "28.2000",
"currency": "GHS",
"selling_price": "56.89",
"initial_quantity": 20,
"net_release_quantity": 70,
"in_hand_quantity": 70,
"total_cost_value": null,
"expiry_date": "2024-03-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:31:22.331709Z",
"modified_at": "2023-05-09T10:17:05.333111Z",
"medication": null,
"external_id": "182684",
"stock_date": "2021-10-19T00:00:00Z",
"reason": "price adjustment\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87058,
"uuid": "18a58e5e-90b8-498c-821c-d3c49e131533",
"is_deleted": false,
"code": null,
"name": "NIFEDIPINE RETARD 10MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "nan",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "0.4300",
"currency": "GHS",
"selling_price": "0.83",
"initial_quantity": 20,
"net_release_quantity": 63,
"in_hand_quantity": 63,
"total_cost_value": null,
"expiry_date": "2025-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:44:14.602792Z",
"modified_at": "2023-05-09T10:17:05.365624Z",
"medication": null,
"external_id": "166700",
"stock_date": "2021-04-14T00:00:00Z",
"reason": "Price Adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87812,
"uuid": "e80d8b62-280d-43e7-9099-88a988f4dd78",
"is_deleted": false,
"code": null,
"name": "VITAMIN K1 1MG INJ",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/454",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "11.0000",
"currency": "GHS",
"selling_price": "22.19",
"initial_quantity": 50,
"net_release_quantity": 11,
"in_hand_quantity": 11,
"total_cost_value": null,
"expiry_date": "2024-09-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:50:49.275405Z",
"modified_at": "2023-05-09T10:25:31.426709Z",
"medication": null,
"external_id": "183534",
"stock_date": "2021-10-29T00:00:00Z",
"reason": "PRICE ADJUSTMENT \nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87183,
"uuid": "b227a7bf-7142-4fc6-b7d7-89764b27d717",
"is_deleted": false,
"code": null,
"name": "NUCLEO C.M.P CAPS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "GHS-2196",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.7800",
"currency": "GHS",
"selling_price": "5.24",
"initial_quantity": 600,
"net_release_quantity": 19,
"in_hand_quantity": 19,
"total_cost_value": null,
"expiry_date": "2024-08-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:45:26.914622Z",
"modified_at": "2023-05-09T10:25:31.451309Z",
"medication": null,
"external_id": "179415",
"stock_date": "2021-09-03T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86055,
"uuid": "e6793b64-5a40-4a0e-9bf5-1bbe390f0a43",
"is_deleted": false,
"code": null,
"name": "EXFORGE 10/160/12.5MG HCT",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00476",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "12.1800",
"currency": "GHS",
"selling_price": "21.84",
"initial_quantity": 560,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-06-23",
"category": "medical-stock",
"created_at": "2021-12-04T22:35:48.051904Z",
"modified_at": "2023-05-09T10:25:31.477820Z",
"medication": null,
"external_id": "183462",
"stock_date": "2021-10-29T00:00:00Z",
"reason": "Price Adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87100,
"uuid": "a3d21299-4c35-4f1d-9495-0bc246b04160",
"is_deleted": false,
"code": null,
"name": "NORADRENALINE",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/448",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "45.0000",
"currency": "GHS",
"selling_price": "90.78",
"initial_quantity": 40,
"net_release_quantity": 8,
"in_hand_quantity": 8,
"total_cost_value": null,
"expiry_date": "2024-05-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:44:37.026700Z",
"modified_at": "2023-05-09T12:41:40.317611Z",
"medication": null,
"external_id": "178570",
"stock_date": "2021-08-25T00:00:00Z",
"reason": "Price Adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86341,
"uuid": "e7290df7-537a-4ac4-b6c8-778dd12a4c26",
"is_deleted": false,
"code": null,
"name": "GENTAMICIN EYE/EAR DROPS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0071",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "7.0400",
"currency": "GHS",
"selling_price": "25.12",
"initial_quantity": 5,
"net_release_quantity": 1,
"in_hand_quantity": 1,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:38:14.411314Z",
"modified_at": "2023-05-24T13:16:15.732103Z",
"medication": null,
"external_id": "170214",
"stock_date": "2021-05-25T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 84686,
"uuid": "2088ec5c-628e-483c-bdef-cfe0bb332057",
"is_deleted": false,
"code": null,
"name": "L MONTUS ADULT",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1332",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.6300",
"currency": "GHS",
"selling_price": "9.82",
"initial_quantity": 155,
"net_release_quantity": 47,
"in_hand_quantity": 47,
"total_cost_value": null,
"expiry_date": "2024-02-29",
"category": "medical-stock",
"created_at": "2021-12-04T22:21:38.628370Z",
"modified_at": "2023-05-24T13:16:15.774554Z",
"medication": null,
"external_id": "161359",
"stock_date": "2021-02-04T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87674,
"uuid": "2a09f004-a37b-4fac-bfe4-fae84af66539",
"is_deleted": false,
"code": null,
"name": "TOPIRAMATE 25MG TAB(UK GENERIC)",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "15203",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.0200",
"currency": "GHS",
"selling_price": "3.29",
"initial_quantity": 300,
"net_release_quantity": 33,
"in_hand_quantity": 33,
"total_cost_value": null,
"expiry_date": "2023-10-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:49:37.502701Z",
"modified_at": "2023-05-24T13:16:15.810734Z",
"medication": null,
"external_id": "181695",
"stock_date": "2021-10-05T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87067,
"uuid": "db65703f-31b7-483a-ba0e-b2cc7201e9df",
"is_deleted": false,
"code": null,
"name": "Hypertonic Saline",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "PSI-127523",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "12.5000",
"currency": "GHS",
"selling_price": "25.00",
"initial_quantity": 4,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2023-07-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:44:19.361691Z",
"modified_at": "2023-05-24T13:18:37.109290Z",
"medication": null,
"external_id": "181704",
"stock_date": "2021-10-05T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86457,
"uuid": "21584fbd-9bf4-454d-9f41-7d656a43a7fc",
"is_deleted": false,
"code": null,
"name": "ITRACONAZOLE(CANDITRAL) CAPS 100MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ADDP8351/Jul21",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.7900",
"currency": "GHS",
"selling_price": "4.84",
"initial_quantity": 150,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-03-28",
"category": "medical-stock",
"created_at": "2021-12-04T22:39:13.160595Z",
"modified_at": "2023-05-24T13:18:37.155215Z",
"medication": null,
"external_id": "175289",
"stock_date": "2021-07-19T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87844,
"uuid": "68f93724-cb86-4b73-8663-d9801a7b3009",
"is_deleted": false,
"code": null,
"name": "WELLMAN CAP",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00593",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "133.2400",
"currency": "GHS",
"selling_price": "268.80",
"initial_quantity": 10,
"net_release_quantity": 16,
"in_hand_quantity": 16,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:51:06.633109Z",
"modified_at": "2023-04-05T11:21:06.955380Z",
"medication": null,
"external_id": "183111",
"stock_date": "2021-10-25T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85586,
"uuid": "fc061bec-c8d2-446e-9f02-51e89dda45f1",
"is_deleted": false,
"code": null,
"name": "CRESTOR 10MG TABLET",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "GHS-1813",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "8.5200",
"currency": "GHS",
"selling_price": "17.19",
"initial_quantity": 84,
"net_release_quantity": 226,
"in_hand_quantity": 226,
"total_cost_value": null,
"expiry_date": "2023-06-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:30:58.714699Z",
"modified_at": "2023-04-09T12:49:10.825662Z",
"medication": null,
"external_id": "177106",
"stock_date": "2021-08-09T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87296,
"uuid": "a7287d45-f1a7-486d-be7c-8b20bb172f1a",
"is_deleted": false,
"code": null,
"name": "PARACETAMOL IV 1GM",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL/CRED/0974",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "35.8000",
"currency": "GHS",
"selling_price": "72.22",
"initial_quantity": 150,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2025-04-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:46:25.488184Z",
"modified_at": "2023-04-05T07:36:44.792812Z",
"medication": null,
"external_id": "149629",
"stock_date": "2020-09-18T00:00:00Z",
"reason": "QUANTITY ADJUSTMENT\nPRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88059,
"uuid": "098f9308-24e8-4ae3-bd96-aded32533d07",
"is_deleted": false,
"code": null,
"name": "METFORMIN 500MG TAB(UK GENERIC)",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "nan",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "1.9200",
"currency": "GHS",
"selling_price": "3.84",
"initial_quantity": 1000,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-05-31",
"category": "medical-stock",
"created_at": "2021-12-30T19:42:47.512084Z",
"modified_at": "2023-03-29T09:42:39.811833Z",
"medication": null,
"external_id": "186790",
"stock_date": "2021-12-14T00:00:00Z",
"reason": "PRICE ADJUSTMENT\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 84696,
"uuid": "94b3dcc8-fb75-4d93-b479-a99a0c2a275d",
"is_deleted": false,
"code": null,
"name": "ADRENALINE INJECTION",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/488",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.0000",
"currency": "GHS",
"selling_price": "18.04",
"initial_quantity": 20,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:21:43.354932Z",
"modified_at": "2022-11-02T10:37:02.562385Z",
"medication": null,
"external_id": "180016",
"stock_date": "2021-09-10T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87723,
"uuid": "83d4a74f-0084-43d8-8e74-812ebf8725a7",
"is_deleted": false,
"code": null,
"name": "VENTOLIN INHALER",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/460",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "50.7100",
"currency": "GHS",
"selling_price": "102.30",
"initial_quantity": 10,
"net_release_quantity": 18,
"in_hand_quantity": 18,
"total_cost_value": null,
"expiry_date": "2024-10-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:50:02.684444Z",
"modified_at": "2023-04-09T11:24:27.499207Z",
"medication": null,
"external_id": "181677",
"stock_date": "2021-10-05T00:00:00Z",
"reason": "PRICE ADJUSTMENT\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86182,
"uuid": "12b23f68-26e4-4f32-bf1b-c3aa30a64ddc",
"is_deleted": false,
"code": null,
"name": "FLAGENTYL TABS 500MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1117",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "28.5300",
"currency": "GHS",
"selling_price": "57.56",
"initial_quantity": 40,
"net_release_quantity": 178,
"in_hand_quantity": 178,
"total_cost_value": null,
"expiry_date": "2024-03-05",
"category": "medical-stock",
"created_at": "2021-12-04T22:36:53.030624Z",
"modified_at": "2023-03-27T11:15:26.983799Z",
"medication": null,
"external_id": "181811",
"stock_date": "2021-10-08T00:00:00Z",
"reason": "Price adjustment\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87342,
"uuid": "2098630c-913c-4b6c-9c90-cc21a72d21e3",
"is_deleted": false,
"code": null,
"name": "PETHIDINE INJ.100MG/2ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "INTRAV/CR/02",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "31.5000",
"currency": "GHS",
"selling_price": "123.88",
"initial_quantity": 50,
"net_release_quantity": 5,
"in_hand_quantity": 5,
"total_cost_value": null,
"expiry_date": "2025-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:46:48.344425Z",
"modified_at": "2023-03-29T12:01:34.635594Z",
"medication": null,
"external_id": "172865",
"stock_date": "2021-06-25T00:00:00Z",
"reason": "PRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88186,
"uuid": "ab59b815-f73e-4be4-85fd-0f5acc89993c",
"is_deleted": false,
"code": null,
"name": "STREPSILS LOZENGES 24",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1591",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "58.6200",
"currency": "GHS",
"selling_price": "118.28",
"initial_quantity": 8,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-02-29",
"category": "medical-stock",
"created_at": "2021-12-30T19:47:01.998577Z",
"modified_at": "2023-02-24T06:16:41.881522Z",
"medication": null,
"external_id": "187528",
"stock_date": "2021-12-24T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86636,
"uuid": "f58e8404-0078-448a-8c4c-91ac1c369bd8",
"is_deleted": false,
"code": null,
"name": "COMBIGAN EYE DROPS 5ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0554",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "174.0400",
"currency": "GHS",
"selling_price": "307.52",
"initial_quantity": 60,
"net_release_quantity": 14,
"in_hand_quantity": 14,
"total_cost_value": null,
"expiry_date": "2025-03-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:40:43.230171Z",
"modified_at": "2023-03-07T19:05:47.076780Z",
"medication": null,
"external_id": "178221",
"stock_date": "2021-08-23T00:00:00Z",
"reason": "price adjustment\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87574,
"uuid": "f9206d99-96c3-4140-8e66-1ad913edaa63",
"is_deleted": false,
"code": null,
"name": "SPORANOX CAPS 100MG",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0979",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "12.7900",
"currency": "GHS",
"selling_price": "26.00",
"initial_quantity": 75,
"net_release_quantity": 495,
"in_hand_quantity": 495,
"total_cost_value": null,
"expiry_date": "2024-06-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:48:46.482270Z",
"modified_at": "2023-04-08T12:39:32.153328Z",
"medication": null,
"external_id": "179529",
"stock_date": "2021-09-06T00:00:00Z",
"reason": "PRICE ADJUSTMENT\nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87380,
"uuid": "ff4f27a4-991d-4ee0-88db-ee4d047910ca",
"is_deleted": false,
"code": null,
"name": "PIRACETAM(CEBROTONIN) 800MG TABLET",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "M/20213549",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "3.1100",
"currency": "GHS",
"selling_price": "5.58",
"initial_quantity": 240,
"net_release_quantity": 945,
"in_hand_quantity": 945,
"total_cost_value": null,
"expiry_date": "2024-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:47:07.479402Z",
"modified_at": "2023-03-03T18:02:38.767839Z",
"medication": null,
"external_id": "181696",
"stock_date": "2021-10-05T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87680,
"uuid": "87e02a5e-a8e6-4645-b2b1-d06d2e839b97",
"is_deleted": false,
"code": null,
"name": "TOTHEMA",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "PSI-145597",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.7000",
"currency": "GHS",
"selling_price": "9.48",
"initial_quantity": 1200,
"net_release_quantity": 10,
"in_hand_quantity": 10,
"total_cost_value": null,
"expiry_date": "2025-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:49:40.472054Z",
"modified_at": "2023-04-09T21:22:07.549121Z",
"medication": null,
"external_id": "185326",
"stock_date": "2021-11-23T00:00:00Z",
"reason": "quantity adjustment\nprice adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87654,
"uuid": "2e176567-d392-44c6-863f-f5f48b773048",
"is_deleted": false,
"code": null,
"name": "TEGRETOL Cr 200MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\0662",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.3200",
"currency": "GHS",
"selling_price": "4.68",
"initial_quantity": 50,
"net_release_quantity": 40,
"in_hand_quantity": 40,
"total_cost_value": null,
"expiry_date": "2024-08-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:49:27.977028Z",
"modified_at": "2023-03-21T12:56:04.729714Z",
"medication": null,
"external_id": "185454",
"stock_date": "2021-11-26T00:00:00Z",
"reason": "Price Adjustment\nQuantity Adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88583,
"uuid": "e20059c6-ac63-43f7-8ec9-c765cb0fa133",
"is_deleted": false,
"code": null,
"name": "MERONEM 500MG INJ",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "M/20219180",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "445.5700",
"currency": "GHS",
"selling_price": "898.90",
"initial_quantity": 50,
"net_release_quantity": 13,
"in_hand_quantity": 13,
"total_cost_value": null,
"expiry_date": "2024-09-30",
"category": "medical-stock",
"created_at": "2021-12-30T20:08:53.457252Z",
"modified_at": "2023-01-24T16:26:36.863106Z",
"medication": null,
"external_id": "187626",
"stock_date": "2021-12-24T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88197,
"uuid": "8ce14dba-4746-4f04-8723-a145068ff955",
"is_deleted": false,
"code": null,
"name": "CO-DIOVAN 80MG/12.5MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "GHS-2831",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "4.8500",
"currency": "GHS",
"selling_price": "9.39",
"initial_quantity": 560,
"net_release_quantity": 158,
"in_hand_quantity": 158,
"total_cost_value": null,
"expiry_date": "2024-03-28",
"category": "medical-stock",
"created_at": "2021-12-30T19:47:26.262775Z",
"modified_at": "2023-04-01T12:10:18.962694Z",
"medication": null,
"external_id": "187503",
"stock_date": "2021-12-24T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88480,
"uuid": "1f08380e-0779-4456-98e5-4cd5a39290dd",
"is_deleted": false,
"code": null,
"name": "HYDROCHLOROTHIAZIDE 25MG TAB",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL\\CRED\\1561",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "2.5000",
"currency": "GHS",
"selling_price": "5.30",
"initial_quantity": 300,
"net_release_quantity": 0,
"in_hand_quantity": 0,
"total_cost_value": null,
"expiry_date": "2024-04-30",
"category": "medical-stock",
"created_at": "2021-12-30T20:03:54.630651Z",
"modified_at": "2023-01-19T14:09:49.227485Z",
"medication": null,
"external_id": "187116",
"stock_date": "2021-12-21T00:00:00Z",
"reason": "PRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87813,
"uuid": "b2ec00a1-cc2a-436b-8916-a286bf029af8",
"is_deleted": false,
"code": null,
"name": "VITAMIN K1 1MG INJ",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "TPL/00688",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "11.0000",
"currency": "GHS",
"selling_price": "22.19",
"initial_quantity": 50,
"net_release_quantity": 1,
"in_hand_quantity": 1,
"total_cost_value": null,
"expiry_date": "2024-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:50:49.795275Z",
"modified_at": "2023-02-12T16:25:24.950711Z",
"medication": null,
"external_id": "185791",
"stock_date": "2021-11-30T00:00:00Z",
"reason": "PRICE ADJUSTMENT \nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88416,
"uuid": "d856a543-05aa-43de-9143-e662cb7109d5",
"is_deleted": false,
"code": null,
"name": "WELL WOMAN CAP-UK",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00593",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "140.4600",
"currency": "GHS",
"selling_price": "283.37",
"initial_quantity": 10,
"net_release_quantity": 12,
"in_hand_quantity": 12,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-30T20:01:41.071403Z",
"modified_at": "2023-04-07T09:38:40.648932Z",
"medication": null,
"external_id": "187877",
"stock_date": "2021-12-29T00:00:00Z",
"reason": "price adjustment\nquantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 86857,
"uuid": "82be0ea0-ffc6-4be1-b318-8c35efde0d88",
"is_deleted": false,
"code": null,
"name": "MUCOLEX ADULT",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "M/20212631",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "30.0000",
"currency": "GHS",
"selling_price": "67.25",
"initial_quantity": 40,
"net_release_quantity": 10,
"in_hand_quantity": 10,
"total_cost_value": null,
"expiry_date": "2023-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:42:30.790275Z",
"modified_at": "2023-03-07T12:28:28.712777Z",
"medication": null,
"external_id": "173222",
"stock_date": "2021-06-29T00:00:00Z",
"reason": "Price adjustment\nQuantity adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 85418,
"uuid": "7ab40aae-af5f-4c90-ae3e-ea0d4f457307",
"is_deleted": false,
"code": null,
"name": "CIPROFLOXACIN 200MG INFUSION",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "ECL/0975",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "12.5000",
"currency": "GHS",
"selling_price": "25.22",
"initial_quantity": 20,
"net_release_quantity": 11,
"in_hand_quantity": 11,
"total_cost_value": null,
"expiry_date": "2024-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:29:34.937127Z",
"modified_at": "2023-04-08T21:17:33.397247Z",
"medication": null,
"external_id": "185346",
"stock_date": "2021-11-23T00:00:00Z",
"reason": "PRICE ADJUSTMENT \nQUANTITY ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87471,
"uuid": "681c2e63-c111-465a-a38a-4e88d01cdf5e",
"is_deleted": false,
"code": null,
"name": "RENERVE PLUS-BT CAPS",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "CRSL/TPL/00660",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "270.0000",
"currency": "GHS",
"selling_price": "544.70",
"initial_quantity": 80,
"net_release_quantity": 25,
"in_hand_quantity": 25,
"total_cost_value": null,
"expiry_date": "2026-12-31",
"category": "medical-stock",
"created_at": "2021-12-04T22:47:52.176237Z",
"modified_at": "2023-04-05T15:52:00.184778Z",
"medication": null,
"external_id": "184766",
"stock_date": "2021-11-16T00:00:00Z",
"reason": "quantity adjustment\nPRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 88731,
"uuid": "de574ce4-1689-4ea1-a419-41d1e59b97b0",
"is_deleted": false,
"code": null,
"name": "DEX SAL ADULT (5%+0.9%) 500ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "16449",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "9.5000",
"currency": "GHS",
"selling_price": "21.18",
"initial_quantity": 60,
"net_release_quantity": 12,
"in_hand_quantity": 12,
"total_cost_value": null,
"expiry_date": "2024-11-30",
"category": "medical-stock",
"created_at": "2021-12-30T20:13:42.140164Z",
"modified_at": "2023-04-09T11:11:04.544649Z",
"medication": null,
"external_id": "188132",
"stock_date": "2021-12-30T00:00:00Z",
"reason": "QUANTITY ADJUSTMENT\nPRICE ADJUSTMENT",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
},
{
"id": 87346,
"uuid": "8b6289cf-1464-4c6e-a9db-790e155ba74a",
"is_deleted": false,
"code": null,
"name": "PETHIDINE INJ.100MG/2ML",
"dosage_amount": null,
"dosage_unit": "g",
"dosage_form": "CAPSULE",
"batch_number": "IIL/ACC/WB/141/2021",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "31.5000",
"currency": "GHS",
"selling_price": "123.88",
"initial_quantity": 50,
"net_release_quantity": 4,
"in_hand_quantity": 4,
"total_cost_value": null,
"expiry_date": "2023-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:46:50.100567Z",
"modified_at": "2022-12-28T16:56:06.385001Z",
"medication": null,
"external_id": "177422",
"stock_date": "2021-08-13T00:00:00Z",
"reason": "price adjustment",
"revenue_tag_display": "Pharmacy",
"provider": "161380e9-22d3-4627-a97f-0f918ce3e4a9",
"revenue_tag": 1
}
]
}
Update an inventory item
This endpoint allows a practitioner to refer a patient to another hospital or practitioner
URL: {{base_url}}/providers/{{serenity_user_provider_id}}/pharmacy/inventory/{{item_id}}/
{
"id": 87543,
"uuid": "859f8bb6-c085-4cc5-bce4-0ac4162c739a",
"is_deleted": false,
"code": null,
"name": "SIRDALUD 2MG TAB",
"dosage_amount": "2",
"dosage_unit": "mg",
"dosage_form": "CAPSULES",
"batch_number": "ECL\\CRED\\1221",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "1.1200",
"currency": "GHS",
"selling_price": "2.016",
"initial_quantity": 720,
"net_release_quantity": 3,
"in_hand_quantity": "5",
"total_cost_value": null,
"expiry_date": "2022-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:48:29.814176Z",
"modified_at": "2022-01-13T10:17:01.529365Z",
"medication": "Sirdalud",
"external_id": "182968",
"stock_date": "2021-10-22T00:00:00Z",
"reason": "Inaccurate price and no quantity on Serenity (entered by Chris from call with Wilson. This is a real adjustment and not a test)"
}
{
"success": true,
"message": "Inventory item successfully updated",
"data": {
"id": 87543,
"uuid": "859f8bb6-c085-4cc5-bce4-0ac4162c739a",
"is_deleted": false,
"code": null,
"name": "SIRDALUD 2MG TAB",
"dosage_amount": "2",
"dosage_unit": "mg",
"dosage_form": "CAPSULES",
"batch_number": "ECL\\CRED\\1221",
"rate": null,
"purchase_tax_percentage": null,
"discount_percentage": null,
"unit_price": "1.1200",
"currency": "GHS",
"selling_price": "2.016",
"initial_quantity": 720,
"net_release_quantity": 3,
"in_hand_quantity": "5",
"total_cost_value": null,
"expiry_date": "2022-11-30",
"category": "medical-stock",
"created_at": "2021-12-04T22:48:29.814176Z",
"modified_at": "2022-01-13T10:17:01.529365Z",
"medication": "Sirdalud",
"external_id": "182968",
"stock_date": "2021-10-22T00:00:00Z",
"reason": "Inaccurate price and no quantity on Serenity (entered by Chris from call with Wilson. This is a real adjustment and not a test)"
},
"errors": ""
}