@kenyaemr/esm-billing-app 5.4.1-pre.1838 → 5.4.1-pre.1842
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +67 -67
- package/dist/{548.js → 202.js} +1 -1
- package/dist/202.js.map +1 -0
- package/dist/kenyaemr-esm-billing-app.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +28 -28
- package/dist/kenyaemr-esm-billing-app.js.map +1 -1
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/hooks/useFacilityLevel.ts +27 -0
- package/src/hooks/useInterventions.ts +54 -22
- package/src/hooks/usePackages.ts +4 -2
- package/dist/548.js.map +0 -1
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[{"component":"billableServicesHome","route":"billable-services"},{"component":"requirePaymentModal","routeRegex":"^patient/.+/chart","online":true,"offline":false}],"extensions":[{"component":"billingDashboardLink","name":"billing-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"billing","title":"billing","slot":"billing-dashboard-slot"}},{"component":"benefitsPackageDashboardLink","name":"benefits-package-dashboard-link","slot":"patient-chart-dashboard-slot","meta":{"name":"benefits-package","slot":"patient-chart-benefits-dashboard-slot","path":"insurance-benefits","columns":1,"columnSpan":1},"featureFlag":"healthInformationExchange"},{"component":"benefitsPackage","name":"benefits-package","slot":"patient-chart-benefits-dashboard-slot"},{"component":"root","name":"billing-dashboard-root","slot":"billing-dashboard-slot"},{"component":"benefitsEligibilyRequestForm","name":"benefits-eligibility-request-form"},{"component":"benefitsPreAuthForm","name":"benefits-pre-auth-form"},{"name":"billing-patient-summary","component":"billingPatientSummary","slot":"patient-chart-billing-dashboard-slot","order":10,"meta":{"columnSpan":4}},{"name":"billing-summary-dashboard-link","component":"billingSummaryDashboardLink","slot":"patient-chart-dashboard-slot","order":11,"meta":{"columns":1,"columnSpan":1,"slot":"patient-chart-billing-dashboard-slot","path":"Billing","layoutMode":"anchored"}},{"name":"billing-check-in-form","slot":"extra-visit-attribute-slot","component":"billingCheckInForm"},{"name":"require-billing-modal","component":"requirePaymentModal"},{"name":"patient-banner-billing-tags","component":"visitAttributeTags","slot":"patient-banner-tags-slot","order":2},{"name":"initiate-payment-modal","component":"initiatePaymentDialog"},{"name":"delete-billableservice-modal","component":"deleteBillableServiceModal"},{"name":"refund-bill-modal","component":"refundBillModal"},{"name":"delete-bill-modal","component":"deleteBillModal"},{"name":"lab-order-billable-item","component":"labOrder","slot":"top-of-lab-order-form-slot"},{"name":"procedure-order-billable-item","component":"procedureOrder","slot":"top-of-procedure-order-form-slot"},{"name":"imaging-order-billable-item","component":"imagingOrder","slot":"top-of-imaging-order-form-slot"},{"name":"price-info-order","component":"priceInfoOrder"},{"name":"drug-order-billable-item","component":"drugOrder","slot":"medication-info-slot"},{"name":"billing-test-order-action","component":"testOrderAction","slot":"tests-ordered-actions-slot","order":0},{"component":"billingOverviewLink","name":"billing-overview-link","order":0,"slot":"billing-dashboard-link-slot"},{"component":"paymentHistoryLink","name":"payment-history-link","slot":"billing-dashboard-link-slot"},{"component":"paymentPointsLink","name":"payment-points-link","slot":"billing-dashboard-link-slot"},{"component":"paymentModesLink","name":"payment-modes-link","slot":"billing-dashboard-link-slot"},{"component":"billManagerLink","name":"bill-manager-link","slot":"billing-dashboard-link-slot"},{"component":"chargeableItemsLink","name":"chargeable-items-link","slot":"billing-dashboard-link-slot"},{"component":"billableExemptionsLink","name":"billable-exemptions-link","slot":"billing-dashboard-link-slot"},{"component":"claimsManagementSideNavGroup","name":"claims-management-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"claims-management","title":"Claims management Overview","slot":"case-management-slot"},"featureFlag":"healthInformationExchange"},{"component":"claimsManagementOverviewDashboardLink","name":"claims-management-overview-link","order":0,"slot":"claims-management-dashboard-link-slot"},{"component":"preAuthRequestsDashboardLink","name":"preauthrequest-overview-link","slot":"claims-management-dashboard-link-slot"},{"component":"claimsOverview","name":"claims-overview-dashboard-link","slot":"claims-management-overview-slot"},{"component":"waiveBillActionButton","name":"waive-bill-action-button","slot":"bill-actions-slot"},{"component":"deleteBillActionButton","name":"delete-bill-action-button","slot":"bill-actions-slot"},{"component":"refundLineItem","name":"refund-line-item","slot":"bill-actions-overflow-menu-slot"},{"name":"edit-line-item","component":"editLineItem","slot":"bill-actions-overflow-menu-slot"},{"name":"cancel-line-item","component":"cancelLineItem","slot":"bill-actions-overflow-menu-slot"}],"workspaces":[{"name":"waive-bill-form","component":"waiveBillForm","title":"Waive Bill Form","type":"other-form"},{"name":"edit-bill-form","component":"editBillForm","title":"Edit Bill Form","type":"other-form"},{"name":"billable-service-form","component":"addServiceForm","title":"Create Charge Item Form","type":"other-form"},{"name":"commodity-form","component":"addCommodityForm","title":"Create Charge Item Form","type":"other-form"},{"name":"billing-form","component":"billingForm","title":"Billing Form","type":"other-form","width":"extra-wide"},{"name":"payment-mode-workspace","component":"paymentModeWorkspace","title":"Payment Mode Workspace","type":"other-form"},{"name":"cancel-bill-workspace","component":"cancelBillWorkspace","title":"Cancel Bill Workspace","type":"other-form"}],"modals":[{"name":"create-payment-point","component":"createPaymentPoint"},{"name":"clock-out-modal","component":"clockOut"},{"name":"bulk-import-billable-services-modal","component":"bulkImportBillableServicesModal"},{"name":"delete-payment-mode-modal","component":"deletePaymentModeModal"},{"name":"retry-claim-request-modal","component":"retryClaimRequestModal"},{"name":"paid-bill-receipt-print-preview-modal","component":"paidBillReceiptPrintPreviewModal"},{"name":"clock-in-modal","component":"clockIn"},{"name":"create-bill-item-modal","component":"createBillItemModal"}],"version":"5.4.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[{"component":"billableServicesHome","route":"billable-services"},{"component":"requirePaymentModal","routeRegex":"^patient/.+/chart","online":true,"offline":false}],"extensions":[{"component":"billingDashboardLink","name":"billing-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"billing","title":"billing","slot":"billing-dashboard-slot"}},{"component":"benefitsPackageDashboardLink","name":"benefits-package-dashboard-link","slot":"patient-chart-dashboard-slot","meta":{"name":"benefits-package","slot":"patient-chart-benefits-dashboard-slot","path":"insurance-benefits","columns":1,"columnSpan":1},"featureFlag":"healthInformationExchange"},{"component":"benefitsPackage","name":"benefits-package","slot":"patient-chart-benefits-dashboard-slot"},{"component":"root","name":"billing-dashboard-root","slot":"billing-dashboard-slot"},{"component":"benefitsEligibilyRequestForm","name":"benefits-eligibility-request-form"},{"component":"benefitsPreAuthForm","name":"benefits-pre-auth-form"},{"name":"billing-patient-summary","component":"billingPatientSummary","slot":"patient-chart-billing-dashboard-slot","order":10,"meta":{"columnSpan":4}},{"name":"billing-summary-dashboard-link","component":"billingSummaryDashboardLink","slot":"patient-chart-dashboard-slot","order":11,"meta":{"columns":1,"columnSpan":1,"slot":"patient-chart-billing-dashboard-slot","path":"Billing","layoutMode":"anchored"}},{"name":"billing-check-in-form","slot":"extra-visit-attribute-slot","component":"billingCheckInForm"},{"name":"require-billing-modal","component":"requirePaymentModal"},{"name":"patient-banner-billing-tags","component":"visitAttributeTags","slot":"patient-banner-tags-slot","order":2},{"name":"initiate-payment-modal","component":"initiatePaymentDialog"},{"name":"delete-billableservice-modal","component":"deleteBillableServiceModal"},{"name":"refund-bill-modal","component":"refundBillModal"},{"name":"delete-bill-modal","component":"deleteBillModal"},{"name":"lab-order-billable-item","component":"labOrder","slot":"top-of-lab-order-form-slot"},{"name":"procedure-order-billable-item","component":"procedureOrder","slot":"top-of-procedure-order-form-slot"},{"name":"imaging-order-billable-item","component":"imagingOrder","slot":"top-of-imaging-order-form-slot"},{"name":"price-info-order","component":"priceInfoOrder"},{"name":"drug-order-billable-item","component":"drugOrder","slot":"medication-info-slot"},{"name":"billing-test-order-action","component":"testOrderAction","slot":"tests-ordered-actions-slot","order":0},{"component":"billingOverviewLink","name":"billing-overview-link","order":0,"slot":"billing-dashboard-link-slot"},{"component":"paymentHistoryLink","name":"payment-history-link","slot":"billing-dashboard-link-slot"},{"component":"paymentPointsLink","name":"payment-points-link","slot":"billing-dashboard-link-slot"},{"component":"paymentModesLink","name":"payment-modes-link","slot":"billing-dashboard-link-slot"},{"component":"billManagerLink","name":"bill-manager-link","slot":"billing-dashboard-link-slot"},{"component":"chargeableItemsLink","name":"chargeable-items-link","slot":"billing-dashboard-link-slot"},{"component":"billableExemptionsLink","name":"billable-exemptions-link","slot":"billing-dashboard-link-slot"},{"component":"claimsManagementSideNavGroup","name":"claims-management-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"claims-management","title":"Claims management Overview","slot":"case-management-slot"},"featureFlag":"healthInformationExchange"},{"component":"claimsManagementOverviewDashboardLink","name":"claims-management-overview-link","order":0,"slot":"claims-management-dashboard-link-slot"},{"component":"preAuthRequestsDashboardLink","name":"preauthrequest-overview-link","slot":"claims-management-dashboard-link-slot"},{"component":"claimsOverview","name":"claims-overview-dashboard-link","slot":"claims-management-overview-slot"},{"component":"waiveBillActionButton","name":"waive-bill-action-button","slot":"bill-actions-slot"},{"component":"deleteBillActionButton","name":"delete-bill-action-button","slot":"bill-actions-slot"},{"component":"refundLineItem","name":"refund-line-item","slot":"bill-actions-overflow-menu-slot"},{"name":"edit-line-item","component":"editLineItem","slot":"bill-actions-overflow-menu-slot"},{"name":"cancel-line-item","component":"cancelLineItem","slot":"bill-actions-overflow-menu-slot"}],"workspaces":[{"name":"waive-bill-form","component":"waiveBillForm","title":"Waive Bill Form","type":"other-form"},{"name":"edit-bill-form","component":"editBillForm","title":"Edit Bill Form","type":"other-form"},{"name":"billable-service-form","component":"addServiceForm","title":"Create Charge Item Form","type":"other-form"},{"name":"commodity-form","component":"addCommodityForm","title":"Create Charge Item Form","type":"other-form"},{"name":"billing-form","component":"billingForm","title":"Billing Form","type":"other-form","width":"extra-wide"},{"name":"payment-mode-workspace","component":"paymentModeWorkspace","title":"Payment Mode Workspace","type":"other-form"},{"name":"cancel-bill-workspace","component":"cancelBillWorkspace","title":"Cancel Bill Workspace","type":"other-form"}],"modals":[{"name":"create-payment-point","component":"createPaymentPoint"},{"name":"clock-out-modal","component":"clockOut"},{"name":"bulk-import-billable-services-modal","component":"bulkImportBillableServicesModal"},{"name":"delete-payment-mode-modal","component":"deletePaymentModeModal"},{"name":"retry-claim-request-modal","component":"retryClaimRequestModal"},{"name":"paid-bill-receipt-print-preview-modal","component":"paidBillReceiptPrintPreviewModal"},{"name":"clock-in-modal","component":"clockIn"},{"name":"create-bill-item-modal","component":"createBillItemModal"}],"version":"5.4.1-pre.1842"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { FetchResponse, openmrsFetch, restBaseUrl } from '@openmrs/esm-framework';
|
|
2
|
+
import useSWR from 'swr';
|
|
3
|
+
|
|
4
|
+
export interface SHAFacilityStatus {
|
|
5
|
+
operationalStatus: string;
|
|
6
|
+
approved: string;
|
|
7
|
+
kephLevel: string;
|
|
8
|
+
shaFacilityId: string;
|
|
9
|
+
shaFacilityExpiryDate: string;
|
|
10
|
+
registrationNumber: string;
|
|
11
|
+
mflCode: string;
|
|
12
|
+
shaFacilityLicenseNumber: string;
|
|
13
|
+
facilityRegistryCode: string;
|
|
14
|
+
source: string;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
const useFacilityLevel = () => {
|
|
18
|
+
const url = `${restBaseUrl}/kenyaemr/sha-facility-status?synchronize=false`;
|
|
19
|
+
const { data, isLoading, error } = useSWR<FetchResponse<SHAFacilityStatus>>(url, openmrsFetch);
|
|
20
|
+
return {
|
|
21
|
+
isLoading,
|
|
22
|
+
error,
|
|
23
|
+
level: data?.data?.kephLevel,
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default useFacilityLevel;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { FetchResponse, openmrsFetch, restBaseUrl } from '@openmrs/esm-framework';
|
|
2
2
|
import useSWR from 'swr';
|
|
3
3
|
import { SHAIntervention } from '../types';
|
|
4
|
+
import useFacilityLevel from './useFacilityLevel';
|
|
5
|
+
import { useMemo } from 'react';
|
|
4
6
|
|
|
5
7
|
export type InterventionsFilter = {
|
|
6
8
|
package_code?: string;
|
|
@@ -53,33 +55,63 @@ export const useInterventions = (filters: InterventionsFilter) => {
|
|
|
53
55
|
});
|
|
54
56
|
};
|
|
55
57
|
|
|
58
|
+
const { error: facilityLevelError, isLoading: isLoadingFacilityLevel, level } = useFacilityLevel();
|
|
59
|
+
|
|
56
60
|
const url = `${restBaseUrl}/kenyaemr/sha-interventions${toQueryParams({
|
|
57
61
|
...filters,
|
|
58
62
|
synchronize: false,
|
|
59
63
|
})}`;
|
|
60
|
-
const { isLoading, error, data } = useSWR<
|
|
61
|
-
|
|
62
|
-
return
|
|
63
|
-
|
|
64
|
+
const { isLoading, error, data } = useSWR<FetchResponse<Data>>(url, openmrsFetch);
|
|
65
|
+
const interventions = useMemo(() => {
|
|
66
|
+
return data?.data?.data
|
|
67
|
+
?.filter((d) => {
|
|
68
|
+
// 1. Filter by package code (only if defined)
|
|
69
|
+
if (filters.package_code && d.interventionPackage !== filters.package_code) {
|
|
70
|
+
return false;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// 2. Filter by applicable gender (only if defined)
|
|
74
|
+
if (
|
|
75
|
+
filters.applicable_gender &&
|
|
76
|
+
d.insuranceSchemes?.some((s) =>
|
|
77
|
+
s.rules?.some(
|
|
78
|
+
(r) =>
|
|
79
|
+
r.ruleCode === 'applicable_gender' &&
|
|
80
|
+
r.value && // Ensure value exists
|
|
81
|
+
!['ALL', filters.applicable_gender].includes(r.value),
|
|
82
|
+
),
|
|
83
|
+
)
|
|
84
|
+
) {
|
|
85
|
+
return false;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// 3. Filter by levels applicable (only if level is defined)
|
|
89
|
+
if (
|
|
90
|
+
level &&
|
|
91
|
+
d.insuranceSchemes?.some((s) =>
|
|
92
|
+
s.rules?.some(
|
|
93
|
+
(r) =>
|
|
94
|
+
r.ruleCode === 'levels_applicable' &&
|
|
95
|
+
r.value && // Ensure value exists
|
|
96
|
+
!String(r.value).includes(level), // Convert to string to avoid array issues
|
|
97
|
+
),
|
|
98
|
+
)
|
|
99
|
+
) {
|
|
100
|
+
return false;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
return true; // Keep item if it passes all filters
|
|
104
|
+
})
|
|
105
|
+
?.map(({ interventionCode, interventionName, interventionPackage, interventionSubPackage }) => ({
|
|
106
|
+
interventionCode,
|
|
107
|
+
subCategoryBenefitsPackage: interventionSubPackage,
|
|
108
|
+
interventionName,
|
|
109
|
+
})) as SHAIntervention[];
|
|
110
|
+
}, [data, filters, level]); // Ensure proper memoization
|
|
64
111
|
|
|
65
112
|
return {
|
|
66
|
-
isLoading,
|
|
67
|
-
interventions
|
|
68
|
-
|
|
69
|
-
?.map(
|
|
70
|
-
({
|
|
71
|
-
interventionCode,
|
|
72
|
-
interventionName,
|
|
73
|
-
interventionPackage,
|
|
74
|
-
interventionSubPackage,
|
|
75
|
-
interventionDescription,
|
|
76
|
-
}) =>
|
|
77
|
-
({
|
|
78
|
-
interventionCode,
|
|
79
|
-
subCategoryBenefitsPackage: interventionSubPackage,
|
|
80
|
-
interventionName,
|
|
81
|
-
} as SHAIntervention),
|
|
82
|
-
),
|
|
83
|
-
error,
|
|
113
|
+
isLoading: isLoading || isLoadingFacilityLevel,
|
|
114
|
+
interventions,
|
|
115
|
+
error: error || facilityLevelError,
|
|
84
116
|
};
|
|
85
117
|
};
|
package/src/hooks/usePackages.ts
CHANGED
|
@@ -9,11 +9,13 @@ import { Package } from '../types';
|
|
|
9
9
|
const usePackages = () => {
|
|
10
10
|
const url = `${restBaseUrl}/kenyaemr/sha-benefits-package?synchronize=false`;
|
|
11
11
|
|
|
12
|
-
const { data, isLoading, error } = useSWR<
|
|
12
|
+
const { data, isLoading, error } = useSWR<
|
|
13
|
+
FetchResponse<{ data: Array<{ code: string; name: string; description?: string }> }>
|
|
14
|
+
>(url, openmrsFetch);
|
|
13
15
|
|
|
14
16
|
return {
|
|
15
17
|
isLoading,
|
|
16
|
-
packages: (data?.data.
|
|
18
|
+
packages: (data?.data.data ?? []).map(
|
|
17
19
|
(category) =>
|
|
18
20
|
({
|
|
19
21
|
uuid: `${category.code}`,
|