Skip to content

Commit 348d0c4

Browse files
authored
Merge pull request #2343 from palladiumkenya/KHP3-7943
KHP3-7943 (feat): Add Mortality Encounter type for death documentation
2 parents 1cd50f0 + 9b9683d commit 348d0c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/main/java/org/openmrs/module/kenyaemr/metadata/CommonMetadata.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ public static final class _EncounterType {
154154
public static final String NURSING_CARE_PLAN = "b6569074-3b8c-43ba-bd4a-98c445405035";
155155
public static final String AEFI_INVESTIGATION = "036a0ef4-8197-41ad-bfbf-802e79a14606";
156156
public static final String IN_PATIENT_ADMISSION = "e22e39fd-7db2-45e7-80f1-60fa0d5a4378";
157+
public static final String MORTALITY = "d5a9963b-5656-4c20-9b6b-1a195650c8d8";
157158
}
158159

159160
public static final class _Form {
@@ -421,6 +422,7 @@ public void install() {
421422
install(encounterType("Nursing Care Plan", "Nursing care plan encounter for a inpatient", _EncounterType.NURSING_CARE_PLAN));
422423
install(encounterType("AEFI Investigation", "AEFI Investigation encounter for a patient with adverse vaccine reaction", _EncounterType.AEFI_INVESTIGATION));
423424
install(encounterType("Admission", "Indicates that the patient has been admitted for inpatient care, and is not expected to leave the hospital unless discharged.", _EncounterType.IN_PATIENT_ADMISSION));
425+
install(encounterType("Mortality", "Records patient death details including date, time, cause of death", _EncounterType.MORTALITY));
424426

425427
boolean installForms = shouldInstallForms();
426428

0 commit comments

Comments
 (0)