From b9761bbb4673d96a97df21eda746edd84ecc6c23 Mon Sep 17 00:00:00 2001 From: Nethmi Rodrigo <34070216+NethmiRodrigo@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:04:58 +0530 Subject: [PATCH] (chore) Sync fork with distro ref app(#30) * Update the billing concepts to add service types ConvSet (#857) Co-authored-by: Amos Laboso * Bump attachments to 3.5.0-SNAPSHOT * (feat) O3-3886: Demo Ward App in the Ref App (#851) * Update patient photo concept * Update stuctured_soap_note.json (#860) * (feat) O3-3886: Demo Ward App in the Ref App (#862) * update to latest release of EMR API and REST web services * Bump the legacyui module to 1.19.0-SNAPSHOT * Switch the legacyui module to version 1.19.0 * Switch the attachments module to version 3.5.0 * Bump the legacyui module to version 1.20.0 * (chore) set restrictByVisitLocationTag parameter to true (#869) * Finalize version updates * (feat) O3-4185: Add form for IPD admission (#864) * Bump openmrs core to version 2.6.10-SNAPSHOT * Bumping the legacyui module to 1.22.0-SNAPSHOT * Moving global properties in the globalproperties-core_demo.xml into the globalProperties tag (#872) * (chore) Add HIV forms and encounter types * (chore): Update frontend modules (#9) * (chore): Update logo and favicon (#15) * (chore): Revert to dev * (chore): Update translations and forms * (fix) Revert version updates and fix form logic (#28) * (fix) Revert version updates * (fix) Remove patient labs app * (fix) Fix logic in forms * (fix) Update global properties tag * Fixed versions that I messed up in the merge * Update forms * Update locations * Update version of core --------- Co-authored-by: Amos Laboso Co-authored-by: Amos Laboso Co-authored-by: dkayiwa Co-authored-by: Mark Goodrich Co-authored-by: Ian Co-authored-by: Wamathaga Kamau <94680676+WamathagaUCSF@users.noreply.github.com> Co-authored-by: mogoodrich Co-authored-by: Vineet Sharma Co-authored-by: Wikum Weerakutti --- .../ampathforms/DRC - DIAGNOSTICS.json | 2 +- .../DRC Case Contact Form v1.1.json | 2 +- .../DRC Clinical Visit Form v2.2.json | 2 +- .../DRC HIV Enrolment Form v1.2.json | 2 +- .../ampathforms/DRC Mini Dossier.json | 2 +- .../GOO1 DRC HIV Enrolment Form v1.3.1.json | 65 +- .../Patient Registration_Test_DRC.json | 2 +- .../TestResultsEntryFormv2-core_demo.json | 2 +- ...dult_return_visit_form_v1.6_core-demo.json | 2 +- .../ampathforms/covid19-core_demo.json | 2 +- .../ampathforms/ct_art_therapy_v1.0.json | 2 +- .../ampathforms/ct_cd4_lab_results_v1.0.json | 2 +- .../ampathforms/ct_clinical_visit_v1.0.json | 8925 ++++++++++++++++ .../ampathforms/ct_clinical_visit_v2.0.json | 9317 +++++++++++++++++ .../ampathforms/ct_clinical_visit_v2.1.json | 2 +- .../ampathforms/ct_contact_tracing_v1.0.json | 2 +- .../ampathforms/ct_death_v1.0.json | 2 +- .../ampathforms/ct_express_visit_v1.0.json | 2 +- .../ampathforms/ct_intimate_partner_v1.0.json | 2 +- .../ampathforms/ct_lab_results_v1.0.json | 2 +- .../ampathforms/ct_mental_health_v1.0.json | 3 +- .../ct_partner_notification_v1.0.json | 2 +- .../ampathforms/ct_patient_tracing_v1.0.json | 2 +- .../ampathforms/ct_pead_disclosure_v1.0.json | 2 +- .../ampathforms/ct_service_delivery_v1.0.json | 2 +- .../ct_service_enrolment_v1.0.json | 2151 ++++ .../ct_service_enrolment_v1.1.json | 2 +- .../ampathforms/ct_transfer_out_v1.0.json | 4 +- .../ct_viral_load_request_v1.0.json | 2 +- .../ct_viral_load_results_v1.0.json | 2 +- .../ampathforms/ipd_admission_request.json | 67 + .../soap_note_template-core_demo.json | 3 +- .../ampathforms/stuctured_soap_note.json | 2 +- .../ampathforms/surgery-core_demo.json | 2 +- .../dispositions/dispositionConfig.json | 26 + .../encountertypes_core-demo.csv | 6 +- .../globalproperties-core_demo.xml | 1 - .../locations/locations-core_demo.csv | 22 +- .../locationtags/locationtags-core_demo.csv | 3 + .../metadatatermmappings-core_demo.csv | 10 +- ...oexpand-202410302350.2024-10-30_204428.zip | Bin 0 -> 84112 bytes ...oexpand-202410101138.2024-10-04_213540.zip | Bin 76305 -> 0 bytes ...4.0_autoexpand-1.4.0.2024-10-19_015216.zip | Bin 0 -> 14419 bytes ...s_PD_v6_autoexpand-6.2024-06-04_140244.zip | Bin 1678 -> 0 bytes ...s_PD_v7_autoexpand-7.2024-06-04_200232.zip | Bin 0 -> 1660 bytes distro/distro.properties | 4 + distro/pom.xml | 47 +- frontend/config-core_demo.json | 12 +- frontend/spa-assemble-config.json | 4 +- pom.xml | 4 +- 50 files changed, 20647 insertions(+), 79 deletions(-) create mode 100644 distro/configuration/ampathforms/ct_clinical_visit_v1.0.json create mode 100644 distro/configuration/ampathforms/ct_clinical_visit_v2.0.json create mode 100644 distro/configuration/ampathforms/ct_service_enrolment_v1.0.json create mode 100644 distro/configuration/ampathforms/ipd_admission_request.json create mode 100644 distro/configuration/dispositions/dispositionConfig.json create mode 100644 distro/configuration/ocl/openmrs_Billing_202410302350_autoexpand-202410302350.2024-10-30_204428.zip delete mode 100644 distro/configuration/ocl/openmrs_Billing_v202410101138_autoexpand-202410101138.2024-10-04_213540.zip create mode 100644 distro/configuration/ocl/openmrs_IPD-DEMO_v1.4.0_autoexpand-1.4.0.2024-10-19_015216.zip delete mode 100644 distro/configuration/ocl/openmrs_PD_v6_autoexpand-6.2024-06-04_140244.zip create mode 100644 distro/configuration/ocl/openmrs_PD_v7_autoexpand-7.2024-06-04_200232.zip diff --git a/distro/configuration/ampathforms/DRC - DIAGNOSTICS.json b/distro/configuration/ampathforms/DRC - DIAGNOSTICS.json index c3709fde2..a184c7f96 100644 --- a/distro/configuration/ampathforms/DRC - DIAGNOSTICS.json +++ b/distro/configuration/ampathforms/DRC - DIAGNOSTICS.json @@ -271,4 +271,4 @@ "encounter": "Adult Visit", "allowUnspecifiedAll": false, "description": "This section captures HIV related diagnostics and other diagnostics" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/DRC Case Contact Form v1.1.json b/distro/configuration/ampathforms/DRC Case Contact Form v1.1.json index 69c6fdfba..668dd4f49 100644 --- a/distro/configuration/ampathforms/DRC Case Contact Form v1.1.json +++ b/distro/configuration/ampathforms/DRC Case Contact Form v1.1.json @@ -1140,4 +1140,4 @@ "encounter": "Contact Tracing Form", "allowUnspecifiedAll": true, "description": "A form used to collect case contact information" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/DRC Clinical Visit Form v2.2.json b/distro/configuration/ampathforms/DRC Clinical Visit Form v2.2.json index 7cc973808..cc1bb2e73 100644 --- a/distro/configuration/ampathforms/DRC Clinical Visit Form v2.2.json +++ b/distro/configuration/ampathforms/DRC Clinical Visit Form v2.2.json @@ -9296,4 +9296,4 @@ "encounter": "Clinical Visit", "allowUnspecifiedAll": true, "description": "DRC POC Clinical Visit Form v2 revised - embedded forms removed " -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/DRC HIV Enrolment Form v1.2.json b/distro/configuration/ampathforms/DRC HIV Enrolment Form v1.2.json index ca4f4ab02..7231dfead 100644 --- a/distro/configuration/ampathforms/DRC HIV Enrolment Form v1.2.json +++ b/distro/configuration/ampathforms/DRC HIV Enrolment Form v1.2.json @@ -2052,4 +2052,4 @@ "encounter": "Care and Treatment Service Enrolment", "allowUnspecifiedAll": false, "description": "HIV information" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/DRC Mini Dossier.json b/distro/configuration/ampathforms/DRC Mini Dossier.json index 0c7d29a89..59ce1e599 100644 --- a/distro/configuration/ampathforms/DRC Mini Dossier.json +++ b/distro/configuration/ampathforms/DRC Mini Dossier.json @@ -200,4 +200,4 @@ "referencedForms": [], "uuid": "a49a563c-3636-437f-b319-c8106ad8f0f0", "description": "This form captures info about the client around psychosocial care" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/GOO1 DRC HIV Enrolment Form v1.3.1.json b/distro/configuration/ampathforms/GOO1 DRC HIV Enrolment Form v1.3.1.json index 897e973b4..ce54f9858 100644 --- a/distro/configuration/ampathforms/GOO1 DRC HIV Enrolment Form v1.3.1.json +++ b/distro/configuration/ampathforms/GOO1 DRC HIV Enrolment Form v1.3.1.json @@ -788,42 +788,77 @@ "label": "Stade clinique du patient", "type": "obs", "required": true, - "id": "stade_clinic", + "id": "stadeClinic", "questionOptions": { "rendering": "select", - "concept": "153b1513-4c90-4a72-9de4-65895eabd901", + "concept": "5356AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "conceptMappings": [ { - "relationship": "NARROWER-THAN", + "relationship": "SAME-AS", + "type": "PIH", + "value": "1480" + }, + { + "relationship": "SAME-AS", + "type": "PIH-Malawi", + "value": "7562" + }, + { + "relationship": "SAME-AS", "type": "SNOMED CT", - "value": "363787002" + "value": "385354005" }, { "relationship": "SAME-AS", "type": "CIEL", - "value": "169422" + "value": "5356" + }, + { + "relationship": "SAME-AS", + "type": "AMPATH", + "value": "5356" + }, + { + "relationship": "BROADER-THAN", + "type": "LOINC", + "value": "45233-4" } ], "answers": [ { - "concept": "3ac694b2-df54-4b8c-9b45-439f0a9efc7d", - "label": "Full HIV disclosure, stage 1" + "concept": "1220AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 1 peds" + }, + { + "concept": "1204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 1 adult" + }, + { + "concept": "1205AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 2 adult" }, { - "concept": "384dab1e-6d65-465b-9c7a-d9be9d088686", - "label": "Full HIV disclosure, stage 2" + "concept": "1221AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 2 peds" }, { - "concept": "7a9c374f-4728-4ed8-9c85-f5b5b5b7e364", - "label": "Full HIV disclosure, stage 3" + "concept": "1206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 3 adult" }, { - "concept": "35a41383-a33a-4be5-93fc-038170776558", - "label": "Full HIV disclosure, stage 4" + "concept": "1222AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 3 peds" + }, + { + "concept": "1207AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 4 adult" + }, + { + "concept": "1223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 4 peds" } ] - }, - "validators": [] + } } ] } diff --git a/distro/configuration/ampathforms/Patient Registration_Test_DRC.json b/distro/configuration/ampathforms/Patient Registration_Test_DRC.json index afb15c360..20157c4d9 100644 --- a/distro/configuration/ampathforms/Patient Registration_Test_DRC.json +++ b/distro/configuration/ampathforms/Patient Registration_Test_DRC.json @@ -188,4 +188,4 @@ "referencedForms": [], "uuid": "1f11a80b-2fd2-425e-9294-7e4905a56e36", "description": "captures patient data" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/TestResultsEntryFormv2-core_demo.json b/distro/configuration/ampathforms/TestResultsEntryFormv2-core_demo.json index f9a4736b0..80a4b9992 100644 --- a/distro/configuration/ampathforms/TestResultsEntryFormv2-core_demo.json +++ b/distro/configuration/ampathforms/TestResultsEntryFormv2-core_demo.json @@ -2202,4 +2202,4 @@ "encounterType": "", "referencedForms": [], "uuid": "" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ampath_poc_adult_return_visit_form_v1.6_core-demo.json b/distro/configuration/ampathforms/ampath_poc_adult_return_visit_form_v1.6_core-demo.json index 094b3b2a4..c38c58c0d 100644 --- a/distro/configuration/ampathforms/ampath_poc_adult_return_visit_form_v1.6_core-demo.json +++ b/distro/configuration/ampathforms/ampath_poc_adult_return_visit_form_v1.6_core-demo.json @@ -7822,4 +7822,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/covid19-core_demo.json b/distro/configuration/ampathforms/covid19-core_demo.json index 2f91ea38f..33673e1ae 100644 --- a/distro/configuration/ampathforms/covid19-core_demo.json +++ b/distro/configuration/ampathforms/covid19-core_demo.json @@ -197,4 +197,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_art_therapy_v1.0.json b/distro/configuration/ampathforms/ct_art_therapy_v1.0.json index fbff907a9..f1b2adc6a 100644 --- a/distro/configuration/ampathforms/ct_art_therapy_v1.0.json +++ b/distro/configuration/ampathforms/ct_art_therapy_v1.0.json @@ -2568,4 +2568,4 @@ "encounterType": "74bf4fe6-8fdb-4228-be39-680a93a9cf6d", "encounter": "ART Therapy", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_cd4_lab_results_v1.0.json b/distro/configuration/ampathforms/ct_cd4_lab_results_v1.0.json index 5c7dc3258..02d9272a5 100644 --- a/distro/configuration/ampathforms/ct_cd4_lab_results_v1.0.json +++ b/distro/configuration/ampathforms/ct_cd4_lab_results_v1.0.json @@ -164,4 +164,4 @@ "encounter": "CD4 Lab results", "allowUnspecifiedAll": true, "description": "A form used to collect CD4 lab results" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_clinical_visit_v1.0.json b/distro/configuration/ampathforms/ct_clinical_visit_v1.0.json new file mode 100644 index 000000000..55516d9e4 --- /dev/null +++ b/distro/configuration/ampathforms/ct_clinical_visit_v1.0.json @@ -0,0 +1,8925 @@ +{ + "name": "POC Clinical Visit Form", + "version": "1", + "published": true, + "retired": false, + "pages": [ + { + "label": "Patient Details", + "sections": [ + { + "label": "Visit Details", + "isExpanded": "true", + "questions": [ + { + "label": "Encounter date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "163137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "dateOfEncounter" + }, + { + "label": "Scheduled visit", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1246AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "label": "Yes", + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + { + "label": "No", + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" + } + ], + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1246" + }, + { + "type": "SNOMED-CT", + "value": "416151008" + }, + { + "type": "PIH", + "value": "1246" + }, + { + "type": "SNOMED-MVP", + "value": "12461000105003" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "scheduledVisit" + }, + { + "label": "Visit type", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "8a9809e9-8a0b-4e0e-b1f6-80b0cbbe361b", + "answers": [ + { + "concept": "166446AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Express pharmacy pickup without clinician visit", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "373784005" + }, + { + "type": "KenyaEMR", + "value": "164946" + } + ] + }, + { + "concept": "160523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Follow-up Visit, Regular", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "185389009" + }, + { + "type": "PIH-Malawi", + "value": "6193" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "visitScheduled" + } + ] + } + ] + }, + { + "label": "Presenting Complaints", + "sections": [ + { + "label": "History of Presenting Complaints", + "isExpanded": "true", + "questions": [ + { + "label": "Any complaints?", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1154AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "label": "Yes", + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + { + "label": "No", + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" + } + ] + }, + "id": "presentingComplaints" + }, + { + "label": "Chief complaints", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "f2ff2d1c-25e6-4143-9000-89633a932c2f", + "answers": [ + { + "concept": "151AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abdominal pain", + "conceptMappings": [] + }, + { + "concept": "148035AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Back pain", + "conceptMappings": [] + }, + { + "concept": "120749AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Chest pain", + "conceptMappings": [] + }, + { + "concept": "143264AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cough", + "conceptMappings": [] + }, + { + "concept": "871AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Chills", + "conceptMappings": [] + }, + { + "concept": "120345AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Confusion", + "conceptMappings": [] + }, + { + "concept": "113054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Convulsions", + "conceptMappings": [] + }, + { + "concept": "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Depression", + "conceptMappings": [ + { + "type": "ICPC2", + "value": "P76" + }, + { + "type": "ICD-10-WHO", + "value": "F32.9" + }, + { + "type": "PIH", + "value": "207" + }, + { + "type": "SNOMED-CT", + "value": "35489007" + }, + { + "type": "IMO-ProblemIT", + "value": "41696" + }, + { + "type": "IMO-ProblemIT", + "value": "41696" + }, + { + "type": "AMPATH", + "value": "6038" + }, + { + "type": "AMPATH", + "value": "207" + }, + { + "type": "ICD-10-WHO", + "value": "F32.9" + }, + { + "type": "PIH", + "value": "207" + }, + { + "type": "SNOMED-CT", + "value": "35489007" + }, + { + "type": "AMPATH", + "value": "6038" + }, + { + "type": "AMPATH", + "value": "207" + } + ] + }, + { + "concept": "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Diarrhea", + "conceptMappings": [] + }, + { + "concept": "142247AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Discharge from Penis", + "conceptMappings": [] + }, + { + "concept": "141830AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dizziness and Giddiness", + "conceptMappings": [] + }, + { + "concept": "141585AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Ear Problem", + "conceptMappings": [] + }, + { + "concept": "141128AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Epigastric pain", + "conceptMappings": [] + }, + { + "concept": "140941AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Excessive Sweating", + "conceptMappings": [] + }, + { + "concept": "114399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Facial Pain", + "conceptMappings": [] + }, + { + "concept": "140238AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fever", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "27348" + }, + { + "type": "PIH", + "value": "3722" + }, + { + "type": "SNOMED-CT", + "value": "386661006" + }, + { + "type": "3BT", + "value": "10049305" + }, + { + "type": "AMPATH", + "value": "157" + }, + { + "type": "AMPATH", + "value": "5945" + }, + { + "type": "ICPC2", + "value": "A03" + }, + { + "type": "PIH", + "value": "5945" + }, + { + "type": "ICD-10-WHO", + "value": "R50.9" + } + ] + }, + { + "concept": "140070AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Flank Pain", + "conceptMappings": [] + }, + { + "concept": "139084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Headache", + "conceptMappings": [] + }, + { + "concept": "117698AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Hearing Loss", + "conceptMappings": [] + }, + { + "concept": "136455AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Itching", + "conceptMappings": [] + }, + { + "concept": "114395AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Leg Pain", + "conceptMappings": [] + }, + { + "concept": "135595AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Loss of Appetite", + "conceptMappings": [] + }, + { + "concept": "121657AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Memory Loss", + "conceptMappings": [] + }, + { + "concept": "116334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lethargy", + "conceptMappings": [] + }, + { + "concept": "111721AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Mouth ulceration", + "conceptMappings": [] + }, + { + "concept": "133632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Muscle pain", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "6034" + }, + { + "type": "IMO-ProblemIT", + "value": "27371" + }, + { + "type": "SNOMED-CT", + "value": "68962001" + } + ] + }, + { + "concept": "5978AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Nausea", + "conceptMappings": [] + }, + { + "concept": "133469AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Neck Pain", + "conceptMappings": [] + }, + { + "concept": "133027AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Night sweats", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "42984000" + }, + { + "type": "PIH", + "value": "6029" + }, + { + "type": "3BT", + "value": "10063085" + }, + { + "type": "AMPATH", + "value": "6029" + }, + { + "type": "ICPC2", + "value": "A09" + }, + { + "type": "IMO-ProblemIT", + "value": "50760" + } + ] + }, + { + "concept": "132653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Numbness of Foot", + "conceptMappings": [] + }, + { + "concept": "131040AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain in Eye", + "conceptMappings": [] + }, + { + "concept": "116558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain in Joint", + "conceptMappings": [] + }, + { + "concept": "131034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain in pelvis", + "conceptMappings": [] + }, + { + "concept": "131032AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain in Scrotum", + "conceptMappings": [] + }, + { + "concept": "131021AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain of Breast", + "conceptMappings": [] + }, + { + "concept": "131015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Painful Mouth", + "conceptMappings": [] + }, + { + "concept": "512AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Rash", + "conceptMappings": [] + }, + { + "concept": "127777AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Red eye", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "75705005" + }, + { + "type": "PIH", + "value": "3692" + }, + { + "type": "IMO-ProblemIT", + "value": "75075" + } + ] + }, + { + "concept": "154311AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "rectal discharge", + "conceptMappings": [] + }, + { + "concept": "113224AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Rhinitis", + "conceptMappings": [] + }, + { + "concept": "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Seizure", + "conceptMappings": [] + }, + { + "concept": "141600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Shortness of breath", + "conceptMappings": [] + }, + { + "concept": "126535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Shoulder Pain", + "conceptMappings": [] + }, + { + "concept": "158843AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sore throat", + "conceptMappings": [ + { + "type": "ICPC2", + "value": "R74" + }, + { + "type": "SNOMED-CT", + "value": "267102003" + }, + { + "type": "3BT", + "value": "10048507" + }, + { + "type": "IMO-ProblemIT", + "value": "89743" + } + ] + }, + { + "concept": "125225AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Swallowing Painful", + "conceptMappings": [] + }, + { + "concept": "125198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Swollen Feet", + "conceptMappings": [] + }, + { + "concept": "112200AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Tremor", + "conceptMappings": [] + }, + { + "concept": "160208AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Urinary symptoms", + "conceptMappings": [] + }, + { + "concept": "147232AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vaginal bleeding", + "conceptMappings": [] + }, + { + "concept": "123396AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vaginal discharge", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "27625" + }, + { + "type": "AMPATH", + "value": "5993" + }, + { + "type": "SNOMED-CT", + "value": "271939006" + }, + { + "type": "ICD-10-WHO", + "value": "N89.8" + }, + { + "type": "ICPC2", + "value": "X14" + }, + { + "type": "IMO-ProblemIT", + "value": "32928273" + }, + { + "type": "CIEL", + "value": "123396" + }, + { + "type": "AMPATH", + "value": "5993" + }, + { + "type": "IMO-ProblemIT", + "value": "27625" + }, + { + "type": "3BT", + "value": "10102961" + }, + { + "type": "3BT", + "value": "10102961" + }, + { + "type": "IMO-ProblemIT", + "value": "32928273" + }, + { + "type": "IMO-ProblemIT", + "value": "21649296" + }, + { + "type": "SNOMED-CT", + "value": "271939006" + }, + { + "type": "CIEL", + "value": "123396" + }, + { + "type": "IMO-ProblemIT", + "value": "21649296" + } + ] + }, + { + "concept": "5953AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vision difficulties", + "conceptMappings": [] + }, + { + "concept": "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vomiting", + "conceptMappings": [] + }, + { + "concept": "832AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Weight loss", + "conceptMappings": [] + } + ] + }, + "id": "cheifComplaint" + }, + { + "label": "Presenting Complaints Notes", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "160531AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "id": "presentingComplaintNotes" + } + ] + } + ] + }, + { + "label": "Past Medical History", + "sections": [ + { + "label": "Chronic Conditions", + "isExpanded": "true", + "questions": [ + { + "id": "patientConditionsGroup", + "label": "Patient Conditions", + "type": "obsGroup", + "questionOptions": { + "rendering": "repeating", + "concept": "8acba1d1-67cc-422c-961e-86d6b47bc45b" + }, + "questions": [ + { + "label": "Condition", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "condition" + } + ] + } + ] + }, + { + "label": "Allergies", + "isExpanded": "true", + "questions": [ + { + "id": "patientAllergyGroup", + "label": "Patient Allergies", + "type": "obsGroup", + "questionOptions": { + "rendering": "repeating", + "concept": "8acba1d1-67cc-422c-961e-86d6b47bc45b" + }, + "questions": [ + { + "label": "Allergen", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "7f91dd90-f0db-4970-91c7-90091329c755", + "answers": [ + { + "concept": "152952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Environmental Allergies", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "426232007" + }, + { + "type": "IMO-ProblemIT", + "value": "602827" + } + ] + }, + { + "concept": "141760AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Drug Allergy", + "conceptMappings": [] + }, + { + "concept": "139994AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Food Allergy", + "conceptMappings": [] + } + ] + }, + "id": "allergen", + "questions": [] + } + ] + } + ] + }, + { + "label": "Adverse Drug Reaction", + "isExpanded": "true", + "questions": [ + { + "id": "patientDrugReactionGroup", + "label": "Patient Drug Reactions", + "type": "obsGroup", + "questionOptions": { + "rendering": "repeating", + "concept": "8acba1d1-67cc-422c-961e-86d6b47bc45b" + }, + "questions": [ + { + "label": "What type of drug caused the reaction?", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "162871AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "363787002" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "id": "adrDrug" + }, + { + "label": "What was the severity of Adverse Drug Reaction?", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "162760AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-US", + "value": "446401000124104" + }, + { + "type": "SNOMED-CT", + "value": "405162009" + } + ], + "answers": [ + { + "concept": "162819AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fatal", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "399166001" + } + ] + }, + { + "concept": "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Moderate", + "conceptMappings": [ + { + "type": "PIH", + "value": "1900" + }, + { + "type": "SNOMED-CT", + "value": "6736007" + }, + { + "type": "PIH", + "value": "1907" + }, + { + "type": "AMPATH", + "value": "1744" + } + ] + }, + { + "concept": "1498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Mild", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "255604002" + }, + { + "type": "AMPATH", + "value": "1743" + }, + { + "type": "PIH", + "value": "1901" + } + ] + }, + { + "concept": "162693AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Life threatening severity", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "442452003" + } + ] + }, + { + "concept": "1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Severe", + "conceptMappings": [ + { + "type": "PIH", + "value": "1903" + }, + { + "type": "AMPATH", + "value": "1745" + }, + { + "type": "SNOMED-CT", + "value": "24484000" + } + ] + } + ] + }, + "id": "severityADR" + }, + { + "label": "What type of reaction did the patient have?", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "typeOfReactionADR" + }, + { + "label": "What action was taken due to the adverse drug reaction?", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "actionTakenADR" + } + ] + } + ] + }, + { + "label": "Immunizations", + "isExpanded": "true", + "questions": [ + { + "id": "vaccinesGroup", + "label": "Vaccines given", + "type": "obsGroup", + "questionOptions": { + "rendering": "repeating", + "concept": "8acba1d1-67cc-422c-961e-86d6b47bc45b" + }, + "questions": [ + { + "label": "What vaccines were given during this visit?", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "vaccinesGiven" + } + ] + } + ] + }, + { + "label": "Hospitalization History", + "isExpanded": "true", + "questions": [ + { + "label": "History of hospitalization (since last visit)", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "163403AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "32485007" + }, + { + "type": "CIEL", + "value": "163403" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "hospitalization" + }, + { + "label": "Reason for hospitalization", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "162879AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "410665000" + }, + { + "type": "CIEL", + "value": "162879" + } + ] + }, + "id": "hospitalizationReason" + } + ] + } + ] + }, + { + "label": "OBGYN History", + "sections": [ + { + "label": "LMP/Pregnancy", + "isExpanded": "true", + "questions": [ + { + "label": "Current menstruation status", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "082ddc79-e355-4344-a4f8-ee458c15e3ef", + "answers": [ + { + "concept": "148989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Amenorrhea", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "N91.2" + }, + { + "type": "SNOMED-CT", + "value": "289885003" + }, + { + "type": "SNOMED-CT", + "value": "14302001" + }, + { + "type": "CIEL", + "value": "148989" + }, + { + "type": "AMPATH", + "value": "2060" + }, + { + "type": "3BT", + "value": "10005112" + }, + { + "type": "IMO-ProblemIT", + "value": "37903" + } + ] + }, + { + "concept": "1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Currently pregnant", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "77386006" + }, + { + "type": "CIEL", + "value": "1434" + }, + { + "type": "SNOMED-CT", + "value": "77386006" + }, + { + "type": "AMPATH", + "value": "1484" + }, + { + "type": "ICD-10-WHO", + "value": "Z33" + }, + { + "type": "IMO-ProblemIT", + "value": "52609" + }, + { + "type": "AMPATH", + "value": "1484" + }, + { + "type": "IMO-ProblemIT", + "value": "52609" + } + ] + }, + { + "concept": "5989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Menstruating", + "conceptMappings": [] + } + ] + }, + "id": "menstruationStatus" + }, + { + "label": "LMP", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "166079AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "248993009" + } + ] + }, + "id": "lastMonthlyPeriod" + }, + { + "label": "Intend to conceive in the next three months?", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "9109b9f3-8176-4d2f-b47d-82630dcc02ce", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160571" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "id": "pregnancyIntention" + }, + { + "label": "Breastfeeding", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "5632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "2056" + }, + { + "type": "SNOMED-CT", + "value": "413712001" + }, + { + "type": "AMPATH", + "value": "5632" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "id": "isBreastFeeding" + } + ] + }, + { + "label": "Family Planning", + "isExpanded": "true", + "questions": [ + { + "label": "Family planning method", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "160653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "423925001" + } + ], + "answers": [ + { + "concept": "160652AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Patient not using family planning", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "423925001" + } + ] + }, + { + "concept": "965AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Currently using birth control", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "268458002" + }, + { + "type": "SNOMED-CT", + "value": "243816001" + }, + { + "type": "SNOMED-MVP", + "value": "9651000105005" + }, + { + "type": "AMPATH", + "value": "965" + } + ] + }, + { + "concept": "1360AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Requests family planning information", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "397619005" + }, + { + "type": "SNOMED-MVP", + "value": "13601000105006" + } + ] + } + ] + }, + "id": "OnFamilyPlanning" + }, + { + "label": "Preferred family planning method", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "374AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Condoms", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5270" + }, + { + "type": "PIH", + "value": "190" + }, + { + "type": "AMPATH", + "value": "190" + }, + { + "type": "SNOMED-CT", + "value": "706506000" + }, + { + "type": "AMPATH", + "value": "190" + }, + { + "type": "AMPATH", + "value": "5270" + }, + { + "type": "PIH", + "value": "190" + }, + { + "type": "SNOMED-CT", + "value": "706506000" + } + ] + }, + { + "concept": "5278AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Diaphragm", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5278" + }, + { + "type": "CIEL", + "value": "5278" + }, + { + "type": "AMPATH", + "value": "5278" + }, + { + "type": "SNOMED-CT", + "value": "368441006" + }, + { + "type": "SNOMED-CT", + "value": "368441006" + } + ] + }, + { + "concept": "160570AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Emergency contraceptive pills", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "275813002" + } + ] + }, + { + "concept": "164814AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Female condom", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "442288006" + }, + { + "type": "SNOMED-CT", + "value": "442288006" + }, + { + "type": "CIEL", + "value": "164814" + } + ] + }, + { + "concept": "5276AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Female sterilization", + "conceptMappings": [ + { + "type": "IMO-ProcedureIT", + "value": "666675" + }, + { + "type": "SNOMED-CT", + "value": "60890002" + }, + { + "type": "SNOMED-CT", + "value": "60890002" + }, + { + "type": "IMO-ProcedureIT", + "value": "666675" + } + ] + }, + { + "concept": "159837AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Hysterectomy", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "236886002" + }, + { + "type": "SNOMED-CT", + "value": "236886002" + }, + { + "type": "IMO-ProcedureIT", + "value": "667244" + }, + { + "type": "CIEL", + "value": "159837" + }, + { + "type": "AMPATH", + "value": "5276" + }, + { + "type": "IMO-ProcedureIT", + "value": "667244" + } + ] + }, + { + "concept": "159589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Implantable contraceptive (unspecified type)", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "428987008" + }, + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "CIEL", + "value": "159589" + }, + { + "type": "AMPATH", + "value": "6220" + } + ] + }, + { + "concept": "5279AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Injectable contraceptives", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "52791000105008" + }, + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "SNOMED-MVP", + "value": "52791000105008" + }, + { + "type": "AMPATH", + "value": "5279" + }, + { + "type": "AMPATH", + "value": "5279" + } + ] + }, + { + "concept": "5275AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Intrauterine device", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "312081001" + }, + { + "type": "SNOMED-CT", + "value": "268460000" + }, + { + "type": "AMPATH", + "value": "5275" + }, + { + "type": "AMPATH", + "value": "5275" + }, + { + "type": "SNOMED-CT", + "value": "268460000" + }, + { + "type": "SNOMED-CT", + "value": "312081001" + } + ] + }, + { + "concept": "136163AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lactational amenorrhea", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "567070" + }, + { + "type": "SNOMED-CT", + "value": "237122005" + }, + { + "type": "SNOMED-CT", + "value": "237122005" + }, + { + "type": "IMO-ProblemIT", + "value": "567070" + }, + { + "type": "ICD-10-WHO", + "value": "N91.2" + }, + { + "type": "CIEL", + "value": "136163" + } + ] + }, + { + "concept": "78796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Levonorgestrel", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "126109000" + }, + { + "type": "RxNORM", + "value": "6373" + }, + { + "type": "PIH", + "value": "1718" + }, + { + "type": "CIEL", + "value": "78796" + }, + { + "type": "SNOMED-CT", + "value": "109032009" + }, + { + "type": "PIH", + "value": "1718" + }, + { + "type": "SNOMED-CT", + "value": "109032009" + }, + { + "type": "RxNORM", + "value": "6373" + } + ] + }, + { + "concept": "164813AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Male condom", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "442450006" + }, + { + "type": "SNOMED-CT", + "value": "442450006" + }, + { + "type": "CIEL", + "value": "164813" + } + ] + }, + { + "concept": "907AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Medroxyprogesterone acetate", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "907" + }, + { + "type": "AMPATH", + "value": "191" + }, + { + "type": "AMPATH", + "value": "191" + }, + { + "type": "SNOMED-CT", + "value": "126112002" + }, + { + "type": "CIEL", + "value": "907" + }, + { + "type": "SNOMED-CT", + "value": "126112002" + }, + { + "type": "PIH", + "value": "5279" + }, + { + "type": "AMPATH", + "value": "907" + }, + { + "type": "PIH", + "value": "5279" + } + ] + }, + { + "concept": "5277AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Natural family planning", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5277" + }, + { + "type": "ICD-10-WHO", + "value": "Z30.9" + }, + { + "type": "CIEL", + "value": "5277" + }, + { + "type": "SNOMED-CT", + "value": "225371000" + }, + { + "type": "SNOMED-CT", + "value": "225371000" + }, + { + "type": "AMPATH", + "value": "5277" + } + ] + }, + { + "concept": "1359AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Norplant (implantable contraceptive)", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "PIH", + "value": "1718" + }, + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "PIH", + "value": "1718" + }, + { + "type": "CIEL", + "value": "1359" + } + ] + }, + { + "concept": "780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Oral contraception", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "5935008" + }, + { + "type": "AMPATH", + "value": "780" + }, + { + "type": "SNOMED-CT", + "value": "5935008" + }, + { + "type": "AMPATH", + "value": "13" + }, + { + "type": "AMPATH", + "value": "13" + }, + { + "type": "AMPATH", + "value": "780" + } + ] + }, + { + "concept": "159524AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sexual abstinence", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "6219" + }, + { + "type": "SNOMED-CT", + "value": "162171002" + }, + { + "type": "PIH", + "value": "1274" + }, + { + "type": "PIH", + "value": "1274" + }, + { + "type": "PIH", + "value": "1720" + }, + { + "type": "SNOMED-CT", + "value": "162171002" + }, + { + "type": "PIH", + "value": "1720" + }, + { + "type": "CIEL", + "value": "159524" + }, + { + "type": "PIH-Malawi", + "value": "3628" + }, + { + "type": "PIH-Malawi", + "value": "3628" + } + ] + }, + { + "concept": "1472AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Tubal ligation procedure", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "1719" + }, + { + "type": "IMO-ProcedureIT", + "value": "674775" + }, + { + "type": "PIH", + "value": "1719" + }, + { + "type": "CIEL", + "value": "1472" + }, + { + "type": "IMO-ProcedureIT", + "value": "674775" + }, + { + "type": "SNOMED-CT", + "value": "77543007" + }, + { + "type": "PIH", + "value": "1719" + }, + { + "type": "PIH-Malawi", + "value": "1719" + }, + { + "type": "SNOMED-CT", + "value": "77543007" + } + ] + }, + { + "concept": "1489AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vasectomy", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "22523008" + }, + { + "type": "IMO-ProcedureIT", + "value": "1848460" + }, + { + "type": "IMO-ProcedureIT", + "value": "1809386" + }, + { + "type": "CIEL", + "value": "1489" + }, + { + "type": "SNOMED-CT", + "value": "22523008" + }, + { + "type": "IMO-ProcedureIT", + "value": "1848460" + }, + { + "type": "PIH", + "value": "1721" + }, + { + "type": "IMO-ProcedureIT", + "value": "1809386" + }, + { + "type": "PIH", + "value": "1721" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ], + "conceptMappings": [ + { + "type": "PIH", + "value": "374" + }, + { + "type": "SNOMED-CT", + "value": "13197004" + }, + { + "type": "SNOMED-CT", + "value": "13197004" + }, + { + "type": "CIEL", + "value": "374" + }, + { + "type": "AMPATH", + "value": "374" + }, + { + "type": "PIH", + "value": "374" + }, + { + "type": "AMPATH", + "value": "374" + } + ] + }, + "id": "familyPlanningMethod" + }, + { + "label": "Reason not on family planning", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "160575AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "160573AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Currently not sexually active", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "162171002" + }, + { + "type": "PIH", + "value": "3211" + } + ] + }, + { + "concept": "160572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Patient thinks she can't get pregnant", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "118185001" + } + ] + }, + { + "concept": "160571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Patient wishes to get pregnant", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "118185001" + }, + { + "type": "IMO-ProblemIT", + "value": "1045429" + }, + { + "type": "KenyaEMR", + "value": "164933" + } + ] + } + ], + "conceptMappings": [ + { + "type": "PIH", + "value": "6195" + }, + { + "type": "SNOMED-CT", + "value": "118185001" + } + ] + }, + "id": "reasonNotOnFP" + } + ] + }, + { + "label": "Current Pregnancy", + "isExpanded": "true", + "questions": [ + { + "label": "EDD", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "5596AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "LOINC", + "value": "11779-6" + }, + { + "type": "AMPATH", + "value": "5596" + }, + { + "type": "AMPATH", + "value": "1854" + }, + { + "type": "SNOMED-CT", + "value": "366322004" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "expectedDateOfDelivery" + }, + { + "label": "Gestational age (weeks)", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "gestationInWeeks" + }, + { + "label": "Antenatal profile done", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "975f11e5-7471-4e57-bba7-d3ee358ef7ea", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "243787009" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + } + ] + }, + "id": "antenatalProfileDone" + } + ] + }, + { + "label": "Cervical Cancer Screeening", + "isExpanded": "true", + "questions": [ + { + "label": "Screened for cervical cancer during this visit", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "e5e99fc7-ff2d-4306-aefd-b87a07fc9ab4", + "answers": [ + { + "concept": "165618AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cervical cancer screening not performed", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "4461000175108" + } + ] + }, + { + "concept": "165619AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cervical cancer screening performed", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "268543007" + } + ] + } + ] + }, + "id": "screenedForCervicalCancer" + }, + { + "label": "Date last screened for cervical cancer", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "165429AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "364713004" + } + ] + }, + "id": "dateScreenedforCervicalCancer" + }, + { + "label": "Cervical cancer screening method", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "53ff5cd0-0f37-4190-87b1-9eb439a15e94", + "answers": [ + { + "concept": "160705AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Colposcopy", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160705" + }, + { + "type": "IMO-ProcedureIT", + "value": "1241" + }, + { + "type": "SNOMED-CT", + "value": "392003006" + }, + { + "type": "IMO-ProcedureIT", + "value": "1241" + }, + { + "type": "SNOMED-CT", + "value": "392003006" + }, + { + "type": "CIEL", + "value": "160705" + } + ] + }, + { + "concept": "9580690a-0e84-451a-ada9-c4478d999dc2", + "label": "Human Papillomavirus test", + "conceptMappings": [] + }, + { + "concept": "885AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Papanicolaou smear", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "90226004" + }, + { + "type": "AMPATH", + "value": "885" + }, + { + "type": "CIEL", + "value": "885" + }, + { + "type": "AMPATH", + "value": "41" + }, + { + "type": "IMO-ProcedureIT", + "value": "1064218" + }, + { + "type": "IMO-ProcedureIT", + "value": "1064218" + }, + { + "type": "SNOMED-CT", + "value": "90226004" + }, + { + "type": "AMPATH", + "value": "885" + }, + { + "type": "CIEL", + "value": "885" + }, + { + "type": "AMPATH", + "value": "41" + } + ] + }, + { + "concept": "8304ffef-ac7b-425c-af3b-6ddc4d052ca8", + "label": "Visual Inspection of the Cervix with Acetic Acid (VIA)", + "conceptMappings": [] + }, + { + "concept": "46184e00-3417-4b88-9ef5-9990a0979b1a", + "label": "Visual Inspection of the Cervix with Lugol’s Iodine (VILI)", + "conceptMappings": [] + } + ] + }, + "id": "methodCervicalCancerScreen" + } + ] + }, + { + "label": "Treatment of Cervical Pre-cancer Lesions", + "isExpanded": "true", + "questions": [ + { + "label": "Treatment of cervical pre-cancer lesions", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "3a8bb4b4-7496-415d-a327-57ae3711d4eb", + "answers": [ + { + "concept": "82fdc4f5-338e-4c22-8856-65ca9cb53fa3", + "label": "Cold knife cone biopsy of cervix", + "conceptMappings": [] + }, + { + "concept": "162812AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cryosurgery of lesion of cervix", + "conceptMappings": [] + }, + { + "concept": "159837AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Hysterectomy", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "236886002" + }, + { + "type": "SNOMED-CT", + "value": "236886002" + }, + { + "type": "IMO-ProcedureIT", + "value": "667244" + }, + { + "type": "CIEL", + "value": "159837" + }, + { + "type": "AMPATH", + "value": "5276" + }, + { + "type": "IMO-ProcedureIT", + "value": "667244" + } + ] + }, + { + "concept": "165084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Loop electrosurgical excision procedure of cervix", + "conceptMappings": [] + }, + { + "concept": "166706AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Thermocauterization of cervix", + "conceptMappings": [] + }, + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "id": "treatmentCervicalCancer" + } + ] + } + ] + }, + { + "label": "Tuberculosis", + "sections": [ + { + "label": "Current TPT/ TB Treatment", + "isExpanded": "true", + "questions": [ + { + "label": "Currently on treatment for tuberculosis", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "159798AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159798" + }, + { + "type": "AMPATH", + "value": "6176" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "PIH", + "value": "1257" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "onTBRx" + }, + { + "label": "Currently on tuberculosis prophylaxis treatment (TPT)", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "166449AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "CIEL", + "value": "166449" + }, + { + "type": "SNOMED-CT", + "value": "363819003" + }, + { + "type": "KenyaEMR", + "value": "164949" + }, + { + "type": "KenyaEMR", + "value": "164949" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "currentTPT" + }, + { + "label": "Previously completed Tuberculosis preventive treatment", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "166463AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "CIEL", + "value": "166463" + }, + { + "type": "SNOMED-CT", + "value": "182834008" + }, + { + "type": "KenyaEMR", + "value": "164950" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "previousTPT" + } + ] + }, + { + "label": "TB Screening", + "isExpanded": "true", + "questions": [ + { + "label": "TB screening done?", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "f8868467-bd15-4576-9da8-bfb8ef64ea17", + "conceptMappings": [ + { + "type": "OCT", + "value": "TuberculosisScreening" + }, + { + "type": "CIEL", + "value": "164800" + }, + { + "type": "SNOMED-CT", + "value": "171126009" + }, + { + "type": "SNOMED-CT", + "value": "171126009" + } + ], + "answers": [ + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + } + ] + } + ] + }, + "id": "patientScreenedForTB" + }, + { + "label": "Adult TB Intensive Case Finding", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "12a22a0b-f0ed-4f1a-8d70-7c6acda5ae78", + "answers": [ + { + "concept": "133027AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Night sweats", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "42984000" + }, + { + "type": "AMPATH", + "value": "6029" + }, + { + "type": "IMO-ProblemIT", + "value": "50760" + }, + { + "type": "PIH", + "value": "6029" + }, + { + "type": "3BT", + "value": "10063085" + }, + { + "type": "ICPC2", + "value": "A09" + } + ] + }, + { + "concept": "1494AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fever lasting more than three weeks", + "conceptMappings": [] + }, + { + "concept": "159799AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "cough lasting more than 2 weeks", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "1597991000105004" + }, + { + "type": "PIH", + "value": "2573" + } + ] + }, + { + "concept": "b52ffe16-b482-4f61-9bb9-9787320beef5", + "label": "Weight Loss (Abnormal weight loss)", + "conceptMappings": [] + } + ] + }, + "id": "tbICFAdult" + }, + { + "label": "Peads TB Intensive Case Finding", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "16ba5f4b-5430-44c8-91e4-c4c66b072f29", + "answers": [ + { + "concept": "7becaa8c-8028-4fb7-8f5f-a450fc3e3f8b", + "label": "history of contact with a person with TB", + "conceptMappings": [] + }, + { + "concept": "140707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Failure to Gain Weight", + "conceptMappings": [ + { + "type": "3BT", + "value": "10035463" + }, + { + "type": "IMO-ProblemIT", + "value": "27344" + }, + { + "type": "ICPC2", + "value": "T10" + }, + { + "type": "AMPATH", + "value": "5267" + }, + { + "type": "ICD-10-WHO", + "value": "R62.8" + }, + { + "type": "CIEL", + "value": "140707" + }, + { + "type": "SNOMED-CT", + "value": "36440009" + } + ] + }, + { + "concept": "1494AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fever lasting more than three weeks", + "conceptMappings": [] + }, + { + "concept": "159799AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "cough lasting more than 2 weeks", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "1597991000105004" + }, + { + "type": "PIH", + "value": "2573" + } + ] + } + ] + }, + "id": "tbICFPeads" + }, + { + "label": "TB screening outcome", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "160108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "429599001" + } + ], + "answers": [ + { + "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Negative", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "664" + }, + { + "type": "PIH", + "value": "664" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NEGATIVE" + }, + { + "type": "CIEL", + "value": "664" + }, + { + "type": "SNOMED-CT", + "value": "260385009" + }, + { + "type": "AMPATH", + "value": "664" + }, + { + "type": "CIEL", + "value": "664" + }, + { + "type": "SNOMED-CT", + "value": "260385009" + }, + { + "type": "PIH", + "value": "664" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NEGATIVE" + }, + { + "type": "AMPATH", + "value": "665" + }, + { + "type": "AMPATH", + "value": "665" + } + ] + }, + { + "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Positive (Presumptive TB)", + "conceptMappings": [ + { + "type": "PIH", + "value": "703" + }, + { + "type": "AMPATH", + "value": "704" + }, + { + "type": "AMPATH", + "value": "703" + }, + { + "type": "SNOMED-CT", + "value": "10828004" + }, + { + "type": "CIEL", + "value": "703" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "POSITIVE" + } + ] + } + ] + }, + "id": "tbScreeningOutcome" + } + ] + }, + { + "label": "Tuberculosis Preventive Treatment (TPT)", + "isExpanded": "true", + "questions": [ + { + "label": "Evaluated for tuberculosis prophylaxis", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "162275AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1175AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not applicable", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1175" + }, + { + "type": "SNOMED-CT", + "value": "385432009" + }, + { + "type": "AMPATH", + "value": "1175" + }, + { + "type": "SNOMED-CT", + "value": "385432009" + }, + { + "type": "CIEL", + "value": "1175" + } + ] + }, + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + } + ] + }, + "id": "evaluateForTPT" + }, + { + "label": "Tuberculosis prophylaxis plan", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1265AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Start drugs", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "AMPATH", + "value": "1256" + }, + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "SNOMED-CT", + "value": "306807008" + }, + { + "type": "CIEL", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "AMPATH", + "value": "1256" + } + ] + }, + { + "concept": "1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Continue regimen", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "CIEL", + "value": "1257" + } + ] + }, + { + "concept": "1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Stop all", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "SNOMED-CT", + "value": "274512008" + } + ] + } + ] + }, + "id": "tptProphylaxisPlan" + }, + { + "label": "Tuberculosis preventive treatment regimen", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "90c9e554-b959-48e6-90d5-8d595a074c86", + "answers": [ + { + "concept": "69653fcf-37e4-4a61-96d6-58bbd079ad77", + "label": "1 HP Isoniazide + Rifapentine prophylaxis", + "conceptMappings": [] + }, + { + "concept": "4df2a7d8-eb98-4d15-8bed-1b408891ee75", + "label": "3HP Rifapentine + Isoniazid", + "conceptMappings": [] + }, + { + "concept": "bbdf46fb-f941-4075-a2ae-985163accce1", + "label": "3HR Isoniazid+Rifampicin prophylaxis", + "conceptMappings": [] + }, + { + "concept": "65889206-ebc7-4aea-afd3-dc3641ba8cad", + "label": "4R Rifampicin Monotherapy prophylaxis", + "conceptMappings": [] + }, + { + "concept": "107f0b45-869c-4ddb-b56b-13994a486523", + "label": "6H Isoniazid prophylaxis", + "conceptMappings": [] + }, + { + "concept": "a27faf7e-8be5-4c8b-84de-be6c0967acc6", + "label": "9H Isoniazid prophylaxis", + "conceptMappings": [] + } + ] + }, + "id": "currentTPTRegimen" + }, + { + "label": "Date tuberculosis prophylaxis started", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "162320AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "id": "dateTPTStart" + }, + { + "label": "Tuberculosis Preventive Treatement adherence ", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "161653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Good", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159405" + } + ] + }, + { + "concept": "159407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Poor", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159407" + } + ] + }, + { + "concept": "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fair", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159406" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "tptAdherence" + }, + { + "label": "Date tuberculosis prophylaxis ended", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "163284AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "weeksList": "", + "conceptMappings": [ + { + "type": "CIEL", + "value": "163284" + } + ] + }, + "id": "dateTptEnded" + }, + { + "label": "Reason tuberculosis prophylaxis stopped", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1266AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1267AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Completed", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "255594003" + }, + { + "type": "CIEL", + "value": "1267" + }, + { + "type": "AMPATH", + "value": "1267" + } + ] + }, + { + "concept": "102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Toxicity, drug", + "conceptMappings": [ + { + "type": "CIEL", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "ICD-10-WHO", + "value": "R89.2" + } + ] + }, + { + "concept": "112141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Tuberculosis", + "conceptMappings": [] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "id": "reasonTptStopped" + }, + { + "label": "Date tuberculosis prophylaxis ended", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "163284AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "weeksList": "", + "conceptMappings": [ + { + "type": "CIEL", + "value": "163284" + } + ] + }, + "id": "dateTptEnded" + } + ] + }, + { + "label": "Treatment of TB", + "isExpanded": "true", + "questions": [ + { + "label": "Tuberculosis drug treatment start date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "1113AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "weeksList": "", + "conceptMappings": [ + { + "type": "PIH", + "value": "1113" + }, + { + "type": "AMPATH", + "value": "1113" + }, + { + "type": "SNOMED-MVP", + "value": "11131000105005" + }, + { + "type": "SNOMED-CT", + "value": "413946009" + }, + { + "type": "SNOMED-MVP", + "value": "11131000105005" + }, + { + "type": "CIEL", + "value": "1113" + }, + { + "type": "AMPATH", + "value": "1113" + }, + { + "type": "PIH", + "value": "1113" + } + ] + }, + "id": "tbRxStartDate" + } + ] + }, + { + "label": "Presumptive TB", + "isExpanded": "true", + "questions": [ + { + "label": "Action taken - Presumptive TB", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "a39dfa34-a139-4335-9eac-219d6fedf868", + "answers": [ + { + "concept": "164945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "GeneXpert MTB/Rif Ordered", + "conceptMappings": [ + { + "type": "CIEL", + "value": "164945" + }, + { + "type": "CIEL", + "value": "164945" + } + ] + }, + { + "concept": "307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sputum for acid fast bacilli ordered", + "conceptMappings": [] + }, + { + "concept": "12AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "X-ray, chest ordered", + "conceptMappings": [ + { + "type": "IMO-ProcedureIT", + "value": "708400" + }, + { + "type": "CIEL", + "value": "12" + }, + { + "type": "SNOMED-CT", + "value": "399208008" + }, + { + "type": "SNOMED-CT", + "value": "399208008" + }, + { + "type": "AMPATH", + "value": "12" + }, + { + "type": "CIEL", + "value": "12" + }, + { + "type": "AMPATH", + "value": "5229" + }, + { + "type": "IMO-ProcedureIT", + "value": "708400" + }, + { + "type": "AMPATH", + "value": "375" + }, + { + "type": "AMPATH", + "value": "645" + }, + { + "type": "AMPATH", + "value": "645" + }, + { + "type": "AMPATH", + "value": "2395" + }, + { + "type": "PIH", + "value": "3386" + }, + { + "type": "AMPATH", + "value": "5229" + }, + { + "type": "AMPATH", + "value": "375" + }, + { + "type": "PIH", + "value": "3386" + }, + { + "type": "AMPATH", + "value": "12" + } + ] + } + ] + }, + "id": "presumptiveTB" + }, + { + "label": "Notes", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "", + "answers": [ + { + "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Free text general", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1915" + }, + { + "type": "AMPATH", + "value": "1915" + }, + { + "type": "LOINC", + "value": "48767-8" + }, + { + "type": "CIEL", + "value": "160632" + } + ] + } + ] + }, + "id": "tbNotes" + } + ] + } + ] + }, + { + "label": "Physical/Systemic Exam", + "sections": [ + { + "label": "General Examination", + "isExpanded": "true", + "questions": [ + { + "label": "General Exam (On Exam)", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "b78e20ec-0833-4e87-969b-760a29864be8", + "answers": [ + { + "concept": "121629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Anaemia", + "conceptMappings": [ + { + "type": "PIH", + "value": "3" + }, + { + "type": "AMPATH", + "value": "3" + }, + { + "type": "AMPATH", + "value": "3" + }, + { + "type": "AMPATH", + "value": "6030" + }, + { + "type": "SNOMED-CT", + "value": "271737000" + }, + { + "type": "IMO-ProblemIT", + "value": "37980" + }, + { + "type": "AMPATH", + "value": "6030" + }, + { + "type": "CIEL", + "value": "121629" + }, + { + "type": "PIH", + "value": "3" + }, + { + "type": "ICPC2", + "value": "B82" + }, + { + "type": "ICPC2", + "value": "B82" + }, + { + "type": "IMO-ProblemIT", + "value": "37980" + }, + { + "type": "SNOMED-CT", + "value": "271737000" + }, + { + "type": "ICD-10-WHO", + "value": "D64.9" + }, + { + "type": "CIEL", + "value": "121629" + } + ] + }, + { + "concept": "588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Clubbing", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "R68.3" + }, + { + "type": "IMO-ProblemIT", + "value": "30112267" + }, + { + "type": "SNOMED-CT", + "value": "367004" + }, + { + "type": "AMPATH", + "value": "588" + }, + { + "type": "AMPATH", + "value": "588" + }, + { + "type": "SNOMED-CT", + "value": "367004" + }, + { + "type": "CIEL", + "value": "588" + }, + { + "type": "CIEL", + "value": "588" + }, + { + "type": "IMO-ProblemIT", + "value": "30112267" + } + ] + }, + { + "concept": "5334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Candidiasis, oral", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5542" + }, + { + "type": "AMPATH", + "value": "5334" + }, + { + "type": "AMPATH", + "value": "5172" + }, + { + "type": "PIH", + "value": "5334" + }, + { + "type": "IMO-ProblemIT", + "value": "26010" + }, + { + "type": "PIH-Malawi", + "value": "7545" + }, + { + "type": "AMPATH", + "value": "295" + }, + { + "type": "AMPATH", + "value": "296" + }, + { + "type": "SNOMED-CT", + "value": "79740000" + }, + { + "type": "CIEL", + "value": "5334" + }, + { + "type": "PIH-Malawi", + "value": "7545" + }, + { + "type": "IMO-ProblemIT", + "value": "26007" + }, + { + "type": "IMO-ProblemIT", + "value": "26007" + }, + { + "type": "SNOMED-CT", + "value": "79740000" + }, + { + "type": "AMPATH", + "value": "296" + }, + { + "type": "AMPATH", + "value": "5542" + }, + { + "type": "PIH", + "value": "5334" + }, + { + "type": "ICD-10-WHO", + "value": "B37.0" + }, + { + "type": "AMPATH", + "value": "295" + }, + { + "type": "AMPATH", + "value": "5172" + }, + { + "type": "AMPATH", + "value": "5334" + }, + { + "type": "IMO-ProblemIT", + "value": "26010" + } + ] + }, + { + "concept": "588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Clubbing", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "R68.3" + }, + { + "type": "IMO-ProblemIT", + "value": "30112267" + }, + { + "type": "SNOMED-CT", + "value": "367004" + }, + { + "type": "AMPATH", + "value": "588" + }, + { + "type": "AMPATH", + "value": "588" + }, + { + "type": "SNOMED-CT", + "value": "367004" + }, + { + "type": "CIEL", + "value": "588" + }, + { + "type": "CIEL", + "value": "588" + }, + { + "type": "IMO-ProblemIT", + "value": "30112267" + } + ] + }, + { + "concept": "143050AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cyanosis", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "589" + }, + { + "type": "AMPATH", + "value": "589" + }, + { + "type": "SNOMED-CT", + "value": "119419001" + }, + { + "type": "IMO-ProblemIT", + "value": "27806" + }, + { + "type": "ICD-10-WHO", + "value": "R23.0" + }, + { + "type": "IMO-ProblemIT", + "value": "27806" + }, + { + "type": "CIEL", + "value": "143050" + }, + { + "type": "ICD-10-WHO", + "value": "R23.0" + }, + { + "type": "SNOMED-CT", + "value": "3415004" + }, + { + "type": "CIEL", + "value": "143050" + }, + { + "type": "SNOMED-CT", + "value": "3415004" + } + ] + }, + { + "concept": "142630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dehydration", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "991" + }, + { + "type": "ICPC2", + "value": "T11" + }, + { + "type": "SNOMED-CT", + "value": "34095006" + }, + { + "type": "CIEL", + "value": "142630" + }, + { + "type": "IMO-ProblemIT", + "value": "9786" + }, + { + "type": "ICD-10-WHO", + "value": "E86" + }, + { + "type": "SNOMED-CT", + "value": "34095006" + }, + { + "type": "CIEL", + "value": "142630" + }, + { + "type": "AMPATH", + "value": "991" + }, + { + "type": "IMO-ProblemIT", + "value": "9786" + } + ] + }, + { + "concept": "136443AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Jaundice", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "R17" + }, + { + "type": "ICPC2", + "value": "D13" + }, + { + "type": "PIH", + "value": "215" + }, + { + "type": "AMPATH", + "value": "215" + }, + { + "type": "IMO-ProblemIT", + "value": "47368" + }, + { + "type": "3BT", + "value": "10044624" + }, + { + "type": "ICD-10-WHO", + "value": "R17" + }, + { + "type": "3BT", + "value": "10044624" + }, + { + "type": "AMPATH", + "value": "215" + }, + { + "type": "SNOMED-CT", + "value": "18165001" + }, + { + "type": "SNOMED-CT", + "value": "18165001" + }, + { + "type": "PIH", + "value": "215" + }, + { + "type": "ICPC2", + "value": "D13" + }, + { + "type": "IMO-ProblemIT", + "value": "47368" + } + ] + }, + { + "concept": "135488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lymphadenopathy", + "conceptMappings": [ + { + "type": "PIH", + "value": "161" + }, + { + "type": "3BT", + "value": "10056366" + }, + { + "type": "ICPC2", + "value": "B02" + }, + { + "type": "IMO-ProblemIT", + "value": "48993" + }, + { + "type": "IMO-ProblemIT", + "value": "48993" + }, + { + "type": "3BT", + "value": "10056366" + }, + { + "type": "SNOMED-CT", + "value": "30746006" + }, + { + "type": "SNOMED-CT", + "value": "30746006" + }, + { + "type": "ICPC2", + "value": "B02" + }, + { + "type": "AMPATH", + "value": "5007" + }, + { + "type": "AMPATH", + "value": "5007" + }, + { + "type": "PIH", + "value": "161" + }, + { + "type": "ICD-10-WHO", + "value": "R59.9" + }, + { + "type": "AMPATH", + "value": "161" + }, + { + "type": "AMPATH", + "value": "161" + } + ] + }, + { + "concept": "460AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Oedema", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "6002" + }, + { + "type": "IMO-ProblemIT", + "value": "42607" + }, + { + "type": "SNOMED-CT", + "value": "267038008" + }, + { + "type": "CIEL", + "value": "460" + }, + { + "type": "PIH-Malawi", + "value": "460" + }, + { + "type": "PIH", + "value": "460" + }, + { + "type": "AMPATH", + "value": "460" + }, + { + "type": "PIH-Malawi", + "value": "460" + }, + { + "type": "IMO-ProblemIT", + "value": "42607" + }, + { + "type": "ICPC2", + "value": "K07" + }, + { + "type": "AMPATH", + "value": "5143" + }, + { + "type": "AMPATH", + "value": "460" + }, + { + "type": "AMPATH", + "value": "6002" + }, + { + "type": "AMPATH", + "value": "5143" + }, + { + "type": "PIH", + "value": "460" + }, + { + "type": "ICD-10-WHO", + "value": "R60.9" + }, + { + "type": "SNOMED-CT", + "value": "267038008" + }, + { + "type": "CIEL", + "value": "460" + } + ] + }, + { + "concept": "116334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lethargy", + "conceptMappings": [] + }, + { + "concept": "5245AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pallor", + "conceptMappings": [ + { + "type": "CIEL", + "value": "5245" + }, + { + "type": "SNOMED-CT", + "value": "398979000" + }, + { + "type": "IMO-ProblemIT", + "value": "736264" + }, + { + "type": "SNOMED-CT", + "value": "398979000" + }, + { + "type": "AMPATH", + "value": "5245" + }, + { + "type": "ICD-10-WHO", + "value": "R23.1" + }, + { + "type": "IMO-ProblemIT", + "value": "736264" + }, + { + "type": "AMPATH", + "value": "5245" + }, + { + "type": "CIEL", + "value": "5245" + } + ] + }, + { + "concept": "164131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Severely wasted", + "conceptMappings": [] + }, + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "id": "genExam" + }, + { + "label": "General Examination Notes", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163042AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "", + "conceptMappings": [ + { + "type": "CIEL", + "value": "163042" + } + ] + }, + "id": "genExamNotes" + }, + { + "label": "Lympadenopathy", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "1121AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "504AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Submandibular", + "conceptMappings": [] + }, + { + "concept": "643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cervical", + "conceptMappings": [] + }, + { + "concept": "505AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Supraclavicular", + "conceptMappings": [] + }, + { + "concept": "5112AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Axillary", + "conceptMappings": [] + }, + { + "concept": "506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Inguinal", + "conceptMappings": [] + } + ], + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "274303007" + }, + { + "type": "SNOMED-CT", + "value": "274303007" + }, + { + "type": "CIEL", + "value": "1121" + }, + { + "type": "AMPATH", + "value": "1121" + }, + { + "type": "AMPATH", + "value": "1121" + }, + { + "type": "CIEL", + "value": "1121" + } + ] + }, + "id": "lymphadenopathy" + } + ] + }, + { + "label": "Physical Examination Findings", + "isExpanded": "true", + "questions": [ + { + "label": "HEENT (head, eyes, ears, nose, and throat)", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "33b614d0-1953-4056-ac84-66b0492394e5", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "hEENTROS" + }, + { + "label": "HEENT examination findings (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163045AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "LOINC", + "value": "11393-6" + }, + { + "type": "SNOMED-CT", + "value": "164633005" + } + ] + }, + "id": "otherHEENTExaminationFinding" + }, + { + "label": "Respiratory Systems review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "f089c930-1c55-4ab6-934e-f7e7eca6f4e0", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "respiratoryROS" + }, + { + "label": "Respiratory System Findings (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "160689AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "LOINC", + "value": "11391-0" + }, + { + "type": "SNOMED-CT", + "value": "272016000" + } + ] + }, + "id": "otherRespiratoryFinding" + }, + { + "label": "Cardiovascular Systems review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "3909220e-0d0e-4547-a54e-fecd619cd861", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "cardiovascularROS" + }, + { + "label": "Cardiovascular examination finding (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163046AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "271910006" + } + ] + }, + "id": "otherCardiovascularExaminationFinding" + }, + { + "label": "Gastrointestinal System review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "3fc7236b-2b72-4a52-8286-881ea2c8dbc7", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "AbdominalROS" + }, + { + "label": "Abdominal examination finding (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "160947AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "609624008" + }, + { + "type": "LOINC", + "value": "10191-5" + } + ] + }, + "id": "otherAbdominalExaminationFinding" + }, + { + "label": "Central nervous system review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "14d61422-5323-4706-9152-781ce59c90de", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "cnsROS" + }, + { + "label": "CNS examination finding (text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163109AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "271888005" + } + ] + }, + "id": "otherCNSExaminationFinding" + }, + { + "label": "Musculoskeletal system review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "c6665eb5-23a9-4add-9f39-d44e42a4e5b1", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "musculoskeletalSROS" + }, + { + "label": "Musculoskeletal examination finding (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163048AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "271916000" + } + ] + }, + "id": "otherMusculoskeletalExaminationFinding" + }, + { + "label": "Genito-urinary system - ROS/PE", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "bd337c08-384a-47b5-88c9-fb0a67e316bd", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "genitourinaryROS" + }, + { + "label": "Genito-urinary system examination finding (text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "118238000" + } + ] + }, + "id": "otherGenitoUrinaryExaminationFinding" + } + ] + }, + { + "label": "Sexually transmitted disease screening", + "isExpanded": "true", + "questions": [ + { + "label": "Screened for STIs in current visit", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "161558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "CIEL", + "value": "161558" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "screeningSTI" + }, + { + "label": "STI screening findings", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "c4f81292-61a3-4561-a4ae-78be7d16d928", + "answers": [ + { + "concept": "118990AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Genital Sore", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "N50.8" + }, + { + "type": "CIEL", + "value": "118990" + }, + { + "type": "IMO-ProblemIT", + "value": "300420" + }, + { + "type": "ICD-10-WHO", + "value": "N94.8" + }, + { + "type": "CIEL", + "value": "118990" + }, + { + "type": "IMO-ProblemIT", + "value": "300420" + } + ] + }, + { + "concept": "157544AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lower abdominal pain", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "711325" + }, + { + "type": "ICD-10-WHO", + "value": "R10.3" + }, + { + "type": "CIEL", + "value": "157544" + }, + { + "type": "SNOMED-CT", + "value": "54586004" + }, + { + "type": "IMO-ProblemIT", + "value": "711325" + }, + { + "type": "ICD-10-WHO", + "value": "R10.3" + }, + { + "type": "CIEL", + "value": "157544" + }, + { + "type": "SNOMED-CT", + "value": "54586004" + } + ] + }, + { + "concept": "113122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Scrotal Mass", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "12350" + }, + { + "type": "SNOMED-CT", + "value": "53929009" + }, + { + "type": "CIEL", + "value": "113122" + }, + { + "type": "SNOMED-CT", + "value": "53929009" + }, + { + "type": "IMO-ProblemIT", + "value": "12350" + }, + { + "type": "ICD-10-WHO", + "value": "N50.8" + }, + { + "type": "CIEL", + "value": "113122" + } + ] + }, + { + "concept": "c795654c-bcd8-4074-9fc7-e5f762e58f36", + "label": "Urethral Discharge", + "conceptMappings": [] + }, + { + "concept": "123396AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vaginal discharge", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "27625" + }, + { + "type": "AMPATH", + "value": "5993" + }, + { + "type": "SNOMED-CT", + "value": "271939006" + }, + { + "type": "ICD-10-WHO", + "value": "N89.8" + }, + { + "type": "ICPC2", + "value": "X14" + }, + { + "type": "IMO-ProblemIT", + "value": "32928273" + }, + { + "type": "CIEL", + "value": "123396" + }, + { + "type": "AMPATH", + "value": "5993" + }, + { + "type": "IMO-ProblemIT", + "value": "27625" + }, + { + "type": "3BT", + "value": "10102961" + }, + { + "type": "3BT", + "value": "10102961" + }, + { + "type": "IMO-ProblemIT", + "value": "32928273" + }, + { + "type": "IMO-ProblemIT", + "value": "21649296" + }, + { + "type": "SNOMED-CT", + "value": "271939006" + }, + { + "type": "CIEL", + "value": "123396" + }, + { + "type": "IMO-ProblemIT", + "value": "21649296" + } + ] + }, + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + } + ] + }, + "id": "sTIOutcome" + } + ] + }, + { + "label": "WHO HIV stage", + "isExpanded": "true", + "questions": [ + { + "label": "Current WHO HIV stage", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "5356AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5356" + }, + { + "type": "SNOMED-CT", + "value": "385354005" + }, + { + "type": "PIH", + "value": "1480" + }, + { + "type": "CIEL", + "value": "5356" + }, + { + "type": "PIH-Malawi", + "value": "7562" + }, + { + "type": "PIH-Malawi", + "value": "7562" + }, + { + "type": "SNOMED-CT", + "value": "385354005" + }, + { + "type": "AMPATH", + "value": "5356" + }, + { + "type": "LOINC", + "value": "45233-4" + }, + { + "type": "PIH", + "value": "1480" + } + ], + "answers": [ + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + }, + { + "concept": "1220AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 1 peds", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1220" + }, + { + "type": "CIEL", + "value": "1220" + }, + { + "type": "AMPATH", + "value": "1220" + }, + { + "type": "SNOMED-CT", + "value": "103415007" + }, + { + "type": "SNOMED-MVP", + "value": "12201000105000" + }, + { + "type": "SNOMED-MVP", + "value": "12201000105000" + } + ] + }, + { + "concept": "1221AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 2 peds", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1221" + }, + { + "type": "SNOMED-MVP", + "value": "12211000105002" + }, + { + "type": "SNOMED-CT", + "value": "103416008" + }, + { + "type": "SNOMED-MVP", + "value": "12211000105002" + }, + { + "type": "AMPATH", + "value": "1221" + }, + { + "type": "AMPATH", + "value": "1221" + } + ] + }, + { + "concept": "1222AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 3 peds", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1222" + }, + { + "type": "SNOMED-MVP", + "value": "12221000105008" + }, + { + "type": "AMPATH", + "value": "1222" + }, + { + "type": "SNOMED-MVP", + "value": "12221000105008" + }, + { + "type": "SNOMED-CT", + "value": "103417004" + }, + { + "type": "CIEL", + "value": "1222" + } + ] + }, + { + "concept": "1223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 4 peds", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "12231000105006" + }, + { + "type": "SNOMED-CT", + "value": "103418009" + }, + { + "type": "SNOMED-MVP", + "value": "12231000105006" + }, + { + "type": "AMPATH", + "value": "1223" + }, + { + "type": "CIEL", + "value": "1223" + }, + { + "type": "AMPATH", + "value": "1223" + } + ] + }, + { + "concept": "1204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 1 adult", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "103415007" + }, + { + "type": "PIH", + "value": "1204" + }, + { + "type": "AMPATH", + "value": "1204" + }, + { + "type": "CIEL", + "value": "1204" + }, + { + "type": "PIH", + "value": "1204" + }, + { + "type": "SNOMED-CT", + "value": "103415007" + }, + { + "type": "AMPATH", + "value": "1204" + } + ] + }, + { + "concept": "1205AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 2 adult", + "conceptMappings": [ + { + "type": "PIH", + "value": "1205" + }, + { + "type": "PIH", + "value": "1205" + }, + { + "type": "AMPATH", + "value": "1205" + }, + { + "type": "SNOMED-CT", + "value": "103416008" + }, + { + "type": "AMPATH", + "value": "1205" + }, + { + "type": "SNOMED-CT", + "value": "103416008" + }, + { + "type": "CIEL", + "value": "1205" + } + ] + }, + { + "concept": "1206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 3 adult", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1206" + }, + { + "type": "SNOMED-CT", + "value": "103417004" + }, + { + "type": "PIH", + "value": "1206" + }, + { + "type": "SNOMED-CT", + "value": "103417004" + }, + { + "type": "PIH", + "value": "1206" + }, + { + "type": "AMPATH", + "value": "1206" + }, + { + "type": "AMPATH", + "value": "1206" + } + ] + }, + { + "concept": "1207AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 4 adult", + "conceptMappings": [ + { + "type": "PIH", + "value": "1207" + }, + { + "type": "PIH", + "value": "1207" + }, + { + "type": "CIEL", + "value": "1207" + }, + { + "type": "AMPATH", + "value": "1207" + }, + { + "type": "SNOMED-CT", + "value": "103418009" + }, + { + "type": "SNOMED-CT", + "value": "103418009" + }, + { + "type": "AMPATH", + "value": "1207" + } + ] + } + ] + }, + "id": "wHOStage" + } + ] + }, + { + "label": "Nutritional Assessment", + "isExpanded": "true", + "questions": [ + { + "label": "Nutritional status ", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "c481f80d-7553-41ab-94ca-efddb8ab294c", + "conceptMappings": [ + { + "type": "OCT", + "value": "NutitionalAssessment" + } + ], + "answers": [ + { + "concept": "1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not done", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1118" + }, + { + "type": "PIH", + "value": "2475" + }, + { + "type": "AMPATH", + "value": "1118" + }, + { + "type": "SNOMED-CT", + "value": "385660001" + }, + { + "type": "SNOMED-CT", + "value": "385660001" + }, + { + "type": "AMPATH", + "value": "1118" + }, + { + "type": "PIH", + "value": "1118" + } + ] + }, + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "163302AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Severe acute malnutrition", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "E63.9" + }, + { + "type": "SNOMED-CT", + "value": "2492009" + } + ] + }, + { + "concept": "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Moderate acute malnutrition", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "2492009" + }, + { + "type": "ICD-10-WHO", + "value": "E63.9" + } + ] + }, + { + "concept": "115115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Obesity", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "E66.9" + }, + { + "type": "ICD-10-WHO", + "value": "E66.9" + }, + { + "type": "IMO-ProblemIT", + "value": "92278" + }, + { + "type": "IMO-ProblemIT", + "value": "92278" + }, + { + "type": "SNOMED-CT", + "value": "414916001" + }, + { + "type": "SNOMED-CT", + "value": "414916001" + }, + { + "type": "ICPC2", + "value": "T82" + }, + { + "type": "CIEL", + "value": "115115" + } + ] + } + ] + }, + "id": "nutritionalStatus " + }, + { + "label": "Nutritional interventions provided", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1380AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "61310001" + }, + { + "type": "SNOMED-CT", + "value": "61310001" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "HL7-MedicationDispenseStatus", + "value": "unknown" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "nutritionalInterventions" + }, + { + "label": "Nutritional support", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "5484AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "278906000" + }, + { + "type": "PIH", + "value": "1400" + }, + { + "type": "AMPATH", + "value": "5484" + }, + { + "type": "PIH", + "value": "1400" + }, + { + "type": "AMPATH", + "value": "5484" + }, + { + "type": "CIEL", + "value": "5484" + }, + { + "type": "SNOMED-CT", + "value": "278906000" + } + ], + "answers": [ + { + "concept": "161651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Counseling about infant feeding practices", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "171053005" + }, + { + "type": "SNOMED-CT", + "value": "171053005" + }, + { + "type": "CIEL", + "value": "161651" + } + ] + }, + { + "concept": "161648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Food support", + "conceptMappings": [ + { + "type": "CIEL", + "value": "161648" + }, + { + "type": "SNOMED-CT", + "value": "278906000" + } + ] + }, + { + "concept": "161649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Micronutrient support", + "conceptMappings": [ + { + "type": "CIEL", + "value": "161649" + }, + { + "type": "SNOMED-CT", + "value": "278906000" + } + ] + }, + { + "concept": "161650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Therapeutic feeding", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "75118006" + }, + { + "type": "SNOMED-CT", + "value": "75118006" + }, + { + "type": "CIEL", + "value": "161650" + } + ] + }, + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + } + ] + }, + "id": "nutritionalSupport" + }, + { + "label": "Nutritional plan (text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "Nutritional plan (text)", + "rows": "" + }, + "id": "nutritionalPlan" + } + ] + } + ] + }, + { + "label": "Management", + "sections": [ + { + "label": "Opportunistic Infections", + "isExpanded": "true", + "questions": [ + { + "label": "New/Active opportunistic infection", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "c52ecf45-bd6c-43ed-861b-9a2714878729", + "answers": [ + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "131768AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Opportunistic Infectious Present", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "61274003" + }, + { + "type": "IMO-ProblemIT", + "value": "23985" + }, + { + "type": "PIH-Malawi", + "value": "7388" + }, + { + "type": "CIEL", + "value": "131768" + }, + { + "type": "PIH", + "value": "1731" + }, + { + "type": "ICD-10-WHO", + "value": "B89" + }, + { + "type": "PIH", + "value": "1401" + }, + { + "type": "PIH", + "value": "1607" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "hasOIs" + }, + { + "label": "Current opportunistic infections", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "6bdf2636-7da1-4691-afcc-5eede094138f", + "answers": [ + { + "concept": "5334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Candidiasis, oral", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5542" + }, + { + "type": "AMPATH", + "value": "5334" + }, + { + "type": "AMPATH", + "value": "5172" + }, + { + "type": "PIH", + "value": "5334" + }, + { + "type": "IMO-ProblemIT", + "value": "26010" + }, + { + "type": "PIH-Malawi", + "value": "7545" + }, + { + "type": "AMPATH", + "value": "295" + }, + { + "type": "AMPATH", + "value": "296" + }, + { + "type": "SNOMED-CT", + "value": "79740000" + }, + { + "type": "CIEL", + "value": "5334" + }, + { + "type": "PIH-Malawi", + "value": "7545" + }, + { + "type": "IMO-ProblemIT", + "value": "26007" + }, + { + "type": "IMO-ProblemIT", + "value": "26007" + }, + { + "type": "SNOMED-CT", + "value": "79740000" + }, + { + "type": "AMPATH", + "value": "296" + }, + { + "type": "AMPATH", + "value": "5542" + }, + { + "type": "PIH", + "value": "5334" + }, + { + "type": "ICD-10-WHO", + "value": "B37.0" + }, + { + "type": "AMPATH", + "value": "295" + }, + { + "type": "AMPATH", + "value": "5172" + }, + { + "type": "AMPATH", + "value": "5334" + }, + { + "type": "IMO-ProblemIT", + "value": "26010" + } + ] + }, + { + "concept": "145872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cerebral Cryptococcosis", + "conceptMappings": [] + }, + { + "concept": "120781AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cervical Intraepithelial Neoplasm", + "conceptMappings": [] + }, + { + "concept": "120330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Coccidioidomycosis", + "conceptMappings": [] + }, + { + "concept": "142963AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cytomegalovirus infection", + "conceptMappings": [] + }, + { + "concept": "119288AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Encephalopathy", + "conceptMappings": [] + }, + { + "concept": "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Hepatitis B", + "conceptMappings": [] + }, + { + "concept": "156590AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "hepatitis C virus infection", + "conceptMappings": [] + }, + { + "concept": "153466AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "herpes simplex type 2", + "conceptMappings": [] + }, + { + "concept": "117543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Herpes zoster", + "conceptMappings": [] + }, + { + "concept": "117514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Histoplasmosis", + "conceptMappings": [] + }, + { + "concept": "137480AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Infection due to Candida Albicans", + "conceptMappings": [] + }, + { + "concept": "644AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Kaposi sarcoma oral", + "conceptMappings": [] + }, + { + "concept": "116322AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Leukoencephalopathy", + "conceptMappings": [] + }, + { + "concept": "116104AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Malignant Lymphoma", + "conceptMappings": [] + }, + { + "concept": "1294AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Meningitis, cryptococcal", + "conceptMappings": [] + }, + { + "concept": "160007AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Mycobacterium tuberculosis", + "conceptMappings": [] + }, + { + "concept": "882AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pneumocystis carinii pneumonia", + "conceptMappings": [] + }, + { + "concept": "114100AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pneumonia", + "conceptMappings": [] + }, + { + "concept": "128139AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pulmonary Cryptococcosis", + "conceptMappings": [] + }, + { + "concept": "127784AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Recurrent Upper Respiratory Tract Infection", + "conceptMappings": [] + }, + { + "concept": "127198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Salmonella Septicaemia", + "conceptMappings": [] + }, + { + "concept": "5355AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Toxoplasmosis", + "conceptMappings": [] + }, + { + "concept": "823AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Wasting syndrome", + "conceptMappings": [] + } + ], + "conceptMappings": [ + { + "type": "CIEL", + "value": "160170" + } + ] + }, + "id": "typeOI" + } + ] + }, + { + "label": "Prevention of opportunistic infections - PCP", + "isExpanded": "true", + "questions": [ + { + "label": "Pneumocystis pneumonia prophylaxis plan", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1261AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Start drugs", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "AMPATH", + "value": "1256" + }, + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "SNOMED-CT", + "value": "306807008" + }, + { + "type": "CIEL", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "AMPATH", + "value": "1256" + } + ] + }, + { + "concept": "1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Continue regimen", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "CIEL", + "value": "1257" + } + ] + }, + { + "concept": "1259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Change regimen", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1259" + }, + { + "type": "CIEL", + "value": "1259" + }, + { + "type": "AMPATH", + "value": "1259" + } + ] + }, + { + "concept": "1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Stop all", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "SNOMED-CT", + "value": "274512008" + } + ] + } + ], + "conceptMappings": [ + { + "type": "CIEL", + "value": "1261" + }, + { + "type": "AMPATH", + "value": "1261" + }, + { + "type": "AMPATH", + "value": "1261" + } + ] + }, + "id": "pcpProphylaxis" + }, + { + "label": "PCP prophylaxis start date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "164361AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "weeksList": "", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "413946009" + }, + { + "type": "CIEL", + "value": "164361" + } + ] + }, + "id": "pcpStartDate" + }, + { + "label": "PCP prophylaxis regimen", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1109AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "105281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sulfamethoxazole / trimethoprim", + "conceptMappings": [ + { + "type": "RxNORM", + "value": "10831" + }, + { + "type": "CIEL", + "value": "105281" + }, + { + "type": "AMPATH", + "value": "261" + }, + { + "type": "AMPATH", + "value": "916" + }, + { + "type": "AMPATH", + "value": "93" + }, + { + "type": "SNOMED-CT", + "value": "777642002" + }, + { + "type": "PIH", + "value": "916" + } + ] + }, + { + "concept": "74250AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dapsone", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "92" + }, + { + "type": "CIEL", + "value": "74250" + }, + { + "type": "SNOMED-CT", + "value": "17308007" + }, + { + "type": "RxNORM", + "value": "3108" + } + ] + } + ] + }, + "id": "pcpRegimen" + }, + { + "label": "PCP regimen adherence", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "166462AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "KenyaEMR", + "value": "164941" + }, + { + "type": "KenyaEMR", + "value": "164941" + }, + { + "type": "CIEL", + "value": "166462" + }, + { + "type": "SNOMED-CT", + "value": "418633004" + } + ], + "answers": [ + { + "concept": "159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Good", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159405" + } + ] + }, + { + "concept": "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fair", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159406" + } + ] + }, + { + "concept": "159407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Poor", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159407" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "pcpRegimenAdherence" + }, + { + "label": "Reason for stopping PCP prophylaxis", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1262AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "982AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "CD4 count greater than 15%", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "313938009" + } + ] + }, + { + "concept": "1254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "CD4 count greater than 200", + "conceptMappings": [] + }, + { + "concept": "102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Toxicity, drug", + "conceptMappings": [ + { + "type": "CIEL", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "ICD-10-WHO", + "value": "R89.2" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "id": "pcpStop" + } + ] + }, + { + "label": "Prevention of Opportunistic Infections - Cryptococcosis", + "isExpanded": "true", + "questions": [ + { + "label": "Cryptococcal prophylaxis plan", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1277AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Start drugs", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "AMPATH", + "value": "1256" + }, + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "SNOMED-CT", + "value": "306807008" + }, + { + "type": "CIEL", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "AMPATH", + "value": "1256" + } + ] + }, + { + "concept": "1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Continue regimen", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "CIEL", + "value": "1257" + } + ] + }, + { + "concept": "1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Stop all", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "SNOMED-CT", + "value": "274512008" + } + ] + } + ], + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1277" + }, + { + "type": "AMPATH", + "value": "1277" + }, + { + "type": "CIEL", + "value": "1277" + } + ] + }, + "id": "cryptoProphylaxis" + }, + { + "label": "Fluconazole start date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "5ac4300a-5e19-45c8-8692-31a57d6d5b8c", + "weeksList": "", + "conceptMappings": [ + { + "type": "OCT", + "value": "FluconazoleStartDate" + } + ] + }, + "id": "cryptoProphylaxisStart" + }, + { + "label": "Fluconazole stop date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "c2d57bcb-02f2-457d-af05-8d759a1457a7", + "weeksList": "", + "conceptMappings": [ + { + "type": "OCT", + "value": "FluconazoleStopDate" + } + ] + }, + "id": "cryptoProphylaxisStop" + } + ] + }, + + { + "label": "ART Adherence", + "isExpanded": "true", + "questions": [ + { + "label": "HAART adherence assessment", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "da4e1fd2-727f-4677-ab5f-44058555052c", + "answers": [ + { + "concept": "159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Good", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159405" + } + ] + }, + { + "concept": "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fair", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159406" + } + ] + }, + { + "concept": "159407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Poor", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159407" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "artAdherenceAssessment" + }, + { + "label": "Reason for Fair/Poor adherence to HAART", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "160582AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "121725AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Alcohol abuse", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "15167005" + }, + { + "type": "ICPC2", + "value": "P15" + }, + { + "type": "SNOMED-CT", + "value": "15167005" + }, + { + "type": "IMO-ProblemIT", + "value": "29952" + }, + { + "type": "ICD-10-WHO", + "value": "F10.1" + }, + { + "type": "3BT", + "value": "10004666" + }, + { + "type": "ICPC2", + "value": "P15" + }, + { + "type": "IMO-ProblemIT", + "value": "29952" + }, + { + "type": "3BT", + "value": "10004666" + } + ] + }, + { + "concept": "160589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Concerned about privacy/stigma", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "397695000" + }, + { + "type": "CIEL", + "value": "160589" + } + ] + }, + { + "concept": "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Depression", + "conceptMappings": [ + { + "type": "ICPC2", + "value": "P76" + }, + { + "type": "ICD-10-WHO", + "value": "F32.9" + }, + { + "type": "PIH", + "value": "207" + }, + { + "type": "SNOMED-CT", + "value": "35489007" + }, + { + "type": "IMO-ProblemIT", + "value": "41696" + }, + { + "type": "IMO-ProblemIT", + "value": "41696" + }, + { + "type": "AMPATH", + "value": "6038" + }, + { + "type": "AMPATH", + "value": "207" + }, + { + "type": "ICD-10-WHO", + "value": "F32.9" + }, + { + "type": "PIH", + "value": "207" + }, + { + "type": "SNOMED-CT", + "value": "35489007" + }, + { + "type": "AMPATH", + "value": "6038" + }, + { + "type": "AMPATH", + "value": "207" + } + ] + }, + { + "concept": "160586AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Felt better and stopped taking medication", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160586" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + } + ] + }, + { + "concept": "160585AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Felt too ill to take medication", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "397695000" + }, + { + "type": "CIEL", + "value": "160585" + } + ] + }, + { + "concept": "160587AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Forgot to take medication", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160587" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + } + ] + }, + { + "concept": "160584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lost or ran out of medication", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160584" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + } + ] + }, + { + "concept": "160588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pill burden", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160588" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + } + ] + }, + { + "concept": "160583AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Shares medications with others", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "397695000" + }, + { + "type": "CIEL", + "value": "160583" + } + ] + }, + { + "concept": "102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Toxicity, drug", + "conceptMappings": [ + { + "type": "CIEL", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "ICD-10-WHO", + "value": "R89.2" + } + ] + }, + { + "concept": "820AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Transport problems", + "conceptMappings": [ + { + "type": "CIEL", + "value": "820" + }, + { + "type": "SNOMED-CT", + "value": "266934004" + }, + { + "type": "AMPATH", + "value": "820" + }, + { + "type": "SNOMED-CT", + "value": "266934004" + }, + { + "type": "AMPATH", + "value": "820" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ], + "conceptMappings": [ + { + "type": "PIH", + "value": "3140" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + }, + { + "type": "CIEL", + "value": "160582" + }, + { + "type": "PIH", + "value": "3140" + } + ] + }, + "id": "reasonForPoorAdherenceToHaart" + } + ] + }, + { + "label": "Clinical Management Plan", + "isExpanded": "true", + "questions": [ + { + "label": "Clinical Notes", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "5", + "conceptMappings": [ + { + "type": "CIEL", + "value": "165095" + } + ] + }, + "id": "clinicalNotes" + } + ] + }, + { + "label": "Drug Orders", + "isExpanded": "true", + "questions": [ + { + "label": "ARV dispensing quantity (in days)", + "type": "obs", + "questionOptions": { + "rendering": "number", + "concept": "3a0709e9-d7a8-44b9-9512-111db5ce3989", + "max": "200", + "min": "1", + "showDate": "", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1897" + }, + { + "type": "SNOMED-CT", + "value": "261774000" + }, + { + "type": "AMPATH", + "value": "1897" + }, + { + "type": "CIEL", + "value": "159368" + }, + { + "type": "SNOMED-CT", + "value": "261774000" + } + ] + }, + "id": "regimenInDays" + } + ] + }, + { + "label": "Referrals", + "isExpanded": "true", + "questions": [ + { + "label": "Patient referred for other services", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "label": "Yes", + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + { + "label": "No", + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + } + ] + }, + "id": "referralsOrdered" + }, + { + "label": "Reason for referral", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "1272AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "439980006" + }, + { + "type": "SNOMED-CT", + "value": "439980006" + }, + { + "type": "AMPATH", + "value": "1272" + }, + { + "type": "AMPATH", + "value": "1932" + }, + { + "type": "AMPATH", + "value": "1272" + }, + { + "type": "AMPATH", + "value": "1932" + } + ], + "answers": [ + { + "concept": "1288AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Alcohol counseling", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1288" + }, + { + "type": "AMPATH", + "value": "1288" + }, + { + "type": "SNOMED-CT", + "value": "413473000" + }, + { + "type": "SNOMED-CT", + "value": "413473000" + } + ] + }, + { + "concept": "1374AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dental care referral", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "103697008" + }, + { + "type": "SNOMED-CT", + "value": "103697008" + } + ] + }, + { + "concept": "1167AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Disclosure counseling", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1167" + }, + { + "type": "SNOMED-MVP", + "value": "11671000105001" + }, + { + "type": "AMPATH", + "value": "1167" + }, + { + "type": "SNOMED-MVP", + "value": "11671000105001" + }, + { + "type": "SNOMED-CT", + "value": "409063005" + } + ] + }, + { + "concept": "5483AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Family planning services", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5483" + }, + { + "type": "AMPATH", + "value": "5483" + }, + { + "type": "SNOMED-CT", + "value": "310031001" + }, + { + "type": "SNOMED-CT", + "value": "310031001" + } + ] + }, + { + "concept": "5485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Inpatient care or hospitalization", + "conceptMappings": [ + { + "type": "PIH", + "value": "1429" + }, + { + "type": "PIH", + "value": "1429" + }, + { + "type": "AMPATH", + "value": "5485" + }, + { + "type": "AMPATH", + "value": "5485" + }, + { + "type": "SNOMED-CT", + "value": "394656005" + }, + { + "type": "SNOMED-CT", + "value": "394656005" + }, + { + "type": "CIEL", + "value": "5485" + } + ] + }, + { + "concept": "159937AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Maternal and child health program", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159937" + }, + { + "type": "AMPATH", + "value": "2050" + } + ] + }, + { + "concept": "5489AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Mental health services", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "390808007" + }, + { + "type": "SNOMED-CT", + "value": "390808007" + }, + { + "type": "AMPATH", + "value": "5489" + }, + { + "type": "AMPATH", + "value": "5489" + } + ] + }, + { + "concept": "5484AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Nutritional support", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "278906000" + }, + { + "type": "PIH", + "value": "1400" + }, + { + "type": "AMPATH", + "value": "5484" + }, + { + "type": "PIH", + "value": "1400" + }, + { + "type": "AMPATH", + "value": "5484" + }, + { + "type": "CIEL", + "value": "5484" + }, + { + "type": "SNOMED-CT", + "value": "278906000" + } + ] + }, + { + "concept": "1373AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Ophthalmology referral", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "183543004" + }, + { + "type": "SNOMED-CT", + "value": "183543004" + } + ] + }, + { + "concept": "5490AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Psychosocial counseling", + "conceptMappings": [] + }, + { + "concept": "1611AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Referral for opportunistic infection treatment", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "16111000105007" + }, + { + "type": "SNOMED-MVP", + "value": "16111000105007" + }, + { + "type": "SNOMED-CT", + "value": "3457005" + } + ] + }, + { + "concept": "160546AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sexually transmitted infection program/clinic", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "25681007" + }, + { + "type": "SNOMED-CT", + "value": "25681007" + }, + { + "type": "CIEL", + "value": "160546" + }, + { + "type": "PIH", + "value": "1786" + }, + { + "type": "PIH", + "value": "1786" + } + ] + }, + { + "concept": "5486AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Social support services", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "54861000105000" + }, + { + "type": "AMPATH", + "value": "5486" + }, + { + "type": "SNOMED-MVP", + "value": "54861000105000" + }, + { + "type": "AMPATH", + "value": "5486" + }, + { + "type": "SNOMED-CT", + "value": "315042007" + } + ] + }, + { + "concept": "164164AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Surgical Outpatient Department", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "405607001" + }, + { + "type": "SNOMED-CT", + "value": "405607001" + } + ] + }, + { + "concept": "1609AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Referral for imaging study", + "conceptMappings": [] + }, + { + "concept": "160456AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Obstetrics and gynecology department", + "conceptMappings": [] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "id": "refferedFor" + }, + { + "label": "Referral comments", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "164359AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "" + }, + "id": "referralNotes" + } + ] + }, + { + "label": "HIV Clinic Appointment", + "isExpanded": "true", + "questions": [ + { + "label": "Next Appointment Date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "5096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5096" + }, + { + "type": "SNOMED-MVP", + "value": "50961000105000" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "RETURN VISIT DATE" + }, + { + "type": "PIH-Malawi", + "value": "5096" + }, + { + "type": "SNOMED-CT", + "value": "406543005" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + }, + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "nextAppointmentDate" + }, + { + "label": "Date medication refill is due", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "162549AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "364713004" + } + ] + }, + "id": "drugRefillDate" + }, + { + "label": "Attending clinician's name", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "1473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "id": "attendingClinicianName" + } + ] + } + ] + }, + { + "label": "Lab results - CD4", + "sections": [], + "isSubform": "true", + "subform": { + "name": "CD4 Lab Result", + "package": "hiv", + "behaviours": [ + { + "intent": "*", + "subform_intent": "CD4_LAB_RESULTS_EMBED", + "readonly": "false" + } + ] + } + }, + { + "label": "Lab results - Viral Load", + "sections": [], + "isSubform": "true", + "subform": { + "name": "Viral Load Lab Result", + "package": "hiv", + "behaviours": [ + { + "intent": "*", + "subform_intent": "VIRAL_LOAD_LAB_RESULTS_EMBED", + "readonly": "false" + } + ] + } + } + ], + "availableIntents": [ + { + "intent": "*", + "display": "Clinical Visit" + } + ], + "processor": "EncounterFormProcessor", + "uuid": "59c204d4-baea-393a-bdbd-ac4d5f01a7f5", + "referencedForms": [], + "encounterType": "cb0a65a7-0587-477e-89b9-cf2fd144f1d4", + "encounter": "Clinical Visit", + "allowUnspecifiedAll": true +} diff --git a/distro/configuration/ampathforms/ct_clinical_visit_v2.0.json b/distro/configuration/ampathforms/ct_clinical_visit_v2.0.json new file mode 100644 index 000000000..321c05fc5 --- /dev/null +++ b/distro/configuration/ampathforms/ct_clinical_visit_v2.0.json @@ -0,0 +1,9317 @@ +{ + "name": "POC Clinical Visit Form v2", + "version": "2", + "published": true, + "retired": false, + "pages": [ + { + "label": "Patient Details", + "sections": [ + { + "label": "Visit Details", + "isExpanded": "true", + "questions": [ + { + "label": "Encounter date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "163137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "dateOfEncounter" + }, + { + "label": "Scheduled visit", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1246AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "label": "Yes", + "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" + }, + { + "label": "No", + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" + } + ], + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1246" + }, + { + "type": "SNOMED-CT", + "value": "416151008" + }, + { + "type": "PIH", + "value": "1246" + }, + { + "type": "SNOMED-MVP", + "value": "12461000105003" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true" + } + ], + "id": "scheduledVisit" + }, + { + "label": "Visit type", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "8a9809e9-8a0b-4e0e-b1f6-80b0cbbe361b", + "answers": [ + { + "concept": "166446AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Express pharmacy pickup without clinician visit", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "373784005" + }, + { + "type": "KenyaEMR", + "value": "164946" + } + ] + }, + { + "concept": "160523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Follow-up Visit, Regular", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "185389009" + }, + { + "type": "PIH-Malawi", + "value": "6193" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "visitScheduled" + } + ] + } + ] + }, + { + "label": "Presenting Complaints", + "sections": [ + { + "label": "History of Presenting Complaints", + "isExpanded": "true", + "questions": [ + { + "label": "Any complaints?", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1154AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "label": "Yes", + "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" + }, + { + "label": "No", + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "presentingComplaints" + }, + { + "label": "Chief complaints", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "f2ff2d1c-25e6-4143-9000-89633a932c2f", + "answers": [ + { + "concept": "151AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abdominal pain", + "conceptMappings": [] + }, + { + "concept": "148035AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Back pain", + "conceptMappings": [] + }, + { + "concept": "120749AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Chest pain", + "conceptMappings": [] + }, + { + "concept": "143264AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cough", + "conceptMappings": [] + }, + { + "concept": "871AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Chills", + "conceptMappings": [] + }, + { + "concept": "120345AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Confusion", + "conceptMappings": [] + }, + { + "concept": "113054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Convulsions", + "conceptMappings": [] + }, + { + "concept": "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Depression", + "conceptMappings": [ + { + "type": "ICPC2", + "value": "P76" + }, + { + "type": "ICD-10-WHO", + "value": "F32.9" + }, + { + "type": "PIH", + "value": "207" + }, + { + "type": "SNOMED-CT", + "value": "35489007" + }, + { + "type": "IMO-ProblemIT", + "value": "41696" + }, + { + "type": "IMO-ProblemIT", + "value": "41696" + }, + { + "type": "AMPATH", + "value": "6038" + }, + { + "type": "AMPATH", + "value": "207" + }, + { + "type": "ICD-10-WHO", + "value": "F32.9" + }, + { + "type": "PIH", + "value": "207" + }, + { + "type": "SNOMED-CT", + "value": "35489007" + }, + { + "type": "AMPATH", + "value": "6038" + }, + { + "type": "AMPATH", + "value": "207" + } + ] + }, + { + "concept": "142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Diarrhea", + "conceptMappings": [] + }, + { + "concept": "142247AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Discharge from Penis", + "conceptMappings": [] + }, + { + "concept": "141830AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dizziness and Giddiness", + "conceptMappings": [] + }, + { + "concept": "141585AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Ear Problem", + "conceptMappings": [] + }, + { + "concept": "141128AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Epigastric pain", + "conceptMappings": [] + }, + { + "concept": "140941AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Excessive Sweating", + "conceptMappings": [] + }, + { + "concept": "114399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Facial Pain", + "conceptMappings": [] + }, + { + "concept": "140238AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fever", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "27348" + }, + { + "type": "PIH", + "value": "3722" + }, + { + "type": "SNOMED-CT", + "value": "386661006" + }, + { + "type": "3BT", + "value": "10049305" + }, + { + "type": "AMPATH", + "value": "157" + }, + { + "type": "AMPATH", + "value": "5945" + }, + { + "type": "ICPC2", + "value": "A03" + }, + { + "type": "PIH", + "value": "5945" + }, + { + "type": "ICD-10-WHO", + "value": "R50.9" + } + ] + }, + { + "concept": "140070AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Flank Pain", + "conceptMappings": [] + }, + { + "concept": "139084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Headache", + "conceptMappings": [] + }, + { + "concept": "117698AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Hearing Loss", + "conceptMappings": [] + }, + { + "concept": "136455AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Itching", + "conceptMappings": [] + }, + { + "concept": "114395AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Leg Pain", + "conceptMappings": [] + }, + { + "concept": "135595AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Loss of Appetite", + "conceptMappings": [] + }, + { + "concept": "121657AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Memory Loss", + "conceptMappings": [] + }, + { + "concept": "116334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lethargy", + "conceptMappings": [] + }, + { + "concept": "111721AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Mouth ulceration", + "conceptMappings": [] + }, + { + "concept": "133632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Muscle pain", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "6034" + }, + { + "type": "IMO-ProblemIT", + "value": "27371" + }, + { + "type": "SNOMED-CT", + "value": "68962001" + } + ] + }, + { + "concept": "5978AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Nausea", + "conceptMappings": [] + }, + { + "concept": "133469AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Neck Pain", + "conceptMappings": [] + }, + { + "concept": "133027AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Night sweats", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "42984000" + }, + { + "type": "PIH", + "value": "6029" + }, + { + "type": "3BT", + "value": "10063085" + }, + { + "type": "AMPATH", + "value": "6029" + }, + { + "type": "ICPC2", + "value": "A09" + }, + { + "type": "IMO-ProblemIT", + "value": "50760" + } + ] + }, + { + "concept": "132653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Numbness of Foot", + "conceptMappings": [] + }, + { + "concept": "131040AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain in Eye", + "conceptMappings": [] + }, + { + "concept": "116558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain in Joint", + "conceptMappings": [] + }, + { + "concept": "131034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain in pelvis", + "conceptMappings": [] + }, + { + "concept": "131032AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain in Scrotum", + "conceptMappings": [] + }, + { + "concept": "131021AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pain of Breast", + "conceptMappings": [] + }, + { + "concept": "131015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Painful Mouth", + "conceptMappings": [] + }, + { + "concept": "512AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Rash", + "conceptMappings": [] + }, + { + "concept": "127777AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Red eye", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "75705005" + }, + { + "type": "PIH", + "value": "3692" + }, + { + "type": "IMO-ProblemIT", + "value": "75075" + } + ] + }, + { + "concept": "154311AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "rectal discharge", + "conceptMappings": [] + }, + { + "concept": "113224AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Rhinitis", + "conceptMappings": [] + }, + { + "concept": "206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Seizure", + "conceptMappings": [] + }, + { + "concept": "141600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Shortness of breath", + "conceptMappings": [] + }, + { + "concept": "126535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Shoulder Pain", + "conceptMappings": [] + }, + { + "concept": "158843AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sore throat", + "conceptMappings": [ + { + "type": "ICPC2", + "value": "R74" + }, + { + "type": "SNOMED-CT", + "value": "267102003" + }, + { + "type": "3BT", + "value": "10048507" + }, + { + "type": "IMO-ProblemIT", + "value": "89743" + } + ] + }, + { + "concept": "125225AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Swallowing Painful", + "conceptMappings": [] + }, + { + "concept": "125198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Swollen Feet", + "conceptMappings": [] + }, + { + "concept": "112200AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Tremor", + "conceptMappings": [] + }, + { + "concept": "160208AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Urinary symptoms", + "conceptMappings": [] + }, + { + "concept": "147232AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vaginal bleeding", + "conceptMappings": [] + }, + { + "concept": "123396AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vaginal discharge", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "27625" + }, + { + "type": "AMPATH", + "value": "5993" + }, + { + "type": "SNOMED-CT", + "value": "271939006" + }, + { + "type": "ICD-10-WHO", + "value": "N89.8" + }, + { + "type": "ICPC2", + "value": "X14" + }, + { + "type": "IMO-ProblemIT", + "value": "32928273" + }, + { + "type": "CIEL", + "value": "123396" + }, + { + "type": "AMPATH", + "value": "5993" + }, + { + "type": "IMO-ProblemIT", + "value": "27625" + }, + { + "type": "3BT", + "value": "10102961" + }, + { + "type": "3BT", + "value": "10102961" + }, + { + "type": "IMO-ProblemIT", + "value": "32928273" + }, + { + "type": "IMO-ProblemIT", + "value": "21649296" + }, + { + "type": "SNOMED-CT", + "value": "271939006" + }, + { + "type": "CIEL", + "value": "123396" + }, + { + "type": "IMO-ProblemIT", + "value": "21649296" + } + ] + }, + { + "concept": "5953AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vision difficulties", + "conceptMappings": [] + }, + { + "concept": "122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vomiting", + "conceptMappings": [] + }, + { + "concept": "832AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Weight loss", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "presentingComplaints !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" + } + } + ], + "id": "cheifComplaint" + }, + { + "label": "Presenting Complaints Notes", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "160531AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "presentingComplaints !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" + } + } + ], + "id": "presentingComplaintNotes" + } + ] + } + ] + }, + { + "label": "OBGYN History", + "sections": [ + { + "label": "LMP/Pregnancy", + "isExpanded": "true", + "questions": [ + { + "label": "Current menstruation status", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "082ddc79-e355-4344-a4f8-ee458c15e3ef", + "answers": [ + { + "concept": "148989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Amenorrhea", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "N91.2" + }, + { + "type": "SNOMED-CT", + "value": "289885003" + }, + { + "type": "SNOMED-CT", + "value": "14302001" + }, + { + "type": "CIEL", + "value": "148989" + }, + { + "type": "AMPATH", + "value": "2060" + }, + { + "type": "3BT", + "value": "10005112" + }, + { + "type": "IMO-ProblemIT", + "value": "37903" + } + ] + }, + { + "concept": "1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Currently pregnant", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "77386006" + }, + { + "type": "CIEL", + "value": "1434" + }, + { + "type": "SNOMED-CT", + "value": "77386006" + }, + { + "type": "AMPATH", + "value": "1484" + }, + { + "type": "ICD-10-WHO", + "value": "Z33" + }, + { + "type": "IMO-ProblemIT", + "value": "52609" + }, + { + "type": "AMPATH", + "value": "1484" + }, + { + "type": "IMO-ProblemIT", + "value": "52609" + } + ] + }, + { + "concept": "5989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Menstruating", + "conceptMappings": [] + } + ] + }, + "id": "menstruationStatus" + }, + { + "label": "LMP", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "166079AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "248993009" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "menstruationStatus !== '1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "lastMonthlyPeriod" + }, + { + "label": "Intend to conceive in the next three months?", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "9109b9f3-8176-4d2f-b47d-82630dcc02ce", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160571" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "menstruationStatus === '1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "pregnancyIntention" + }, + { + "label": "Breastfeeding", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "5632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "2056" + }, + { + "type": "SNOMED-CT", + "value": "413712001" + }, + { + "type": "AMPATH", + "value": "5632" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true" + } + ], + "id": "isBreastFeeding" + } + ] + }, + { + "label": "Family Planning", + "isExpanded": "true", + "questions": [ + { + "label": "Family planning method", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "160653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "423925001" + } + ], + "answers": [ + { + "concept": "160652AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Patient not using family planning", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "423925001" + } + ] + }, + { + "concept": "965AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Currently using birth control", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "268458002" + }, + { + "type": "SNOMED-CT", + "value": "243816001" + }, + { + "type": "SNOMED-MVP", + "value": "9651000105005" + }, + { + "type": "AMPATH", + "value": "965" + } + ] + }, + { + "concept": "1360AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Requests family planning information", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "397619005" + }, + { + "type": "SNOMED-MVP", + "value": "13601000105006" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "menstruationStatus === '1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "OnFamilyPlanning" + }, + { + "label": "Preferred family planning method", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "374AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Condoms", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5270" + }, + { + "type": "PIH", + "value": "190" + }, + { + "type": "AMPATH", + "value": "190" + }, + { + "type": "SNOMED-CT", + "value": "706506000" + }, + { + "type": "AMPATH", + "value": "190" + }, + { + "type": "AMPATH", + "value": "5270" + }, + { + "type": "PIH", + "value": "190" + }, + { + "type": "SNOMED-CT", + "value": "706506000" + } + ] + }, + { + "concept": "5278AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Diaphragm", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5278" + }, + { + "type": "CIEL", + "value": "5278" + }, + { + "type": "AMPATH", + "value": "5278" + }, + { + "type": "SNOMED-CT", + "value": "368441006" + }, + { + "type": "SNOMED-CT", + "value": "368441006" + } + ] + }, + { + "concept": "160570AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Emergency contraceptive pills", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "275813002" + } + ] + }, + { + "concept": "164814AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Female condom", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "442288006" + }, + { + "type": "SNOMED-CT", + "value": "442288006" + }, + { + "type": "CIEL", + "value": "164814" + } + ] + }, + { + "concept": "5276AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Female sterilization", + "conceptMappings": [ + { + "type": "IMO-ProcedureIT", + "value": "666675" + }, + { + "type": "SNOMED-CT", + "value": "60890002" + }, + { + "type": "SNOMED-CT", + "value": "60890002" + }, + { + "type": "IMO-ProcedureIT", + "value": "666675" + } + ] + }, + { + "concept": "159837AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Hysterectomy", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "236886002" + }, + { + "type": "SNOMED-CT", + "value": "236886002" + }, + { + "type": "IMO-ProcedureIT", + "value": "667244" + }, + { + "type": "CIEL", + "value": "159837" + }, + { + "type": "AMPATH", + "value": "5276" + }, + { + "type": "IMO-ProcedureIT", + "value": "667244" + } + ] + }, + { + "concept": "159589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Implantable contraceptive (unspecified type)", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "428987008" + }, + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "CIEL", + "value": "159589" + }, + { + "type": "AMPATH", + "value": "6220" + } + ] + }, + { + "concept": "5279AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Injectable contraceptives", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "52791000105008" + }, + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "SNOMED-MVP", + "value": "52791000105008" + }, + { + "type": "AMPATH", + "value": "5279" + }, + { + "type": "AMPATH", + "value": "5279" + } + ] + }, + { + "concept": "5275AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Intrauterine device", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "312081001" + }, + { + "type": "SNOMED-CT", + "value": "268460000" + }, + { + "type": "AMPATH", + "value": "5275" + }, + { + "type": "AMPATH", + "value": "5275" + }, + { + "type": "SNOMED-CT", + "value": "268460000" + }, + { + "type": "SNOMED-CT", + "value": "312081001" + } + ] + }, + { + "concept": "136163AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lactational amenorrhea", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "567070" + }, + { + "type": "SNOMED-CT", + "value": "237122005" + }, + { + "type": "SNOMED-CT", + "value": "237122005" + }, + { + "type": "IMO-ProblemIT", + "value": "567070" + }, + { + "type": "ICD-10-WHO", + "value": "N91.2" + }, + { + "type": "CIEL", + "value": "136163" + } + ] + }, + { + "concept": "78796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Levonorgestrel", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "126109000" + }, + { + "type": "RxNORM", + "value": "6373" + }, + { + "type": "PIH", + "value": "1718" + }, + { + "type": "CIEL", + "value": "78796" + }, + { + "type": "SNOMED-CT", + "value": "109032009" + }, + { + "type": "PIH", + "value": "1718" + }, + { + "type": "SNOMED-CT", + "value": "109032009" + }, + { + "type": "RxNORM", + "value": "6373" + } + ] + }, + { + "concept": "164813AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Male condom", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "442450006" + }, + { + "type": "SNOMED-CT", + "value": "442450006" + }, + { + "type": "CIEL", + "value": "164813" + } + ] + }, + { + "concept": "907AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Medroxyprogesterone acetate", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "907" + }, + { + "type": "AMPATH", + "value": "191" + }, + { + "type": "AMPATH", + "value": "191" + }, + { + "type": "SNOMED-CT", + "value": "126112002" + }, + { + "type": "CIEL", + "value": "907" + }, + { + "type": "SNOMED-CT", + "value": "126112002" + }, + { + "type": "PIH", + "value": "5279" + }, + { + "type": "AMPATH", + "value": "907" + }, + { + "type": "PIH", + "value": "5279" + } + ] + }, + { + "concept": "5277AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Natural family planning", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5277" + }, + { + "type": "ICD-10-WHO", + "value": "Z30.9" + }, + { + "type": "CIEL", + "value": "5277" + }, + { + "type": "SNOMED-CT", + "value": "225371000" + }, + { + "type": "SNOMED-CT", + "value": "225371000" + }, + { + "type": "AMPATH", + "value": "5277" + } + ] + }, + { + "concept": "1359AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Norplant (implantable contraceptive)", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "PIH", + "value": "1718" + }, + { + "type": "SNOMED-CT", + "value": "169552007" + }, + { + "type": "PIH", + "value": "1718" + }, + { + "type": "CIEL", + "value": "1359" + } + ] + }, + { + "concept": "780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Oral contraception", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "5935008" + }, + { + "type": "AMPATH", + "value": "780" + }, + { + "type": "SNOMED-CT", + "value": "5935008" + }, + { + "type": "AMPATH", + "value": "13" + }, + { + "type": "AMPATH", + "value": "13" + }, + { + "type": "AMPATH", + "value": "780" + } + ] + }, + { + "concept": "159524AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sexual abstinence", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "6219" + }, + { + "type": "SNOMED-CT", + "value": "162171002" + }, + { + "type": "PIH", + "value": "1274" + }, + { + "type": "PIH", + "value": "1274" + }, + { + "type": "PIH", + "value": "1720" + }, + { + "type": "SNOMED-CT", + "value": "162171002" + }, + { + "type": "PIH", + "value": "1720" + }, + { + "type": "CIEL", + "value": "159524" + }, + { + "type": "PIH-Malawi", + "value": "3628" + }, + { + "type": "PIH-Malawi", + "value": "3628" + } + ] + }, + { + "concept": "1472AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Tubal ligation procedure", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "1719" + }, + { + "type": "IMO-ProcedureIT", + "value": "674775" + }, + { + "type": "PIH", + "value": "1719" + }, + { + "type": "CIEL", + "value": "1472" + }, + { + "type": "IMO-ProcedureIT", + "value": "674775" + }, + { + "type": "SNOMED-CT", + "value": "77543007" + }, + { + "type": "PIH", + "value": "1719" + }, + { + "type": "PIH-Malawi", + "value": "1719" + }, + { + "type": "SNOMED-CT", + "value": "77543007" + } + ] + }, + { + "concept": "1489AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vasectomy", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "22523008" + }, + { + "type": "IMO-ProcedureIT", + "value": "1848460" + }, + { + "type": "IMO-ProcedureIT", + "value": "1809386" + }, + { + "type": "CIEL", + "value": "1489" + }, + { + "type": "SNOMED-CT", + "value": "22523008" + }, + { + "type": "IMO-ProcedureIT", + "value": "1848460" + }, + { + "type": "PIH", + "value": "1721" + }, + { + "type": "IMO-ProcedureIT", + "value": "1809386" + }, + { + "type": "PIH", + "value": "1721" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ], + "conceptMappings": [ + { + "type": "PIH", + "value": "374" + }, + { + "type": "SNOMED-CT", + "value": "13197004" + }, + { + "type": "SNOMED-CT", + "value": "13197004" + }, + { + "type": "CIEL", + "value": "374" + }, + { + "type": "AMPATH", + "value": "374" + }, + { + "type": "PIH", + "value": "374" + }, + { + "type": "AMPATH", + "value": "374" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "OnFamilyPlanning === '160652AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "familyPlanningMethod" + }, + { + "label": "Reason not on family planning", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "160575AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "160573AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Currently not sexually active", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "162171002" + }, + { + "type": "PIH", + "value": "3211" + } + ] + }, + { + "concept": "160572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Patient thinks she can't get pregnant", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "118185001" + } + ] + }, + { + "concept": "160571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Patient wishes to get pregnant", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "118185001" + }, + { + "type": "IMO-ProblemIT", + "value": "1045429" + }, + { + "type": "KenyaEMR", + "value": "164933" + } + ] + } + ], + "conceptMappings": [ + { + "type": "PIH", + "value": "6195" + }, + { + "type": "SNOMED-CT", + "value": "118185001" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "OnFamilyPlanning !== '160652AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "reasonNotOnFP" + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "menstruationStatus === '1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "Current Pregnancy", + "isExpanded": "true", + "questions": [ + { + "label": "EDD", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "5596AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "LOINC", + "value": "11779-6" + }, + { + "type": "AMPATH", + "value": "5596" + }, + { + "type": "AMPATH", + "value": "1854" + }, + { + "type": "SNOMED-CT", + "value": "366322004" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "menstruationStatus !== '1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "expectedDateOfDelivery" + }, + { + "label": "Gestational age (weeks)", + "type": "obs", + "questionOptions": { + "rendering": "number", + "concept": "1438AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "menstruationStatus !== '1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "gestationInWeeks" + }, + { + "label": "Antenatal profile done", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "975f11e5-7471-4e57-bba7-d3ee358ef7ea", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "243787009" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "menstruationStatus !== '1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "antenatalProfileDone" + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "menstruationStatus !== '1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "Cervical Cancer Screeening", + "isExpanded": "true", + "questions": [ + { + "label": "Screened for cervical cancer during this visit", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "e5e99fc7-ff2d-4306-aefd-b87a07fc9ab4", + "answers": [ + { + "concept": "165618AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cervical cancer screening not performed", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "4461000175108" + } + ] + }, + { + "concept": "165619AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cervical cancer screening performed", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "268543007" + } + ] + } + ] + }, + "id": "screenedForCervicalCancer" + }, + { + "label": "Date last screened for cervical cancer", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "165429AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "364713004" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "screenedForCervicalCancer !== '165619AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "dateScreenedforCervicalCancer" + }, + { + "label": "Cervical cancer screening method", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "53ff5cd0-0f37-4190-87b1-9eb439a15e94", + "answers": [ + { + "concept": "160705AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Colposcopy", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160705" + }, + { + "type": "IMO-ProcedureIT", + "value": "1241" + }, + { + "type": "SNOMED-CT", + "value": "392003006" + }, + { + "type": "IMO-ProcedureIT", + "value": "1241" + }, + { + "type": "SNOMED-CT", + "value": "392003006" + }, + { + "type": "CIEL", + "value": "160705" + } + ] + }, + { + "concept": "9580690a-0e84-451a-ada9-c4478d999dc2", + "label": "Human Papillomavirus test", + "conceptMappings": [] + }, + { + "concept": "885AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Papanicolaou smear", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "90226004" + }, + { + "type": "AMPATH", + "value": "885" + }, + { + "type": "CIEL", + "value": "885" + }, + { + "type": "AMPATH", + "value": "41" + }, + { + "type": "IMO-ProcedureIT", + "value": "1064218" + }, + { + "type": "IMO-ProcedureIT", + "value": "1064218" + }, + { + "type": "SNOMED-CT", + "value": "90226004" + }, + { + "type": "AMPATH", + "value": "885" + }, + { + "type": "CIEL", + "value": "885" + }, + { + "type": "AMPATH", + "value": "41" + } + ] + }, + { + "concept": "8304ffef-ac7b-425c-af3b-6ddc4d052ca8", + "label": "Visual Inspection of the Cervix with Acetic Acid (VIA)", + "conceptMappings": [] + }, + { + "concept": "46184e00-3417-4b88-9ef5-9990a0979b1a", + "label": "Visual Inspection of the Cervix with Lugol’s Iodine (VILI)", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "screenedForCervicalCancer !== '165619AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "methodCervicalCancerScreen" + } + ] + }, + { + "label": "Treatment of Cervical Pre-cancer Lesions", + "isExpanded": "true", + "questions": [ + { + "label": "Treatment of cervical pre-cancer lesions", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "3a8bb4b4-7496-415d-a327-57ae3711d4eb", + "answers": [ + { + "concept": "82fdc4f5-338e-4c22-8856-65ca9cb53fa3", + "label": "Cold knife cone biopsy of cervix", + "conceptMappings": [] + }, + { + "concept": "162812AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cryosurgery of lesion of cervix", + "conceptMappings": [] + }, + { + "concept": "159837AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Hysterectomy", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "236886002" + }, + { + "type": "SNOMED-CT", + "value": "236886002" + }, + { + "type": "IMO-ProcedureIT", + "value": "667244" + }, + { + "type": "CIEL", + "value": "159837" + }, + { + "type": "AMPATH", + "value": "5276" + }, + { + "type": "IMO-ProcedureIT", + "value": "667244" + } + ] + }, + { + "concept": "165084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Loop electrosurgical excision procedure of cervix", + "conceptMappings": [] + }, + { + "concept": "166706AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Thermocauterization of cervix", + "conceptMappings": [] + }, + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "id": "treatmentCervicalCancer" + } + ], + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "screenedForCervicalCancer !== '165619AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + } + ] + }, + { + "label": "Tuberculosis", + "sections": [ + { + "label": "Current TPT/ TB Treatment", + "isExpanded": "true", + "questions": [ + { + "label": "Currently on treatment for tuberculosis", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "159798AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159798" + }, + { + "type": "AMPATH", + "value": "6176" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "PIH", + "value": "1257" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "currentTPT === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "onTBRx" + }, + { + "label": "Currently on tuberculosis prophylaxis treatment (TPT)", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "166449AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "CIEL", + "value": "166449" + }, + { + "type": "SNOMED-CT", + "value": "363819003" + }, + { + "type": "KenyaEMR", + "value": "164949" + }, + { + "type": "KenyaEMR", + "value": "164949" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "onTBRx === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "currentTPT" + }, + { + "label": "Previously completed Tuberculosis preventive treatment", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "166463AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "CIEL", + "value": "166463" + }, + { + "type": "SNOMED-CT", + "value": "182834008" + }, + { + "type": "KenyaEMR", + "value": "164950" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "previousTPT" + } + ] + }, + { + "label": "TB Screening", + "isExpanded": "true", + "questions": [ + { + "label": "TB screening done?", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "f8868467-bd15-4576-9da8-bfb8ef64ea17", + "conceptMappings": [ + { + "type": "OCT", + "value": "TuberculosisScreening" + }, + { + "type": "CIEL", + "value": "164800" + }, + { + "type": "SNOMED-CT", + "value": "171126009" + }, + { + "type": "SNOMED-CT", + "value": "171126009" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "onTBRx === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "patientScreenedForTB" + }, + { + "label": "Adult TB Intensive Case Finding", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "12a22a0b-f0ed-4f1a-8d70-7c6acda5ae78", + "answers": [ + { + "concept": "133027AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Night sweats", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "42984000" + }, + { + "type": "AMPATH", + "value": "6029" + }, + { + "type": "IMO-ProblemIT", + "value": "50760" + }, + { + "type": "PIH", + "value": "6029" + }, + { + "type": "3BT", + "value": "10063085" + }, + { + "type": "ICPC2", + "value": "A09" + } + ] + }, + { + "concept": "1494AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fever lasting more than three weeks", + "conceptMappings": [] + }, + { + "concept": "159799AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "cough lasting more than 2 weeks", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "1597991000105004" + }, + { + "type": "PIH", + "value": "2573" + } + ] + }, + { + "concept": "b52ffe16-b482-4f61-9bb9-9787320beef5", + "label": "Weight Loss (Abnormal weight loss)", + "conceptMappings": [] + }, + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "PIH-Malawi", + "value": "1107" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "false", + "unspecified": "true", + "hide": { + "hideWhenExpression": "onTBRx === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || patientScreenedForTB !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "tbICFAdult" + }, + { + "label": "Peads TB Intensive Case Finding", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "16ba5f4b-5430-44c8-91e4-c4c66b072f29", + "answers": [ + { + "concept": "7becaa8c-8028-4fb7-8f5f-a450fc3e3f8b", + "label": "history of contact with a person with TB", + "conceptMappings": [] + }, + { + "concept": "140707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Failure to Gain Weight", + "conceptMappings": [ + { + "type": "3BT", + "value": "10035463" + }, + { + "type": "IMO-ProblemIT", + "value": "27344" + }, + { + "type": "ICPC2", + "value": "T10" + }, + { + "type": "AMPATH", + "value": "5267" + }, + { + "type": "ICD-10-WHO", + "value": "R62.8" + }, + { + "type": "CIEL", + "value": "140707" + }, + { + "type": "SNOMED-CT", + "value": "36440009" + } + ] + }, + { + "concept": "1494AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fever lasting more than three weeks", + "conceptMappings": [] + }, + { + "concept": "159799AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "cough lasting more than 2 weeks", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "1597991000105004" + }, + { + "type": "PIH", + "value": "2573" + } + ] + }, + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "PIH-Malawi", + "value": "1107" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "false", + "unspecified": "true", + "hide": { + "hideWhenExpression": "onTBRx === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || patientScreenedForTB !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "tbICFPeads" + }, + { + "label": "TB screening outcome", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "160108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "429599001" + } + ], + "answers": [ + { + "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Negative", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "664" + }, + { + "type": "PIH", + "value": "664" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NEGATIVE" + }, + { + "type": "CIEL", + "value": "664" + }, + { + "type": "SNOMED-CT", + "value": "260385009" + }, + { + "type": "AMPATH", + "value": "664" + }, + { + "type": "CIEL", + "value": "664" + }, + { + "type": "SNOMED-CT", + "value": "260385009" + }, + { + "type": "PIH", + "value": "664" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NEGATIVE" + }, + { + "type": "AMPATH", + "value": "665" + }, + { + "type": "AMPATH", + "value": "665" + } + ] + }, + { + "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Positive (Presumptive TB)", + "conceptMappings": [ + { + "type": "PIH", + "value": "703" + }, + { + "type": "AMPATH", + "value": "704" + }, + { + "type": "AMPATH", + "value": "703" + }, + { + "type": "SNOMED-CT", + "value": "10828004" + }, + { + "type": "CIEL", + "value": "703" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "POSITIVE" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "false", + "unspecified": "true", + "hide": { + "hideWhenExpression": "onTBRx === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || patientScreenedForTB !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "tbScreeningOutcome" + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "onTBRx === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "Tuberculosis Preventive Treatment (TPT)", + "isExpanded": "true", + "questions": [ + { + "label": "Evaluated for tuberculosis prophylaxis", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "162275AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1175AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not applicable", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1175" + }, + { + "type": "SNOMED-CT", + "value": "385432009" + }, + { + "type": "AMPATH", + "value": "1175" + }, + { + "type": "SNOMED-CT", + "value": "385432009" + }, + { + "type": "CIEL", + "value": "1175" + } + ] + }, + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + } + ] + }, + "id": "evaluateForTPT" + }, + { + "label": "Tuberculosis prophylaxis plan", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1265AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Start drugs", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "AMPATH", + "value": "1256" + }, + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "SNOMED-CT", + "value": "306807008" + }, + { + "type": "CIEL", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "AMPATH", + "value": "1256" + } + ] + }, + { + "concept": "1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Continue regimen", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "CIEL", + "value": "1257" + } + ] + }, + { + "concept": "1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Stop all", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "SNOMED-CT", + "value": "274512008" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "evaluateForTPT !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' " + } + } + ], + "id": "tptProphylaxisPlan" + }, + { + "label": "Tuberculosis preventive treatment regimen", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "90c9e554-b959-48e6-90d5-8d595a074c86", + "answers": [ + { + "concept": "69653fcf-37e4-4a61-96d6-58bbd079ad77", + "label": "1 HP Isoniazide + Rifapentine prophylaxis", + "conceptMappings": [] + }, + { + "concept": "4df2a7d8-eb98-4d15-8bed-1b408891ee75", + "label": "3HP Rifapentine + Isoniazid", + "conceptMappings": [] + }, + { + "concept": "bbdf46fb-f941-4075-a2ae-985163accce1", + "label": "3HR Isoniazid+Rifampicin prophylaxis", + "conceptMappings": [] + }, + { + "concept": "65889206-ebc7-4aea-afd3-dc3641ba8cad", + "label": "4R Rifampicin Monotherapy prophylaxis", + "conceptMappings": [] + }, + { + "concept": "107f0b45-869c-4ddb-b56b-13994a486523", + "label": "6H Isoniazid prophylaxis", + "conceptMappings": [] + }, + { + "concept": "a27faf7e-8be5-4c8b-84de-be6c0967acc6", + "label": "9H Isoniazid prophylaxis", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "tptProphylaxisPlan !== '1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "currentTPTRegimen" + }, + { + "label": "Date tuberculosis prophylaxis started", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "162320AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "tptProphylaxisPlan !== '1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "dateTPTStart" + }, + { + "label": "Tuberculosis Preventive Treatement adherence ", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "161653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Good", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159405" + } + ] + }, + { + "concept": "159407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Poor", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159407" + } + ] + }, + { + "concept": "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fair", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159406" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "tptProphylaxisPlan !== '1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' " + } + } + ], + "id": "tptAdherence" + }, + { + "label": "Date tuberculosis prophylaxis ended", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "163284AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "weeksList": "", + "conceptMappings": [ + { + "type": "CIEL", + "value": "163284" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "tptProphylaxisPlan !== '1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "dateTptEnded" + }, + { + "label": "Reason tuberculosis prophylaxis stopped", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1266AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1267AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Completed", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "255594003" + }, + { + "type": "CIEL", + "value": "1267" + }, + { + "type": "AMPATH", + "value": "1267" + } + ] + }, + { + "concept": "102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Toxicity, drug", + "conceptMappings": [ + { + "type": "CIEL", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "ICD-10-WHO", + "value": "R89.2" + } + ] + }, + { + "concept": "112141AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Tuberculosis", + "conceptMappings": [] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "tptProphylaxisPlan !== '1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "reasonTptStopped" + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "tbScreeningOutcome !== '664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "Treatment of TB", + "isExpanded": "true", + "questions": [ + { + "label": "Tuberculosis treatment plan", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1268AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [], + "answers": [ + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "PIH", + "value": "1107" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + } + ] + }, + { + "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Start drugs", + "conceptMappings": [ + { + "type": "PIH", + "value": "1256" + }, + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "AMPATH", + "value": "1256" + }, + { + "type": "CIEL", + "value": "1256" + } + ] + }, + { + "concept": "1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Continue regimen", + "conceptMappings": [ + { + "type": "PIH", + "value": "1257" + }, + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "CIEL", + "value": "1257" + } + ] + }, + { + "concept": "1259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Change regimen", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1259" + }, + { + "type": "CIEL", + "value": "1259" + } + ] + }, + { + "concept": "981AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dosing Change", + "conceptMappings": [ + { + "type": "PIH", + "value": "1258" + }, + { + "type": "AMPATH", + "value": "981" + }, + { + "type": "CIEL", + "value": "981" + } + ] + }, + { + "concept": "1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Stop all", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "CIEL", + "value": "1260" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "onTBRx === '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "patientScreenedForTB" + }, + { + "label": "Tuberculosis drug treatment start date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "1113AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "weeksList": "", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "413946009" + }, + { + "type": "SNOMED-MVP", + "value": "11131000105005" + }, + { + "type": "CIEL", + "value": "1113" + }, + { + "type": "AMPATH", + "value": "1113" + }, + { + "type": "PIH", + "value": "1113" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "patientScreenedForTB !== '1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "tbRxStartDate" + }, + { + "label": "Tuberculosis treatment end date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "159431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "weeksList": "", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159431" + }, + { + "type": "PIH", + "value": "2597" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "patientScreenedForTB !== '1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "tbRxEndDate" + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "onTBRx !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "Presumptive TB", + "isExpanded": "true", + "questions": [ + { + "label": "Action taken - Presumptive TB", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "a39dfa34-a139-4335-9eac-219d6fedf868", + "answers": [ + { + "concept": "164945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "GeneXpert MTB/Rif Ordered", + "conceptMappings": [ + { + "type": "CIEL", + "value": "164945" + }, + { + "type": "CIEL", + "value": "164945" + } + ] + }, + { + "concept": "307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sputum for acid fast bacilli ordered", + "conceptMappings": [] + }, + { + "concept": "12AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "X-ray, chest ordered", + "conceptMappings": [ + { + "type": "IMO-ProcedureIT", + "value": "708400" + }, + { + "type": "CIEL", + "value": "12" + }, + { + "type": "SNOMED-CT", + "value": "399208008" + }, + { + "type": "SNOMED-CT", + "value": "399208008" + }, + { + "type": "AMPATH", + "value": "12" + }, + { + "type": "CIEL", + "value": "12" + }, + { + "type": "AMPATH", + "value": "5229" + }, + { + "type": "IMO-ProcedureIT", + "value": "708400" + }, + { + "type": "AMPATH", + "value": "375" + }, + { + "type": "AMPATH", + "value": "645" + }, + { + "type": "AMPATH", + "value": "645" + }, + { + "type": "AMPATH", + "value": "2395" + }, + { + "type": "PIH", + "value": "3386" + }, + { + "type": "AMPATH", + "value": "5229" + }, + { + "type": "AMPATH", + "value": "375" + }, + { + "type": "PIH", + "value": "3386" + }, + { + "type": "AMPATH", + "value": "12" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "tbScreeningOutcome === '664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || onTBRx === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "presumptiveTB" + }, + { + "label": "Notes", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "", + "answers": [ + { + "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Free text general", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1915" + }, + { + "type": "AMPATH", + "value": "1915" + }, + { + "type": "LOINC", + "value": "48767-8" + }, + { + "type": "CIEL", + "value": "160632" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "tbScreeningOutcome === '664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || onTBRx === '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "tbNotes" + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "tbScreeningOutcome !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + } + ] + }, + { + "label": "Physical/Systemic Exam", + "sections": [ + { + "label": "General Examination", + "isExpanded": "true", + "questions": [ + { + "label": "General Exam (On Exam)", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "b78e20ec-0833-4e87-969b-760a29864be8", + "answers": [ + { + "concept": "121629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Anaemia", + "conceptMappings": [ + { + "type": "PIH", + "value": "3" + }, + { + "type": "AMPATH", + "value": "3" + }, + { + "type": "AMPATH", + "value": "3" + }, + { + "type": "AMPATH", + "value": "6030" + }, + { + "type": "SNOMED-CT", + "value": "271737000" + }, + { + "type": "IMO-ProblemIT", + "value": "37980" + }, + { + "type": "AMPATH", + "value": "6030" + }, + { + "type": "CIEL", + "value": "121629" + }, + { + "type": "PIH", + "value": "3" + }, + { + "type": "ICPC2", + "value": "B82" + }, + { + "type": "ICPC2", + "value": "B82" + }, + { + "type": "IMO-ProblemIT", + "value": "37980" + }, + { + "type": "SNOMED-CT", + "value": "271737000" + }, + { + "type": "ICD-10-WHO", + "value": "D64.9" + }, + { + "type": "CIEL", + "value": "121629" + } + ] + }, + { + "concept": "588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Clubbing", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "R68.3" + }, + { + "type": "IMO-ProblemIT", + "value": "30112267" + }, + { + "type": "SNOMED-CT", + "value": "367004" + }, + { + "type": "AMPATH", + "value": "588" + }, + { + "type": "AMPATH", + "value": "588" + }, + { + "type": "SNOMED-CT", + "value": "367004" + }, + { + "type": "CIEL", + "value": "588" + }, + { + "type": "CIEL", + "value": "588" + }, + { + "type": "IMO-ProblemIT", + "value": "30112267" + } + ] + }, + { + "concept": "5334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Candidiasis, oral", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5542" + }, + { + "type": "AMPATH", + "value": "5334" + }, + { + "type": "AMPATH", + "value": "5172" + }, + { + "type": "PIH", + "value": "5334" + }, + { + "type": "IMO-ProblemIT", + "value": "26010" + }, + { + "type": "PIH-Malawi", + "value": "7545" + }, + { + "type": "AMPATH", + "value": "295" + }, + { + "type": "AMPATH", + "value": "296" + }, + { + "type": "SNOMED-CT", + "value": "79740000" + }, + { + "type": "CIEL", + "value": "5334" + }, + { + "type": "PIH-Malawi", + "value": "7545" + }, + { + "type": "IMO-ProblemIT", + "value": "26007" + }, + { + "type": "IMO-ProblemIT", + "value": "26007" + }, + { + "type": "SNOMED-CT", + "value": "79740000" + }, + { + "type": "AMPATH", + "value": "296" + }, + { + "type": "AMPATH", + "value": "5542" + }, + { + "type": "PIH", + "value": "5334" + }, + { + "type": "ICD-10-WHO", + "value": "B37.0" + }, + { + "type": "AMPATH", + "value": "295" + }, + { + "type": "AMPATH", + "value": "5172" + }, + { + "type": "AMPATH", + "value": "5334" + }, + { + "type": "IMO-ProblemIT", + "value": "26010" + } + ] + }, + { + "concept": "143050AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cyanosis", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "589" + }, + { + "type": "AMPATH", + "value": "589" + }, + { + "type": "SNOMED-CT", + "value": "119419001" + }, + { + "type": "IMO-ProblemIT", + "value": "27806" + }, + { + "type": "ICD-10-WHO", + "value": "R23.0" + }, + { + "type": "IMO-ProblemIT", + "value": "27806" + }, + { + "type": "CIEL", + "value": "143050" + }, + { + "type": "ICD-10-WHO", + "value": "R23.0" + }, + { + "type": "SNOMED-CT", + "value": "3415004" + }, + { + "type": "CIEL", + "value": "143050" + }, + { + "type": "SNOMED-CT", + "value": "3415004" + } + ] + }, + { + "concept": "142630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dehydration", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "991" + }, + { + "type": "ICPC2", + "value": "T11" + }, + { + "type": "SNOMED-CT", + "value": "34095006" + }, + { + "type": "CIEL", + "value": "142630" + }, + { + "type": "IMO-ProblemIT", + "value": "9786" + }, + { + "type": "ICD-10-WHO", + "value": "E86" + }, + { + "type": "SNOMED-CT", + "value": "34095006" + }, + { + "type": "CIEL", + "value": "142630" + }, + { + "type": "AMPATH", + "value": "991" + }, + { + "type": "IMO-ProblemIT", + "value": "9786" + } + ] + }, + { + "concept": "136443AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Jaundice", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "R17" + }, + { + "type": "ICPC2", + "value": "D13" + }, + { + "type": "PIH", + "value": "215" + }, + { + "type": "AMPATH", + "value": "215" + }, + { + "type": "IMO-ProblemIT", + "value": "47368" + }, + { + "type": "3BT", + "value": "10044624" + }, + { + "type": "ICD-10-WHO", + "value": "R17" + }, + { + "type": "3BT", + "value": "10044624" + }, + { + "type": "AMPATH", + "value": "215" + }, + { + "type": "SNOMED-CT", + "value": "18165001" + }, + { + "type": "SNOMED-CT", + "value": "18165001" + }, + { + "type": "PIH", + "value": "215" + }, + { + "type": "ICPC2", + "value": "D13" + }, + { + "type": "IMO-ProblemIT", + "value": "47368" + } + ] + }, + { + "concept": "135488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lymphadenopathy", + "conceptMappings": [ + { + "type": "PIH", + "value": "161" + }, + { + "type": "3BT", + "value": "10056366" + }, + { + "type": "ICPC2", + "value": "B02" + }, + { + "type": "IMO-ProblemIT", + "value": "48993" + }, + { + "type": "IMO-ProblemIT", + "value": "48993" + }, + { + "type": "3BT", + "value": "10056366" + }, + { + "type": "SNOMED-CT", + "value": "30746006" + }, + { + "type": "SNOMED-CT", + "value": "30746006" + }, + { + "type": "ICPC2", + "value": "B02" + }, + { + "type": "AMPATH", + "value": "5007" + }, + { + "type": "AMPATH", + "value": "5007" + }, + { + "type": "PIH", + "value": "161" + }, + { + "type": "ICD-10-WHO", + "value": "R59.9" + }, + { + "type": "AMPATH", + "value": "161" + }, + { + "type": "AMPATH", + "value": "161" + } + ] + }, + { + "concept": "460AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Oedema", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "6002" + }, + { + "type": "IMO-ProblemIT", + "value": "42607" + }, + { + "type": "SNOMED-CT", + "value": "267038008" + }, + { + "type": "CIEL", + "value": "460" + }, + { + "type": "PIH-Malawi", + "value": "460" + }, + { + "type": "PIH", + "value": "460" + }, + { + "type": "AMPATH", + "value": "460" + }, + { + "type": "PIH-Malawi", + "value": "460" + }, + { + "type": "IMO-ProblemIT", + "value": "42607" + }, + { + "type": "ICPC2", + "value": "K07" + }, + { + "type": "AMPATH", + "value": "5143" + }, + { + "type": "AMPATH", + "value": "460" + }, + { + "type": "AMPATH", + "value": "6002" + }, + { + "type": "AMPATH", + "value": "5143" + }, + { + "type": "PIH", + "value": "460" + }, + { + "type": "ICD-10-WHO", + "value": "R60.9" + }, + { + "type": "SNOMED-CT", + "value": "267038008" + }, + { + "type": "CIEL", + "value": "460" + } + ] + }, + { + "concept": "116334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lethargy", + "conceptMappings": [] + }, + { + "concept": "5245AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pallor", + "conceptMappings": [ + { + "type": "CIEL", + "value": "5245" + }, + { + "type": "SNOMED-CT", + "value": "398979000" + }, + { + "type": "IMO-ProblemIT", + "value": "736264" + }, + { + "type": "SNOMED-CT", + "value": "398979000" + }, + { + "type": "AMPATH", + "value": "5245" + }, + { + "type": "ICD-10-WHO", + "value": "R23.1" + }, + { + "type": "IMO-ProblemIT", + "value": "736264" + }, + { + "type": "AMPATH", + "value": "5245" + }, + { + "type": "CIEL", + "value": "5245" + } + ] + }, + { + "concept": "164131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Severely wasted", + "conceptMappings": [] + }, + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "id": "genExam" + }, + { + "label": "General Examination Notes", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163042AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "", + "conceptMappings": [ + { + "type": "CIEL", + "value": "163042" + } + ] + }, + "id": "genExamNotes" + }, + { + "label": "Lympadenopathy", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "1121AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "504AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Submandibular", + "conceptMappings": [] + }, + { + "concept": "643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cervical", + "conceptMappings": [] + }, + { + "concept": "505AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Supraclavicular", + "conceptMappings": [] + }, + { + "concept": "5112AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Axillary", + "conceptMappings": [] + }, + { + "concept": "506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Inguinal", + "conceptMappings": [] + } + ], + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "274303007" + }, + { + "type": "SNOMED-CT", + "value": "274303007" + }, + { + "type": "CIEL", + "value": "1121" + }, + { + "type": "AMPATH", + "value": "1121" + }, + { + "type": "AMPATH", + "value": "1121" + }, + { + "type": "CIEL", + "value": "1121" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "!includes('genExam', '135488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" + } + } + ], + "id": "lymphadenopathy" + } + ] + }, + { + "label": "Physical Examination Findings", + "isExpanded": "true", + "questions": [ + { + "label": "HEENT (head, eyes, ears, nose, and throat)", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "33b614d0-1953-4056-ac84-66b0492394e5", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "hEENTROS" + }, + { + "label": "HEENT examination findings (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163045AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "LOINC", + "value": "11393-6" + }, + { + "type": "SNOMED-CT", + "value": "164633005" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "hEENTROS === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "otherHEENTExaminationFinding" + }, + { + "label": "Respiratory Systems review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "f089c930-1c55-4ab6-934e-f7e7eca6f4e0", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "respiratoryROS" + }, + { + "label": "Respiratory System Findings (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "160689AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "LOINC", + "value": "11391-0" + }, + { + "type": "SNOMED-CT", + "value": "272016000" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "respiratoryROS === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "otherRespiratoryFinding" + }, + { + "label": "Cardiovascular Systems review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "3909220e-0d0e-4547-a54e-fecd619cd861", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "cardiovascularROS" + }, + { + "label": "Cardiovascular examination finding (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163046AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "271910006" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "cardiovascularROS === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "otherCardiovascularExaminationFinding" + }, + { + "label": "Gastrointestinal System review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "3fc7236b-2b72-4a52-8286-881ea2c8dbc7", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "AbdominalROS" + }, + { + "label": "Abdominal examination finding (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "160947AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "609624008" + }, + { + "type": "LOINC", + "value": "10191-5" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "AbdominalROS === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "otherAbdominalExaminationFinding" + }, + { + "label": "Central nervous system review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "14d61422-5323-4706-9152-781ce59c90de", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "cnsROS" + }, + { + "label": "CNS examination finding (text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163109AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "271888005" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "cnsROS === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "otherCNSExaminationFinding" + }, + { + "label": "Musculoskeletal system review", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "c6665eb5-23a9-4add-9f39-d44e42a4e5b1", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "musculoskeletalSROS" + }, + { + "label": "Musculoskeletal examination finding (Text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163048AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "271916000" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "musculoskeletalSROS === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "otherMusculoskeletalExaminationFinding" + }, + { + "label": "Genito-urinary system - ROS/PE", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "bd337c08-384a-47b5-88c9-fb0a67e316bd", + "answers": [ + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abnormal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "AMPATH", + "value": "514" + }, + { + "type": "AMPATH", + "value": "1116" + }, + { + "type": "SNOMED-CT", + "value": "263654008" + }, + { + "type": "CIEL", + "value": "1116" + }, + { + "type": "AMPATH", + "value": "1116" + } + ] + }, + { + "concept": "160737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not assessed", + "conceptMappings": [] + } + ] + }, + "id": "genitourinaryROS" + }, + { + "label": "Genito-urinary system examination finding (text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "118238000" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "genitourinaryROS === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "otherGenitoUrinaryExaminationFinding" + } + ] + }, + { + "label": "Sexually transmitted disease screening", + "isExpanded": "true", + "questions": [ + { + "label": "Screened for STIs in current visit", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "161558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "CIEL", + "value": "161558" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "screeningSTI" + }, + { + "label": "STI screening findings", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "c4f81292-61a3-4561-a4ae-78be7d16d928", + "answers": [ + { + "concept": "118990AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Genital Sore", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "N50.8" + }, + { + "type": "CIEL", + "value": "118990" + }, + { + "type": "IMO-ProblemIT", + "value": "300420" + }, + { + "type": "ICD-10-WHO", + "value": "N94.8" + }, + { + "type": "CIEL", + "value": "118990" + }, + { + "type": "IMO-ProblemIT", + "value": "300420" + } + ] + }, + { + "concept": "157544AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lower abdominal pain", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "711325" + }, + { + "type": "ICD-10-WHO", + "value": "R10.3" + }, + { + "type": "CIEL", + "value": "157544" + }, + { + "type": "SNOMED-CT", + "value": "54586004" + }, + { + "type": "IMO-ProblemIT", + "value": "711325" + }, + { + "type": "ICD-10-WHO", + "value": "R10.3" + }, + { + "type": "CIEL", + "value": "157544" + }, + { + "type": "SNOMED-CT", + "value": "54586004" + } + ] + }, + { + "concept": "113122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Scrotal Mass", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "12350" + }, + { + "type": "SNOMED-CT", + "value": "53929009" + }, + { + "type": "CIEL", + "value": "113122" + }, + { + "type": "SNOMED-CT", + "value": "53929009" + }, + { + "type": "IMO-ProblemIT", + "value": "12350" + }, + { + "type": "ICD-10-WHO", + "value": "N50.8" + }, + { + "type": "CIEL", + "value": "113122" + } + ] + }, + { + "concept": "c795654c-bcd8-4074-9fc7-e5f762e58f36", + "label": "Urethral Discharge", + "conceptMappings": [] + }, + { + "concept": "123396AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vaginal discharge", + "conceptMappings": [ + { + "type": "IMO-ProblemIT", + "value": "27625" + }, + { + "type": "AMPATH", + "value": "5993" + }, + { + "type": "SNOMED-CT", + "value": "271939006" + }, + { + "type": "ICD-10-WHO", + "value": "N89.8" + }, + { + "type": "ICPC2", + "value": "X14" + }, + { + "type": "IMO-ProblemIT", + "value": "32928273" + }, + { + "type": "CIEL", + "value": "123396" + }, + { + "type": "AMPATH", + "value": "5993" + }, + { + "type": "IMO-ProblemIT", + "value": "27625" + }, + { + "type": "3BT", + "value": "10102961" + }, + { + "type": "3BT", + "value": "10102961" + }, + { + "type": "IMO-ProblemIT", + "value": "32928273" + }, + { + "type": "IMO-ProblemIT", + "value": "21649296" + }, + { + "type": "SNOMED-CT", + "value": "271939006" + }, + { + "type": "CIEL", + "value": "123396" + }, + { + "type": "IMO-ProblemIT", + "value": "21649296" + } + ] + }, + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "screeningSTI !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "sTIOutcome" + } + ] + }, + { + "label": "WHO HIV stage", + "isExpanded": "true", + "questions": [ + { + "label": "Current WHO HIV stage", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "5356AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5356" + }, + { + "type": "SNOMED-CT", + "value": "385354005" + }, + { + "type": "PIH", + "value": "1480" + }, + { + "type": "CIEL", + "value": "5356" + }, + { + "type": "PIH-Malawi", + "value": "7562" + }, + { + "type": "PIH-Malawi", + "value": "7562" + }, + { + "type": "SNOMED-CT", + "value": "385354005" + }, + { + "type": "AMPATH", + "value": "5356" + }, + { + "type": "LOINC", + "value": "45233-4" + }, + { + "type": "PIH", + "value": "1480" + } + ], + "answers": [ + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + }, + { + "concept": "1220AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 1 peds", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1220" + }, + { + "type": "CIEL", + "value": "1220" + }, + { + "type": "AMPATH", + "value": "1220" + }, + { + "type": "SNOMED-CT", + "value": "103415007" + }, + { + "type": "SNOMED-MVP", + "value": "12201000105000" + }, + { + "type": "SNOMED-MVP", + "value": "12201000105000" + } + ] + }, + { + "concept": "1221AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 2 peds", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1221" + }, + { + "type": "SNOMED-MVP", + "value": "12211000105002" + }, + { + "type": "SNOMED-CT", + "value": "103416008" + }, + { + "type": "SNOMED-MVP", + "value": "12211000105002" + }, + { + "type": "AMPATH", + "value": "1221" + }, + { + "type": "AMPATH", + "value": "1221" + } + ] + }, + { + "concept": "1222AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 3 peds", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1222" + }, + { + "type": "SNOMED-MVP", + "value": "12221000105008" + }, + { + "type": "AMPATH", + "value": "1222" + }, + { + "type": "SNOMED-MVP", + "value": "12221000105008" + }, + { + "type": "SNOMED-CT", + "value": "103417004" + }, + { + "type": "CIEL", + "value": "1222" + } + ] + }, + { + "concept": "1223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 4 peds", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "12231000105006" + }, + { + "type": "SNOMED-CT", + "value": "103418009" + }, + { + "type": "SNOMED-MVP", + "value": "12231000105006" + }, + { + "type": "AMPATH", + "value": "1223" + }, + { + "type": "CIEL", + "value": "1223" + }, + { + "type": "AMPATH", + "value": "1223" + } + ] + }, + { + "concept": "1204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 1 adult", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "103415007" + }, + { + "type": "PIH", + "value": "1204" + }, + { + "type": "AMPATH", + "value": "1204" + }, + { + "type": "CIEL", + "value": "1204" + }, + { + "type": "PIH", + "value": "1204" + }, + { + "type": "SNOMED-CT", + "value": "103415007" + }, + { + "type": "AMPATH", + "value": "1204" + } + ] + }, + { + "concept": "1205AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 2 adult", + "conceptMappings": [ + { + "type": "PIH", + "value": "1205" + }, + { + "type": "PIH", + "value": "1205" + }, + { + "type": "AMPATH", + "value": "1205" + }, + { + "type": "SNOMED-CT", + "value": "103416008" + }, + { + "type": "AMPATH", + "value": "1205" + }, + { + "type": "SNOMED-CT", + "value": "103416008" + }, + { + "type": "CIEL", + "value": "1205" + } + ] + }, + { + "concept": "1206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 3 adult", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1206" + }, + { + "type": "SNOMED-CT", + "value": "103417004" + }, + { + "type": "PIH", + "value": "1206" + }, + { + "type": "SNOMED-CT", + "value": "103417004" + }, + { + "type": "PIH", + "value": "1206" + }, + { + "type": "AMPATH", + "value": "1206" + }, + { + "type": "AMPATH", + "value": "1206" + } + ] + }, + { + "concept": "1207AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "WHO stage 4 adult", + "conceptMappings": [ + { + "type": "PIH", + "value": "1207" + }, + { + "type": "PIH", + "value": "1207" + }, + { + "type": "CIEL", + "value": "1207" + }, + { + "type": "AMPATH", + "value": "1207" + }, + { + "type": "SNOMED-CT", + "value": "103418009" + }, + { + "type": "SNOMED-CT", + "value": "103418009" + }, + { + "type": "AMPATH", + "value": "1207" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "required": "true" + } + ], + "id": "wHOStage" + } + ] + }, + { + "label": "Nutritional Assessment", + "isExpanded": "true", + "questions": [ + { + "label": "Nutritional status ", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "c481f80d-7553-41ab-94ca-efddb8ab294c", + "conceptMappings": [ + { + "type": "OCT", + "value": "NutitionalAssessment" + } + ], + "answers": [ + { + "concept": "1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Not done", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1118" + }, + { + "type": "PIH", + "value": "2475" + }, + { + "type": "AMPATH", + "value": "1118" + }, + { + "type": "SNOMED-CT", + "value": "385660001" + }, + { + "type": "SNOMED-CT", + "value": "385660001" + }, + { + "type": "AMPATH", + "value": "1118" + }, + { + "type": "PIH", + "value": "1118" + } + ] + }, + { + "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Normal", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "AMPATH", + "value": "1115" + }, + { + "type": "CIEL", + "value": "1115" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + }, + { + "type": "SNOMED-CT", + "value": "17621005" + } + ] + }, + { + "concept": "163302AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Severe acute malnutrition", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "E63.9" + }, + { + "type": "SNOMED-CT", + "value": "2492009" + } + ] + }, + { + "concept": "163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Moderate acute malnutrition", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "2492009" + }, + { + "type": "ICD-10-WHO", + "value": "E63.9" + } + ] + }, + { + "concept": "115115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Obesity", + "conceptMappings": [ + { + "type": "ICD-10-WHO", + "value": "E66.9" + }, + { + "type": "ICD-10-WHO", + "value": "E66.9" + }, + { + "type": "IMO-ProblemIT", + "value": "92278" + }, + { + "type": "IMO-ProblemIT", + "value": "92278" + }, + { + "type": "SNOMED-CT", + "value": "414916001" + }, + { + "type": "SNOMED-CT", + "value": "414916001" + }, + { + "type": "ICPC2", + "value": "T82" + }, + { + "type": "CIEL", + "value": "115115" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "required": "true" + } + ], + "id": "nutritionalStatus" + }, + { + "label": "Nutritional interventions provided", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1380AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "61310001" + }, + { + "type": "SNOMED-CT", + "value": "61310001" + } + ], + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED-CT", + "value": "373066001" + }, + { + "type": "PIH-Malawi", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + } + ] + }, + { + "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No", + "conceptMappings": [ + { + "type": "PIH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "PIH-Malawi", + "value": "1066" + }, + { + "type": "AMPATH", + "value": "1066" + }, + { + "type": "SNOMED-CT", + "value": "373067005" + }, + { + "type": "PIH", + "value": "1066" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "HL7-MedicationDispenseStatus", + "value": "unknown" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "nutritionalStatus === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || nutritionalStatus === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "nutritionalInterventions" + }, + { + "label": "Nutritional support", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "5484AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "278906000" + }, + { + "type": "PIH", + "value": "1400" + }, + { + "type": "AMPATH", + "value": "5484" + }, + { + "type": "PIH", + "value": "1400" + }, + { + "type": "AMPATH", + "value": "5484" + }, + { + "type": "CIEL", + "value": "5484" + }, + { + "type": "SNOMED-CT", + "value": "278906000" + } + ], + "answers": [ + { + "concept": "161651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Counseling about infant feeding practices", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "171053005" + }, + { + "type": "SNOMED-CT", + "value": "171053005" + }, + { + "type": "CIEL", + "value": "161651" + } + ] + }, + { + "concept": "161648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Food support", + "conceptMappings": [ + { + "type": "CIEL", + "value": "161648" + }, + { + "type": "SNOMED-CT", + "value": "278906000" + } + ] + }, + { + "concept": "161649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Micronutrient support", + "conceptMappings": [ + { + "type": "CIEL", + "value": "161649" + }, + { + "type": "SNOMED-CT", + "value": "278906000" + } + ] + }, + { + "concept": "161650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Therapeutic feeding", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "75118006" + }, + { + "type": "SNOMED-CT", + "value": "75118006" + }, + { + "type": "CIEL", + "value": "161650" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other (specify)", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + }, + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "nutritionalStatus === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || nutritionalStatus === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || nutritionalInterventions !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "nutritionalSupport" + }, + { + "label": "Nutritional plan (text)", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "163189AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "" + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "!includes(nutritionalSupport, '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" + } + } + ], + "id": "nutritionalPlan" + } + ] + } + ] + }, + { + "label": "Management", + "sections": [ + { + "label": "Opportunistic Infections", + "isExpanded": "true", + "questions": [ + { + "label": "New/Active opportunistic infection", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "c52ecf45-bd6c-43ed-861b-9a2714878729", + "answers": [ + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "131768AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Opportunistic Infectious Present", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "61274003" + }, + { + "type": "IMO-ProblemIT", + "value": "23985" + }, + { + "type": "PIH-Malawi", + "value": "7388" + }, + { + "type": "CIEL", + "value": "131768" + }, + { + "type": "PIH", + "value": "1731" + }, + { + "type": "ICD-10-WHO", + "value": "B89" + }, + { + "type": "PIH", + "value": "1401" + }, + { + "type": "PIH", + "value": "1607" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true" + } + ], + "id": "hasOIs" + }, + { + "label": "Current opportunistic infections", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "6bdf2636-7da1-4691-afcc-5eede094138f", + "answers": [ + { + "concept": "5334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Candidiasis, oral", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5542" + }, + { + "type": "AMPATH", + "value": "5334" + }, + { + "type": "AMPATH", + "value": "5172" + }, + { + "type": "PIH", + "value": "5334" + }, + { + "type": "IMO-ProblemIT", + "value": "26010" + }, + { + "type": "PIH-Malawi", + "value": "7545" + }, + { + "type": "AMPATH", + "value": "295" + }, + { + "type": "AMPATH", + "value": "296" + }, + { + "type": "SNOMED-CT", + "value": "79740000" + }, + { + "type": "CIEL", + "value": "5334" + }, + { + "type": "PIH-Malawi", + "value": "7545" + }, + { + "type": "IMO-ProblemIT", + "value": "26007" + }, + { + "type": "IMO-ProblemIT", + "value": "26007" + }, + { + "type": "SNOMED-CT", + "value": "79740000" + }, + { + "type": "AMPATH", + "value": "296" + }, + { + "type": "AMPATH", + "value": "5542" + }, + { + "type": "PIH", + "value": "5334" + }, + { + "type": "ICD-10-WHO", + "value": "B37.0" + }, + { + "type": "AMPATH", + "value": "295" + }, + { + "type": "AMPATH", + "value": "5172" + }, + { + "type": "AMPATH", + "value": "5334" + }, + { + "type": "IMO-ProblemIT", + "value": "26010" + } + ] + }, + { + "concept": "145872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cerebral Cryptococcosis", + "conceptMappings": [] + }, + { + "concept": "120781AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cervical Intraepithelial Neoplasm", + "conceptMappings": [] + }, + { + "concept": "120330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Coccidioidomycosis", + "conceptMappings": [] + }, + { + "concept": "142963AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Cytomegalovirus infection", + "conceptMappings": [] + }, + { + "concept": "119288AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Encephalopathy", + "conceptMappings": [] + }, + { + "concept": "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Hepatitis B", + "conceptMappings": [] + }, + { + "concept": "156590AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "hepatitis C virus infection", + "conceptMappings": [] + }, + { + "concept": "153466AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "herpes simplex type 2", + "conceptMappings": [] + }, + { + "concept": "117543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Herpes zoster", + "conceptMappings": [] + }, + { + "concept": "117514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Histoplasmosis", + "conceptMappings": [] + }, + { + "concept": "137480AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Infection due to Candida Albicans", + "conceptMappings": [] + }, + { + "concept": "644AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Kaposi sarcoma oral", + "conceptMappings": [] + }, + { + "concept": "116322AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Leukoencephalopathy", + "conceptMappings": [] + }, + { + "concept": "116104AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Malignant Lymphoma", + "conceptMappings": [] + }, + { + "concept": "1294AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Meningitis, cryptococcal", + "conceptMappings": [] + }, + { + "concept": "160007AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Mycobacterium tuberculosis", + "conceptMappings": [] + }, + { + "concept": "882AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pneumocystis carinii pneumonia", + "conceptMappings": [] + }, + { + "concept": "114100AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pneumonia", + "conceptMappings": [] + }, + { + "concept": "128139AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pulmonary Cryptococcosis", + "conceptMappings": [] + }, + { + "concept": "127784AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Recurrent Upper Respiratory Tract Infection", + "conceptMappings": [] + }, + { + "concept": "127198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Salmonella Septicaemia", + "conceptMappings": [] + }, + { + "concept": "5355AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Toxoplasmosis", + "conceptMappings": [] + }, + { + "concept": "823AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Wasting syndrome", + "conceptMappings": [] + } + ], + "conceptMappings": [ + { + "type": "CIEL", + "value": "160170" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "hasOIs !== '131768AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "typeOI" + } + ] + }, + { + "label": "Prevention of opportunistic infections - PCP", + "isExpanded": "true", + "questions": [ + { + "label": "Pneumocystis pneumonia prophylaxis plan", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1261AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Start drugs", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "AMPATH", + "value": "1256" + }, + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "SNOMED-CT", + "value": "306807008" + }, + { + "type": "CIEL", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "AMPATH", + "value": "1256" + } + ] + }, + { + "concept": "1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Continue regimen", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "CIEL", + "value": "1257" + } + ] + }, + { + "concept": "1259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Change regimen", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1259" + }, + { + "type": "CIEL", + "value": "1259" + }, + { + "type": "AMPATH", + "value": "1259" + } + ] + }, + { + "concept": "1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Stop all", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "SNOMED-CT", + "value": "274512008" + } + ] + } + ], + "conceptMappings": [ + { + "type": "CIEL", + "value": "1261" + }, + { + "type": "AMPATH", + "value": "1261" + }, + { + "type": "AMPATH", + "value": "1261" + } + ] + }, + "id": "pcpProphylaxis" + }, + { + "label": "PCP prophylaxis start date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "164361AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "weeksList": "", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "413946009" + }, + { + "type": "CIEL", + "value": "164361" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "pcpProphylaxis !== '1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "pcpStartDate" + }, + { + "label": "PCP prophylaxis regimen", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1109AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "105281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sulfamethoxazole / trimethoprim", + "conceptMappings": [ + { + "type": "RxNORM", + "value": "10831" + }, + { + "type": "CIEL", + "value": "105281" + }, + { + "type": "AMPATH", + "value": "261" + }, + { + "type": "AMPATH", + "value": "916" + }, + { + "type": "AMPATH", + "value": "93" + }, + { + "type": "SNOMED-CT", + "value": "777642002" + }, + { + "type": "PIH", + "value": "916" + } + ] + }, + { + "concept": "74250AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dapsone", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "92" + }, + { + "type": "CIEL", + "value": "74250" + }, + { + "type": "SNOMED-CT", + "value": "17308007" + }, + { + "type": "RxNORM", + "value": "3108" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "pcpProphylaxis !== '1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "pcpRegimen" + }, + { + "label": "PCP regimen adherence", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "166462AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "KenyaEMR", + "value": "164941" + }, + { + "type": "KenyaEMR", + "value": "164941" + }, + { + "type": "CIEL", + "value": "166462" + }, + { + "type": "SNOMED-CT", + "value": "418633004" + } + ], + "answers": [ + { + "concept": "159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Good", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159405" + } + ] + }, + { + "concept": "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fair", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159406" + } + ] + }, + { + "concept": "159407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Poor", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159407" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "pcpProphylaxis !== '1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && pcpProphylaxis !== '1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "pcpRegimenAdherence" + }, + { + "label": "Reason for stopping PCP prophylaxis", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1262AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "982AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "CD4 count greater than 15%", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "313938009" + } + ] + }, + { + "concept": "1254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "CD4 count greater than 200", + "conceptMappings": [] + }, + { + "concept": "102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Toxicity, drug", + "conceptMappings": [ + { + "type": "CIEL", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "ICD-10-WHO", + "value": "R89.2" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "pcpProphylaxis !== '1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "pcpStop" + } + ] + }, + { + "label": "Prevention of Opportunistic Infections - Cryptococcosis", + "isExpanded": "true", + "questions": [ + { + "label": "Cryptococcal prophylaxis plan", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1277AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "None", + "conceptMappings": [ + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "NONE" + }, + { + "type": "AMPATH", + "value": "1107" + }, + { + "type": "SNOMED-CT", + "value": "260413007" + }, + { + "type": "PIH-Malawi", + "value": "1107" + }, + { + "type": "CIEL", + "value": "1107" + }, + { + "type": "PIH", + "value": "1107" + }, + { + "type": "AMPATH", + "value": "1107" + } + ] + }, + { + "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Start drugs", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "AMPATH", + "value": "1256" + }, + { + "type": "SNOMED-MVP", + "value": "12561000105002" + }, + { + "type": "SNOMED-CT", + "value": "306807008" + }, + { + "type": "CIEL", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "PIH", + "value": "1256" + }, + { + "type": "AMPATH", + "value": "1256" + } + ] + }, + { + "concept": "1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Continue regimen", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "PIH", + "value": "1257" + }, + { + "type": "AMPATH", + "value": "1257" + }, + { + "type": "SNOMED-CT", + "value": "266714009" + }, + { + "type": "CIEL", + "value": "1257" + } + ] + }, + { + "concept": "1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Stop all", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "PIH", + "value": "1260" + }, + { + "type": "AMPATH", + "value": "1260" + }, + { + "type": "SNOMED-CT", + "value": "274512008" + } + ] + } + ], + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1277" + }, + { + "type": "AMPATH", + "value": "1277" + }, + { + "type": "CIEL", + "value": "1277" + } + ] + }, + "id": "cryptoProphylaxis" + }, + { + "label": "Fluconazole start date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "5ac4300a-5e19-45c8-8692-31a57d6d5b8c", + "weeksList": "", + "conceptMappings": [ + { + "type": "OCT", + "value": "FluconazoleStartDate" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "cryptoProphylaxis !== '1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "cryptoProphylaxisStart" + }, + { + "label": "Fluconazole stop date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "c2d57bcb-02f2-457d-af05-8d759a1457a7", + "weeksList": "", + "conceptMappings": [ + { + "type": "OCT", + "value": "FluconazoleStopDate" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "cryptoProphylaxis !== '1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "cryptoProphylaxisStop" + } + ] + }, + { + "label": "ART Adherence", + "isExpanded": "true", + "questions": [ + { + "label": "HAART adherence assessment", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "da4e1fd2-727f-4677-ab5f-44058555052c", + "answers": [ + { + "concept": "159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Good", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159405" + } + ] + }, + { + "concept": "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fair", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159406" + } + ] + }, + { + "concept": "159407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Poor", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159407" + } + ] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "SNOMED-CT", + "value": "261665006" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "UNKNOWN" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "PIH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + } + ] + } + ] + }, + "id": "artAdherenceAssessment" + }, + { + "label": "Reason for Fair/Poor adherence to HAART", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "160582AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "121725AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Alcohol abuse", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "15167005" + }, + { + "type": "ICPC2", + "value": "P15" + }, + { + "type": "SNOMED-CT", + "value": "15167005" + }, + { + "type": "IMO-ProblemIT", + "value": "29952" + }, + { + "type": "ICD-10-WHO", + "value": "F10.1" + }, + { + "type": "3BT", + "value": "10004666" + }, + { + "type": "ICPC2", + "value": "P15" + }, + { + "type": "IMO-ProblemIT", + "value": "29952" + }, + { + "type": "3BT", + "value": "10004666" + } + ] + }, + { + "concept": "160589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Concerned about privacy/stigma", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "397695000" + }, + { + "type": "CIEL", + "value": "160589" + } + ] + }, + { + "concept": "119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Depression", + "conceptMappings": [ + { + "type": "ICPC2", + "value": "P76" + }, + { + "type": "ICD-10-WHO", + "value": "F32.9" + }, + { + "type": "PIH", + "value": "207" + }, + { + "type": "SNOMED-CT", + "value": "35489007" + }, + { + "type": "IMO-ProblemIT", + "value": "41696" + }, + { + "type": "IMO-ProblemIT", + "value": "41696" + }, + { + "type": "AMPATH", + "value": "6038" + }, + { + "type": "AMPATH", + "value": "207" + }, + { + "type": "ICD-10-WHO", + "value": "F32.9" + }, + { + "type": "PIH", + "value": "207" + }, + { + "type": "SNOMED-CT", + "value": "35489007" + }, + { + "type": "AMPATH", + "value": "6038" + }, + { + "type": "AMPATH", + "value": "207" + } + ] + }, + { + "concept": "160586AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Felt better and stopped taking medication", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160586" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + } + ] + }, + { + "concept": "160585AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Felt too ill to take medication", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "397695000" + }, + { + "type": "CIEL", + "value": "160585" + } + ] + }, + { + "concept": "160587AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Forgot to take medication", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160587" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + } + ] + }, + { + "concept": "160584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lost or ran out of medication", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160584" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + } + ] + }, + { + "concept": "160588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pill burden", + "conceptMappings": [ + { + "type": "CIEL", + "value": "160588" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + } + ] + }, + { + "concept": "160583AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Shares medications with others", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "397695000" + }, + { + "type": "CIEL", + "value": "160583" + } + ] + }, + { + "concept": "102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Toxicity, drug", + "conceptMappings": [ + { + "type": "CIEL", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "IMO-ProblemIT", + "value": "381740" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "AMPATH", + "value": "102" + }, + { + "type": "SNOMED-CT", + "value": "7895008" + }, + { + "type": "ICD-10-WHO", + "value": "R89.2" + } + ] + }, + { + "concept": "820AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Transport problems", + "conceptMappings": [ + { + "type": "CIEL", + "value": "820" + }, + { + "type": "SNOMED-CT", + "value": "266934004" + }, + { + "type": "AMPATH", + "value": "820" + }, + { + "type": "SNOMED-CT", + "value": "266934004" + }, + { + "type": "AMPATH", + "value": "820" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ], + "conceptMappings": [ + { + "type": "PIH", + "value": "3140" + }, + { + "type": "SNOMED-CT", + "value": "397695000" + }, + { + "type": "CIEL", + "value": "160582" + }, + { + "type": "PIH", + "value": "3140" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "artAdherenceAssessment === '159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || artAdherenceAssessment === '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ], + "id": "reasonForPoorAdherenceToHaart" + } + ] + }, + { + "label": "Clinical Management Plan", + "isExpanded": "true", + "questions": [ + { + "label": "Clinical Notes", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "5", + "conceptMappings": [ + { + "type": "CIEL", + "value": "165095" + } + ] + }, + "id": "clinicalNotes" + } + ] + }, + { + "label": "Drug Orders", + "isExpanded": "true", + "questions": [ + { + "label": "ARV dispensing quantity (in days)", + "type": "obs", + "questionOptions": { + "rendering": "number", + "concept": "3a0709e9-d7a8-44b9-9512-111db5ce3989", + "max": "200", + "min": "1", + "showDate": "", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1897" + }, + { + "type": "SNOMED-CT", + "value": "261774000" + }, + { + "type": "AMPATH", + "value": "1897" + }, + { + "type": "CIEL", + "value": "159368" + }, + { + "type": "SNOMED-CT", + "value": "261774000" + } + ] + }, + "id": "regimenInDays" + } + ] + }, + { + "label": "Referrals", + "isExpanded": "true", + "questions": [ + { + "label": "Patient referred for other services", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "label": "Yes", + "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" + }, + { + "label": "No", + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" + } + ] + }, + "id": "referralsOrdered" + }, + { + "label": "Reason for referral", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "1272AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "439980006" + }, + { + "type": "SNOMED-CT", + "value": "439980006" + }, + { + "type": "AMPATH", + "value": "1272" + }, + { + "type": "AMPATH", + "value": "1932" + }, + { + "type": "AMPATH", + "value": "1272" + }, + { + "type": "AMPATH", + "value": "1932" + } + ], + "answers": [ + { + "concept": "1288AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Alcohol counseling", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1288" + }, + { + "type": "AMPATH", + "value": "1288" + }, + { + "type": "SNOMED-CT", + "value": "413473000" + }, + { + "type": "SNOMED-CT", + "value": "413473000" + } + ] + }, + { + "concept": "1374AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dental care referral", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "103697008" + }, + { + "type": "SNOMED-CT", + "value": "103697008" + } + ] + }, + { + "concept": "1167AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Disclosure counseling", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1167" + }, + { + "type": "SNOMED-MVP", + "value": "11671000105001" + }, + { + "type": "AMPATH", + "value": "1167" + }, + { + "type": "SNOMED-MVP", + "value": "11671000105001" + }, + { + "type": "SNOMED-CT", + "value": "409063005" + } + ] + }, + { + "concept": "5483AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Family planning services", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5483" + }, + { + "type": "AMPATH", + "value": "5483" + }, + { + "type": "SNOMED-CT", + "value": "310031001" + }, + { + "type": "SNOMED-CT", + "value": "310031001" + } + ] + }, + { + "concept": "5485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Inpatient care or hospitalization", + "conceptMappings": [ + { + "type": "PIH", + "value": "1429" + }, + { + "type": "PIH", + "value": "1429" + }, + { + "type": "AMPATH", + "value": "5485" + }, + { + "type": "AMPATH", + "value": "5485" + }, + { + "type": "SNOMED-CT", + "value": "394656005" + }, + { + "type": "SNOMED-CT", + "value": "394656005" + }, + { + "type": "CIEL", + "value": "5485" + } + ] + }, + { + "concept": "159937AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Maternal and child health program", + "conceptMappings": [ + { + "type": "CIEL", + "value": "159937" + }, + { + "type": "AMPATH", + "value": "2050" + } + ] + }, + { + "concept": "5489AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Mental health services", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "390808007" + }, + { + "type": "SNOMED-CT", + "value": "390808007" + }, + { + "type": "AMPATH", + "value": "5489" + }, + { + "type": "AMPATH", + "value": "5489" + } + ] + }, + { + "concept": "5484AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Nutritional support", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "278906000" + }, + { + "type": "PIH", + "value": "1400" + }, + { + "type": "AMPATH", + "value": "5484" + }, + { + "type": "PIH", + "value": "1400" + }, + { + "type": "AMPATH", + "value": "5484" + }, + { + "type": "CIEL", + "value": "5484" + }, + { + "type": "SNOMED-CT", + "value": "278906000" + } + ] + }, + { + "concept": "1373AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Ophthalmology referral", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "183543004" + }, + { + "type": "SNOMED-CT", + "value": "183543004" + } + ] + }, + { + "concept": "5490AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Psychosocial counseling", + "conceptMappings": [] + }, + { + "concept": "1611AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Referral for opportunistic infection treatment", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "16111000105007" + }, + { + "type": "SNOMED-MVP", + "value": "16111000105007" + }, + { + "type": "SNOMED-CT", + "value": "3457005" + } + ] + }, + { + "concept": "160546AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sexually transmitted infection program/clinic", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "25681007" + }, + { + "type": "SNOMED-CT", + "value": "25681007" + }, + { + "type": "CIEL", + "value": "160546" + }, + { + "type": "PIH", + "value": "1786" + }, + { + "type": "PIH", + "value": "1786" + } + ] + }, + { + "concept": "5486AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Social support services", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "54861000105000" + }, + { + "type": "AMPATH", + "value": "5486" + }, + { + "type": "SNOMED-MVP", + "value": "54861000105000" + }, + { + "type": "AMPATH", + "value": "5486" + }, + { + "type": "SNOMED-CT", + "value": "315042007" + } + ] + }, + { + "concept": "164164AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Surgical Outpatient Department", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "405607001" + }, + { + "type": "SNOMED-CT", + "value": "405607001" + } + ] + }, + { + "concept": "1609AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Referral for imaging study", + "conceptMappings": [] + }, + { + "concept": "160456AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Obstetrics and gynecology department", + "conceptMappings": [] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other non-coded", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "CIEL", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "hide": { + "hideWhenExpression": "referralsOrdered === '488b58ff-64f5-4f8a-8979-fa79940b1594'" + } + } + ], + "id": "refferedFor" + }, + { + "label": "Referral comments", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "164359AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "" + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "referralsOrdered === '488b58ff-64f5-4f8a-8979-fa79940b1594'" + } + } + ], + "id": "referralNotes" + } + ] + }, + { + "label": "HIV Clinic Appointment", + "isExpanded": "true", + "questions": [ + { + "label": "Next Appointment Date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "5096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5096" + }, + { + "type": "SNOMED-MVP", + "value": "50961000105000" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "RETURN VISIT DATE" + }, + { + "type": "PIH-Malawi", + "value": "5096" + }, + { + "type": "SNOMED-CT", + "value": "406543005" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "validators": [ + { + "type": "date", + "allowFutureDates": "true" + }, + { + "type": "js_expression", + "failsWhenExpression": "myValue < useFieldValue('dateOfEncounter')" + } + ] + } + ], + "id": "nextAppointmentDate" + }, + { + "label": "Date medication refill is due", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "162549AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "364713004" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true", + "validators": [ + { + "type": "date", + "allowFutureDates": "true" + }, + { + "type": "js_expression", + "failsWhenExpression": "myValue < useFieldValue('dateOfEncounter')" + } + ] + } + ], + "id": "drugRefillDate" + }, + { + "label": "Attending clinician's name", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "1473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "unspecified": "true" + } + ], + "id": "attendingClinicianName" + } + ] + }, + { + "label": "Lab Results", + "isExpanded": "true", + "questions": [ + { + "label": "CD4 Lab Results", + "type": "obsGroup", + "id": "cd4ResultObsGroup", + "questionOptions": { + "rendering": "group", + "concept": "c731a01e-7268-11ee-b962-0242ac120002", + "conceptMappings": [] + }, + "questions": [ + { + "label": "CD4 Lab Results", + "type": "obs", + "questionOptions": { + "rendering": "toggle", + "concept": "9674e958-7269-11ee-b962-0242ac120002", + "toggleOptions": { + "labelTrue": "Yes", + "labelFalse": "No" + }, + "conceptMappings": [ + { + "type": "OCT", + "value": "LabOrdered" + } + ] + }, + "id": "cd4LabResultsToggle", + "behaviours": [ + { + "intent": "*", + "required": "false" + } + ] + }, + { + "label": "Which form was filled?", + "type": "obs", + "questionOptions": { + "rendering": "fixed-value", + "concept": "5ac76d80-726a-11ee-b962-0242ac120002", + "conceptMappings": [] + }, + "id": "cd4Lab", + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "false" + }, + "value": "CD4 Lab Result" + } + ] + } + ] + } + ] + }, + { + "label": "Viral Lab Results", + "isExpanded": "true", + "questions": [ + { + "label": "Viral Lab Results", + "type": "obsGroup", + "id": "viralLabResultObsGroup", + "questionOptions": { + "rendering": "group", + "concept": "c731a01e-7268-11ee-b962-0242ac120002", + "conceptMappings": [] + }, + "questions": [ + { + "label": "Viral Lab Results", + "type": "obs", + "questionOptions": { + "rendering": "toggle", + "concept": "9674e958-7269-11ee-b962-0242ac120002", + "toggleOptions": { + "labelTrue": "Yes", + "labelFalse": "No" + }, + "conceptMappings": [ + { + "type": "OCT", + "value": "LabOrdered" + } + ], + "answers": [ + { + "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + } + ] + }, + "id": "viralLabResultsToggle", + "behaviours": [ + { + "intent": "*", + "required": "false" + } + ] + }, + { + "label": "Which form was filled?", + "type": "obs", + "questionOptions": { + "rendering": "fixed-value", + "concept": "5ac76d80-726a-11ee-b962-0242ac120002", + "conceptMappings": [] + }, + "id": "viralLoad", + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "false" + }, + "value": "Viral Load Lab Result" + } + ] + } + ] + } + ] + } + ] + }, + { + "label": "Lab results - CD4", + "sections": [], + "isSubform": "true", + "subform": { + "name": "CD4 Lab Result", + "package": "hiv", + "behaviours": [ + { + "intent": "*", + "subform_intent": "CD4_LAB_RESULTS_EMBED", + "readonly": "false" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "cd4LabResultsToggle == '488b58ff-64f5-4f8a-8979-fa79940b1594'" + } + } + ] + }, + { + "label": "Lab results - Viral Load", + "sections": [], + "isSubform": "true", + "subform": { + "name": "Viral Load Lab Result", + "package": "hiv", + "behaviours": [ + { + "intent": "*", + "subform_intent": "VIRAL_LOAD_LAB_RESULTS_EMBED", + "readonly": "false" + } + ] + }, + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "viralLabResultsToggle == '488b58ff-64f5-4f8a-8979-fa79940b1594'" + } + } + ] + } + ], + "availableIntents": [ + { + "intent": "*", + "display": "Clinical Visit" + } + ], + "processor": "EncounterFormProcessor", + "uuid": "b3abc4ce-c5ac-3c40-b8e7-442b163670f1", + "referencedForms": [], + "encounterType": "cb0a65a7-0587-477e-89b9-cf2fd144f1d4", + "encounter": "Clinical Visit", + "allowUnspecifiedAll": true +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_clinical_visit_v2.1.json b/distro/configuration/ampathforms/ct_clinical_visit_v2.1.json index bd7c99fcc..1473dcbd1 100644 --- a/distro/configuration/ampathforms/ct_clinical_visit_v2.1.json +++ b/distro/configuration/ampathforms/ct_clinical_visit_v2.1.json @@ -6699,4 +6699,4 @@ "encounterType": "cb0a65a7-0587-477e-89b9-cf2fd144f1d4", "encounter": "Clinical Visit", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_contact_tracing_v1.0.json b/distro/configuration/ampathforms/ct_contact_tracing_v1.0.json index 3e3a215ee..678fdfb8d 100644 --- a/distro/configuration/ampathforms/ct_contact_tracing_v1.0.json +++ b/distro/configuration/ampathforms/ct_contact_tracing_v1.0.json @@ -1098,4 +1098,4 @@ "encounterType": "570e9e42-4306-41dc-9bf8-634bbc70a524", "encounter": "Contact Tracing Form", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_death_v1.0.json b/distro/configuration/ampathforms/ct_death_v1.0.json index 4370e81a6..4278ef4d2 100644 --- a/distro/configuration/ampathforms/ct_death_v1.0.json +++ b/distro/configuration/ampathforms/ct_death_v1.0.json @@ -766,4 +766,4 @@ "encounterType": "111c2104-991d-4b58-a30e-ce84bb275534", "encounter": "HIV Death Form", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_express_visit_v1.0.json b/distro/configuration/ampathforms/ct_express_visit_v1.0.json index 5112e4fdc..b0cfaa3fe 100644 --- a/distro/configuration/ampathforms/ct_express_visit_v1.0.json +++ b/distro/configuration/ampathforms/ct_express_visit_v1.0.json @@ -1627,4 +1627,4 @@ "encounterType": "cb0a65a7-0587-477e-89b9-cf2fd144f1d4", "encounter": "Clinical Visit", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_intimate_partner_v1.0.json b/distro/configuration/ampathforms/ct_intimate_partner_v1.0.json index e84fa4d6c..16f33c32a 100644 --- a/distro/configuration/ampathforms/ct_intimate_partner_v1.0.json +++ b/distro/configuration/ampathforms/ct_intimate_partner_v1.0.json @@ -244,4 +244,4 @@ "encounterType": "881fff34-b4a9-4d11-b2f5-a8a23a9f402b", "encounter": "Intimate Partner Violence Form", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_lab_results_v1.0.json b/distro/configuration/ampathforms/ct_lab_results_v1.0.json index 6e0dc1482..308122af0 100644 --- a/distro/configuration/ampathforms/ct_lab_results_v1.0.json +++ b/distro/configuration/ampathforms/ct_lab_results_v1.0.json @@ -891,4 +891,4 @@ "encounterType": "15272be5-ae9c-4278-a303-4b8907eae73b", "encounter": "HIV Lab Order and Results", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_mental_health_v1.0.json b/distro/configuration/ampathforms/ct_mental_health_v1.0.json index 879966d35..eccac5fe5 100644 --- a/distro/configuration/ampathforms/ct_mental_health_v1.0.json +++ b/distro/configuration/ampathforms/ct_mental_health_v1.0.json @@ -382,7 +382,6 @@ ], "id": "phq9_6" }, - { "label": "7. Trouble concentrating on things, such as reading the newspaper or watching television", "type": "obs", @@ -632,4 +631,4 @@ "referencedForms": [], "encounterType": "36db5123-0ad5-41c0-9037-625b46e0ceef", "encounter": "Mental Health Assessment" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_partner_notification_v1.0.json b/distro/configuration/ampathforms/ct_partner_notification_v1.0.json index 40f949296..7c8370b4e 100644 --- a/distro/configuration/ampathforms/ct_partner_notification_v1.0.json +++ b/distro/configuration/ampathforms/ct_partner_notification_v1.0.json @@ -595,4 +595,4 @@ "encounterType": "4dd0ee63-805f-43e9-833c-6386ba97fdc1", "encounter": "Partner Notification Form", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_patient_tracing_v1.0.json b/distro/configuration/ampathforms/ct_patient_tracing_v1.0.json index c86e53bcf..ff16f6cd0 100644 --- a/distro/configuration/ampathforms/ct_patient_tracing_v1.0.json +++ b/distro/configuration/ampathforms/ct_patient_tracing_v1.0.json @@ -725,4 +725,4 @@ "encounterType": "0cd5d4cb-204e-419a-9dd7-1e18e939ce4c", "encounter": "Patient Tracing Form", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_pead_disclosure_v1.0.json b/distro/configuration/ampathforms/ct_pead_disclosure_v1.0.json index 8890a37a1..e46cf6bab 100644 --- a/distro/configuration/ampathforms/ct_pead_disclosure_v1.0.json +++ b/distro/configuration/ampathforms/ct_pead_disclosure_v1.0.json @@ -172,4 +172,4 @@ "encounterType": "390c2f21-c1c4-4246-94ca-a026157cd1db", "encounter": "Peads Disclosure Form", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_service_delivery_v1.0.json b/distro/configuration/ampathforms/ct_service_delivery_v1.0.json index fad4dd1b1..88043b49f 100644 --- a/distro/configuration/ampathforms/ct_service_delivery_v1.0.json +++ b/distro/configuration/ampathforms/ct_service_delivery_v1.0.json @@ -223,4 +223,4 @@ "encounter": "Service Delivery Model Form", "allowUnspecifiedAll": true, "description": "Document differentiated service deliver enrolment/ disenrolment" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_service_enrolment_v1.0.json b/distro/configuration/ampathforms/ct_service_enrolment_v1.0.json new file mode 100644 index 000000000..88b4c3fe3 --- /dev/null +++ b/distro/configuration/ampathforms/ct_service_enrolment_v1.0.json @@ -0,0 +1,2151 @@ +{ + "name": "Service Enrolment Form", + "version": "1", + "published": true, + "retired": false, + "pages": [ + { + "label": "Introduction", + "sections": [ + { + "label": "", + "isExpanded": "true", + "questions": [ + { + "type": "markdown", + "questionOptions": { + "rendering": "markdown" + }, + "id": "fooMarkdown", + "value": [ + "**Use this form to:** Enrolment/Re-enrol a client for HIV Care" + ] + } + ] + } + ] + }, + { + "label": "Client Profile", + "sections": [ + { + "label": "Client Details", + "isExpanded": "true", + "questions": [ + { + "label": "Enrolment Date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "160555AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [ + { + "type": "date", + "allowFutureDates": "false" + }, + { + "type": "js_expression", + "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue < useFieldValue('hivDiagnosisDate')" + } + ] + } + ], + "id": "hivEnrolmentDate" + }, + { + "label": "Unique ID", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "162576AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [ + { + "type": "js_expression", + "failsWhenExpression": "isEmpty(patientIdentifier)" + } + ] + } + ], + "id": "patientIdentifier" + }, + { + "label": "Other Unique ID", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "162727AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "otherUniquePatientIdentifier" + }, + { + "label": "Patient Type at Enrolment", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "83e40f2c-c316-43e6-a12e-20a338100281", + "answers": [ + { + "concept": "163532AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Mother enrolled in PMTCT program", + "conceptMappings": [] + }, + { + "concept": "159833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Re-enrol", + "conceptMappings": [] + }, + { + "concept": "160563AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Transfer in", + "conceptMappings": [] + }, + { + "concept": "164144AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "New client", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "false", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "clientDescription" + }, + { + "label": "Population Category", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "166432AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "166431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Key population", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "385436007" + } + ] + }, + { + "concept": "166430AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "General population", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "385436007" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "clientPopulationCategory" + }, + { + "label": "Key/Priority Population Type", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "d3d4ae96-8c8a-43db-a9dc-dac951f5dcb3", + "answers": [ + { + "concept": "63ea75cb-205f-4e7b-9ede-5f9b8a4dda9f", + "label": "Migrant Workers", + "conceptMappings": [] + }, + { + "concept": "b282bb08-62a7-42c2-9bea-8751c267d13e", + "label": "Uniformed Forces", + "conceptMappings": [] + }, + { + "concept": "22b202fc-67de-4af9-8c88-46e22559d4b2", + "label": "Transgender Persons", + "conceptMappings": [] + }, + { + "concept": "678f3144-302f-493e-ba22-7ec60a84732a", + "label": "Adolescent Girls & Young Women", + "conceptMappings": [] + }, + { + "concept": "def00c73-f6d5-42fb-bcec-0b192b5be22d", + "label": "Fisher Folk", + "conceptMappings": [] + }, + { + "concept": "8da9bf92-22f6-40be-b468-1ad08de7d457", + "label": "Prisoners", + "conceptMappings": [] + }, + { + "concept": "dc1058ea-4edd-4780-aeaa-a474f7f3a437", + "label": "Refugees", + "conceptMappings": [] + }, + { + "concept": "160578AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Male who has sex with men", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "266974005" + } + ] + }, + { + "concept": "160579AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sex worker", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "53713009" + } + ] + }, + { + "concept": "162198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Long distance truck driver", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "87447002" + } + ] + }, + { + "concept": "c038bff0-8e33-408c-b51f-7fb6448d2f6c", + "label": "People Who Inject Drugs", + "conceptMappings": [] + }, + { + "concept": "365371fd-0106-4a53-abc4-575e3d65d372", + "label": "People With Disability", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "isEmpty(clientPopulationCategory) || clientPopulationCategory !== '166431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + }, + "validators": [] + } + ], + "id": "keyPopulationType" + }, + { + "label": "Entry Point", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "160540AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "162223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Voluntary male circumcision clinic", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "257585005" + } + ] + }, + { + "concept": "161359AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Private home-based care", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "66280005" + } + ] + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + }, + { + "concept": "160549AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Adolescent outreach program", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "43741000" + }, + { + "type": "PIH", + "value": "1789" + } + ] + }, + { + "concept": "160547AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Private company", + "conceptMappings": [ + { + "type": "PIH", + "value": "1787" + }, + { + "type": "SNOMED-CT", + "value": "43741000" + } + ] + }, + { + "concept": "160545AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Outreach program", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "43741000" + }, + { + "type": "PIH", + "value": "1785" + } + ] + }, + { + "concept": "160543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Community-based organization", + "conceptMappings": [ + { + "type": "PIH", + "value": "1741" + }, + { + "type": "SNOMED-CT", + "value": "43741000" + } + ] + }, + { + "concept": "160542AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Outpatient department", + "conceptMappings": [ + { + "type": "PIH", + "value": "1651" + }, + { + "type": "AMPATH", + "value": "1965" + }, + { + "type": "SNOMED-CT", + "value": "33022008" + } + ] + }, + { + "concept": "160537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pediatric inpatient service", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "398156002" + } + ] + }, + { + "concept": "160539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Voluntary counseling and testing program", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "2047" + }, + { + "type": "PIH", + "value": "1649" + } + ] + }, + { + "concept": "159937AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Maternal and child health program", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "2050" + } + ] + }, + { + "concept": "160564AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Vaccination service", + "conceptMappings": [ + { + "type": "PIH", + "value": "6714" + }, + { + "type": "SNOMED-CT", + "value": "284548004" + } + ] + }, + { + "concept": "160552AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Nutrition program", + "conceptMappings": [ + { + "type": "PIH", + "value": "1845" + }, + { + "type": "SNOMED-CT", + "value": "386373004" + } + ] + }, + { + "concept": "160550AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sex worker outreach program", + "conceptMappings": [ + { + "type": "PIH", + "value": "1790" + }, + { + "type": "SNOMED-CT", + "value": "43741000" + } + ] + }, + { + "concept": "160548AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Intravenous venous drug user outreach program", + "conceptMappings": [ + { + "type": "PIH", + "value": "1788" + }, + { + "type": "SNOMED-CT", + "value": "43741000" + } + ] + }, + { + "concept": "160546AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sexually transmitted infection program/clinic", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "25681007" + }, + { + "type": "PIH", + "value": "1786" + } + ] + }, + { + "concept": "160544AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Under five clinic", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "702900003" + } + ] + }, + { + "concept": "160541AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Tuberculosis treatment program", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "401173007" + } + ] + }, + { + "concept": "160536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Adult inpatient service", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "398156002" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "enrollmentMethod" + }, + { + "label": "Entry Point - Other", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "conceptMappings": [ + { + "type": "CIEL", + "value": "161011" + } + ] + }, + "id": "otherEntryPoint", + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "!includes('enrollmentMethod','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" + } + } + ] + } + ] + } + ] + }, + { + "label": "Transfer-In", + "sections": [ + { + "label": "Transfer-In", + "isExpanded": "true", + "questions": [ + { + "label": "Transferring Facility", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "160535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "locationTransferedFrom" + }, + { + "label": "Start ART Date", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "159599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "artStartDate" + }, + { + "label": "Current ART Regimen", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "dfbe256e-30ba-4033-837a-2e8477f2e7cd", + "answers": [ + { + "concept": "d8051638-0123-4322-a094-4a48adffdc37", + "label": "d4T + 3TC + NVP", + "conceptMappings": [] + }, + { + "concept": "67701961-f6c1-4ebf-a7f5-c2c5d25021a0", + "label": "TDF + FTC + EFV", + "conceptMappings": [] + }, + { + "concept": "083d46c5-dea7-49de-abd5-e16f252255a7", + "label": "TDF + FTC + DTG", + "conceptMappings": [] + }, + { + "concept": "36685ad3-a223-4c3c-b6ee-d8358432a600", + "label": "TDF + 3TC + NVP", + "conceptMappings": [] + }, + { + "concept": "380e5e7c-7c2f-4ba8-a93c-90b1e638dc2c", + "label": "TDF + 3TC + LPV/r", + "conceptMappings": [] + }, + { + "concept": "5f123dc8-c697-47f6-bc67-007322a9bb48", + "label": "TDF + 3TC + EFV", + "conceptMappings": [] + }, + { + "concept": "5679c813-cfed-4fb2-b252-d6149297e013", + "label": "TDF + 3TC + DTG + ETR + DRV + RTV", + "conceptMappings": [] + }, + { + "concept": "907d304b-ebc4-4387-8af8-2d2c92f82910", + "label": "TDF + 3TC + DTG + DRV + RTV", + "conceptMappings": [] + }, + { + "concept": "5a4587e2-de9e-4b99-9ea0-00717fa5605a", + "label": "TAF + 3TC + LPV/r", + "conceptMappings": [] + }, + { + "concept": "5f7da36e-1a83-4ede-ae6f-41aaa5304601", + "label": "TAF + 3TC + DTG", + "conceptMappings": [] + }, + { + "concept": "6b7cd8a1-77b3-4853-bbe7-ff6bf51c41c3", + "label": "TAF + 3TC + DRV/r", + "conceptMappings": [] + }, + { + "concept": "0fd8a042-81a3-4106-8470-63d29380d7d5", + "label": "RAL + 3TC + DRV + RTV + TDF", + "conceptMappings": [] + }, + { + "concept": "3ae355dd-fc83-43c6-9312-ebbb30b51bf7", + "label": "RAL + 3TC + DRV + RTV + AZT", + "conceptMappings": [] + }, + { + "concept": "1431d032-9eeb-46b3-84e5-79f0c19354d8", + "label": "RAL + 3TC + DRV + RTV", + "conceptMappings": [] + }, + { + "concept": "9e82e55d-dbbf-49a6-900c-d8ead9985b0a", + "label": "ETV + 3TC + DRV + RTV", + "conceptMappings": [] + }, + { + "concept": "e9540e20-1ba4-4573-b189-088f5fd9dc57", + "label": "AZT + 3TC + RAL", + "conceptMappings": [] + }, + { + "concept": "bafb40ca-b0c7-4366-bd8e-9eb923237c94", + "label": "AZT + 3TC + NVP", + "conceptMappings": [] + }, + { + "concept": "d2b1d784-a880-42a9-b0a6-19de2db7afd6", + "label": "AZT + 3TC + LPV/r", + "conceptMappings": [] + }, + { + "concept": "b1336ea0-3a87-4018-9fce-3a7a22d95d7d", + "label": "AZT + 3TC + EFV", + "conceptMappings": [] + }, + { + "concept": "f2247788-6d05-490d-ad04-64544c8020b7", + "label": "AZT + 3TC + DTG", + "conceptMappings": [] + }, + { + "concept": "60bec021-c05c-4ae9-93fe-b798c0bf82d2", + "label": "AZT + 3TC + DRV + RTV + RAL", + "conceptMappings": [] + }, + { + "concept": "62243dfe-6284-48a9-afcc-63149ac6d709", + "label": "AZT + 3TC + ATV/r", + "conceptMappings": [] + }, + { + "concept": "dc25af21-7816-44d8-92d2-3332c7db113a", + "label": "ABC + 3TC + RAL", + "conceptMappings": [] + }, + { + "concept": "98bec34c-608a-46ce-8f1a-3ee3b8b6f92b", + "label": "ABC + 3TC + NVP", + "conceptMappings": [ + { + "type": "CIEL", + "value": "162199" + } + ] + }, + { + "concept": "0da33711-7b3f-4997-bc9e-4a2445fbaf63", + "label": "ABC + 3TC + LPV/r", + "conceptMappings": [ + { + "type": "CIEL", + "value": "162200" + } + ] + }, + { + "concept": "70e9b78a-a6d8-49c2-8217-0ba57b05803a", + "label": "ABC + 3TC + EFV", + "conceptMappings": [ + { + "type": "CIEL", + "value": "162563" + } + ] + }, + { + "concept": "159db6bc-1303-4829-8fe4-32212751c934", + "label": "ABC + 3TC + DTG", + "conceptMappings": [ + { + "type": "CIEL", + "value": "165606" + } + ] + }, + { + "concept": "396d668b-b1e6-4997-b9b9-2d57f53c2321", + "label": "ABC + 3TC + DRVr", + "conceptMappings": [] + }, + { + "concept": "5bb0348b-fc27-460e-b6cd-df7a4a253372", + "label": "ABC + 3TC + DRV+RTV+RAL", + "conceptMappings": [] + }, + { + "concept": "f827ed18-f816-4cd0-b77c-28a0209c96c0", + "label": "ABC + 3TC + ATVr", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "currentArtRegimen" + }, + { + "label": "Transfer Documents", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "7962d0ed-0fb5-4580-8e46-6fd318091154", + "answers": [ + { + "concept": "163532AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Mother enrolled in PMTCT", + "conceptMappings": [] + }, + { + "concept": "71a489e5-e393-4859-a2df-a3b14ea6b4bf", + "label": "Transfer-in with Records", + "conceptMappings": [] + }, + { + "concept": "a484d55e-dfc7-4791-82a4-eff8f21e26de", + "label": "Transfer-in without records", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "transferInDoc" + }, + { + "label": "Date of Enrolment into HIV Care", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "163260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false", + "validators": [ + { + "type": "date", + "allowFutureDates": "false" + }, + { + "type": "js_expression", + "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue < useFieldValue('hivDiagnosisDate')" + } + ] + } + } + ], + "id": "dateOfFirstVisit" + } + ] + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "isEmpty(clientDescription) || clientDescription !== '160563AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "HIV Diagnosis", + "sections": [ + { + "label": "HIV Diagnosis", + "isExpanded": "true", + "questions": [ + { + "label": "Date Confirmed HIV Positive", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "160554AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [ + { + "type": "date", + "allowFutureDates": "false" + }, + { + "type": "js_expression", + "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue < useFieldValue('dateOfFirstVisit')" + } + ] + } + ], + "id": "hivDiagnosisDate" + }, + { + "label": "Test Type", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "ca4953af-9ad4-4514-b54a-6832acd7cae9", + "answers": [ + { + "concept": "163722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Rapid test for HIV", + "conceptMappings": [] + }, + { + "concept": "844AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "HIV DNA polymerase chain reaction", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "diagnosticHivTestType" + }, + { + "label": "Test Location", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "161549AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + }, + { + "concept": "159671AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Provincial hospital", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "1596711000105007" + }, + { + "type": "SNOMED-CT", + "value": "22232009" + }, + { + "type": "AMPATH", + "value": "6438" + } + ] + }, + { + "concept": "159670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "sub-district hospital", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "6439" + }, + { + "type": "SNOMED-CT", + "value": "22232009" + }, + { + "type": "SNOMED-MVP", + "value": "1596701000105009" + } + ] + }, + { + "concept": "1274AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Moi teaching and referral hospital", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1274" + }, + { + "type": "SNOMED-CT", + "value": "405608006" + }, + { + "type": "SNOMED-MVP", + "value": "12741000105009" + } + ] + }, + { + "concept": "159662AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "district hospital", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "6437" + }, + { + "type": "SNOMED-CT", + "value": "22232009" + }, + { + "type": "SNOMED-MVP", + "value": "1596621000105007" + } + ] + }, + { + "concept": "1275AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Health center hospital", + "conceptMappings": [ + { + "type": "SNOMED-MVP", + "value": "12751000105006" + }, + { + "type": "SNOMED-CT", + "value": "22232009" + }, + { + "type": "AMPATH", + "value": "1275" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "diagnosisLocation" + } + ] + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "isEmpty(clientDescription) || clientDescription !== '159833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "Previous ARV/HAART Use", + "sections": [ + { + "label": "Previous ARV/HAART Use", + "isExpanded": "true", + "questions": [ + { + "label": "Use of Pre Exposure Prophylaxis (PrEP)", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "5d397775-0155-4033-95dc-edcec98e8190", + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "previousUseOfPrep" + }, + { + "label": "Date Last Used", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "5af829e9-2427-4ed7-bb55-de4381610364" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "isEmpty(previousUseOfPrep) || previousUseOfPrep !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + }, + "validators": [ + { + "type": "date", + "allowFutureDates": "false" + }, + { + "type": "js_expression", + "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" + } + ] + } + ], + "id": "datePrepLastUsed" + }, + { + "label": "Use of Post exposure prophylaxis (PEP)", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "8bfdc328-1970-446c-9d7b-97d62703801b", + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "previousUseOfPep" + }, + { + "label": "Date Last Used", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "fbe937b6-a4ad-4ce5-9c43-002222fbabfb" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "isEmpty(previousUseOfPep) || previousUseOfPep !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + }, + "validators": [ + { + "type": "date", + "allowFutureDates": "false" + }, + { + "type": "js_expression", + "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" + } + ] + } + ], + "id": "datePepLastUsed" + }, + { + "label": "ARV Use for Management of Hepatitis", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "906ed69c-949b-47b5-b469-2205f0da473a", + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "useOfArvs" + }, + { + "label": "Date Last Used", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "6a6cbda5-b155-4144-9ff9-ec3d1d1cd509" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "isEmpty(useOfArvs) || useOfArvs !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + }, + "validators": [ + { + "type": "date", + "allowFutureDates": "false" + }, + { + "type": "js_expression", + "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" + } + ] + } + ], + "id": "dateHepBLastUsed" + }, + { + "label": "ART Use for Prevention of Mother to Child Transmission of HIV", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "163532AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + } + } + ], + "id": "previousUseOfArt" + }, + { + "label": "Date Last Used", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "163782AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "isEmpty(previousUseOfArt) || previousUseOfArt !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + }, + "validators": [ + { + "type": "date", + "allowFutureDates": "false" + }, + { + "type": "js_expression", + "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" + } + ] + } + ], + "id": "datePmtctLastUsed" + } + ] + }, + { + "label": "Previous ARV/HAART Drugs", + "isExpanded": "true", + "questions": [ + { + "label": "Nucleoside Reverse Transcriptase Inhibitors (NRTIS)", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "54e7ff9b-4d93-41ba-ad0b-cb5f565785f2", + "answers": [ + { + "concept": "5424AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other antiretroviral drug", + "conceptMappings": [] + }, + { + "concept": "86663AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Zidovudine", + "conceptMappings": [] + }, + { + "concept": "84795AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Tenofovir", + "conceptMappings": [] + }, + { + "concept": "78643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lamivudine", + "conceptMappings": [] + }, + { + "concept": "75628AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Emtricitabine", + "conceptMappings": [] + }, + { + "concept": "70056AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Abacavir", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false", + "validators": [] + } + } + ], + "id": "nrtisDrugsUsed" + }, + { + "label": "Non-Nucleoside Reverse Transcriptase Inhibitors (NNRTIS)", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "9064043b-5b18-4228-97ff-f0e20aaf9448", + "answers": [ + { + "concept": "159810AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Etravirine", + "conceptMappings": [] + }, + { + "concept": "80586AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Nevirapine", + "conceptMappings": [] + }, + { + "concept": "75523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Efavirenz", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + }, + { + "concept": "5424AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other antiretroviral drug", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [] + } + ], + "id": "nnrtisDrugsUsed" + }, + { + "label": "Protease Inhibitors (PIS)", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "77eed025-0f5c-4173-bf45-36e05a175aaf", + "answers": [ + { + "concept": "85160AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Tipranavir", + "conceptMappings": [] + }, + { + "concept": "83690AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Saquinavir", + "conceptMappings": [] + }, + { + "concept": "83412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Ritonavir", + "conceptMappings": [] + }, + { + "concept": "76658AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Fosamprenavir", + "conceptMappings": [] + }, + { + "concept": "74258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Darunavir", + "conceptMappings": [] + }, + { + "concept": "71647AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Atazanavir", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [] + } + ], + "id": "proteaseInhibitors" + }, + { + "label": "Other HIV Drug Classes", + "type": "obs", + "questionOptions": { + "rendering": "checkbox", + "concept": "3509e1d9-93d0-4a6b-b5cb-90259699b01a", + "answers": [ + { + "concept": "154378AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Raltegravir", + "conceptMappings": [] + }, + { + "concept": "165085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Dolutegravir", + "conceptMappings": [] + }, + { + "concept": "154376AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "maraviroc", + "conceptMappings": [] + }, + { + "concept": "75676AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Enfuvirtide", + "conceptMappings": [] + }, + { + "concept": "5424AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other antiretroviral drug", + "conceptMappings": [] + }, + { + "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Unknown", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1067" + }, + { + "type": "AMPATH", + "value": "1067" + }, + { + "type": "SNOMED CT", + "value": "CT: 261665006" + }, + { + "type": "PIH", + "value": "1067" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [] + } + ], + "id": "otherArvDrugClasses" + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "previousUseOfPrep !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && previousUseOfArt !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && previousUseOfPep !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && useOfArvs !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "isEmpty(clientDescription) || clientDescription !== '159833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "Treatment Supporter", + "sections": [ + { + "label": "Treatment Supporter", + "isExpanded": "true", + "questions": [ + { + "label": "Treatment Supporter Available", + "type": "obs", + "questionOptions": { + "rendering": "radio", + "concept": "0a540601-8cc4-4d18-9360-d760780f3eb1", + "answers": [ + { + "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Yes", + "conceptMappings": [ + { + "type": "CIEL", + "value": "1065" + }, + { + "type": "AMPATH", + "value": "1065" + }, + { + "type": "PIH", + "value": "1065" + }, + { + "type": "SNOMED CT", + "value": "CT: 373066001" + } + ] + }, + { + "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", + "label": "No", + "conceptMappings": [] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [] + } + ], + "id": "hasTreatmentSupporter" + }, + { + "label": "Treatment Supporter Name", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "160638AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "isEmpty(hasTreatmentSupporter) || hasTreatmentSupporter !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + }, + "validators": [] + } + ], + "id": "treatmentSupporter" + }, + { + "label": "Treatment Supporter Phone Number", + "type": "obs", + "questionOptions": { + "rendering": "text", + "concept": "160642AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "isEmpty(hasTreatmentSupporter) || hasTreatmentSupporter !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + }, + "validators": [] + } + ], + "id": "treatmentSupporterPhoneNumber" + }, + { + "label": "Treatment Supporter Relationship", + "type": "obs", + "questionOptions": { + "rendering": "select", + "concept": "160640AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "answers": [ + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other", + "conceptMappings": [ + { + "type": "PIH-Malawi", + "value": "6408" + }, + { + "type": "org.openmrs.module.mdrtb", + "value": "OTHER" + }, + { + "type": "SNOMED-MVP", + "value": "56221000105001" + }, + { + "type": "PIH", + "value": "5622" + }, + { + "type": "AMPATH", + "value": "5622" + }, + { + "type": "SNOMED-CT", + "value": "74964007" + } + ] + }, + { + "concept": "160639AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Guardian", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "394619001" + } + ] + }, + { + "concept": "973AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Grandparent", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "973" + }, + { + "type": "SNOMED-CT", + "value": "38312007" + } + ] + }, + { + "concept": "5617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Partner or spouse", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "5617" + }, + { + "type": "SNOMED-CT", + "value": "127848009" + } + ] + }, + { + "concept": "1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Parent", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "40683002" + }, + { + "type": "PIH", + "value": "2173" + }, + { + "type": "AMPATH", + "value": "1672" + } + ] + }, + { + "concept": "972AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sibling", + "conceptMappings": [ + { + "type": "SNOMED-CT", + "value": "375005" + }, + { + "type": "PIH", + "value": "2178" + }, + { + "type": "AMPATH", + "value": "972" + } + ] + } + ] + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "isEmpty(hasTreatmentSupporter) || hasTreatmentSupporter !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + }, + "validators": [] + } + ], + "id": "relationToTreatmentSupporter" + } + ] + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "isEmpty(clientDescription) || clientDescription !== '159833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "Re-enrollment", + "sections": [ + { + "label": "Re-enrollment Details", + "isExpanded": "true", + "questions": [ + { + "label": "Date of Re-enrolment", + "type": "obs", + "questionOptions": { + "rendering": "date", + "concept": "20efadf9-86d3-4498-b3ab-7da4dad9c429" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "false", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [] + } + ], + "id": "Reenrolment" + }, + { + "label": "Reason For Re-enrolment", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "14ae2dc9-5964-425a-87e8-9ca525cf055e", + "rows": "" + }, + "behaviours": [ + { + "intent": "*", + "required": "true", + "unspecified": "true", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [] + } + ], + "id": "ReasonReenrolment" + } + ] + } + ], + "behaviours": [ + { + "intent": "*", + "hide": { + "hideWhenExpression": "isEmpty(clientDescription) || clientDescription !== '159833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + } + ] + }, + { + "label": "Notes", + "sections": [ + { + "label": "Enrollment notes", + "isExpanded": "true", + "questions": [ + { + "label": "General notes", + "type": "obs", + "questionOptions": { + "rendering": "textarea", + "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rows": "", + "conceptMappings": [ + { + "type": "AMPATH", + "value": "1915" + }, + { + "type": "AMPATH", + "value": "1915" + }, + { + "type": "LOINC", + "value": "48767-8" + }, + { + "type": "CIEL", + "value": "160632" + } + ] + }, + "id": "generalNotes", + "behaviours": [ + { + "intent": "*", + "required": "false", + "unspecified": "false", + "hide": { + "hideWhenExpression": "false" + }, + "validators": [] + } + ] + } + ] + } + ] + } + ], + "availableIntents": [ + { + "intent": "*", + "display": "Service Enrolment Form" + } + ], + "processor": "EncounterFormProcessor", + "uuid": "8f713e0e-94a0-3c57-9024-69520933802a", + "referencedForms": [], + "encounterType": "7e54cd64-f9c3-11eb-8e6a-57478ce139b0", + "encounter": "Care and Treatment Service Enrolment", + "allowUnspecifiedAll": true +} diff --git a/distro/configuration/ampathforms/ct_service_enrolment_v1.1.json b/distro/configuration/ampathforms/ct_service_enrolment_v1.1.json index a34608c13..f6ed8cbc2 100644 --- a/distro/configuration/ampathforms/ct_service_enrolment_v1.1.json +++ b/distro/configuration/ampathforms/ct_service_enrolment_v1.1.json @@ -1868,4 +1868,4 @@ "encounterType": "7e54cd64-f9c3-11eb-8e6a-57478ce139b0", "encounter": "Care and Treatment Service Enrolment", "allowUnspecifiedAll": true -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_transfer_out_v1.0.json b/distro/configuration/ampathforms/ct_transfer_out_v1.0.json index 651d4ffef..66ea1fb19 100644 --- a/distro/configuration/ampathforms/ct_transfer_out_v1.0.json +++ b/distro/configuration/ampathforms/ct_transfer_out_v1.0.json @@ -262,5 +262,5 @@ "encounterType": "3044916a-7e5f-478b-9091-803233f27f91", "encounter": "Transfer Out", "allowUnspecifiedAll": true, - "description": "Transfer out a client" -} + "description": "A form to collect the transfer out details" +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_viral_load_request_v1.0.json b/distro/configuration/ampathforms/ct_viral_load_request_v1.0.json index 1f70ea909..639f6367f 100644 --- a/distro/configuration/ampathforms/ct_viral_load_request_v1.0.json +++ b/distro/configuration/ampathforms/ct_viral_load_request_v1.0.json @@ -602,4 +602,4 @@ "encounterType": "41af1931-184e-45f8-86ca-d42e0db0b8a1", "encounter": "Viral Load results", "referencedForms": [] -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ct_viral_load_results_v1.0.json b/distro/configuration/ampathforms/ct_viral_load_results_v1.0.json index 1e7a1484a..9e0bb9d13 100644 --- a/distro/configuration/ampathforms/ct_viral_load_results_v1.0.json +++ b/distro/configuration/ampathforms/ct_viral_load_results_v1.0.json @@ -368,4 +368,4 @@ "encounter": "Viral Load results", "allowUnspecifiedAll": true, "description": "A form used to collect the viral load lab result" -} +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/ipd_admission_request.json b/distro/configuration/ampathforms/ipd_admission_request.json new file mode 100644 index 000000000..6e1ba2c5f --- /dev/null +++ b/distro/configuration/ampathforms/ipd_admission_request.json @@ -0,0 +1,67 @@ +{ + "name": "Ward Admission", + "pages": [ + { + "label": "Ward Request", + "sections": [ + { + "label": "Ward Details", + "isExpanded": "true", + "questions": [ + { + "type": "obsGroup", + "id": "inpatientDispositionConstruct", + "questionOptions": { + "concept": "CIEL:169405", + "rendering": "group" + }, + "questions": [ + { + "id": "disposition", + "type": "obs", + "required": true, + "questionOptions": { + "rendering": "radio", + "required": true, + "concept": "CIEL:169402", + "answers": [ + { + "concept": "CIEL:168619" + } + ] + }, + "validators": [] + }, + { + "id": "admitToLocation", + "type": "obs", + "required": true, + "questionOptions": { + "rendering": "ui-select-extended", + "required": true, + "concept": "CIEL:169403", + "datasource": { + "name": "location_datasource", + "config": { + "tag": "Admission Location" + } + } + } + } + ] + } + ] + } + ] + } + ], + "processor": "EncounterFormProcessor", + "encounter": "Transfer Request", + "encounterType": "Transfer Request", + "referencedForms": [], + "uuid": "xxxx", + "description": "Create an admission request to an inpatient ward", + "version": "1.0.0", + "published": true, + "retired": false +} diff --git a/distro/configuration/ampathforms/soap_note_template-core_demo.json b/distro/configuration/ampathforms/soap_note_template-core_demo.json index 710ee17f2..937fde153 100644 --- a/distro/configuration/ampathforms/soap_note_template-core_demo.json +++ b/distro/configuration/ampathforms/soap_note_template-core_demo.json @@ -70,5 +70,4 @@ "encounterType": "", "referencedForms": [], "uuid": "" -} - +} \ No newline at end of file diff --git a/distro/configuration/ampathforms/stuctured_soap_note.json b/distro/configuration/ampathforms/stuctured_soap_note.json index 164ef2abc..2ef124a3a 100644 --- a/distro/configuration/ampathforms/stuctured_soap_note.json +++ b/distro/configuration/ampathforms/stuctured_soap_note.json @@ -778,7 +778,7 @@ "rendering": "textarea" }, "hide": { - "hideWhenExpression": "'" + "hideWhenExpression": "" } } ] diff --git a/distro/configuration/ampathforms/surgery-core_demo.json b/distro/configuration/ampathforms/surgery-core_demo.json index ed1560200..cc454e5ca 100644 --- a/distro/configuration/ampathforms/surgery-core_demo.json +++ b/distro/configuration/ampathforms/surgery-core_demo.json @@ -194,4 +194,4 @@ "processor": "EncounterFormProcessor", "uuid": "xxxx", "referencedForms": [] -} +} \ No newline at end of file diff --git a/distro/configuration/dispositions/dispositionConfig.json b/distro/configuration/dispositions/dispositionConfig.json new file mode 100644 index 000000000..c36d8739b --- /dev/null +++ b/distro/configuration/dispositions/dispositionConfig.json @@ -0,0 +1,26 @@ +[ + { + "uuid": "66de7f60-b73a-11e2-9e96-0800200c9a66", + "name": "disposition.admit", + "type": "ADMIT", + "conceptCode": "CIEL:168619", + "actions": [], + "additionalObs": [] + }, + { + "uuid": "8297651b-4046-11ef-ba6a-0242ac120002", + "name": "disposition.transfer", + "type": "TRANSFER", + "conceptCode": "CIEL:167731", + "actions": [], + "additionalObs": [] + }, + { + "uuid": "12129630-b698-11e2-9e96-0800200c9a66", + "name": "disposition.discharge", + "type": "DISCHARGE", + "conceptCode": "CIEL:169401", + "actions": [], + "additionalObs": [] + } +] diff --git a/distro/configuration/encountertypes/encountertypes_core-demo.csv b/distro/configuration/encountertypes/encountertypes_core-demo.csv index 68ffceed1..078ed2767 100644 --- a/distro/configuration/encountertypes/encountertypes_core-demo.csv +++ b/distro/configuration/encountertypes/encountertypes_core-demo.csv @@ -28,4 +28,8 @@ cb0a65a7-0587-477e-89b9-cf2fd144f1d4,,Clinical Visit,Encounter type associated w 3044916a-7e5f-478b-9091-803233f27f91,,Transfer Out,This form is used to transfer out a client from one HIV clinic to another,,, 41af1931-184e-45f8-86ca-d42e0db0b8a1,,Viral Load results,Viral Load results,,, 36db5123-0ad5-41c0-9037-625b46e0ceef,,Mental Health Assessment,Mental Health Assessment,,, - \ No newline at end of file +d3b07384-8d1c-4e6b-9b8e-2f3b8e4a1c9f,,Transfer,Indicates that a patient is being transferred into a different department within the hospital. (Transfers out of the hospital should not use this encounter type.),,, +a1f5c3d2-4b6e-4e8a-9f2d-1b3e8e4a2d7f,,Inpatient Note,A short free-text note written by a clinician about an inpatient during their stay,,, +b2c4d5e6-7f8a-4e9b-8c1d-2e3f8e4a3b8f,,Transfer Request,A stand-alone encounter type for a transfer request not part of a larger note,,, +f47ac10b-58cc-4372-a567-0e02b2c3d479,,Bed Assignment,Assigning a new bed to a patient without admitting or transferring them,,, +550e8400-e29b-41d4-a716-446655440000,,Cancel ADT,An encounter that notes that a request to admit/transfer/discharge a patient is being overridden,,, diff --git a/distro/configuration/globalproperties/globalproperties-core_demo.xml b/distro/configuration/globalproperties/globalproperties-core_demo.xml index bc8751a48..93d102b6e 100644 --- a/distro/configuration/globalproperties/globalproperties-core_demo.xml +++ b/distro/configuration/globalproperties/globalproperties-core_demo.xml @@ -4,7 +4,6 @@ referencedemodata.createDemoPatientsOnNextStartup 50 - diff --git a/distro/configuration/locations/locations-core_demo.csv b/distro/configuration/locations/locations-core_demo.csv index 46724d7f6..3229b3a54 100644 --- a/distro/configuration/locations/locations-core_demo.csv +++ b/distro/configuration/locations/locations-core_demo.csv @@ -1,11 +1,11 @@ -Uuid,Void/Retire,Name,Description,Parent,Tags,Tag|Facility Location,Tag|Queue Location,Attribute|9eca4f4e-707f-4bb8-8289-2f9b6e93803c,Attribute|Last Audit Date,Address 1,Address 2,Address 3,Address 4,Address 5,Address 6,City/Village,County/District,State/Province,Postal Code,Country,_order:1000 -7de9a0a7-b73c-4fba-9037-50e0d387984b,,Prise en charge VIH,Prise en charge VIH,,Login Location,,,,,,,,,,,,,,,, -f9a8305c-05a5-4fbc-b20c-72ae1d29e3dd,,CDST,CDST,,Login Location,,,,,,,,,,,,,,,, -7a64f4e2-a85e-45a2-8fde-e39d50a46398,,Consultation externe,Consultation externe,,Login Location,,,,,,,,,,,,,,,, -a008a96f-a3d0-4c43-b5a3-77563c2dc1c3,,Hospitalisation,Hospitalisation,,Login Location,,,,,,,,,,,,,,,, -631906ca-c66d-4fc3-9537-b7d79f3847c5,,Chirurgie,Chirurgie,,Login Location,,,,,,,,,,,,,,,, -75182f4f-c847-4792-b1b3-73a6d56b5b3d,,Urgence,Urgence,,Login Location,,,,,,,,,,,,,,,, -14ddfeb6-e56a-43b4-bb77-ce93d956f4e2,,Pédiatrie,Pédiatrie,,Login Location,,,,,,,,,,,,,,,, -4a4cd154-a781-4514-bf58-a02f7282493a,,Maternité,Maternité,,Login Location,,,,,,,,,,,,,,,, -f243c720-7840-404d-bb10-fcb94057e2d1,,Gynecologie,Gynecologie,,Login Location,,,,,,,,,,,,,,,, -43152937-4179-417d-8b9d-d7464fb97595,,PMI,PMI,,Login Location,,,,,,,,,,,,,,,, +Uuid,Void/Retire,Name,Description,Parent,Tag|Login Location,Tag|Visit Location,Tag|Facility Location,Tag|Queue Location,Tag|Admission Location,Tag|Transfer Location,Attribute|9eca4f4e-707f-4bb8-8289-2f9b6e93803c,Attribute|Last Audit Date,Address 1,Address 2,Address 3,Address 4,Address 5,Address 6,City/Village,County/District,State/Province,Postal Code,Country,_order:1000 +7de9a0a7-b73c-4fba-9037-50e0d387984b,,Prise en charge VIH,Prise en charge VIH,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, +f9a8305c-05a5-4fbc-b20c-72ae1d29e3dd,,CDST,CDST,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, +7a64f4e2-a85e-45a2-8fde-e39d50a46398,,Consultation externe,Consultation externe,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, +a008a96f-a3d0-4c43-b5a3-77563c2dc1c3,,Hospitalisation,Hospitalisation,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, +631906ca-c66d-4fc3-9537-b7d79f3847c5,,Chirurgie,Chirurgie,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, +75182f4f-c847-4792-b1b3-73a6d56b5b3d,,Urgence,Urgence,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, +14ddfeb6-e56a-43b4-bb77-ce93d956f4e2,,Pédiatrie,Pédiatrie,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, +4a4cd154-a781-4514-bf58-a02f7282493a,,Maternité,Maternité,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, +f243c720-7840-404d-bb10-fcb94057e2d1,,Gynecologie,Gynecologie,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, +43152937-4179-417d-8b9d-d7464fb97595,,PMI,PMI,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,,,,,,,,,,,,,, diff --git a/distro/configuration/locationtags/locationtags-core_demo.csv b/distro/configuration/locationtags/locationtags-core_demo.csv index aaf4bef7b..3c3dddaa2 100644 --- a/distro/configuration/locationtags/locationtags-core_demo.csv +++ b/distro/configuration/locationtags/locationtags-core_demo.csv @@ -2,3 +2,6 @@ Uuid,Void/Retire,Name,Description b8bbf83e-645f-451f-8efe-a0db56f09676,,Login Location,"When a user logs in and chooses a session location, they may only choose one with this tag" a2327745-2970-4752-ac8a-dd0ba131f40e,,Facility Location, ,,Queue Location, +f5b9737b-14d5-402b-8475-dd558808e172,,Admission Location,Patients may only be admitted to inpatient care in a location with this tag +9783aba6-df7b-4969-be6e-1e03e7a08965,,Transfer Location,Patients may only be transfer to inpatient care in a location with this tag +e2a1b3c4-d5e6-7890-1abc-def234567890,,Visit Location,A location where a patient may have a visit \ No newline at end of file diff --git a/distro/configuration/metadatatermmappings/metadatatermmappings-core_demo.csv b/distro/configuration/metadatatermmappings/metadatatermmappings-core_demo.csv index 3aa6d21e3..e638519f7 100644 --- a/distro/configuration/metadatatermmappings/metadatatermmappings-core_demo.csv +++ b/distro/configuration/metadatatermmappings/metadatatermmappings-core_demo.csv @@ -1,3 +1,11 @@ Uuid,Void/Retire,Mapping code,Mapping source,Metadata class name,Metadata Uuid,_order:2000 b7c8adf5-c875-4e78-bb4b-fea391b1de55,,emr.primaryIdentifierType,org.openmrs.module.emrapi,org.openmrs.PatientIdentifierType,05a29f94-c0ed-11e2-94be-8c13b969e334, -d5b1abfd-3f1c-4489-bc48-318018407b47,,emr.extraPatientIdentifierTypes,org.openmrs.module.emrapi,org.openmrs.module.metadatamapping.MetadataSet,f0ebcb99-7618-41b7-b0bf-8ff93de67b9e, \ No newline at end of file +d5b1abfd-3f1c-4489-bc48-318018407b47,,emr.extraPatientIdentifierTypes,org.openmrs.module.emrapi,org.openmrs.module.metadatamapping.MetadataSet,f0ebcb99-7618-41b7-b0bf-8ff93de67b9e, +e1a1b2c3-d4e5-6789-0abc-def123456789,,emr.admissionEncounterType,org.openmrs.module.emrapi,org.openmrs.EncounterType,e22e39fd-7db2-45e7-80f1-60fa0d5a4378 +f2b3c4d5-e6f7-8901-2bcd-ef3456789012,,emr.exitFromInpatientEncounterType,org.openmrs.module.emrapi,org.openmrs.EncounterType,181820aa-88c9-479b-9077-af92f5364329 +a3c4d5e6-f7g8-9012-3cde-f45678901234,,emr.transferWithinHospitalEncounterType,org.openmrs.module.emrapi,org.openmrs.EncounterType,d3b07384-8d1c-4e6b-9b8e-2f3b8e4a1c9f +b4d5e6f7-g8h9-0123-4def-567890123456,,emr.inpatientNoteEncounterType,org.openmrs.module.emrapi,org.openmrs.EncounterType,a1f5c3d2-4b6e-4e8a-9f2d-1b3e8e4a2d7f +c5e6f7g8-h9i0-1234-5ef0-678901234567,,emr.transferRequestEncounterType,org.openmrs.module.emrapi,org.openmrs.EncounterType,b2c4d5e6-7f8a-4e9b-8c1d-2e3f8e4a3b8f +c9d6f8e2-3b4a-4e6b-9f8e-1a2b3c4d5e6f,,emr.clinicianEncounterRole,org.openmrs.module.emrapi,org.openmrs.EncounterRole,240b26f9-dd88-4172-823d-4a8bfeb7841f +d039435f-233a-4d0b-a35a-75450b2e65b9,,emr.bedAssignmentEncounterType,org.openmrs.module.emrapi,org.openmrs.EncounterType,f47ac10b-58cc-4372-a567-0e02b2c3d479 +e9ae298d-532c-4f72-93c1-a42495270662,,emr.cancelADTRequestEncounterType,org.openmrs.module.emrapi,org.openmrs.EncounterType,550e8400-e29b-41d4-a716-446655440000 \ No newline at end of file diff --git a/distro/configuration/ocl/openmrs_Billing_202410302350_autoexpand-202410302350.2024-10-30_204428.zip b/distro/configuration/ocl/openmrs_Billing_202410302350_autoexpand-202410302350.2024-10-30_204428.zip new file mode 100644 index 0000000000000000000000000000000000000000..43d9771b1b6f166aac4b70f95c4e31f6e6b9f80e GIT binary patch literal 84112 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 LR{`LUz`*_ol!3lW literal 0 HcmV?d00001 diff --git a/distro/configuration/ocl/openmrs_Billing_v202410101138_autoexpand-202410101138.2024-10-04_213540.zip b/distro/configuration/ocl/openmrs_Billing_v202410101138_autoexpand-202410101138.2024-10-04_213540.zip deleted file mode 100644 index 95b13b466b00bb254a70cc6448a4a7be3bfe77b3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 76305 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%0D%9{4z0bwQ!D%76<+U( znCnyv@VOS54tf{qBM)6H5dl>MgpR^>x6>TV9NH5OyxCvE=ET1kdv(4P=ycKUe(ZOY zB{h7}vHyvSeShOW&{1WTT2O8k5tM&| scBN7?tBG(6Ek)Vbd9PINOlxG-Da9wP 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 diff --git a/distro/configuration/ocl/openmrs_IPD-DEMO_v1.4.0_autoexpand-1.4.0.2024-10-19_015216.zip b/distro/configuration/ocl/openmrs_IPD-DEMO_v1.4.0_autoexpand-1.4.0.2024-10-19_015216.zip new file mode 100644 index 0000000000000000000000000000000000000000..b6d201c3aca6970f9976f28df110829b41109375 GIT binary patch literal 14419 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

>KGN#oZsa`f`i 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 literal 0 HcmV?d00001 diff --git a/distro/configuration/ocl/openmrs_PD_v6_autoexpand-6.2024-06-04_140244.zip b/distro/configuration/ocl/openmrs_PD_v6_autoexpand-6.2024-06-04_140244.zip deleted file mode 100644 index 6f63a3d93468280289c7ad40ee51177cbc9e8e16..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1678 zcmV;9266dNO9KQH000080O@JPSh7waeHI1)04fv!01E&B0A+Y^Z*p`lYIARHrC3Xo zn>Y~uE0oW{Mnb&imdfl_a!4|jWOK+?iV{*|v%x?KG0E(d|NH6z2HV(UXHPSpkEzi5MOozo!kb{7Vf%Cd)%7RgIYH#9xZh#ee!JId>QfXwX?K!ke z6pdEYJN(sfD#3Y>&O7crY-(9+CAN1V9lW|P%r_NJMxkqEy-go!S#Wb`+OiF7sn-11 zK=uC9XRX$BnYvX<8H2XfYhMfaX>XC!u9Rt6Gg_Mc!9=O;nnuL}c)y~J{?=>X)#6Xc z+CpmWN(Dj3RFv9uRf~1Is@1Vu(XPh3x2uQymEN`fS%J`+z0O{?_wJ)u)2jH_xH7KJ z?yr|0ZC>XUjxG=yi$=g>QFm>6i)mm?nE#V3-C({s+01(XzNZeIQ7BGZR~f}1Vly4)D(Q5 zxjqW}4q$zSUK!Cr-Na{0o2IDN*V+#1E9*}~D}9q|tw#f6U$ki>YF*uGOJy!a2TClU z1lj_hN@O97Ag5)kC5%>erCPS^PwpdAaMil1YfZsE?}jF7H%8DaDgPy9a?tpv6Gh8y zgN|0Bsau%ZG*6;fZ{#T2f~1p^x7$wAten{BqBYg3%V88tmDBM{g#<*gRoA8yKUDwz zP!)7&NIO}Z2u>oikLc|g7`Jn6m#H#kKiY2FSLl`sX|N@XIVC=)JU|F%8H?kLL;yaG zSb{k-$RpJ@R9K8gm_{)n8A@1)!YCk7oKr&b*kc$mYU+Btm^sYCxy9~lap^Gr=Meue z+NUftWfvS^FF6N!ztOx$g?3U@lRkd?$7|#K2}+msx<0J&Gil1BB!-ase#V0&^dW%+ z2XU?OPsu(3wVgfiLD-_#F10z`gH!#6|uWgzpf!L*X*;0zb3}eu@^C zd2MdeI1Ba{xx~K<5=A@__Q|)?xnd6uGuS_i3^x(L0sPOy&m1J)L=*=!(UfI zq z+P-&n@C(HuBG?P(-XG_-Kk}MqUYEfmjRLY@9lGW+Eh96aBP)_*Wyhl92=b> zb~OfUHEo(Y=G^JC;ZP|>k#!OrS=;jNUpl2SYGpdcU`Wos%r3plCt2C^HyRUkc4WEu zV4mN!Pt6Sv?=$=0fOt`4_n~S^)T5I{Yqg633By90qU5tH`!jzh=V#}#bK|og=fFdb z8Hw@;g^8yaCh&4jk{m(oACJ#~IPfF{2touI$`FrY24TXv=fwf{7CY0*Vi=HnP*n6T z^n2I(a&3+(_gPvy+`X@B=fa1wg9t3+|d+i~<| z)t|PS@_H{bH>z0KnJKyFo6~pK{^ejHZx|Sd+^ab0Sz8tsW1=NOEwFa6`wvh{0Rj{Q z6aWAK2mtA6#aOaVAbl1F001f!000XB0000000000005+c00000Wq5FJa&#_gb8l`? YO9ci1000010096w0000#1^@s607nBS7ytkO diff --git a/distro/configuration/ocl/openmrs_PD_v7_autoexpand-7.2024-06-04_200232.zip b/distro/configuration/ocl/openmrs_PD_v7_autoexpand-7.2024-06-04_200232.zip new file mode 100644 index 0000000000000000000000000000000000000000..320e4af99aaf75b9e4d34431150bc180bddeabcb GIT binary patch literal 1660 zcmV-?27~!fO9KQH0000800yvVS>NITgaifv0234d01E&B0A+Y^Z*p`lYIARHrC8f; z+c*&Y6~oU}%$p?2Z$-03`_K#8q7PXV0!30Wx3VNqQrc{ge_xWi+Lj!%KZ&&L#MV3ikt0G^0m%1{)*RNLVrcuJ~5*YcRU1&eupVh9=b<7Ll^grL) zwVdtSFIFp=*Q;ArGrOKPSr+%3Ut}t^%(+~>F3U`D=5Fm&ysxF?Dph>-rZ6I9U0Ho0 zE3Q>(1?>rM)$di=U7>{eSJjWJa#z&FYR7VsNo|$*U{c&$d8^zv(~nM|sp?`MKd?** z_lUUSJGp08@>41E4`04ov9d|bD`UpFtSY_t$G@{0T~D#eH#@;|pO* z!-&d&VVnp*3b2f1gnUX(oDxisM1L5jleGW8lsZ!=FYv`&2`^#q3EX237!b$bAlgE* zg~5#vd>piJe~K38d2O!qSOoiJE`eJ=+G21MQ9yirciLwR&@hAjv&e820UW^pJp9Z- z;#EX(Koeb>U#8g$w}>>4^4Ec$Ev*IIb6aOytpyBU>cFmK#3Mc&Ul#8qo1pxQ9i?fI zOd%SIj7MyGu_L^&4ei9V?BFfVRQ~hursqix+8drGKS?Kv8-~gv2k*PmvePW)mHgF$Q01^b~+&r>${E^in0cjEji3gb=9^oPPqLdOZU`VDA zV}?+=KA|Va>zMp5i;;|%Ka%#Wlp=jEy zoSpLeTt3-&X}~)w_L)fx1csfzAv0N_Ek-v0Q}eSli5(03QPc_dQ{h!N94jplxS{*K zrN?zQ{vSl4onbN~R@L!nbys9V{+t`QCt(_yH_!t;lAvAANQK64I=+H;s` z|7=gx!mv5TRllQ`oyx@Q&T!|S1bMOHTIh=dATW(+0(gpX1OqN23{xgdC1NNcIqr)i z4rIgx4Fh3XXcB+`rve68-~>|BPp_X{jq1Mh?a|<~IWSi((wV)E-fT)tZT0j2>P)h*<6ay3h000O82C!&Z-{Jv;1O@;A z6BGad3jhEB0000000000q=5hc003opaBp&SE^2dcZcs}F1^@s6009620672v04)Xp G0000a1rZGZ literal 0 HcmV?d00001 diff --git a/distro/distro.properties b/distro/distro.properties index 7091e9709..ee8745323 100644 --- a/distro/distro.properties +++ b/distro/distro.properties @@ -28,5 +28,9 @@ omod.ordertemplates=${ordertemplates.version} omod.patientflags=${patientflags.version} omod.o3forms=${o3forms.version} omod.authentication=${authentication.version} +omod.emrapi=${emrapi.version} +omod.event.groupId=org.openmrs +omod.event=${event.version} +omod.bedmanagement=${bedmanagement.version} omod.stockmanagement=${stockmanagement.version} omod.billing=${billing.version} diff --git a/distro/pom.xml b/distro/pom.xml index 3723d1bfd..0c440920f 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -23,23 +23,23 @@ - 2.2.0 + 2.3.0-SNAPSHOT 1.0.0 - 2.6.7 - 2.7.0 - 2.45.0-SNAPSHOT - 2.17.0 - 4.10.0 - 1.16.0 + 2.6.9 + 2.8.0-SNAPSHOT + 2.46.0 + 2.19.0 + 4.14.0 + 1.22.0-SNAPSHOT 1.6.0 1.9.0 - 2.3.0 - 3.2.0 - 2.4.0 + 2.4.0 + 3.6.0 + 2.5.0-SNAPSHOT 2.4.0 2.0.0-20240305.062514-14 2.0.0-20230831.113926-1 - 3.7.1 + 3.7.2 1.26.0 1.14.0 @@ -47,8 +47,11 @@ 1.11.0 0.2.16 1.0.2 - 3.0.7 + 3.0.8 2.3.0 + 2.1.0 + 2.10.0 + 6.0.0 2.0.2-SNAPSHOT 1.2.0-SNAPSHOT @@ -202,6 +205,24 @@ ${o3forms.version} provided + + org.openmrs.module + emrapi-omod + ${emrapi.version} + provided + + + org.openmrs + event-omod + ${event.version} + provided + + + org.openmrs.module + bedmanagement-omod + ${bedmanagement.version} + provided + org.openmrs.module stockmanagement-omod @@ -326,4 +347,4 @@ - + \ No newline at end of file diff --git a/frontend/config-core_demo.json b/frontend/config-core_demo.json index 5e07211a5..baf636ab6 100644 --- a/frontend/config-core_demo.json +++ b/frontend/config-core_demo.json @@ -4,7 +4,8 @@ "logo": { "src": "${openmrsSpaBase}/nav-logo.png", "alt": "Logo" - } + }, + "restrictByVisitLocationTag": true }, "@openmrs/esm-service-queues-app": { "priorityConfigs": [ @@ -79,6 +80,9 @@ "clinicalVisitFormUuid": "4232f8bd-42c9-498d-8d40-b65f4f1446e8", "serviceEnrolmentFormUuid": "bd1f4e38-61a8-45b5-ae59-6806c855e882" }, + "cohorts": { + "clientsEnrolledToCare": "476a2748-5286-4af3-84a5-de10d0910c79" + }, "Translation overrides": { "fr": { "HIV Care and Treatment": "Soins et traitement du VIH", @@ -153,7 +157,11 @@ "Edit Forms": "Modifier le formulaire", "Last Appointment": "Dernier rendez-vous", "Appointment Date": "Date de rendez-vous" + }, + "formNames": { + "ServiceEnrolmentFormName": "DRC HIV Enrolment Form v1.2", + "ClinicalVisitFormName": "DRC Clinical Visit Form v2.2" } } } -} +} \ No newline at end of file diff --git a/frontend/spa-assemble-config.json b/frontend/spa-assemble-config.json index 272c4d880..bc8b4ad2a 100644 --- a/frontend/spa-assemble-config.json +++ b/frontend/spa-assemble-config.json @@ -2,6 +2,7 @@ "frontendModules": { "@openmrs/esm-active-visits-app": "next", "@openmrs/esm-appointments-app": "next", + "@openmrs/esm-bed-management-app": "next", "@openmrs/esm-cohort-builder-app": "next", "@openmrs/esm-devtools-app": "next", "@openmrs/esm-dispensing-app": "next", @@ -37,10 +38,11 @@ "@openmrs/esm-service-queues-app": "next", "@openmrs/esm-system-admin-app": "next", "@openmrs/esm-user-onboarding-app": "next", + "@openmrs/esm-ward-app": "next", "@openmrs/esm-stock-management-app": "next", "@openmrs/esm-billing-app": "next", "@ohri/openmrs-esm-ohri-hiv-care-treatment-app": "next", "@ohri/openmrs-esm-ohri-core-app": "next" }, "excludedFrontendModules": [] -} +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index bda63aa38..9bd29d4e8 100644 --- a/pom.xml +++ b/pom.xml @@ -109,12 +109,12 @@ org.openmrs.maven.plugins openmrs-sdk-maven-plugin - 4.5.0 + 5.15.0 org.openmrs.maven.plugins openmrs-packager-maven-plugin - 1.7.0 + 1.9.0-SNAPSHOT