Skip to content

Commit 447940a

Browse files
authored
Merge pull request #2108 from ckote/PNC_Child
add metadata for MCH postnatal newborn examination form
2 parents f4b23c4 + d816d55 commit 447940a

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/MchMetadata.java

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public static final class _Form {
5555
public static final String MCHMS_PREVENTIVE_SERVICES = "d3ea25c7-a3e8-4f57-a6a9-e802c3565a30";
5656
public static final String MCHMS_DISCONTINUATION = "25935b9f-68ad-4e0c-9663-d2cacda82bbf";
5757
public static final String MCHMS_PARTOGRAPH = "3791e5b7-2cdc-44fc-982b-a81135367c96";
58+
public static final String MCHCS_POSTNATAL_NEWBORN_EXAMINATION = "503cc2df-1ea9-4a6e-bda1-195fc7783e59";
5859
}
5960

6061
public static final class _PatientIdentifierType {
@@ -85,6 +86,7 @@ public void install() {
8586
install(form("CWC Follow Up", "CWC-CS follow up form", _EncounterType.MCHCS_CONSULTATION, "2.0", _Form.MCHCS_FOLLOW_UP));
8687
install(form("Immunization", "CWC-CS immunization form", _EncounterType.MCHCS_IMMUNIZATION, "2.0", _Form.MCHCS_IMMUNIZATION));
8788
install(form("Child HEI outcomes", "MCH-CS HEI exit form", _EncounterType.MCHCS_HEI_COMPLETION, "1.0", _Form.MCHCS_HEI_COMPLETION));
89+
install(form("Postnatal Newborn Examination Form", "Form for examining a newborn baby", _EncounterType.MCHMS_CONSULTATION, "1.0", _Form.MCHCS_POSTNATAL_NEWBORN_EXAMINATION));
8890

8991
install(patientIdentifierType("HEI ID Number", "Assigned to a child patient when enrolling into HEI",
9092
null, null, null,

0 commit comments

Comments
 (0)