@kenyaemr/esm-express-workflow-app 5.4.4-pre.299 → 5.4.4-pre.3

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.
Files changed (124) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/dist/126.js +1 -0
  3. package/dist/126.js.map +1 -0
  4. package/dist/2024.js +1 -1
  5. package/dist/2024.js.map +1 -1
  6. package/dist/2225.js +1 -1
  7. package/dist/2225.js.map +1 -1
  8. package/dist/2386.js +1 -0
  9. package/dist/2386.js.map +1 -0
  10. package/dist/2438.js +1 -1
  11. package/dist/2438.js.map +1 -1
  12. package/dist/4504.js +1 -0
  13. package/dist/4504.js.map +1 -0
  14. package/dist/4670.js +1 -0
  15. package/dist/4670.js.map +1 -0
  16. package/dist/4682.js +1 -1
  17. package/dist/4682.js.map +1 -1
  18. package/dist/5047.js +1 -0
  19. package/dist/5047.js.map +1 -0
  20. package/dist/586.js.map +1 -1
  21. package/dist/5986.js +1 -1
  22. package/dist/5986.js.map +1 -1
  23. package/dist/6075.js +1 -0
  24. package/dist/6075.js.map +1 -0
  25. package/dist/6328.js +1 -1
  26. package/dist/6328.js.map +1 -1
  27. package/dist/64.js +1 -0
  28. package/dist/64.js.map +1 -0
  29. package/dist/6456.js +1 -1
  30. package/dist/6720.js +1 -0
  31. package/dist/6720.js.map +1 -0
  32. package/dist/7607.js +1 -1
  33. package/dist/8566.js +1 -0
  34. package/dist/8566.js.map +1 -0
  35. package/dist/8727.js +1 -1
  36. package/dist/8799.js +1 -0
  37. package/dist/8799.js.map +1 -0
  38. package/dist/8911.js +1 -1
  39. package/dist/8911.js.map +1 -1
  40. package/dist/9157.js +1 -1
  41. package/dist/9157.js.map +1 -1
  42. package/dist/9161.js +1 -0
  43. package/dist/9161.js.map +1 -0
  44. package/dist/9182.js +1 -1
  45. package/dist/9343.js +1 -0
  46. package/dist/9343.js.map +1 -0
  47. package/dist/9535.js +1 -1
  48. package/dist/9535.js.map +1 -1
  49. package/dist/9834.js +1 -0
  50. package/dist/{4432.js.map → 9834.js.map} +1 -1
  51. package/dist/kenyaemr-esm-express-workflow-app.js +2 -2
  52. package/dist/kenyaemr-esm-express-workflow-app.js.buildmanifest.json +294 -151
  53. package/dist/kenyaemr-esm-express-workflow-app.js.map +1 -1
  54. package/dist/main.js +2 -2
  55. package/dist/main.js.map +1 -1
  56. package/dist/routes.json +1 -1
  57. package/package.json +1 -1
  58. package/src/components/admissions/index.tsx +0 -1
  59. package/src/components/anaesthetic/anaesthetic.component.tsx +10 -4
  60. package/src/components/anaesthetic/forms/interoperative-record-drug-given-form.component.tsx +2 -26
  61. package/src/components/anaesthetic/graphs/interoperative-record-drug-given-graph-wrapper.component.tsx +66 -25
  62. package/src/components/anaesthetic/resources/anaesthetic.resource.ts +2 -2
  63. package/src/components/consultation/clinical-encounter/clinical-encounter.component.tsx +4 -20
  64. package/src/components/consultation/index.ts +1 -1
  65. package/src/components/consultation/tabs/index.ts +67 -0
  66. package/src/components/facility-dashboard/components/header/home-header.component.tsx +8 -13
  67. package/src/components/laboratory/index.ts +11 -0
  68. package/src/components/laboratory/lab-table.component.tsx +25 -12
  69. package/src/components/laboratory/laboratory-tabs.component.tsx +3 -17
  70. package/src/components/pharmacy/index.ts +1 -1
  71. package/src/components/pharmacy/pharmacy-tabs.component.tsx +4 -20
  72. package/src/components/pharmacy/tabs/index.ts +21 -0
  73. package/src/components/procedures/index.ts +16 -0
  74. package/src/components/procedures/procedures-table.component.tsx +33 -15
  75. package/src/components/procedures/procedures-tabs.component.tsx +3 -22
  76. package/src/components/radiology-and-imaging/index.ts +11 -0
  77. package/src/components/radiology-and-imaging/radiology-and-imaging-table.component.tsx +35 -15
  78. package/src/components/radiology-and-imaging/radiology-and-imaging.component.tsx +3 -19
  79. package/src/components/registration/card/Local-card/local-card.component.tsx +3 -3
  80. package/src/components/registration/dependants/dependants.component.tsx +6 -1
  81. package/src/components/registration/end-visit-modal/end-visit-dialog.modal.tsx +320 -0
  82. package/src/components/registration/end-visit-modal/end-visit-dialog.scss +12 -0
  83. package/src/components/registration/end-visit-modal/end-visit.resource.tsx +59 -0
  84. package/src/components/registration/end-visit-modal/sha-end-visit.resource.ts +285 -0
  85. package/src/components/registration/start-visit-form/overflow-menu-extension/custom-end-active-visit.extension.tsx +44 -0
  86. package/src/components/registration/start-visit-form/start-visit-workspace/exported-visit-form.workspace.tsx +16 -11
  87. package/src/components/registration/type/index.ts +101 -0
  88. package/src/config-schema.ts +23 -1
  89. package/src/index.ts +36 -17
  90. package/src/routes.json +205 -12
  91. package/src/shared/otp-verification/index.ts +3 -0
  92. package/src/shared/otp-verification/otp-verification.modal.tsx +51 -17
  93. package/src/shared/patient-chart/patient-summary-dashboard/patient-summary-dashboard.component.tsx +5 -73
  94. package/src/shared/tabs/create-tab-extension.tsx +33 -0
  95. package/src/shared/tabs/extension-tabs.component.tsx +51 -33
  96. package/src/shared/utils/index.ts +6 -6
  97. package/translations/am.json +32 -24
  98. package/translations/en.json +23 -16
  99. package/translations/fr.json +23 -16
  100. package/translations/sw.json +23 -21
  101. package/Failed to delete encounter/am.json +0 -4
  102. package/Failed to delete encounter/en.json +0 -4
  103. package/Failed to delete encounter/fr.json +0 -4
  104. package/Failed to delete encounter/sw.json +0 -4
  105. package/dist/2332.js +0 -1
  106. package/dist/2332.js.map +0 -1
  107. package/dist/4432.js +0 -1
  108. package/dist/4666.js +0 -1
  109. package/dist/4666.js.map +0 -1
  110. package/dist/5733.js +0 -1
  111. package/dist/5733.js.map +0 -1
  112. package/dist/644.js +0 -1
  113. package/dist/644.js.map +0 -1
  114. package/dist/655.js +0 -1
  115. package/dist/655.js.map +0 -1
  116. package/dist/70.js +0 -1
  117. package/dist/70.js.map +0 -1
  118. package/dist/9387.js +0 -1
  119. package/dist/9387.js.map +0 -1
  120. package/src/components/admissions/admission-medication-summary.tsx +0 -302
  121. package/src/components/admissions/admissions-dashboard.utils.test.ts +0 -48
  122. package/src/components/admissions/admissions-dashboard.utils.tsx +0 -63
  123. package/src/shared/orders/OrdersTabs.tsx +0 -76
  124. /package/src/shared/{patient-chart/patient-summary-dashboard → tabs}/patient-summary-dashboard.scss +0 -0
@@ -2,7 +2,6 @@
2
2
  "accounting": "Accounting",
3
3
  "actions": "Actions",
4
4
  "activeMedications": "Active Medications",
5
- "activeMedicationsCount": "Active Medications",
6
5
  "activeVisitExists": "This patient already has an active visit",
7
6
  "add": "Add",
8
7
  "addAttachment": "Add attachment",
@@ -10,10 +9,6 @@
10
9
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
11
10
  "addMedicationOrder": "Add Medication Order",
12
11
  "addOrder": "Add Order",
13
- "administrationDurationValue": "Duration: {{value}}",
14
- "administrationFrequencyValue": "Frequency: {{value}}",
15
- "administrationRateValue": "Rate: {{value}}",
16
- "administrationVolumeValue": "Volume: {{value}}",
17
12
  "admissions": "Admissions",
18
13
  "Admitted/OPD": "Admitted/OPD Visits",
19
14
  "all": "All",
@@ -38,13 +33,16 @@
38
33
  "awaitingConsultation": "Awaiting consultation",
39
34
  "awaitingProcedure": "Awaiting Procedure",
40
35
  "back": "Back",
36
+ "biometricAgentNotReachable": "Biometric agent not running. Please start the agent on this workstation and try again.",
41
37
  "biometricAttemptsHelper": "How many times biometric capture has been attempted (use 0 if not applicable).",
42
38
  "biometricAttemptsLabel": "Biometric attempts",
43
39
  "biometricCapture": "Biometric capture",
44
40
  "biometricCaptureTitle": "Biometric capture",
45
41
  "biometricCreatingVisit": "Verified creating visit…",
42
+ "biometricEndingVisit": "Verified ending visit…",
46
43
  "biometricError": "Biometric error",
47
44
  "biometricHint": "Follow the on-screen instructions in the capture window.",
45
+ "biometricMissingNationalId": "Provider National ID not configured. Please add it to your provider profile.",
48
46
  "biometricNoEmbedUrl": "Biometric session did not return an embed URL.",
49
47
  "biometricRejected": "Biometric verification was rejected. You can try again or use OTP.",
50
48
  "biometricRetrying": "Restarting…",
@@ -74,18 +72,22 @@
74
72
  "checkStatusNow": "Check status now",
75
73
  "chooseAnOption": "Choose an option",
76
74
  "chooseIdentifierType": "Choose identifier type",
75
+ "claimProcessingError": "Error",
77
76
  "clearAll": "Clear All",
78
77
  "clearFilters": "Clear filters",
79
78
  "clientRegistry": "Client registry verification",
80
79
  "clientsPatientsAttendedTo": "Clients/Patients attended to",
81
80
  "clientsPatientsWaiting": "Clients/Patients waiting",
82
81
  "clinicalEncounter": "Clinical Encounter",
82
+ "clinicalEncounterTab": "Clinical Encounter",
83
+ "clinicalNotes": "Clinical Notes",
83
84
  "comingFrom": "Coming from",
84
85
  "completedProcedures": "Completed Procedures",
85
86
  "concentrationRate": "Concentration rate",
86
87
  "configureQueueRooms": "",
87
88
  "confirmationTxt": "Verify the phone number before OTP",
88
89
  "consultation": "Consultation",
90
+ "continue": "Continue",
89
91
  "continueWithCare": "Continue with care",
90
92
  "CRNumber": "CR Number",
91
93
  "customCheckin": "Check in",
@@ -103,9 +105,9 @@
103
105
  "diagnosisRequired": "Diagnosis is required",
104
106
  "diastolicBP": "BP Diastolic",
105
107
  "discard": "Discard",
108
+ "dischargeReason": "Discharge reason",
109
+ "dischargeReasonIntro": "Select the reason for ending this visit. You will then be asked to verify your identity.",
106
110
  "diseases": "Diseases",
107
- "dose": "Dose",
108
- "drug": "Drug",
109
111
  "drugOrderSaved": "Drug order saved",
110
112
  "drugOrderSavedToBackend": "Drug order has been saved to backend",
111
113
  "drugOrderSaveFailed": "Failed to save drug order",
@@ -118,7 +120,9 @@
118
120
  "Encounter deleted successfully": "",
119
121
  "encounterDate": "Encounter Date",
120
122
  "encounterDetails": "Encounter Details",
123
+ "endActiveVisitConfirmation": "Are you sure you want to end this active visit?",
121
124
  "endActiveVisitFirst": "You must end the current visit before starting a new one.",
125
+ "endCustomActiveVisit": "End Active Visit",
122
126
  "endDate": "End date",
123
127
  "endDateTimeRequired": "End date and time are required",
124
128
  "ended": "Ended",
@@ -126,6 +130,8 @@
126
130
  "endTimeFormat": "End time format",
127
131
  "endTimeMustBeAfterMostRecentEncounter": "End time must be on or after {{lastEncounterDatetime}}",
128
132
  "endTimeMustBeAfterStartTime": "End time must be after start time",
133
+ "endVisit_title": "End Visit",
134
+ "endVisitTitle": "End Visit",
129
135
  "enterConcentrationRate": "Enter 1, 2.3, 3%, 4.5%",
130
136
  "enterFluidsGiven": "Enter fluids given",
131
137
  "enterIdentifierNumber": "Enter identifier number",
@@ -152,14 +158,13 @@
152
158
  "etco2": "EtCO2",
153
159
  "Failed to load membrane amniotic fluid data": "",
154
160
  "Failed to save membrane amniotic fluid data": "",
155
- "failedToLoadDrugOrders": "Failed to load drug orders",
161
+ "failedToDeleteEncounter": "{{status}} {{statusText}}",
156
162
  "failedToSaveAnaestheticRecord": "Failed to save anaesthetic record",
157
163
  "failedToSaveDrugsIvFluids": "Failed to save drugs and IV fluids data",
158
164
  "failedToSavePartographyData": "Failed to save partography data: {{error}}",
159
165
  "failedToSavePostOperativeSummary": "Failed to save post operative summary data",
160
166
  "fieldRequired": "This field is required",
161
167
  "filters": "Filters",
162
- "fluidsAndParenteralNutritionSection": "Fluids and Parenteral Nutrition Section",
163
168
  "fluidsGiven": "Fluids given",
164
169
  "formView": "Form View",
165
170
  "futureEndTime": "End time cannot be in the future",
@@ -180,11 +185,11 @@
180
185
  "immunizations": "Immunizations",
181
186
  "inductionAirway": "Induction (Airway)",
182
187
  "inPatient": "In-Patient",
188
+ "insuranceClaimProcessingFailed": "Insurance claim processing failed",
183
189
  "interoperativeRecordDrugGiven": "Interoperative record",
184
190
  "inThePast": "In the past",
185
191
  "investigationAwaiting": "Investigation Awaiting",
186
192
  "investigationCompleted": "Investigation Completed",
187
- "itemAdministrationInstructions": "Item & Administration Instructions (Volume, Frequency, Rate, Duration)",
188
193
  "lab": "Lab",
189
194
  "labAwaiting": "Lab Awaiting",
190
195
  "labCompleted": "Lab Completed",
@@ -206,7 +211,6 @@
206
211
  "medication": "Medication",
207
212
  "medicationOrders": "Medication Orders",
208
213
  "medicationsGiven": "Medications given",
209
- "medicationSummary": "Medication Summary",
210
214
  "minimumCharacters": "Type at least 3 characters to search",
211
215
  "missingSubmitHandler": "No submit handler was provided for this form",
212
216
  "missingVisitType": "Missing visit type",
@@ -217,6 +221,7 @@
217
221
  "newPatientResults_other": "New patient(s) found ({{count}})",
218
222
  "nextPage": "Next page",
219
223
  "noAnaestheticRecordData": "No anaesthetic record data available",
224
+ "noCRNumber": "Patient has no SHA CR number.",
220
225
  "noDependentsFound": "No dependents found for this patient",
221
226
  "noEncounterTypeFound": "No encounter type found for graph: {{graphType}}",
222
227
  "noFilters": "No filters",
@@ -240,7 +245,6 @@
240
245
  "noValidObservations": "No valid observations to save",
241
246
  "noVisitTypesToDisplay": "No visit types to display",
242
247
  "numberofEmergencyCasesSeen": "Number of Emergency Cases Seen",
243
- "nursingTreatmentSheet": "Nursing Treatment Sheet",
244
248
  "offlineVisit": "Offline Visit",
245
249
  "ongoing": "Ongoing",
246
250
  "ongoingProcedures": "Ongoing Procedures",
@@ -259,6 +263,7 @@
259
263
  "otpExpiryInfo": "The OTP will be valid for {{minutes}} minutes after it is sent.",
260
264
  "otpFailedNotWhitelistedSubtitle": "Patient may not be receiving the SMS. Submit a whitelist request to bypass OTP for future visits.",
261
265
  "otpFailedRepeatedly": "OTP failed 3 times",
266
+ "otpFailedRetrySubtitle": "OTP failed multiple times. Please try again or use biometrics.",
262
267
  "otpFailedWhitelisted": "OTP not working?",
263
268
  "otpFailedWhitelistedSubtitle": "Try biometrics instead — biometric capture is available for whitelisted patients.",
264
269
  "otpRequestError": "Error requesting OTP",
@@ -270,7 +275,6 @@
270
275
  "partOfFormDidntLoad": "Part of the form did not load",
271
276
  "partographyDataSavedSuccessfully": "Partography data saved successfully",
272
277
  "pastMedications": "Past Medications",
273
- "pastMedicationsCount": "Past Medications",
274
278
  "patientAttended": "Patient attended to",
275
279
  "patientCategory": "Patient Category",
276
280
  "patientExamination": "Patient Examination",
@@ -278,7 +282,7 @@
278
282
  "patientManagement": "Patient Management",
279
283
  "patientMissingUuid": "Patient is missing a UUID",
280
284
  "patientsAwaiting": "Patient awaiting",
281
- "patientSummary": "Patient Summary",
285
+ "patientSummaryTab": "Patient Summary",
282
286
  "pendingMedicationOrders": "Pending Medication Orders",
283
287
  "pharmacy": "Pharmacy",
284
288
  "pharmacyOrdersDescription": "Active medication prescriptions awaiting pharmacist review and dispensing",
@@ -296,6 +300,7 @@
296
300
  "priority": "Priority",
297
301
  "priorityComment": "Priority Comment",
298
302
  "procedures": "Procedures",
303
+ "proceduresAndOrders": "Investigation & Orders",
299
304
  "proceduresAwaiting": "Procedures Awaiting",
300
305
  "proceduresCompleted": "Procedures Completed",
301
306
  "proceduresOrders": "Procedures Orders",
@@ -335,7 +340,6 @@
335
340
  "resultsOfOperationRequired": "Results of operation are required",
336
341
  "revisitPatientResults_one": "Revisit patient(s) ({{count}})",
337
342
  "revisitPatientResults_other": "Revisit patient(s) ({{count}})",
338
- "route": "Route",
339
343
  "save": "Save",
340
344
  "saveAnaestheticRecord": "Save anaesthetic record",
341
345
  "savedAnaestheticRecords": "Saved anaesthetic records",
@@ -365,6 +369,7 @@
365
369
  "secureAuthOtpOption": "One-Time Password (Whitelisting is a must) sent to your registered phone number or email",
366
370
  "secureAuthTitle": "Secure Patient Authentication",
367
371
  "selectAnOption": "Select an option",
372
+ "selectDischargeReason": "Select a reason",
368
373
  "selectIdentifierAndNumber": "Please select an identifier type and enter an identifier number",
369
374
  "selectLocation": "Select a location",
370
375
  "selectOrSearchDiagnosis": "Select from list or type at least 3 letters to search ICD-11 diagnosis",
@@ -438,6 +443,7 @@
438
443
  "visitDetails": "Visit Details",
439
444
  "visitDetailsUpdated": "Visit details updated",
440
445
  "visitDetailsUpdatedSuccessfully": "{{visit}} updated successfully",
446
+ "visitEnded": "Visit ended",
441
447
  "visitLocation": "Visit Location",
442
448
  "visitLocationRequired": "Visit location is required",
443
449
  "visitProvider": "Visit Provider",
@@ -481,5 +487,6 @@
481
487
  "whitelistStillPendingShort": "Request is still pending review. We will keep checking automatically.",
482
488
  "whitelistSubmitFailed": "Whitelist submission failed.",
483
489
  "whitelistWaitingTitle": "Waiting for whitelist approval",
484
- "yearsOld": "years old"
490
+ "yearsOld": "years old",
491
+ "youWillProcessTheClaim": "You will process the insurance claim for this visit."
485
492
  }
@@ -2,7 +2,6 @@
2
2
  "accounting": "Comptabilité",
3
3
  "actions": "Actions",
4
4
  "activeMedications": "Médicaments actifs",
5
- "activeMedicationsCount": "Médicaments actifs",
6
5
  "activeVisitExists": "Ce patient a déjà une visite active",
7
6
  "add": "Ajouter",
8
7
  "addAttachment": "Ajouter une pièce jointe",
@@ -10,10 +9,6 @@
10
9
  "additionalVisitInformationUpdatedSuccessfully": "Informations supplémentaires de la visite mises à jour avec succès",
11
10
  "addMedicationOrder": "Ajouter une prescription médicamenteuse",
12
11
  "addOrder": "Ajouter une prescription",
13
- "administrationDurationValue": "Durée : {{value}}",
14
- "administrationFrequencyValue": "Fréquence : {{value}}",
15
- "administrationRateValue": "Débit : {{value}}",
16
- "administrationVolumeValue": "Volume : {{value}}",
17
12
  "admissions": "Admissions",
18
13
  "Admitted/OPD": "Admissions/Consultations externes",
19
14
  "all": "Tous",
@@ -38,13 +33,16 @@
38
33
  "awaitingConsultation": "En attente de consultation",
39
34
  "awaitingProcedure": "En attente de procédure",
40
35
  "back": "Retour",
36
+ "biometricAgentNotReachable": "L’agent biométrique ne fonctionne pas. Veuillez démarrer l’agent sur ce poste de travail et réessayer.",
41
37
  "biometricAttemptsHelper": "Nombre de tentatives de capture biométrique effectuées (utilisez 0 si non applicable).",
42
38
  "biometricAttemptsLabel": "Tentatives biométriques",
43
39
  "biometricCapture": "Capture biométrique",
44
40
  "biometricCaptureTitle": "Capture biométrique",
45
41
  "biometricCreatingVisit": "Vérification et création de la visite…",
42
+ "biometricEndingVisit": "Verified ending visit…",
46
43
  "biometricError": "Erreur biométrique",
47
44
  "biometricHint": "Suivez les instructions affichées à l’écran dans la fenêtre de capture.",
45
+ "biometricMissingNationalId": "L’identifiant national du prestataire n’est pas configuré. Veuillez l’ajouter à votre profil de prestataire.",
48
46
  "biometricNoEmbedUrl": "La session biométrique n’a pas renvoyé d’URL intégrée.",
49
47
  "biometricRejected": "La vérification biométrique a été rejetée. Vous pouvez réessayer ou utiliser l’OTP.",
50
48
  "biometricRetrying": "Redémarrage…",
@@ -74,18 +72,22 @@
74
72
  "checkStatusNow": "Vérifier le statut maintenant",
75
73
  "chooseAnOption": "Choisissez une option",
76
74
  "chooseIdentifierType": "Choisissez un type d’identifiant",
75
+ "claimProcessingError": "Erreur de traitement de la demande",
77
76
  "clearAll": "Tout effacer",
78
77
  "clearFilters": "Effacer les filtres",
79
78
  "clientRegistry": "Vérification du registre client",
80
79
  "clientsPatientsAttendedTo": "Clients/Patients pris en charge",
81
80
  "clientsPatientsWaiting": "Clients/Patients en attente",
82
81
  "clinicalEncounter": "Consultation clinique",
82
+ "clinicalEncounterTab": "Consultation clinique",
83
+ "clinicalNotes": "Notes cliniques",
83
84
  "comingFrom": "Provenant de",
84
85
  "completedProcedures": "Procédures terminées",
85
86
  "concentrationRate": "Taux de concentration",
86
87
  "configureQueueRooms": "Configurer les salles de file d’attente",
87
88
  "confirmationTxt": "Vérifiez le numéro de téléphone avant l’OTP",
88
89
  "consultation": "Consultation",
90
+ "continue": "Continuer",
89
91
  "continueWithCare": "Continuer les soins",
90
92
  "CRNumber": "Numéro CR",
91
93
  "customCheckin": "Enregistrement",
@@ -103,9 +105,9 @@
103
105
  "diagnosisRequired": "Le diagnostic est requis",
104
106
  "diastolicBP": "PA diastolique",
105
107
  "discard": "Ignorer",
108
+ "dischargeReason": "Motif de sortie",
109
+ "dischargeReasonIntro": "Sélectionnez le motif pour mettre fin à cette visite. Il vous sera ensuite demandé de vérifier votre identité.",
106
110
  "diseases": "Maladies",
107
- "dose": "Dose",
108
- "drug": "Médicament",
109
111
  "drugOrderSaved": "Prescription enregistrée",
110
112
  "drugOrderSavedToBackend": "La prescription a été enregistrée dans le backend",
111
113
  "drugOrderSaveFailed": "Échec de l’enregistrement de la prescription",
@@ -118,7 +120,9 @@
118
120
  "Encounter deleted successfully": "Consultation supprimée avec succès",
119
121
  "encounterDate": "Date de la consultation",
120
122
  "encounterDetails": "Détails de la consultation",
123
+ "endActiveVisitConfirmation": "Êtes-vous sûr de vouloir mettre fin à cette visite active ?",
121
124
  "endActiveVisitFirst": "Vous devez terminer la visite en cours avant d’en commencer une nouvelle.",
125
+ "endCustomActiveVisit": "Terminer la visite active",
122
126
  "endDate": "Date de fin",
123
127
  "endDateTimeRequired": "La date et l’heure de fin sont requises",
124
128
  "ended": "Terminée",
@@ -126,6 +130,8 @@
126
130
  "endTimeFormat": "Format de l’heure de fin",
127
131
  "endTimeMustBeAfterMostRecentEncounter": "L’heure de fin doit être postérieure ou égale à {{lastEncounterDatetime}}",
128
132
  "endTimeMustBeAfterStartTime": "L’heure de fin doit être après l’heure de début",
133
+ "endVisit_title": "Terminer la visite",
134
+ "endVisitTitle": "Terminer la visite",
129
135
  "enterConcentrationRate": "Entrez 1, 2.3, 3%, 4.5%",
130
136
  "enterFluidsGiven": "Entrez les liquides administrés",
131
137
  "enterIdentifierNumber": "Entrer le numéro d’identifiant",
@@ -152,14 +158,13 @@
152
158
  "etco2": "EtCO2",
153
159
  "Failed to load membrane amniotic fluid data": "Échec du chargement des données du liquide amniotique",
154
160
  "Failed to save membrane amniotic fluid data": "Échec de l’enregistrement des données du liquide amniotique",
155
- "failedToLoadDrugOrders": "Échec du chargement des prescriptions",
161
+ "failedToDeleteEncounter": "{{status}} {{statusText}}",
156
162
  "failedToSaveAnaestheticRecord": "Échec de l’enregistrement du dossier anesthésique",
157
163
  "failedToSaveDrugsIvFluids": "Échec de l’enregistrement des données des médicaments et liquides IV",
158
164
  "failedToSavePartographyData": "Échec de l’enregistrement des données de partographie : {{error}}",
159
165
  "failedToSavePostOperativeSummary": "Échec de l’enregistrement des données du résumé postopératoire",
160
166
  "fieldRequired": "Ce champ est requis",
161
167
  "filters": "Filtres",
162
- "fluidsAndParenteralNutritionSection": "Section des liquides et de la nutrition parentérale",
163
168
  "fluidsGiven": "Liquides administrés",
164
169
  "formView": "Vue formulaire",
165
170
  "futureEndTime": "L’heure de fin ne peut pas être dans le futur",
@@ -180,11 +185,11 @@
180
185
  "immunizations": "Vaccinations",
181
186
  "inductionAirway": "Induction (voies respiratoires)",
182
187
  "inPatient": "Hospitalisation",
188
+ "insuranceClaimProcessingFailed": "Échec du traitement de la demande d’assurance",
183
189
  "interoperativeRecordDrugGiven": "Dossier interopératoire",
184
190
  "inThePast": "Dans le passé",
185
191
  "investigationAwaiting": "Examens en attente",
186
192
  "investigationCompleted": "Examens terminés",
187
- "itemAdministrationInstructions": "Article et instructions d’administration (Volume, Fréquence, Débit, Durée)",
188
193
  "lab": "Laboratoire",
189
194
  "labAwaiting": "Laboratoire en attente",
190
195
  "labCompleted": "Laboratoire terminé",
@@ -206,7 +211,6 @@
206
211
  "medication": "Médicament",
207
212
  "medicationOrders": "Prescriptions médicamenteuses",
208
213
  "medicationsGiven": "Médicaments administrés",
209
- "medicationSummary": "Résumé des médicaments",
210
214
  "minimumCharacters": "Tapez au moins 3 caractères pour rechercher",
211
215
  "missingSubmitHandler": "Aucun gestionnaire de soumission n’a été fourni pour ce formulaire",
212
216
  "missingVisitType": "Type de visite manquant",
@@ -218,6 +222,7 @@
218
222
  "newPatientResults_other": "Nouveau(x) patient(s) trouvé(s) ({{count}})",
219
223
  "nextPage": "Page suivante",
220
224
  "noAnaestheticRecordData": "Aucune donnée de dossier anesthésique disponible",
225
+ "noCRNumber": "Le patient n’a pas de numéro CR SHA.",
221
226
  "noDependentsFound": "Aucune personne à charge trouvée pour ce patient",
222
227
  "noEncounterTypeFound": "Aucun type de consultation trouvé pour le graphique : {{graphType}}",
223
228
  "noFilters": "Aucun filtre",
@@ -241,7 +246,6 @@
241
246
  "noValidObservations": "Aucune observation valide à enregistrer",
242
247
  "noVisitTypesToDisplay": "Aucun type de visite à afficher",
243
248
  "numberofEmergencyCasesSeen": "Nombre de cas d’urgence pris en charge",
244
- "nursingTreatmentSheet": "Feuille de traitement infirmier",
245
249
  "offlineVisit": "Visite hors ligne",
246
250
  "ongoing": "En cours",
247
251
  "ongoingProcedures": "Procédures en cours",
@@ -260,6 +264,7 @@
260
264
  "otpExpiryInfo": "L’OTP sera valide pendant {{minutes}} minutes après son envoi.",
261
265
  "otpFailedNotWhitelistedSubtitle": "Le patient ne reçoit peut-être pas le SMS. Soumettez une demande d’autorisation pour contourner l’OTP lors des prochaines visites.",
262
266
  "otpFailedRepeatedly": "Échec de l’OTP 3 fois",
267
+ "otpFailedRetrySubtitle": "OTP failed multiple times. Please try again or use biometrics.",
263
268
  "otpFailedWhitelisted": "OTP ne fonctionne pas ?",
264
269
  "otpFailedWhitelistedSubtitle": "Essayez plutôt la biométrie — la capture biométrique est disponible pour les patients autorisés.",
265
270
  "otpRequestError": "Erreur lors de la demande d’OTP",
@@ -271,7 +276,6 @@
271
276
  "partOfFormDidntLoad": "Une partie du formulaire ne s’est pas chargée",
272
277
  "partographyDataSavedSuccessfully": "Les données de partographie ont été enregistrées avec succès",
273
278
  "pastMedications": "Médicaments antérieurs",
274
- "pastMedicationsCount": "Médicaments antérieurs",
275
279
  "patientAttended": "Patient pris en charge",
276
280
  "patientCategory": "Catégorie du patient",
277
281
  "patientExamination": "Examen du patient",
@@ -279,7 +283,7 @@
279
283
  "patientManagement": "Prise en charge du patient",
280
284
  "patientMissingUuid": "Le patient n’a pas d’UUID",
281
285
  "patientsAwaiting": "Patients en attente",
282
- "patientSummary": "Résumé du patient",
286
+ "patientSummaryTab": "Résumé du patient",
283
287
  "pendingMedicationOrders": "Prescriptions en attente",
284
288
  "pharmacy": "Pharmacie",
285
289
  "pharmacyOrdersDescription": "Prescriptions actives en attente de validation et de délivrance par la pharmacie",
@@ -297,6 +301,7 @@
297
301
  "priority": "Priorité",
298
302
  "priorityComment": "Commentaire de priorité",
299
303
  "procedures": "Procédures",
304
+ "proceduresAndOrders": "Procédures et ordonnances",
300
305
  "proceduresAwaiting": "Procédures en attente",
301
306
  "proceduresCompleted": "Procédures terminées",
302
307
  "proceduresOrders": "Ordres de procédures",
@@ -337,7 +342,6 @@
337
342
  "revisitPatientResults_one": "Patient(s) en revisite ({{count}})",
338
343
  "revisitPatientResults_many": "Patients en revisite ({{count}})",
339
344
  "revisitPatientResults_other": "Patient(s) en revisite ({{count}})",
340
- "route": "Voie",
341
345
  "save": "Enregistrer",
342
346
  "saveAnaestheticRecord": "Enregistrer le dossier anesthésique",
343
347
  "savedAnaestheticRecords": "Dossiers anesthésiques enregistrés",
@@ -368,6 +372,7 @@
368
372
  "secureAuthOtpOption": "Mot de passe à usage unique (l’autorisation est obligatoire) envoyé à votre numéro de téléphone ou adresse e-mail enregistrés",
369
373
  "secureAuthTitle": "Authentification sécurisée du patient",
370
374
  "selectAnOption": "Sélectionnez une option",
375
+ "selectDischargeReason": "Sélectionnez un motif",
371
376
  "selectIdentifierAndNumber": "Veuillez sélectionner un type d’identifiant et entrer un numéro d’identifiant",
372
377
  "selectLocation": "Sélectionnez un emplacement",
373
378
  "selectOrSearchDiagnosis": "Sélectionnez dans la liste ou tapez au moins 3 lettres pour rechercher un diagnostic CIM-11",
@@ -441,6 +446,7 @@
441
446
  "visitDetails": "Détails de la visite",
442
447
  "visitDetailsUpdated": "Détails de la visite mis à jour",
443
448
  "visitDetailsUpdatedSuccessfully": "{{visit}} mis à jour avec succès",
449
+ "visitEnded": "Visite terminée",
444
450
  "visitLocation": "Lieu de visite",
445
451
  "visitLocationRequired": "Le lieu de visite est requis",
446
452
  "visitProvider": "Prestataire de visite",
@@ -484,5 +490,6 @@
484
490
  "whitelistStillPendingShort": "La demande est toujours en attente d’examen. Nous continuerons à vérifier automatiquement.",
485
491
  "whitelistSubmitFailed": "Échec de la soumission de l’autorisation.",
486
492
  "whitelistWaitingTitle": "En attente d’approbation de l’autorisation",
487
- "yearsOld": "ans"
493
+ "yearsOld": "ans",
494
+ "youWillProcessTheClaim": "Vous traiterez la demande d’assurance pour cette visite."
488
495
  }
@@ -2,7 +2,6 @@
2
2
  "accounting": "Accounting",
3
3
  "actions": "Actions",
4
4
  "activeMedications": "Active Medications",
5
- "activeMedicationsCount": "Active Medications",
6
5
  "activeVisitExists": "This patient already has an active visit",
7
6
  "add": "Add",
8
7
  "addAttachment": "Add attachment",
@@ -10,7 +9,6 @@
10
9
  "additionalVisitInformationUpdatedSuccessfully": "Additional visit information updated successfully",
11
10
  "addMedicationOrder": "Add Medication Order",
12
11
  "addOrder": "Add Order",
13
- "admissionRequest": "Admission request",
14
12
  "admissions": "Kulazwa",
15
13
  "Admitted/OPD": "Admitted/OPD Visits",
16
14
  "all": "All",
@@ -35,13 +33,16 @@
35
33
  "awaitingConsultation": "Awaiting consultation",
36
34
  "awaitingProcedure": "Awaiting Procedure",
37
35
  "back": "Back",
36
+ "biometricAgentNotReachable": "Biometric agent not running. Please start the agent on this workstation and try again.",
38
37
  "biometricAttemptsHelper": "How many times biometric capture has been attempted (use 0 if not applicable).",
39
38
  "biometricAttemptsLabel": "Biometric attempts",
40
39
  "biometricCapture": "Biometric capture",
41
40
  "biometricCaptureTitle": "Biometric capture",
42
41
  "biometricCreatingVisit": "Verified creating visit…",
42
+ "biometricEndingVisit": "Verified ending visit…",
43
43
  "biometricError": "Biometric error",
44
44
  "biometricHint": "Follow the on-screen instructions in the capture window.",
45
+ "biometricMissingNationalId": "Provider National ID not configured. Please add it to your provider profile.",
45
46
  "biometricNoEmbedUrl": "Biometric session did not return an embed URL.",
46
47
  "biometricRejected": "Biometric verification was rejected. You can try again or use OTP.",
47
48
  "biometricRetrying": "Restarting…",
@@ -71,19 +72,22 @@
71
72
  "checkStatusNow": "Check status now",
72
73
  "chooseAnOption": "Choose an option",
73
74
  "chooseIdentifierType": "Choose identifier type",
74
- "clear": "Clear",
75
+ "claimProcessingError": "Error",
75
76
  "clearAll": "Clear All",
76
77
  "clearFilters": "Clear filters",
77
78
  "clientRegistry": "Client registry verification",
78
79
  "clientsPatientsAttendedTo": "Clients/Patients attended to",
79
80
  "clientsPatientsWaiting": "Clients/Patients waiting",
80
81
  "clinicalEncounter": "Clinical Encounter",
82
+ "clinicalEncounterTab": "Mkutano wa Kliniki",
83
+ "clinicalNotes": "Maelezo ya Kliniki",
81
84
  "comingFrom": "Coming from",
82
85
  "completedProcedures": "Completed Procedures",
83
86
  "concentrationRate": "Concentration rate",
84
87
  "configureQueueRooms": "",
85
88
  "confirmationTxt": "Verify the phone number before OTP",
86
89
  "consultation": "Consultation",
90
+ "continue": "Continue",
87
91
  "continueWithCare": "Continue with care",
88
92
  "CRNumber": "CR Number",
89
93
  "customCheckin": "Check in",
@@ -101,9 +105,8 @@
101
105
  "diagnosisRequired": "Diagnosis is required",
102
106
  "diastolicBP": "BP Diastolic",
103
107
  "discard": "Discard",
104
- "diseases": "Magonjwa",
105
- "dose": "Dose",
106
- "drug": "Drug",
108
+ "dischargeReason": "Discharge reason",
109
+ "dischargeReasonIntro": "Select the reason for ending this visit. You will then be asked to verify your identity.",
107
110
  "diseases": "Diseases",
108
111
  "drugOrderSaved": "Drug order saved",
109
112
  "drugOrderSavedToBackend": "Drug order has been saved to backend",
@@ -117,7 +120,9 @@
117
120
  "Encounter deleted successfully": "",
118
121
  "encounterDate": "Encounter Date",
119
122
  "encounterDetails": "Encounter Details",
123
+ "endActiveVisitConfirmation": "Are you sure you want to end this active visit?",
120
124
  "endActiveVisitFirst": "You must end the current visit before starting a new one.",
125
+ "endCustomActiveVisit": "End Active Visit",
121
126
  "endDate": "End date",
122
127
  "endDateTimeRequired": "End date and time are required",
123
128
  "ended": "Ended",
@@ -125,6 +130,8 @@
125
130
  "endTimeFormat": "End time format",
126
131
  "endTimeMustBeAfterMostRecentEncounter": "End time must be on or after {{lastEncounterDatetime}}",
127
132
  "endTimeMustBeAfterStartTime": "End time must be after start time",
133
+ "endVisit_title": "End Visit",
134
+ "endVisitTitle": "End Visit",
128
135
  "enterConcentrationRate": "Enter 1, 2.3, 3%, 4.5%",
129
136
  "enterFluidsGiven": "Enter fluids given",
130
137
  "enterIdentifierNumber": "Enter identifier number",
@@ -151,6 +158,7 @@
151
158
  "etco2": "EtCO2",
152
159
  "Failed to load membrane amniotic fluid data": "",
153
160
  "Failed to save membrane amniotic fluid data": "",
161
+ "failedToDeleteEncounter": "{{status}} {{statusText}}",
154
162
  "failedToSaveAnaestheticRecord": "Failed to save anaesthetic record",
155
163
  "failedToSaveDrugsIvFluids": "Failed to save drugs and IV fluids data",
156
164
  "failedToSavePartographyData": "Failed to save partography data: {{error}}",
@@ -177,20 +185,11 @@
177
185
  "immunizations": "Immunizations",
178
186
  "inductionAirway": "Induction (Airway)",
179
187
  "inPatient": "In-Patient",
180
- "inpatientDetail": "Inpatient Detail",
188
+ "insuranceClaimProcessingFailed": "Insurance claim processing failed",
181
189
  "interoperativeRecordDrugGiven": "Interoperative record",
182
190
  "inThePast": "In the past",
183
191
  "investigationAwaiting": "Investigation Awaiting",
184
192
  "investigationCompleted": "Investigation Completed",
185
- "administrationVolume": "Kiasi",
186
- "administrationFrequency": "Marudio",
187
- "administrationRate": "Kasi",
188
- "administrationDuration": "Muda",
189
- "administrationVolumeValue": "Kiasi: {{value}}",
190
- "administrationFrequencyValue": "Marudio: {{value}}",
191
- "administrationRateValue": "Kasi: {{value}}",
192
- "administrationDurationValue": "Muda: {{value}}",
193
- "itemAdministrationInstructions": "Item & Administration Instructions (Volume, Frequency, Rate, Duration)",
194
193
  "lab": "Lab",
195
194
  "labAwaiting": "Lab Awaiting",
196
195
  "labCompleted": "Lab Completed",
@@ -222,6 +221,7 @@
222
221
  "newPatientResults_other": "New patient(s) found ({{count}})",
223
222
  "nextPage": "Next page",
224
223
  "noAnaestheticRecordData": "No anaesthetic record data available",
224
+ "noCRNumber": "Patient has no SHA CR number.",
225
225
  "noDependentsFound": "No dependents found for this patient",
226
226
  "noEncounterTypeFound": "No encounter type found for graph: {{graphType}}",
227
227
  "noFilters": "No filters",
@@ -245,7 +245,6 @@
245
245
  "noValidObservations": "No valid observations to save",
246
246
  "noVisitTypesToDisplay": "No visit types to display",
247
247
  "numberofEmergencyCasesSeen": "Number of Emergency Cases Seen",
248
- "nursingTreatmentSheet": "Nursing Treatment Sheet",
249
248
  "offlineVisit": "Offline Visit",
250
249
  "ongoing": "Ongoing",
251
250
  "ongoingProcedures": "Ongoing Procedures",
@@ -264,6 +263,7 @@
264
263
  "otpExpiryInfo": "The OTP will be valid for {{minutes}} minutes after it is sent.",
265
264
  "otpFailedNotWhitelistedSubtitle": "Patient may not be receiving the SMS. Submit a whitelist request to bypass OTP for future visits.",
266
265
  "otpFailedRepeatedly": "OTP failed 3 times",
266
+ "otpFailedRetrySubtitle": "OTP failed multiple times. Please try again or use biometrics.",
267
267
  "otpFailedWhitelisted": "OTP not working?",
268
268
  "otpFailedWhitelistedSubtitle": "Try biometrics instead — biometric capture is available for whitelisted patients.",
269
269
  "otpRequestError": "Error requesting OTP",
@@ -275,7 +275,6 @@
275
275
  "partOfFormDidntLoad": "Part of the form did not load",
276
276
  "partographyDataSavedSuccessfully": "Partography data saved successfully",
277
277
  "pastMedications": "Past Medications",
278
- "pastMedicationsCount": "Past Medications",
279
278
  "patientAttended": "Patient attended",
280
279
  "patientCategory": "Patient Category",
281
280
  "patientExamination": "Patient Examination",
@@ -283,7 +282,7 @@
283
282
  "patientManagement": "Patient Management",
284
283
  "patientMissingUuid": "Patient is missing a UUID",
285
284
  "patientsAwaiting": "Patient awaiting",
286
- "patientSummary": "Patient Summary",
285
+ "patientSummaryTab": "Muhtasari wa Mgonjwa",
287
286
  "pendingMedicationOrders": "Pending Medication Orders",
288
287
  "pharmacy": "Pharmacy",
289
288
  "pharmacyOrdersDescription": "Active medication prescriptions awaiting pharmacist review and dispensing",
@@ -301,6 +300,7 @@
301
300
  "priority": "Priority",
302
301
  "priorityComment": "Priority Comment",
303
302
  "procedures": "Procedures",
303
+ "proceduresAndOrders": "Taratibu na Maagizo",
304
304
  "proceduresAwaiting": "Procedures Awaiting",
305
305
  "proceduresCompleted": "Procedures Completed",
306
306
  "proceduresOrders": "Procedures Orders",
@@ -352,7 +352,6 @@
352
352
  "searchForAPatient": "Search for a patient",
353
353
  "searchForAVisitType": "Search for a visit type",
354
354
  "searching": "Searching...",
355
- "searchingDiagnosis": "Searching diagnosis...",
356
355
  "searchMedicationOrders": "Search medication orders",
357
356
  "searchPatients": "Search for Patient(s)",
358
357
  "searchPlaceholder": "Type to search (minimum 3 characters)...",
@@ -370,6 +369,7 @@
370
369
  "secureAuthOtpOption": "One-Time Password (Whitelisting is a must) sent to your registered phone number or email",
371
370
  "secureAuthTitle": "Secure Patient Authentication",
372
371
  "selectAnOption": "Select an option",
372
+ "selectDischargeReason": "Select a reason",
373
373
  "selectIdentifierAndNumber": "Please select an identifier type and enter an identifier number",
374
374
  "selectLocation": "Select a location",
375
375
  "selectOrSearchDiagnosis": "Select from list or type at least 3 letters to search ICD-11 diagnosis",
@@ -443,6 +443,7 @@
443
443
  "visitDetails": "Visit Details",
444
444
  "visitDetailsUpdated": "Visit details updated",
445
445
  "visitDetailsUpdatedSuccessfully": "{{visit}} updated successfully",
446
+ "visitEnded": "Visit ended",
446
447
  "visitLocation": "Visit Location",
447
448
  "visitLocationRequired": "Visit location is required",
448
449
  "visitProvider": "Visit Provider",
@@ -486,5 +487,6 @@
486
487
  "whitelistStillPendingShort": "Request is still pending review. We will keep checking automatically.",
487
488
  "whitelistSubmitFailed": "Whitelist submission failed.",
488
489
  "whitelistWaitingTitle": "Waiting for whitelist approval",
489
- "yearsOld": "years old"
490
+ "yearsOld": "years old",
491
+ "youWillProcessTheClaim": "You will process the insurance claim for this visit."
490
492
  }
@@ -1,4 +0,0 @@
1
- {
2
- " {{message}}": "",
3
- " {{status}} {{statusText}}": ""
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- " {{message}}": "",
3
- " {{status}} {{statusText}}": ""
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- " {{message}}": "",
3
- " {{status}} {{statusText}}": ""
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- " {{message}}": "",
3
- " {{status}} {{statusText}}": ""
4
- }