diff --git a/README.md b/README.md index 9f648e334..fb08d340c 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ https://dev3.openmrs.org and https://o3.openmrs.org. ## Quick start -### Package the distribution and prepare the run +### Update the distribution and prepare the run ``` -docker compose build +docker compose -f docker-compose-ohri-[dev | namibia | working ].yml pull ``` -### Run the app +### Run the Selected Distro ``` -docker compose up +docker compose -f docker-compose-ohri-[dev | namibia | working ].yml up ``` New OpenMRS UI is accessible at http://localhost/openmrs/spa @@ -25,35 +25,15 @@ OpenMRS Legacy UI is accessible at http://localhost/openmrs This distribution consists of four images: -* db - This is just the standard MariaDB image supplied to use as a database -* backend - This image is the OpenMRS backend. It is built from the main Dockerfile included in the root of the project and +- db - This is just the standard MariaDB image supplied to use as a database +- backend - This image is the OpenMRS backend. It is built from the main Dockerfile included in the root of the project and based on the core OpenMRS Docker file. Additional contents for this image are drawn from the `distro` sub-directory which includes a full Initializer configuration for the reference application intended as a starting point. -* frontend - This image is a simple nginx container that embeds the 3.x frontend, including the modules described in the +- frontend - This image is a simple nginx container that embeds the 3.x frontend, including the modules described in the `frontend/spa-build-config.json` file. -* proxy - This image is an even simpler nginx reverse proxy that sits in front of the `backend` and `frontend` containers +- proxy - This image is an even simpler nginx reverse proxy that sits in front of the `backend` and `frontend` containers and provides a common interface to both. Basically, this help mitigate CORS issues. ## Contributing to the configuration -This project uses the [Initializer](https://github.com/mekomsolutions/openmrs-module-initializer) module -to configure metadata for this project. The Initializer configuration can be found in the configuration -subfolder of the distro folder. Any files added to this will be automatically included as part of the -metadata for the RefApp. - -Eventually, we would like to split out this metadata into two packages: - -* `openmrs-core`, which will contain all the metadata necessary to run OpenMRS -* `openmrs-demo`, which will include all of the sample data we use to run the RefApp - -The `openmrs-core` package will eventually be a standard part of the distribution, with the `openmrs-demo` -provided as an optional addon. Most data in this configuration _should_ be regarded as demo data. We -anticipate that data in the `openmrs-demo` package will be replaced by implementation-specific metadata, -though they may use that metadata as a starting point for that customisation. - -To help us to keep track of things, we ask that you suffix any files you add with either -`-core_demo` for files that should be part of the demo package and `-core_data` for -those which should be part of the core package. For example, a form named `test_form.json` would become -`test_core-core_demo.json`. - Thanks! diff --git a/config/importmap_dev.json b/config/importmap_dev.json deleted file mode 100644 index 3a271bf58..000000000 --- a/config/importmap_dev.json +++ /dev/null @@ -1,3 +0,0 @@ - - -// Test file of config \ No newline at end of file diff --git a/distro/README.md b/distro/README.md deleted file mode 100644 index fe2781f31..000000000 --- a/distro/README.md +++ /dev/null @@ -1,39 +0,0 @@ -_Packages a distribution of configs, metadata and binaries to run OpenMRS_ - ------ - -```bash -mvn clean package -``` - -Output: - -`target/openmrs-distro-package/openmrs-distro-package-$version.zip` - -Package contents: - -|File or Directory|Description| -|-----------------|-----------| -|`openmrs_config` |The OpenMRS configuration, particularly including any files to be processed by the [Initializer module](https://github.com/mekomsolutions/openmrs-module-initializer). An example configuration can be found [here](https://github.com/mekomsolutions/openmrs-config-haiti). -|`openmrs_core` |The main OpenMRS WAR file.| -|`openmrs_module` |The modules (OMODs) to be run in this OpenMRS instance.| -|`spa` |The compiled SPA for the 3.x frontend.| -|`spa_config` |Any configuration files used by the SPA.| -|`openmrs-distro.properties`|The distro.properties used to generate this package.| - ----- - -### Specifying dependencies -#### OpenMRS modules -`omod`s are specified as Maven `` in the [pom.xml](pom.xml) file. - -#### OpenMRS Configuration (Initializer) -OpenMRS config can be set in [openmrs-config/configuration/](openmrs-config/configuration/) folder - -#### Micro Frontends -ESMs are set in the [spa-config.json](spa-config.json) file. - -#### Micro Frontends configuration -MF Config can be set in [spa-config/configuration/](spa-config/configuration/) folder - ----- diff --git a/distro/configuration/addresshierarchy/addressConfiguration.xml b/distro/configuration/addresshierarchy/addressConfiguration.xml deleted file mode 100644 index 8bfa496ff..000000000 --- a/distro/configuration/addresshierarchy/addressConfiguration.xml +++ /dev/null @@ -1,46 +0,0 @@ - - true - - - COUNTRY - Location.country - 40 - Cambodia - true - - - STATE_PROVINCE - Location.province - 40 - true - - - COUNTY_DISTRICT - Location.district - 40 - true - - - ADDRESS_1 - impl.commune - 40 - true - - - CITY_VILLAGE - Location.village - 40 - true - - - - cityVillage, address1 - countyDistrict, stateProvince - country - - - addresshierarchy.csv - , - % - - diff --git a/distro/configuration/addresshierarchy/addresshierarchy.csv b/distro/configuration/addresshierarchy/addresshierarchy.csv deleted file mode 100644 index dae67f445..000000000 --- a/distro/configuration/addresshierarchy/addresshierarchy.csv +++ /dev/null @@ -1,345 +0,0 @@ -Cambodia%00,Banteay Meanchey%01,Mongkol Borei%0101,Banteay Neang%010101,Ou Thum%01010101 -Cambodia%00,Banteay Meanchey%01,Mongkol Borei%0101,Banteay Neang%010101,Phnum%01010102 -Cambodia%00,Banteay Meanchey%01,Mongkol Borei%0101,Banteay Neang%010101,Banteay Neang%01010103 -Cambodia%00,Banteay Meanchey%01,Mongkol Borei%0101,Bat Trang%010102,Khtum Reay Lech%01010201 -Cambodia%00,Banteay Meanchey%01,Mongkol Borei%0101,Bat Trang%010102,Khtum Reay Kaeut%01010202 -Cambodia%00,Banteay Meanchey%01,Mongkol Borei%0101,Bat Trang%010102,Anlong Thngan Kaeut%01010203 -Cambodia%00,Banteay Meanchey%01,Mongkol Borei%0101,Bat Trang%010102,Anlong Thngan Lech%01010204 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Rongvean%01020101 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Thmei Khang Tboung%01020102 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Thmei Khang Cheung%01020103 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Kouk Yeang%01020104 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Kouk Chas%01020105 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Chrab%01020106 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Kantuot%01020107 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Nam Tau%01020108 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Pongro%01020109 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Samraong%01020110 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Khnang%01020111 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Thnong Khang Tboung%01020112 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Thnong Khang Cheung%01020113 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Slaeng%01020114 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Ta Kong%01020115 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Yeang Otdam%01020116 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Ampel Kaong%01020117 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Nam Tau%010201,Kong Siem%01020118 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Paoy Snuol%01020201 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Paoy Char%01020202 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Trapeang Thma Tboung%01020203 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Trapeang Thma Cheung%01020204 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Trapeang Thma Kandal%01020205 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Paoy Ta Ong%01020206 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Sambuor%01020207 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Pongro%01020208 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Koun Kleang%01020209 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Thmenh Trey%01020210 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Boeng Reang%01020211 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Boeng Ampil%01020212 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Srah Srang%01020213 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Changvar Tuk%01020214 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Preah Andoung%01020215 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Paoy Char%010202,Trapaing Peas%01020216 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Ponley%010203,Ta Vong%01020301 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Ponley%010203,Ponley%01020302 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Ponley%010203,Svay Sa%01020303 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Ponley%010203,Svay Khmau%01020304 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Ponley%010203,Kouk Ta Sokh%01020305 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Ponley%010203,Pou Roam Bon%01020306 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Spean Sraeng%010204,Rouk%01020401 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Spean Sraeng%010204,Mukh Chhneang%01020402 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Spean Sraeng%010204,Spean%01020403 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Spean Sraeng%010204,Kouk Char%01020404 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Spean Sraeng%010204,Kandaol%01020405 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Spean Sraeng%010204,Pongro%01020406 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Srah Chik%010205,Moat Srah%01020501 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Srah Chik%010205,Srah Chhuk Khang Lech%01020502 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Srah Chik%010205,Srah Chik%01020503 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Srah Chik%010205,Kouk Kraol%01020504 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Srah Chik%010205,Kouk Rumchek%01020505 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Srah Chik%010205,Kouk Ta Reach%01020506 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Srah Chik%010205,Kandal Khang Lech%01020507 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Srah Chik%010205,Kandal Khang Kaeut%01020508 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Srah Chik%010205,Srah Chhuk Khang Kaeut%01020509 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Phnum Dei%010206,Phnum Dei%01020601 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Phnum Dei%010206,Ponley%01020602 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Phnum Dei%010206,Kouk Seh%01020603 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Phnum Dei%010206,Thnal Dach%01020604 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Phnum Dei%010206,Bos Sbov.3%01020605 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Phnum Dei%010206,Trapeang Prei.2%01020606 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Phnum Dei%010206,Kamping Puoy%01020607 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Phnum Dei%010206,Spean Kmeng%01020608 -Cambodia%00,Banteay Meanchey%01,Phnum Srok%0102,Phnum Dei%010206,Trang%01020609 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Muoy%020101,Thmei%02010101 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Muoy%020101,Tuol Thnong%02010102 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Muoy%020101,Svay Prey%02010103 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Muoy%020101,Svay Bei Daeum%02010104 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Muoy%020101,Kampong Ampil%02010105 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Muoy%020101,Sasar Pok%02010106 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Muoy%020101,Voat Kantueu%02010107 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Pir%020102,Post Kantueu%02010201 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Pir%020102,Chamkar Ou%02010202 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Pir%020102,Banan%02010203 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Pir%020102,Kampang Lech%02010204 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Pir%020102,Kampang Kaeut%02010205 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Pir%020102,Chhay Rumpoat%02010206 -Cambodia%00,Battambang%02,Banan%0201,Kantueu Pir%020102,Phnom Kul%02010207 -Cambodia%00,Battambang%02,Banan%0201,Bay Damram%020103,Tuol Chranieng%02010301 -Cambodia%00,Battambang%02,Banan%0201,Bay Damram%020103,Kampong Chaeng%02010302 -Cambodia%00,Battambang%02,Banan%0201,Bay Damram%020103,Kanhchroang%02010303 -Cambodia%00,Battambang%02,Banan%0201,Bay Damram%020103,Krala Peas%02010304 -Cambodia%00,Battambang%02,Banan%0201,Bay Damram%020103,Bay Damram%02010305 -Cambodia%00,Battambang%02,Banan%0201,Bay Damram%020103,Ta Song.2%02010306 -Cambodia%00,Battambang%02,Banan%0201,Bay Damram%020103,Sdau%02010307 -Cambodia%00,Battambang%02,Banan%0201,Bay Damram%020103,Prey Totueng%02010308 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Kampong Chamlang%02010401 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Chheu Teal%02010402 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Kampong Srama%02010403 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Khnar%02010404 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Enteak Chit%02010405 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Bat Sala%02010406 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Bay Damram%02010407 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Svay Prakeab%02010408 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Chhak Pou%02010409 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Anlong Ta Mei%02010410 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Chamkar Svay%02010411 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Thkov%02010412 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Praboh%02010413 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Doung%02010414 -Cambodia%00,Battambang%02,Banan%0201,Chheu Teal%020104,Anlok Kaong%02010415 -Cambodia%00,Battambang%02,Banan%0201,Chaeng Mean Chey%020105,Rung%02010501 -Cambodia%00,Battambang%02,Banan%0201,Chaeng Mean Chey%020105,Chaeng%02010502 -Cambodia%00,Battambang%02,Banan%0201,Chaeng Mean Chey%020105,Kampong Kol Thmei%02010503 -Cambodia%00,Battambang%02,Banan%0201,Chaeng Mean Chey%020105,Thngor%02010504 -Cambodia%00,Battambang%02,Banan%0201,Chaeng Mean Chey%020105,Boh Khnor%02010505 -Cambodia%00,Battambang%02,Banan%0201,Chaeng Mean Chey%020105,Changhour Svay%02010506 -Cambodia%00,Battambang%02,Banan%0201,Chaeng Mean Chey%020105,Doung%02010507 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Chaeng Kdar%02010601 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Kampov%02010602 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Kouk Ampil%02010603 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Sampov Lech%02010604 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Sampov Kaeut%02010605 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Samnanh%02010606 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Kdaong%02010607 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Krapeu Cheung%02010608 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Krapeu Tboung%02010609 -Cambodia%00,Battambang%02,Banan%0201,Phnum Sampov%020106,Krapeu Kaeut%02010610 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Samraong%02010701 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Kor%02010702 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Snoeng Lech%02010703 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Snoeng Kaeut%02010704 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Boeng Chaeng%02010705 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Boeng Prei%02010706 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Peak Sbaek%02010707 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Preah Srae%02010708 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Rumchey%02010709 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Sambuor Meas.2%02010710 -Cambodia%00,Battambang%02,Banan%0201,Snoeng%020107,Boeng Krasal%02010711 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Paoy Svay%02010801 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Ta Kream%02010802 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Thmei%02010803 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Ou Pong Moan%02010804 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Ta Ngaen%02010805 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Prey Phdau%02010806 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Ou Ta Nhea%02010807 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Dangkot Thnong%02010808 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Andoung Neang%02010809 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Anlong Svay%02010810 -Cambodia%00,Battambang%02,Banan%0201,Ta Kream%020108,Slab Pang%02010811 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Pung%020201,Thma Koul Tboung%02020101 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Pung%020201,Paoy Yong%02020102 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Pung%020201,Kaksekam%02020103 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Pung%020201,Paoy Samraong%02020104 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Pung%020201,Kouk Kduoch%02020105 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Pung%020201,Ang Tboung%02020106 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Pung%020201,Tumpung Tboung%02020107 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Thma Koul Cheung%02020201 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Kouk Trab.2%02020202 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Tumneab%02020203 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Ta Sei%02020204 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Chrouy Mtes%02020205 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Krasang%02020206 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Samraong%02020207 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Thmei%02020208 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Ang Cheung%02020209 -Cambodia%00,Battambang%02,Thma Koul%0202,Ta Meun%020202,Tumpung Cheung%02020210 -Cambodia%00,Battambang%02,Thma Koul%0202,Ou Ta Ki%020203,Ou Ta Ki%02020301 -Cambodia%00,Battambang%02,Thma Koul%0202,Ou Ta Ki%020203,Popeal Khae%02020302 -Cambodia%00,Battambang%02,Thma Koul%0202,Ou Ta Ki%020203,Veal Trea%02020303 -Cambodia%00,Battambang%02,Thma Koul%0202,Ou Ta Ki%020203,Tras%02020304 -Cambodia%00,Battambang%02,Thma Koul%0202,Ou Ta Ki%020203,Prey Totueng%02020305 -Cambodia%00,Battambang%02,Thma Koul%0202,Ou Ta Ki%020203,Prey Dach%02020306 -Cambodia%00,Battambang%02,Thma Koul%0202,Ou Ta Ki%020203,Trang%02020307 -Cambodia%00,Battambang%02,Thma Koul%0202,Ou Ta Ki%020203,Kakaoh%02020308 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Chrey Thmei%02020401 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Chrey%02020402 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Ka Kou%02020403 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Svay Chrum%02020404 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Kbal Khmaoch%02020405 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Prey Totueng%02020406 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Hai San%02020407 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Popeal Khae%02020408 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Anlong Run%02020409 -Cambodia%00,Battambang%02,Thma Koul%0202,Chrey%020204,Kruos%02020410 -Cambodia%00,Battambang%02,Thma Koul%0202,Anlong Run%020205,Char%02020501 -Cambodia%00,Kampong Cham%03,Batheay%0301,Trab%030111,Thmei%03011105 -Cambodia%00,Kampong Cham%03,Batheay%0301,Trab%030111,Pou Ruessei%03011106 -Cambodia%00,Kampong Cham%03,Batheay%0301,Trab%030111,Trab%03011107 -Cambodia%00,Kampong Cham%03,Batheay%0301,Trab%030111,Chan Kong%03011108 -Cambodia%00,Kampong Cham%03,Batheay%0301,Trab%030111,Thkov%03011109 -Cambodia%00,Kampong Cham%03,Batheay%0301,Trab%030111,Thma Kaev%03011110 -Cambodia%00,Kampong Cham%03,Batheay%0301,Trab%030111,Routh%03011111 -Cambodia%00,Kampong Cham%03,Batheay%0301,Tumnob%030112,Tumnob Leu%03011201 -Cambodia%00,Kampong Cham%03,Batheay%0301,Tumnob%030112,Prayuk%03011202 -Cambodia%00,Kampong Cham%03,Batheay%0301,Tumnob%030112,Doun Paen%03011203 -Cambodia%00,Kampong Cham%03,Batheay%0301,Tumnob%030112,Rung%03011204 -Cambodia%00,Kampong Cham%03,Batheay%0301,Tumnob%030112,Prasam%03011205 -Cambodia%00,Kampong Cham%03,Batheay%0301,Tumnob%030112,Sroeng%03011206 -Cambodia%00,Kampong Cham%03,Batheay%0301,Tumnob%030112,Trapeang Snao%03011207 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Saray%03020101 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Doun Thi%03020102 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Thlok Kravan%03020103 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Veal Thnong%03020104 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Bos Khnor%03020105 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Chranaom%03020106 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Prasaeur%03020107 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Dab Meakkakra%03020108 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Sameakki%03020109 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Kasithan%03020110 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Bos Khnor%030201,Samsebpram%03020111 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Chamkar Andoung%03020201 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Souchey%03020202 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Svay Chuor%03020203 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Ou Kravan%03020204 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Doun Bos%03020205 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Choam Chrey%03020206 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Praeus Meas%03020207 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Phum Lekh Pi%03020208 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Phum11%03020209 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Phum Sam Bei%03020210 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Phum22%03020211 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Taprom%03020212 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Phum Lekh Muoy%03020213 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Sahak Kreas%03020214 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Sahak Kran%03020215 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Srongchan%03020216 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Roung Chakr%03020217 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Chamkar Andoung%030202,Kromhun%03020218 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Cheyyou%030203,Spueu Ka%03020301 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Cheyyou%030203,Cheyyou%03020302 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Cheyyou%030203,Ou Pes%03020303 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Cheyyou%030203,Trapeang Ruessei%03020304 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Cheyyou%030203,Trapeang Lpov%03020305 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Lvea Leu%030204,Kbal Hong Thmei%03020401 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Lvea Leu%030204,Kbal Hong Chas%03020402 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Lvea Leu%030204,Kralaeng Kaeut%03020403 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Lvea Leu%030204,Kralaeng Lech%03020404 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Lvea Leu%030204,Lvea Cheung%03020405 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Lvea Leu%030204,Lvea Tboung%03020406 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Lvea Leu%030204,Phum3%03020407 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Spueu%030205,Banteay Chey%03020501 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Spueu%030205,Popreng%03020502 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Spueu%030205,Ou Veay%03020503 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Spueu%030205,Peaeng Meas Cheung%03020504 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Spueu%030205,Peaeng Meas Tboung%03020505 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Spueu%030205,Spueu Lech%03020506 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Spueu%030205,Spueu Kaeut%03020507 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Spueu%030205,Veal%03020508 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Trapeang Beng%03020601 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Pramat Dei%03020602 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Veal Ri Lech%03020603 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Svay Teab%03020604 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Village77%03020605 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Thnal Baek Lech%03020606 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Tang Krang.2%03020607 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Mouha%03020608 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Bos Thlan%03020609 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Srae Preal%03020610 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Ouda%03020611 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Thnal Baek Kaeut%03020612 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Veal Ri Kaeut%03020613 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Svay Teab%030206,Proeks%03020614 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Ta Ong%03020701 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Sampoar%03020702 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Tuol Prak%03020703 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Tuol Meas%03020704 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Tuol Paen%03020705 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Chamraeun Phal%03020706 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Trapeang Chhuk%03020707 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Tuol Srov%03020708 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Phum Samseb%03020709 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Phum Sammuoy%03020710 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Phum Sampir%03020711 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Phum Sam Bei%03020712 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Ong%030207,Phum Sambuon%03020713 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Prok%030208,Srae Prang%03020801 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Prok%030208,Rumchek%03020802 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Prok%030208,Neang Laeung%03020803 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Prok%030208,Svay Teab%03020804 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Prok%030208,Ou Ta Saeng%03020805 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Prok%030208,Chhuk%03020806 -Cambodia%00,Kampong Cham%03,Chamkar Leu%0302,Ta Prok%030208,Phlak%03020807 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Khnaor Dambang%030301,Roveang%03030101 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Khnaor Dambang%030301,Khnaor Dambang%03030102 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Khnaor Dambang%030301,Veal%03030103 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Kouk Rovieng%030302,Kouk Rovieng%03030201 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Kouk Rovieng%030302,Totoul%03030202 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Kouk Rovieng%030302,Ba Krong%03030203 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Kouk Rovieng%030302,Chhuk%03030204 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Phdau Chum%030303,Phdau Chum Lech%03030301 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Phdau Chum%030303,Phdau Chum Kaeut%03030302 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Phdau Chum%030303,Chheu Teal%03030303 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Phdau Chum%030303,Cham Neang%03030304 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Prey Char%030304,Pnov Lech%03030401 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Prey Char%030304,Pnov Kaeut%03030402 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Prey Char%030304,Prey Char Leu%03030403 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Prey Char%030304,Siem Bay%03030404 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Prey Char%030304,Bati%03030405 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Prey Char%030304,Prey Char Knong%03030406 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Pring Chrum%030305,Pring Chrum%03030501 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Pring Chrum%030305,Trapeang Tuem%03030502 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Pring Chrum%030305,Trapeang Phav%03030503 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Pring Chrum%030305,Ta Ni%03030504 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Pring Chrum%030305,Kaoh Champa%03030505 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Chambak%03030601 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Trapeang Sla%03030602 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Trapeang Trom%03030603 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Ampil Tvear%03030604 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Kakaoh%03030605 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Bos Ta Mom%03030606 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Trapeang Chhuk%03030607 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Pou.2%03030608 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Bakham%03030609 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Sampong Chey%03030610 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Svay Meas%03030611 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Komar%03030612 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Doun Tao%03030613 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sampong Chey%030306,Sandaek%03030614 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sdaeung Chey%030307,Pongro%03030701 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sdaeung Chey%030307,Sdaeung Chey%03030702 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sdaeung Chey%030307,Pra Boeng%03030703 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sdaeung Chey%030307,Khnar%03030704 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sdaeung Chey%030307,Sangkae%03030705 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sdaeung Chey%030307,Kdoy%03030706 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sdaeung Chey%030307,Damnak Ampil%03030707 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sotip%030308,Pana%03030801 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sotip%030308,Skon%03030802 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sotip%030308,Thmei%03030803 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sotip%030308,Ta Saen%03030804 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sotip%030308,Ngang%03030805 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sotip%030308,Doun Dom%03030806 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sotip%030308,Boeng Chrouy%03030807 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sotip%030308,Sotip%03030808 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sramar%030309,Sram Lech%03030901 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sramar%030309,Sram Kaeut%03030902 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sramar%030309,Sram Cheung%03030903 -Cambodia%00,Kampong Cham%03,Cheung Prey%0303,Sramar%030309,Thmei%03030904 -Cambodia%00,Otdar Meanchey%22,Samraong%2204,Samraong%220404,Borei Rothbal%22040417 -Cambodia%00,Otdar Meanchey%22,Samraong%2204,Samraong%220404,Doun Keosenchey%22040418 -Cambodia%00,Otdar Meanchey%22,Samraong%2204,Ou Smach%220405,Ou Khla Khmum%22040508 -Cambodia%00,Otdar Meanchey%22,Trapeang Prasat%2205,Bak Anlung%220501,Trapeang Prei.4%22050106 -Cambodia%00,Otdar Meanchey%22,Trapeang Prasat%2205,Phav%220502,Knong Tuol Mean Chey%22050210 -Cambodia%00,Otdar Meanchey%22,Trapeang Prasat%2205,Phav%220502,Ta Mod Mean Chey%22050211 -Cambodia%00,Otdar Meanchey%22,Trapeang Prasat%2205,Preah Pralay%220504,Tram Paong Tboung%22050407 -Cambodia%00,Otdar Meanchey%22,Trapeang Prasat%2205,Trapeang Prasat%220506,Ou Romdeng%22050614 -Cambodia%00,Otdar Meanchey%22,Trapeang Prasat%2205,Trapeang Prasat%220506,Srae Krasang%22050615 -Cambodia%00,Otdar Meanchey%22,Trapeang Prasat%2205,Ou Svay%220503,Popel Sen Chey%22050308 \ No newline at end of file diff --git a/distro/configuration/ampathforms/TestResultsEntryFormv2.json b/distro/configuration/ampathforms/TestResultsEntryFormv2.json deleted file mode 100644 index f2e5bce2f..000000000 --- a/distro/configuration/ampathforms/TestResultsEntryFormv2.json +++ /dev/null @@ -1,2241 +0,0 @@ -{ - "name": "Test Results Entry Form", - "version": "2", - "published": true, - "retired": false, - "encounter": "Lab Results", - "pages": [ - { - "label": "Hematology", - "sections": [ - { - "label": "Complete Blood Count", - "isExpanded": "true", - "questions": [ - { - "label": "White Blood Cells (WBC) (10^3/uL)", - "type": "obs", - "required": false, - "id": "ManualInputWhiteBloodCells", - "questionOptions": { - "rendering": "number", - "concept": "678AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "678" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "391558003" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "53225-9" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "678" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "680" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "649" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "923338" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "676" - } - ], - "answers": [] - } - }, - { - "label": "Red Blood Cells (RBC) (10^6/uL)", - "type": "obs", - "required": false, - "id": "ManualEntryRedBloodCells", - "questionOptions": { - "rendering": "number", - "concept": "679AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "23859-2" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "679" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "681" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "923240" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "682" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "679" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "14089001" - } - ], - "answers": [] - } - }, - { - "label": "Platelets (10^3/mL)", - "type": "obs", - "required": false, - "id": "ManualEntryPlatelets", - "questionOptions": { - "rendering": "number", - "concept": "729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "687330" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "729" - }, - { - "relationship": "SAME-AS", - "type": "PIH", - "value": "729" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "6348" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "26515-7" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "61928009" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "651" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "729" - } - ], - "answers": [] - } - }, - { - "label": "Neutrophils (%)", - "type": "obs", - "required": false, - "id": "ManualEntryNeutrophilsMicroscopic", - "questionOptions": { - "rendering": "number", - "concept": "1336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "PIH", - "value": "3060" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "1060713" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "30630007" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1336" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1336" - } - ], - "answers": [] - } - }, - { - "label": "MCV (fL) - Mean Corpuscular Volume", - "type": "obs", - "required": false, - "id": "ManualEntryMCV", - "questionOptions": { - "rendering": "number", - "concept": "851AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "851" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "30929612" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "787-2" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "104133003" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "851" - } - ], - "answers": [] - } - }, - { - "label": "MCH (pg) - Mean Corpuscular Hemoglobin", - "type": "obs", - "required": false, - "id": "ManualEntryMCH", - "questionOptions": { - "rendering": "number", - "concept": "1018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "1074253" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1018" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1018" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "54706004" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "28539-5" - } - ], - "answers": [] - } - }, - { - "label": "MCHC (g/dL) - Mean Cell Hemoglobin Concentration", - "type": "obs", - "required": false, - "id": "ManualEntryMCHC", - "questionOptions": { - "rendering": "number", - "concept": "1017AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1017" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "28540-3" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "37254006" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1017" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "1068576" - } - ], - "answers": [] - } - }, - { - "label": "Lymphocytes (%) - microscopic exam", - "type": "obs", - "required": false, - "id": "ManualEntryLymphocytesMicroscopic", - "questionOptions": { - "rendering": "number", - "concept": "1338AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1338" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1338" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "1064629" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "271036002" - } - ], - "answers": [] - } - }, - { - "label": "Hematocrit (%)", - "type": "obs", - "required": false, - "id": "ManualEntryHematocrit", - "questionOptions": { - "rendering": "number", - "concept": "1015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1015" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1015" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "2464" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "365616005" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "935674" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "20570-8" - } - ], - "answers": [] - } - }, - { - "label": "Haemoglobin (g/dL)", - "type": "obs", - "required": false, - "id": "ManualEntryHaemoglobin", - "questionOptions": { - "rendering": "number", - "concept": "21AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "930136" - }, - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "38082009" - }, - { - "relationship": "SAME-AS", - "type": "PIH Malawi", - "value": "7982" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "21" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "21" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "301" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "441689006" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "648" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "718-7" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Combined % of monocytes, eosinophils and basophils (%)", - "type": "obs", - "required": false, - "id": "ManualEntryCombinedPercentageMonocytesEosinophilsBasophils", - "questionOptions": { - "rendering": "number", - "concept": "163426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163426" - }, - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "252305002" - } - ], - "answers": [] - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Chemistry", - "sections": [ - { - "label": "Chemistry Results", - "isExpanded": "true", - "questions": [ - { - "label": "Alkaline Phosphatase (U/L)", - "type": "obs", - "required": false, - "id": "ManualEntryAlkalinePhosphatase", - "questionOptions": { - "rendering": "number", - "concept": "785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "850" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "271234008" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "6768-6" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "785" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "686977" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "785" - }, - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "57056007" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Amylase (IU/L)", - "type": "obs", - "required": false, - "id": "ManualEntryAmylase", - "questionOptions": { - "rendering": "number", - "concept": "1299AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "601338" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "1798-8" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1299" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "31004384" - }, - { - "relationship": "SAME-AS", - "type": "PIH", - "value": "3054" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "64435009" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1299" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "BUN (mmol/L) - Blood Urea Nitrogen", - "type": "obs", - "required": false, - "id": "ManualEntryBUN", - "questionOptions": { - "rendering": "number", - "concept": "857AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "PIH", - "value": "2555" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "857" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "14937-7" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "72341003" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "857" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "923501" - } - ], - "answers": [] - } - }, - { - "label": "Fasting Blood Glucose (mg/dL)", - "type": "obs", - "required": false, - "id": "manualEntryFastingBloodGlucosemgdl", - "questionOptions": { - "rendering": "number", - "concept": "160912AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "1558-6" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "932395" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "160912" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "271062006" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Post-Prandial Blood Glucose (mg/dL)", - "type": "obs", - "required": false, - "id": "manualEntryPostPrandialBloodGlucosemgdl", - "questionOptions": { - "rendering": "number", - "concept": "160914AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "16915-1" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "160914" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "302788006" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Serum Albumin (g/dL)", - "type": "obs", - "required": false, - "id": "manualEntrySerumAlbumin", - "questionOptions": { - "rendering": "number", - "concept": "848AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "848" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "5103" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "1751-7" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "848" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "104485008" - } - ], - "answers": [] - } - }, - { - "label": "Serum Calcium (mg/dL)", - "type": "obs", - "required": false, - "id": "manualEntrySerumCalcium", - "questionOptions": { - "rendering": "number", - "concept": "159497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "PIH", - "value": "3056" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "2324" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "17861-6" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "601371" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "159497" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "271240001" - } - ], - "answers": [] - } - }, - { - "label": "Serum Potassium (mmol/L)", - "type": "obs", - "required": false, - "id": "manualEntrySerumPotassium", - "questionOptions": { - "rendering": "number", - "concept": "1133AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "271236005" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1133" - } - ], - "answers": [] - } - }, - { - "label": "Serum Sodium (mmol/L)", - "type": "obs", - "required": false, - "id": "manualEntrySerumSodium", - "questionOptions": { - "rendering": "number", - "concept": "1132AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "2951-2" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1132" - }, - { - "relationship": "SAME-AS", - "type": "PIH", - "value": "1132" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "5110" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1132" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "104934005" - } - ], - "answers": [] - } - }, - { - "label": "Serum Creatinine (umol/L)", - "type": "obs", - "required": false, - "id": "manualEntrySerumCreatinine", - "questionOptions": { - "rendering": "number", - "concept": "790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "113075003" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "14682-9" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "790" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "790" - } - ], - "answers": [] - } - }, - { - "label": "Total Protein (g/dL)", - "type": "obs", - "required": false, - "id": "manualEntryTotalProtein", - "questionOptions": { - "rendering": "number", - "concept": "717AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "717" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "717" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "270992008" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "34405511" - } - ], - "answers": [] - } - }, - { - "label": "Serum Glucose (mg/dl)", - "type": "obs", - "required": false, - "id": "manualEntrySerumGlucosemgdl", - "questionOptions": { - "rendering": "number", - "concept": "887AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "932390" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "602403" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "9" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "2345-7" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "887" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "887" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "22569008" - } - ], - "answers": [] - } - }, - { - "label": "Serum Glucose (mmol)", - "type": "obs", - "required": false, - "id": "manualEntrySerumGlucosemmol", - "questionOptions": { - "rendering": "number", - "concept": "1458AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "22569008" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1458" - } - ], - "answers": [] - } - }, - { - "label": "Total Bilirubin (umol/L)", - "type": "obs", - "required": false, - "id": "manualEntryTotalBilirubin", - "questionOptions": { - "rendering": "number", - "concept": "655AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "655" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "166610007" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "35327185" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "14631-6" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "655" - } - ], - "answers": [] - } - }, - { - "label": "Serum Glutamic-Oxaloacetic Transaminase (IU/L) aka SGPT, AST", - "type": "obs", - "required": false, - "id": "manualEntrySerumGlutamicOxaloaceticTransaminase", - "questionOptions": { - "rendering": "number", - "concept": "653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "653" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "48136-6" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "923373" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "653" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "250641004" - } - ], - "answers": [] - } - }, - { - "label": "Alkaline Phosphatase, ALP (U/L) ", - "type": "obs", - "required": false, - "id": "manualEntryAlkalinePhosphastase", - "questionOptions": { - "rendering": "number", - "concept": "785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "850" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "271234008" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "6768-6" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "785" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "686977" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "785" - }, - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "57056007" - } - ], - "answers": [] - } - }, - { - "label": "Serum Uric Acid (mg/dL)", - "type": "obs", - "required": false, - "id": "manualEntrySerumUricAcid", - "questionOptions": { - "rendering": "number", - "concept": "159825AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "275740009" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "159825" - }, - { - "relationship": "NARROWER-THAN", - "type": "AMPATH", - "value": "6134" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "687075" - }, - { - "relationship": "SAME-AS", - "type": "LOINC", - "value": "3084-1" - } - ], - "answers": [] - } - }, - { - "label": "Total Cholesterol (mmol/L)", - "type": "obs", - "required": false, - "id": "manualEntryTotalCholesterol", - "questionOptions": { - "rendering": "number", - "concept": "1006AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "14647-2" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "923300" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1006" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1006" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "121868005" - } - ], - "answers": [] - } - }, - { - "label": "Triglycerides (mmol/L)", - "type": "obs", - "required": false, - "id": "manualEntryTriglycerides", - "questionOptions": { - "rendering": "number", - "concept": "1009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "30953289" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1009" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "14927-8" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1009" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "14740000" - } - ], - "answers": [] - } - }, - { - "label": "Amylase (IU/L)", - "type": "obs", - "required": false, - "id": "manualEntryAmylase", - "questionOptions": { - "rendering": "number", - "concept": "1299AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "601338" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "1798-8" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1299" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "31004384" - }, - { - "relationship": "SAME-AS", - "type": "PIH", - "value": "3054" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "64435009" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1299" - } - ], - "answers": [] - } - }, - { - "label": "Serum Carbon Dioxide CO2 (mmol/L)", - "type": "obs", - "required": false, - "id": "manualEntrySerumCarbonDioxide", - "questionOptions": { - "rendering": "number", - "concept": "1135AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "923383" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "30933589" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "1963-8" - }, - { - "relationship": "SAME-AS", - "type": "PIH", - "value": "1626" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "271239003" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1135" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "1135" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "602824" - } - ], - "answers": [] - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Other", - "sections": [ - { - "label": "Urine", - "isExpanded": "true", - "questions": [ - { - "label": "Urine Culture and Sensitivity (C&S)", - "type": "obs", - "required": false, - "id": "manualEntryCultureandSensitivityUrine", - "questionOptions": { - "rendering": "text", - "concept": "161156AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "161156" - }, - { - "relationship": "SAME-AS", - "type": "LOINC", - "value": "630-4" - }, - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "273973005" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "930692" - }, - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "117010004" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Urine Pregnancy Test", - "type": "obs", - "required": false, - "id": "manualEntryUrinePregnancyTest", - "questionOptions": { - "rendering": "radio", - "concept": "45AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "167252002" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "45" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "5787" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "45" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "2106-3" - } - ], - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "1138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Indeterminate" - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - }, - { - "concept": "1304AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Poor sample quality" - } - ] - }, - "validators": [] - }, - { - "label": "Urine protein (dip stick)", - "type": "obs", - "required": false, - "id": "manualEntryUrineProteinDipStick", - "questionOptions": { - "rendering": "radio", - "concept": "1875AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "1875" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "271346009" - }, - { - "relationship": "SAME-AS", - "type": "PIH Malawi", - "value": "6447" - }, - { - "relationship": "SAME-AS", - "type": "LOINC", - "value": "50949-7" - } - ], - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "1874AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Trace" - }, - { - "concept": "1362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "One plus" - }, - { - "concept": "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Two plus" - }, - { - "concept": "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Three plus" - }, - { - "concept": "1365AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Four plus" - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - } - ] - }, - "validators": [] - }, - { - "label": "Urine Bacteriuria Test", - "type": "obs", - "required": false, - "id": "manualEntryUrineBacteriuriaTest", - "questionOptions": { - "rendering": "radio", - "concept": "160735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "160735" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "167316004" - } - ], - "answers": [ - { - "concept": "1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not done" - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "1138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Indeterminate" - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown" - } - ] - }, - "validators": [] - }, - { - "label": "Erythrocytes presence in urine sediment by light microscopy test", - "type": "obs", - "required": false, - "id": "manualEntryErythrocytesPresenceInUrineSedimentByLightMicroscopyTest", - "questionOptions": { - "rendering": "radio", - "concept": "163683AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163683" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "32776-7" - } - ], - "answers": [ - { - "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "None" - }, - { - "concept": "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Moderate" - }, - { - "concept": "1408AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "High" - } - ] - }, - "validators": [] - }, - { - "label": "Leukocytes presence in urine sediment by light microscopy", - "type": "obs", - "required": false, - "id": "manualEntryLeukocytesPresenceInUrineSedimentByLightMicroscopy", - "questionOptions": { - "rendering": "radio", - "concept": "163684AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "PIH", - "value": "14236" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163684" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "20455-2" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "252385000" - } - ], - "answers": [ - { - "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "None" - }, - { - "concept": "1160AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Few" - }, - { - "concept": "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Moderate" - }, - { - "concept": "1408AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "High" - } - ] - }, - "validators": [] - }, - { - "label": "Epithelial casts presence in urine sediment by light microscopy test", - "type": "obs", - "required": false, - "id": "manualEntryEpithelialCastsPresenceInUrineSedimentByLightMicroscopyTest", - "questionOptions": { - "rendering": "radio", - "concept": "163692AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "25157-9" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "102838008" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163692" - } - ], - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "159416AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Rarely" - }, - { - "concept": "1362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "One plus" - }, - { - "concept": "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Two plus" - }, - { - "concept": "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Three plus" - } - ] - }, - "validators": [] - }, - { - "label": "Yeast presence in urine sediment by light microscopy", - "type": "obs", - "required": false, - "id": "manualEntryYeastPresenceInUrineSedimentByLightMicroscopy", - "questionOptions": { - "rendering": "radio", - "concept": "163686AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163686" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "32356-8" - } - ], - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "159416AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Rarely" - }, - { - "concept": "1362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "One plus" - }, - { - "concept": "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Two plus" - }, - { - "concept": "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Three plus" - } - ] - }, - "validators": [] - }, - { - "label": "Yeast hyphae presence in urine sediment by light microscopy test", - "type": "obs", - "required": false, - "id": "manualEntryYeastHyphaePresenceInUrineSedimentByLightMicroscopyTest", - "questionOptions": { - "rendering": "radio", - "concept": "163687AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163687" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "41865-7" - } - ], - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "159416AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Rarely" - }, - { - "concept": "1362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "One plus" - }, - { - "concept": "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Two plus" - }, - { - "concept": "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Three plus" - } - ] - }, - "validators": [] - }, - { - "label": "Spore presence in urine test", - "type": "obs", - "required": false, - "id": "manualEntrySporePresenceInUrineTest", - "questionOptions": { - "rendering": "radio", - "concept": "163688AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163688" - } - ], - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "159416AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Rarely" - }, - { - "concept": "1362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "One plus" - }, - { - "concept": "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Two plus" - }, - { - "concept": "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Three plus" - } - ] - }, - "validators": [] - }, - { - "label": "Trichomonas vaginalis presence in urine sediment by light microscopy", - "type": "obs", - "required": false, - "id": "manualEntryTrichomonasVaginalisPresenceInUrineSedimentByLightMicroscopy", - "questionOptions": { - "rendering": "radio", - "concept": "163689AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163689" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "5813-1" - } - ], - "answers": [ - { - "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "None" - }, - { - "concept": "1160AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Few" - }, - { - "concept": "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Moderate" - }, - { - "concept": "1408AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "High" - } - ] - }, - "validators": [] - }, - { - "label": "Crystals type in urine sediment by light microscopy test", - "type": "obs", - "required": false, - "id": "manualEntryCrystalsTypeInUrineSedimentByLightMicroscopyTest", - "questionOptions": { - "rendering": "radio", - "concept": "163695AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163695" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "365688004" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "5782-8" - } - ], - "answers": [ - { - "concept": "1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "None" - }, - { - "concept": "1160AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Few" - }, - { - "concept": "1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Moderate" - }, - { - "concept": "1408AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "High" - }, - { - "concept": "163642AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Ammonium urate crystals in urine" - }, - { - "concept": "722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Amorphous phosphate crystals" - }, - { - "concept": "163643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Amorphous urate crystals in urine" - }, - { - "concept": "725AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Calcium oxalate crystals" - }, - { - "concept": "72695AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Calcium phosphate" - }, - { - "concept": "72703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Calcium sulfate" - }, - { - "concept": "74167AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Cystine" - }, - { - "concept": "79241AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Magnesium phosphate" - }, - { - "concept": "163644AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Triple phosphate crystals" - }, - { - "concept": "123505AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Uric Acid Crystalluria" - }, - { - "concept": "123501AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Urinary Cast, Hyaline" - } - ] - }, - "validators": [] - } - ] - }, - { - "label": "Stool", - "isExpanded": "true", - "questions": [ - { - "label": "Stool culture (bacterial)", - "type": "obs", - "required": false, - "id": "manualEntryStoolCultureBacterial", - "questionOptions": { - "rendering": "text", - "concept": "163603AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "625-4" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "163603" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "117028002" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Stool Exam", - "type": "obs", - "required": false, - "id": "manualEntryStoolExam", - "questionOptions": { - "rendering": "select", - "concept": "304AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "1069834" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "304" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "53" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "252393000" - }, - { - "relationship": "BROADER-THAN", - "type": "LOINC", - "value": "10704-5" - }, - { - "relationship": "SAME-AS", - "type": "AMPATH", - "value": "304" - } - ], - "answers": [ - { - "concept": "148882AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Ancylostomiasis due to Ancylostoma Duodenale" - }, - { - "concept": "120759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Cestode Infection" - }, - { - "concept": "137504AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Infection by Ascaris Lumbricoides" - }, - { - "concept": "137329AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Infection due to Entamoeba Histolytica" - }, - { - "concept": "127133AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Schistosoma Mansonii Infection" - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other" - } - ] - } - }, - { - "label": "Stool microscopy with concentration", - "type": "obs", - "required": false, - "id": "manualEntryStoolMicroscopyWithConcentration", - "questionOptions": { - "rendering": "text", - "concept": "161447AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "161447" - }, - { - "relationship": "SAME-AS", - "type": "LOINC", - "value": "10701-1" - }, - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "252393000" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Kinyoun's stain for coccidians", - "type": "obs", - "required": false, - "id": "manualEntryKinyounsStainForCoccidians", - "questionOptions": { - "rendering": "text", - "concept": "161448AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "36878004" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "161448" - }, - { - "relationship": "SAME-AS", - "type": "LOINC", - "value": "654-4" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Stool fat test, semi-quantitative", - "type": "obs", - "required": false, - "id": "manualEntryStoolFatTestSemiQuantitative", - "questionOptions": { - "rendering": "radio", - "concept": "161450AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "161450" - }, - { - "relationship": "NARROWER-THAN", - "type": "SNOMED CT", - "value": "2693007" - }, - { - "relationship": "SAME-AS", - "type": "LOINC", - "value": "16853-4" - } - ], - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "1874AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Trace" - }, - { - "concept": "1362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "One plus" - }, - { - "concept": "1363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Two plus" - }, - { - "concept": "1364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Three plus" - }, - { - "concept": "1365AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Four plus" - } - ] - }, - "validators": [] - }, - { - "label": "Stool test for reducing substance", - "type": "obs", - "required": false, - "id": "manualEntryStoolTestforReducingSubstance", - "questionOptions": { - "rendering": "radio", - "concept": "161449AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "LOINC", - "value": "32211-5" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "161449" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "313708008" - } - ], - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - } - ] - }, - "validators": [] - }, - { - "label": "Fecal Occult Blood Test", - "type": "obs", - "required": false, - "id": "manualEntryFecalOccultBloodTest", - "questionOptions": { - "rendering": "radio", - "concept": "159362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "159362" - }, - { - "relationship": "SAME-AS", - "type": "LOINC", - "value": "2335-8" - }, - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "104435004" - }, - { - "relationship": "SAME-AS", - "type": "IMO ProcedureIT", - "value": "27830692" - } - ], - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "1138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Indeterminate" - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - } - ] - }, - "validators": [] - } - ] - } - ] - } - ], - "processor": "EncounterFormProcessor", - "encounterType": "", - "referencedForms": [], - "uuid": "" -} 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 deleted file mode 100644 index 1c51c3784..000000000 --- a/distro/configuration/ampathforms/ampath_poc_adult_return_visit_form_v1.6_core-demo.json +++ /dev/null @@ -1,7825 +0,0 @@ -{ - "name": "ampath_poc_adult_return_visit_form_v1.6", - "uuid": "xxxx", - "description": "Ampath POC adult return visit form", - "version": "1", - "published": true, - "retired": false, - "encounter": "Adult Visit", - "processor": "EncounterFormProcessor", - "pages": [ - { - "label": "Encounter Details", - "sections": [ - { - "label": "Encounter Details", - "isExpanded": "true", - "questions": [ - { - "label": "Visit date:", - "type": "encounterDatetime", - "required": "true", - "default": "", - "id": "encDate", - "questionOptions": { - "rendering": "date" - }, - "validators": [ - { - "type": "date" - } - ] - }, - { - "type": "encounterProvider", - "label": "Provider:", - "id": "provider", - "required": "true", - "default": "", - "questionOptions": { - "rendering": "ui-select-extended" - } - }, - { - "type": "encounterLocation", - "label": "Facility name (site/satellite clinic required):", - "id": "location", - "required": "true", - "questionOptions": { - "rendering": "ui-select-extended" - } - } - ] - } - ] - }, - { - "label": "Pre-Clinic Review", - "sections": [ - { - "label": "Pre-clinic Review", - "isExpanded": "true", - "questions": [ - { - "label": "Was this visit scheduled?", - "id": "scheduledVisit", - "questionOptions": { - "rendering": "select", - "concept": "a89ff9a6-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89b6440-1350-11df-a1f1-0026b9348838", - "label": "Scheduled visit" - }, - { - "concept": "a89ff816-1350-11df-a1f1-0026b9348838", - "label": "Unscheduled visit early" - }, - { - "concept": "a89ff8de-1350-11df-a1f1-0026b9348838", - "label": "Unscheduled visit late" - } - ] - }, - "type": "obs", - "validators": [] - }, - { - "label": "If unscheduled, actual scheduled date", - "id": "actualDate", - "type": "obs", - "required": { - "type": "conditionalRequired", - "message": "Patient visit marked as unscheduled. Please provide the scheduled date.", - "referenceQuestionId": "scheduledVisit", - "referenceQuestionAnswers": [ - "a89ff816-1350-11df-a1f1-0026b9348838", - "a89ff8de-1350-11df-a1f1-0026b9348838" - ] - }, - "questionOptions": { - "rendering": "date", - "concept": "dc1942b2-5e50-4adc-949d-ad6c905f054e" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "true" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(scheduledVisit) && arrayContains(['a89ff816-1350-11df-a1f1-0026b9348838','a89ff8de-1350-11df-a1f1-0026b9348838'], scheduledVisit) && isEmpty(myValue)", - "message": "Patient visit marked as unscheduled. Please provide the scheduled date." - } - ], - "hide": { - "hideWhenExpression": "!arrayContains(['a89ff816-1350-11df-a1f1-0026b9348838','a89ff8de-1350-11df-a1f1-0026b9348838'], scheduledVisit)" - } - }, - { - "label": "Patient covered by NHIF:", - "id": "nhif", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('0b49e3e6-55df-4096-93ca-59edadb74b3f')) ? undefined : HD.getObject('prevEnc').getValue('0b49e3e6-55df-4096-93ca-59edadb74b3f')", - "questionOptions": { - "rendering": "select", - "concept": "0b49e3e6-55df-4096-93ca-59edadb74b3f", - "answers": [ - { - "concept": "8b715fed-97f6-4e38-8f6a-c167a42f8923", - "label": "Yes" - }, - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ] - }, - "type": "obs", - "validators": [] - }, - { - "label": "What is the patient's NHIF status?", - "id": "nhifStatus", - "questionInfo": "Indicate if the patient has been remitting monthly contributions towards the NHIF medical cover.", - "questionOptions": { - "rendering": "select", - "concept": "548e6743-67c0-4a6b-bb07-b5f799f63bc1", - "answers": [ - { - "concept": "b058a9ad-a0e4-4b37-9214-75b8aed1eaa4", - "label": "Active" - }, - { - "concept": "dd373348-1a7f-4625-9e69-9904fa1cc9c7", - "label": "Inactive" - } - ] - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "nhif !== '8b715fed-97f6-4e38-8f6a-c167a42f8923'" - } - }, - { - "label": "What other insurance do you have?", - "id": "healthInsurance", - "questionInfo": "Indicate if the patient has another medical cover.", - "questionOptions": { - "rendering": "select", - "concept": "a8b02524-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "0bfb0150-949b-4625-98b8-b9d8275bcf44", - "label": "Employer based health insurance" - }, - { - "concept": "6fac74c3-fe25-4170-92a4-3ecb8859152e", - "label": "Individual private health insurance" - }, - { - "concept": "cb0b7a67-961b-485d-8dde-4fa65cec476b", - "label": "Linda mama services" - }, - { - "concept": "21eb8488-76ae-47ce-a542-bb3038ab05de", - "label": "Zuri health insurance" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ] - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "nhif !== 'a899e0ac-1350-11df-a1f1-0026b9348838'" - } - } - ] - } - ] - }, - { - "label": "Clinical History", - "sections": [ - { - "label": "Social History", - "isExpanded": "true", - "questions": [ - { - "label": "Civil status:", - "type": "obs", - "historicalExpression": "HD.getObject('prevEnc').getValue('a899a9f2-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "rendering": "select", - "concept": "a899a9f2-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899af10-1350-11df-a1f1-0026b9348838", - "label": "Cohabitating" - }, - { - "concept": "a899ad58-1350-11df-a1f1-0026b9348838", - "label": "Divorced" - }, - { - "concept": "a8aa76b0-1350-11df-a1f1-0026b9348838", - "label": "Married monogamous" - }, - { - "concept": "a8b03712-1350-11df-a1f1-0026b9348838", - "label": "Married polygamous" - }, - { - "concept": "a899aba0-1350-11df-a1f1-0026b9348838", - "label": "Separated" - }, - { - "concept": "a899ac7c-1350-11df-a1f1-0026b9348838", - "label": "Single" - }, - { - "concept": "a899ae34-1350-11df-a1f1-0026b9348838", - "label": "Widowed" - } - ] - }, - "validators": [], - "id": "__tIyDExMF8" - }, - { - "label": "Discordant couple:", - "required": "true", - "questionOptions": { - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - }, - { - "concept": "a899b50a-1350-11df-a1f1-0026b9348838", - "label": "Unknown" - }, - { - "concept": "a89ad3a4-1350-11df-a1f1-0026b9348838", - "label": "N/A" - } - ], - "concept": "a8af49d8-1350-11df-a1f1-0026b9348838", - "rendering": "select" - }, - "type": "obs", - "validators": [], - "id": "__pGHroxI1q" - } - ] - }, - { - "label": "Partner Notification Service", - "questions": [ - { - "type": "obsGroup", - "label": "Partner notification", - "id": "pns", - "questionOptions": { - "concept": "8767734c-0f98-4084-b960-6453f8679600", - "rendering": "group" - }, - "questions": [ - { - "label": "Sexual partner tested?", - "id": "sexPartnerTested", - "questionOptions": { - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "concept": "a8a4636a-1350-11df-a1f1-0026b9348838", - "rendering": "select" - }, - "type": "obs", - "validators": [] - }, - { - "label": "Do you have a new sexual partner?", - "id": "newSexPartner", - "questionOptions": { - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "concept": "79f74b25-3f97-4367-a57d-7571bba1d7b4", - "rendering": "select" - }, - "type": "obs", - "validators": [] - }, - { - "label": "Name of new sexual partner:", - "id": "nameSexPartner", - "questionOptions": { - "answers": [], - "concept": "dcb0f31c-d070-4f03-8e6e-5d07367e1500", - "rendering": "text" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "newSexPartner !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - } - ] - } - ] - }, - { - "label": "Prevention With Positives", - "isExpanded": "true", - "questions": [ - { - "label": "Prevention with positives: At risk population:", - "required": "true", - "historicalExpression": "HD.getObject('prevEnc').getValue('93aa3f1d-1c39-4196-b5e6-8adc916cd5d6')", - "questionOptions": { - "rendering": "select", - "concept": "93aa3f1d-1c39-4196-b5e6-8adc916cd5d6", - "answers": [ - { - "concept": "5da55301-e28e-4fdf-8b64-02622dedc8b0", - "label": "Client of sex worker" - }, - { - "concept": "a89ff438-1350-11df-a1f1-0026b9348838", - "label": "Commercial sex worker" - }, - { - "concept": "a8af49d8-1350-11df-a1f1-0026b9348838", - "label": "Discordant couple" - }, - { - "concept": "a890d57a-1350-11df-a1f1-0026b9348838", - "label": "IV drug use" - }, - { - "concept": "e19c35f0-12f0-46c2-94ea-97050f37b811", - "label": "MSM" - }, - { - "concept": "a89ad3a4-1350-11df-a1f1-0026b9348838", - "label": "N/A" - } - ] - }, - "type": "obs", - "validators": [], - "id": "__DowJKJzpn" - }, - { - "label": "Prevention with positives: PWP services:", - "id": "pwpServices", - "required": "true", - "historicalExpression": "HD.getObject('prevEnc').getValue('9ce5dbf0-a141-4ad8-8c9d-cd2bf84fe72b')", - "questionOptions": { - "rendering": "select", - "concept": "9ce5dbf0-a141-4ad8-8c9d-cd2bf84fe72b", - "answers": [ - { - "concept": "f0a280e8-eb88-41a8-837a-f9949ed1b9cd", - "label": "Condom promotion/provision" - }, - { - "concept": "bf51f71e-937c-4da5-ae07-654acf59f5bb", - "label": "Couple counseling" - }, - { - "concept": "91f43249-73c7-427c-8300-2038fc0d6be8", - "label": "Needle exchange" - }, - { - "concept": "05656545-86be-4605-9527-34fb580534b1", - "label": "Targeted risk reduction" - }, - { - "concept": "a89ad3a4-1350-11df-a1f1-0026b9348838", - "label": "N/A" - } - ] - }, - "type": "obs", - "validators": [] - } - ] - }, - { - "label": "Hospitalization History", - "questions": [ - { - "type": "obsGroup", - "label": "Recent hospitalizations", - "questionOptions": { - "rendering": "group", - "concept": "a8a003a6-1350-11df-a1f1-0026b9348838" - }, - "questions": [ - { - "label": "Was the patient hospitalized since last visit?", - "id": "wasHospitalized", - "questionOptions": { - "concept": "a898c56e-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [] - } - ], - "id": "__pMyG6onqJ" - }, - { - "type": "obsGroup", - "label": "If yes reason for hospitalization:", - "questionOptions": { - "concept": "a8a003a6-1350-11df-a1f1-0026b9348838", - "rendering": "repeating" - }, - "questions": [ - { - "label": "Reason for hospitalization:", - "id": "hospReason", - "questionOptions": { - "concept": "a8a07a48-1350-11df-a1f1-0026b9348838", - "rendering": "problem" - }, - "type": "obs", - "validators": [ - { - "type": "conditionalAnswered", - "message": "Providing diagnosis but didn't answer that patient was hospitalized in question", - "referenceQuestionId": "wasHospitalized", - "referenceQuestionAnswers": [ - "a899b35c-1350-11df-a1f1-0026b9348838" - ] - }, - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(wasHospitalized) && wasHospitalized === 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Patient previously marked as hospitalized. Please provide hospitalization reason." - } - ], - "hide": { - "hideWhenExpression": "wasHospitalized !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - } - ], - "id": "__wtyHFntq0" - } - ] - }, - { - "label": "Reproductive History", - "isExpanded": "true", - "questions": [ - { - "label": "How many pregnancies have you had?", - "type": "obs", - "id": "noPregnancy", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a8aaf59a-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('a8aaf59a-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a8aaf59a-1350-11df-a1f1-0026b9348838", - "rendering": "number", - "max": "50", - "min": "0" - }, - "hide": { - "hideWhenExpression": "sex !== 'F'" - } - }, - { - "label": "How many pregnancies have you delivered (more than 24 weeks)?", - "type": "obs", - "id": "noDelivery", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a899a920-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('a899a920-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a899a920-1350-11df-a1f1-0026b9348838", - "rendering": "number", - "min": "0" - }, - "hide": { - "hideWhenExpression": "sex !== 'F'" - } - }, - { - "label": "Reproductive age status:", - "id": "menStatus", - "required": "true", - "questionOptions": { - "concept": "a8a185d2-1350-11df-a1f1-0026b9348838", - "rendering": "select", - "answers": [ - { - "label": "Menstruating", - "concept": "a8ad2b4e-1350-11df-a1f1-0026b9348838" - }, - { - "label": "Postmenopausal", - "concept": "5cc1c1a7-dfcc-47dc-ad73-c386c188fad8" - }, - { - "label": "Amenorrhea", - "concept": "a8a18514-1350-11df-a1f1-0026b9348838" - } - ] - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "sex !== 'F'" - } - }, - { - "label": "LMP:", - "id": "lmpDate1", - "questionOptions": { - "concept": "a89ff758-1350-11df-a1f1-0026b9348838", - "rendering": "date" - }, - "type": "obs", - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(pattype1) && pattype1 === '375e6d4a-ba94-41ac-8ac3-5a56015c4d92'", - "message": "Patient is antenatal. Please provide LMP." - }, - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(menStatus) && menStatus === 'a8ad2b4e-1350-11df-a1f1-0026b9348838'", - "message": "Patient is menstruating. Please provide LMP." - } - ], - "hide": { - "hideWhenExpression": " sex !== 'F' || menStatus !== 'a8ad2b4e-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Is the patient pregnant?", - "id": "pregnant", - "questionOptions": { - "concept": "6b4f1d00-0a27-41dd-a299-fb7dc730819c", - "rendering": "select", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ] - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && moment(encDate).diff(moment(lmpDate1), 'days') >= 35", - "message": "Last LMP is greater than 35 days. Please indicate patient's pregnancy status." - } - ], - "hide": { - "hideWhenExpression": "sex !== 'F' || menStatus === '5cc1c1a7-dfcc-47dc-ad73-c386c188fad8' || visitTypeUuid === 'b1a978ca-9315-4ba2-ac2b-84efb9a68c5c'" - } - }, - { - "label": "EDD:", - "id": "delDate", - "required": "true", - "questionOptions": { - "concept": "a8aaddbc-1350-11df-a1f1-0026b9348838", - "rendering": "date", - "calculate": { - "calculateExpression": "moment(lmpDate1).isValid() ? moment(lmpDate1).add(280, 'days').toDate():''" - } - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "(new moment(lmpDate1)).isAfter((new moment(myValue)), 'day') || (new moment(lmpDate1)).isSame((new moment(myValue)), 'day')", - "message": "EDD should be greater than the encounter date." - }, - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(pregnant) && pregnant === 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Patient is pregnant. Please provide EDD." - } - ], - "hide": { - "hideWhenExpression": "pregnant !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Reason patient not pregnant?", - "id": "reasonNotPreg", - "questionOptions": { - "concept": "f701166d-9820-420d-b0bc-c98ad4747dec", - "rendering": "select", - "answers": [ - { - "concept": "5bafcbc0-e499-4741-85e3-52e93f68f08c", - "label": "Pregnancy not suspected" - }, - { - "concept": "6cb93e09-cd9a-4333-994a-9cd65dfa8c12", - "label": "Pregnancy test is negative" - }, - { - "concept": "c662737e-d529-4b49-9ad3-2d72eeb56b45", - "label": "Using hormonal contraceptive" - }, - { - "concept": "3bca6c9c-333c-433e-ac07-7e44e0501b49", - "label": "postpartum < 6 weeks" - } - ] - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(pregnant) && pregnant === 'a899b42e-1350-11df-a1f1-0026b9348838'", - "message": "Patient is not pregnant. Please provide reasons." - } - ], - "hide": { - "hideWhenExpression": "pregnant !== 'a899b42e-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Actual date of delivery:", - "id": "actualDelDate", - "questionOptions": { - "concept": "a8aae050-1350-11df-a1f1-0026b9348838", - "rendering": "date" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "!arrayContains (['0b1b6194-d2d5-4e4b-9f7c-c3b778ccc354','53954785-4d53-4012-8f30-1c37fa870906','0d4512f1-47b5-44e6-8035-feec9be25b4b','161f3383-65d8-4c19-9554-52ee5c3d43ff'],visitTypeUuid )" - } - }, - { - "label": "Gestation in weeks:", - "id": "gestationWeeks", - "questionOptions": { - "concept": "0670d3d9-950c-4836-b147-0dc8e6b013aa", - "rendering": "number" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "pregnant !== 'a899b35c-1350-11df-a1f1-0026b9348838' || !arrayContains(['02e3ce61-fa24-445e-a1f0-6e3299142966','53b856ad-21ef-4745-9acd-81aca01bba31','55c74fa8-c810-4b37-a918-14a851bba6f3','44032888-08e1-4900-b9dd-7d236d79276c'],visitTypeUuid)" - } - }, - { - "label": "Pregnancy outcome:", - "id": "pregOutcome", - "questionOptions": { - "concept": "a8aff7e8-1350-11df-a1f1-0026b9348838", - "rendering": "select", - "answers": [ - { - "concept": "a890a1b8-1350-11df-a1f1-0026b9348838", - "label": "Abortion/Miscarriage/Terminated" - }, - { - "concept": "e8074110-b989-45e3-b89c-d6092d1a2fd7", - "label": "Live birth (Preterm)" - }, - { - "concept": "bdde6796-fc68-4a84-b569-56cbeb7e5101", - "label": "Live birth (Term)" - } - ] - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "!arrayContains (['0b1b6194-d2d5-4e4b-9f7c-c3b778ccc354','53954785-4d53-4012-8f30-1c37fa870906','0d4512f1-47b5-44e6-8035-feec9be25b4b','161f3383-65d8-4c19-9554-52ee5c3d43ff'],visitTypeUuid)" - } - } - ] - }, - { - "label": "Family Planning Profile", - "isExpanded": "true", - "questions": [ - { - "label": "Is the client using condoms?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a8a00090-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('a8a00090-1350-11df-a1f1-0026b9348838')", - "id": "condomUse", - "questionOptions": { - "concept": "a8a00090-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "arrayContains(['02e3ce61-fa24-445e-a1f0-6e3299142966','53b856ad-21ef-4745-9acd-81aca01bba31','55c74fa8-c810-4b37-a918-14a851bba6f3','44032888-08e1-4900-b9dd-7d236d79276c'], visitTypeUuid)" - } - }, - { - "type": "obsGroup", - "label": "Family planning, detailed", - "questionOptions": { - "concept": "767e8060-5272-4927-ab78-97534a4499ef", - "rendering": "group" - }, - "questions": [ - { - "label": "Select modern contraception method:", - "required": "true", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('767e8060-5272-4927-ab78-97534a4499ef.a894b1cc-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('767e8060-5272-4927-ab78-97534a4499ef.a894b1cc-1350-11df-a1f1-0026b9348838')", - "id": "fpMethod", - "questionOptions": { - "concept": "a894b1cc-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "a8a713f8-1350-11df-a1f1-0026b9348838", - "label": "Bilateral tubal ligation" - }, - { - "concept": "a123d949-31f3-4abf-98e3-8504e17ebc00", - "label": "3-year implant" - }, - { - "concept": "feb48308-a56f-4754-8e8f-8c1698e570cb", - "label": "5-year implant" - }, - { - "concept": "f8c66a32-3660-4233-ae51-d3a4a1eac44e", - "label": "IUCD copper" - }, - { - "concept": "236dba53-1062-46b4-8067-ec8711897dbf", - "label": "IUCD hormonal" - }, - { - "concept": "a8988b44-1350-11df-a1f1-0026b9348838", - "label": "Injectables (Depo)" - }, - { - "concept": "a8aff1b2-1350-11df-a1f1-0026b9348838", - "label": "Combined hormone oral contraceptive pills" - }, - { - "concept": "a8afeb54-1350-11df-a1f1-0026b9348838", - "label": "Projestin only pills" - }, - { - "concept": "eaa5796d-0b1c-478b-8c9d-d23cf4c3bddc", - "label": "Vasectomy" - }, - { - "concept": "4a740e33-fee5-4a2b-b679-1904722e3d9e", - "label": "Lactational amenohhrea method" - }, - { - "concept": "a8a71588-1350-11df-a1f1-0026b9348838", - "label": "Diaphram/Cervical cap" - }, - { - "concept": "b75702a6-908d-491b-9399-6495712c81cc", - "label": "Emergency contraceptive pills" - }, - { - "concept": "a8aff284-1350-11df-a1f1-0026b9348838", - "label": "Periodic abstinence" - }, - { - "concept": "856a7f0d-8359-4316-97c1-2d37813414f0", - "label": "Undecided" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "sex !== 'F' || menStatus === '5cc1c1a7-dfcc-47dc-ad73-c386c188fad8' || arrayContains(['02e3ce61-fa24-445e-a1f0-6e3299142966','53b856ad-21ef-4745-9acd-81aca01bba31','55c74fa8-c810-4b37-a918-14a851bba6f3','44032888-08e1-4900-b9dd-7d236d79276c'], visitTypeUuid)" - } - }, - { - "type": "obs", - "label": "Approximate start date (If FP is 3-year implant/5-year implant/Injectables/Vasectomy/IUCD Copper/IUCD Hormonal/Bilateral tubal ligation)", - "id": "appStartDate", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('767e8060-5272-4927-ab78-97534a4499ef.a89ae092-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('767e8060-5272-4927-ab78-97534a4499ef.a89ae092-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a89ae092-1350-11df-a1f1-0026b9348838", - "rendering": "date" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "(new moment(encDate)).isBefore((new moment(myValue)), 'day') || (new moment(encDate)).isSame((new moment(myValue)), 'day')", - "message": "Start date should be before the encounter date." - }, - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !(isEmpty(fpMethod) || !arrayContainsAny(fpMethod,['a123d949-31f3-4abf-98e3-8504e17ebc00','feb48308-a56f-4754-8e8f-8c1698e570cb','eaa5796d-0b1c-478b-8c9d-d23cf4c3bddc','a8988b44-1350-11df-a1f1-0026b9348838','a8a713f8-1350-11df-a1f1-0026b9348838','f8c66a32-3660-4233-ae51-d3a4a1eac44e','236dba53-1062-46b4-8067-ec8711897dbf']))", - "message": "Start date is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(fpMethod) || arrayContains(['a899e0ac-1350-11df-a1f1-0026b9348838','a897dbd6-1350-11df-a1f1-0026b9348838', '4a740e33-fee5-4a2b-b679-1904722e3d9e','a8a71588-1350-11df-a1f1-0026b9348838','b75702a6-908d-491b-9399-6495712c81cc','a8aff284-1350-11df-a1f1-0026b9348838','856a7f0d-8359-4316-97c1-2d37813414f0'],fpMethod) && visitTypeUuid !== 'b1a978ca-9315-4ba2-ac2b-84efb9a68c5c'" - } - } - ], - "id": "__zLIprEtrH" - } - ] - }, - { - "label": "Cancer Screening", - "isExpanded": "true", - "questions": [ - { - "label": "Cervical cancer screening done:", - "required": "true", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('3086a740-face-4fcd-825b-1e627a66c93a')) ? undefined : HD.getObject('prevEnc').getValue('3086a740-face-4fcd-825b-1e627a66c93a')", - "id": "cervCanScreen", - "questionOptions": { - "concept": "3086a740-face-4fcd-825b-1e627a66c93a", - "rendering": "select", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - }, - { - "concept": "a89ad3a4-1350-11df-a1f1-0026b9348838", - "label": "N/A" - } - ] - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "sex !== 'F'" - } - }, - { - "label": "Cervical cancer screening test result:", - "type": "obs", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('6bad2971-c776-4f0e-ae15-a3fc0cbd7d0f')) ? undefined : HD.getObject('prevEnc').getValue('6bad2971-c776-4f0e-ae15-a3fc0cbd7d0f')", - "id": "caTestResult", - "questionOptions": { - "concept": "6bad2971-c776-4f0e-ae15-a3fc0cbd7d0f", - "rendering": "select", - "answers": [ - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive" - }, - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - } - ] - }, - "validators": [], - "hide": { - "hideWhenExpression": "sex !== 'F' ||cervCanScreen !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Cervical cancer result date:", - "type": "obs", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('958b9055-88be-4bf1-9a2c-f209424a03ac')) ? undefined : HD.getObject('prevEnc').getValue('958b9055-88be-4bf1-9a2c-f209424a03ac')", - "default": "", - "id": "cercanDate", - "questionOptions": { - "rendering": "date", - "concept": "958b9055-88be-4bf1-9a2c-f209424a03ac" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(caTestResult) && caTestResult !== 'a89ad3a4-1350-11df-a1f1-0026b9348838' ", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(caTestResult)" - } - }, - { - "label": "If cervical cancer is positive, is patient on treatment?", - "id": "caTreatment", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('3e4943b5-8499-43fb-b254-e1bb1dacfdb7')) ? undefined : HD.getObject('prevEnc').getValue('3e4943b5-8499-43fb-b254-e1bb1dacfdb7')", - "questionOptions": { - "concept": "3e4943b5-8499-43fb-b254-e1bb1dacfdb7", - "rendering": "select", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - }, - { - "concept": "a89c1ef8-1350-11df-a1f1-0026b9348838", - "label": "Completed" - }, - { - "concept": "a899b50a-1350-11df-a1f1-0026b9348838", - "label": "Unknown" - } - ] - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "caTestResult !== 'a896f3a6-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "If patient on treatment, indicate below:", - "type": "obs", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('94f54710-6ee0-45cd-ad5f-a990fcb47bc1')) ? undefined : HD.getObject('prevEnc').getValue('94f54710-6ee0-45cd-ad5f-a990fcb47bc1')", - "id": "caTreatmentMode", - "questionOptions": { - "concept": "94f54710-6ee0-45cd-ad5f-a990fcb47bc1", - "rendering": "select", - "answers": [ - { - "concept": "dcb72b0b-c1cb-4f32-aa82-e8f7b74cc16e", - "label": "Cryotherapy" - }, - { - "concept": "ca10f28c-586a-427a-8bcc-816f0835ab18", - "label": "Chemotherapy" - }, - { - "concept": "a8a713f8-1350-11df-a1f1-0026b9348838", - "label": "Hysterectomy" - }, - { - "concept": "12afc118-5acd-48c6-89a0-1b6156c33d10", - "label": "Radiotherapy" - }, - { - "concept": "b6fccd82-c622-4c3e-9563-39899e709b3b", - "label": "Thermo-coagulation/Loop Electrosurgical Excision Procedure" - } - ] - }, - "validators": [], - "hide": { - "hideWhenExpression": "caTreatment !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - } - ] - }, - { - "label": "GBV Screening", - "isExpanded": "true", - "questions": [ - { - "label": "Within the past 3 months, have you been hit, slapped, kicked or physically hurt by someone in any way?", - "required": "true", - "id": "physical", - "type": "obs", - "questionOptions": { - "concept": "8fca5b8a-0674-49e5-8111-003db067ee22", - "rendering": "select", - "answers": [ - { - "label": "Yes", - "concept": "a899b35c-1350-11df-a1f1-0026b9348838" - }, - { - "label": "No", - "concept": "a899b42e-1350-11df-a1f1-0026b9348838" - } - ] - } - }, - { - "label": "Are you in a relationship with a person who physically hit you?", - "required": "true", - "id": "domestic", - "type": "obs", - "questionOptions": { - "concept": "4045cb6c-793c-4784-bea5-6e2b7bfd8467", - "rendering": "select", - "answers": [ - { - "label": "Yes", - "concept": "a899b35c-1350-11df-a1f1-0026b9348838" - }, - { - "label": "No", - "concept": "a899b42e-1350-11df-a1f1-0026b9348838" - } - ] - } - }, - { - "label": "Are you in a relationship with a person who threatens, frightens or insults you or treats you badly?", - "required": "true", - "id": "emotional", - "type": "obs", - "questionOptions": { - "concept": "374a34e2-71a0-4221-b59e-8d50721330ee", - "rendering": "select", - "answers": [ - { - "label": "Yes", - "concept": "a899b35c-1350-11df-a1f1-0026b9348838" - }, - { - "label": "No", - "concept": "a899b42e-1350-11df-a1f1-0026b9348838" - } - ] - } - }, - { - "label": "Are you in relationship with a person who forces you to participate in sexual activities that make you feel uncomfortable?", - "required": "true", - "id": "sexual", - "type": "obs", - "questionOptions": { - "concept": "920709bc-dde6-4d21-863e-851e63c084e4", - "rendering": "select", - "answers": [ - { - "label": "Yes", - "concept": "a899b35c-1350-11df-a1f1-0026b9348838" - }, - { - "label": "No", - "concept": "a899b42e-1350-11df-a1f1-0026b9348838" - } - ] - } - }, - { - "label": "Have you ever experienced any of the above with someone you do not have a relationship with?", - "required": "true", - "id": "nonfamily", - "type": "obs", - "questionOptions": { - "concept": "588b29de-2200-4dc5-ba38-9992771aa535", - "rendering": "select", - "answers": [ - { - "label": "Yes", - "concept": "a899b35c-1350-11df-a1f1-0026b9348838" - }, - { - "label": "No", - "concept": "a899b42e-1350-11df-a1f1-0026b9348838" - } - ] - } - } - ] - }, - { - "label": "Adult Vaccination", - "questions": [ - { - "label": "Immunization history:", - "type": "obs", - "questionOptions": { - "rendering": "multiCheckbox", - "concept": "b29b512f-cd46-41ee-a568-bdaafa0bb874", - "answers": [ - { - "concept": "a897dd84-1350-11df-a1f1-0026b9348838", - "label": "Hepatitis B" - }, - { - "concept": "a8a70746-1350-11df-a1f1-0026b9348838", - "label": "Flu" - }, - { - "concept": "a890a654-1350-11df-a1f1-0026b9348838", - "label": "Tetanus booster" - } - ] - }, - "validators": [], - "id": "__JDvMJIqFs" - } - ] - }, - { - "label": "Breastfeeding", - "questions": [ - { - "label": "Child breastfeeding?", - "required": "true", - "id": "childBreFeeding", - "questionOptions": { - "concept": "a8aafc70-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": " !arrayContainsAny(['0b1b6194-d2d5-4e4b-9f7c-c3b778ccc354','53954785-4d53-4012-8f30-1c37fa870906','0d4512f1-47b5-44e6-8035-feec9be25b4b','161f3383-65d8-4c19-9554-52ee5c3d43ff'], visitTypeUuid)" - } - } - ] - } - ] - }, - { - "label": "Medication History", - "sections": [ - { - "label": "ART History", - "isExpanded": "true", - "questions": [ - { - "label": "Is the patient on ART?", - "required": "true", - "id": "onArt", - "historicalExpression": "arrayContainsAny(['a89b7c50-1350-11df-a1f1-0026b9348838','a89b7ae8-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838','a89b77aa-1350-11df-a1f1-0026b9348838'], HD.getObject('prevEnc').getValue('a89b75d4-1350-11df-a1f1-0026b9348838')) ? 'a899b35c-1350-11df-a1f1-0026b9348838' : HD.getObject('prevEnc').getValue('a89ae254-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a89ae254-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(transferInControl) && transferInControl === 'a899b42e-1350-11df-a1f1-0026b9348838' && !isEmpty(myValue) && arrayContains(['a899b35c-1350-11df-a1f1-0026b9348838'], myValue)", - "message": "In the enrollment section, patient not marked as transfer in. Kindly confirm." - } - ] - }, - { - "label": "Reason for use:", - "id": "reasonUse", - "type": "obs", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a8a30d1c-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('a8a30d1c-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a8a30d1c-1350-11df-a1f1-0026b9348838", - "rendering": "select", - "answers": [ - { - "concept": "a89adc46-1350-11df-a1f1-0026b9348838", - "label": "Treatment" - }, - { - "concept": "a8a19c20-1350-11df-a1f1-0026b9348838", - "label": "PEP" - }, - { - "concept": "27ac429d-8a42-476e-b2f6-65bde0b8c935", - "label": "Prep" - }, - { - "concept": "a89fbedc-1350-11df-a1f1-0026b9348838", - "label": "PMTCT" - } - ] - }, - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "If patient started ART since last visit, enter start date:", - "id": "startDate", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a89d200a-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('a89d200a-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a89d200a-1350-11df-a1f1-0026b9348838", - "rendering": "date" - }, - "type": "obs", - "validators": [ - { - "type": "date" - } - ], - "hide": { - "hideWhenExpression": "onArt !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Line of ART patient is taking:", - "id": "current_arv_line", - "historicalExpression": "!_.isEmpty(HD.getObject('prevEnc').getValue('a89b6a62-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('04616f5d-b961-4f41-bbd7-bcc0dd235577')", - "questionOptions": { - "concept": "04616f5d-b961-4f41-bbd7-bcc0dd235577", - "answers": [ - { - "concept": "034047bd-3fa1-4b2a-b0f0-2787e9b9f7b3", - "label": "First line regimen" - }, - { - "concept": "8f8a715d-e49a-4b2c-aa3a-83fa9d7a4254", - "label": "Second line regimen" - }, - { - "concept": "a90ebdd2-351f-485a-b850-4938fcca2729", - "label": "Third line regimen" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(onArt) && onArt === 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Patient previously marked as on ART. Please provide the treatment category." - } - ], - "hide": { - "hideWhenExpression": "onArt !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Patient's ART regimen, adults:", - "id": "current_art_regimen_adult", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a89b6a62-1350-11df-a1f1-0026b9348838')) ? (_.isEmpty(HD.getObject('prevEnc').getValue('a8a08344-1350-11df-a1f1-0026b9348838'))? HD.getObject('prevEnc').getValue('a899cf5e-1350-11df-a1f1-0026b9348838') : HD.getObject('prevEnc').getValue('a899cf5e-1350-11df-a1f1-0026b9348838')) : HD.getObject('prevEnc').getValue('a89b6a62-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a899cf5e-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "18e86e1f-92b8-40cd-8266-0df0ab0a4a50", - "label": "DTG50mg/3TC300mg/TDF300mg" - }, - { - "concept": "1c4a75d0-cc91-4752-b0a5-4b833326ff7a", - "label": "TDF300mg/3TC300mg/EFV600mg" - }, - { - "concept": "ea501f4e-cbc5-4942-b9c8-0ac415929f08", - "label": "TDF300mg/3TC300mg/EFV400mg" - }, - { - "concept": "6a73f32d-1870-4527-af6e-74443251ded2", - "label": "NVP200/ZDV300/3TC150" - }, - { - "concept": "e78843da-fdb6-446d-8e99-873c278b3540", - "label": "ABC600mg/3TC300mg" - }, - { - "concept": "a89cc876-1350-11df-a1f1-0026b9348838", - "label": "3TC300mg/TDF300mg" - }, - { - "concept": "a896758e-1350-11df-a1f1-0026b9348838", - "label": "3TC150mg/ZDV300mg" - }, - { - "concept": "a8afcf84-1350-11df-a1f1-0026b9348838", - "label": "Emtri200mg/TDF300(Truvada)" - }, - { - "concept": "a897e7c0-1350-11df-a1f1-0026b9348838", - "label": "Aluvia(Kaletra)200mg/LPV50mg" - }, - { - "concept": "a8afc066-1350-11df-a1f1-0026b9348838", - "label": "Atazanavir300/Ritonavir100" - }, - { - "concept": "dabf36cb-dd9a-4542-a8ef-874c1ee5be4a", - "label": "FTC200mg/RPV25mg/TDF245mg(Eviplera)" - }, - { - "concept": "98b0baf6-0b73-4429-9264-6233684b0969", - "label": "Dolutegravir 50mg" - }, - { - "concept": "a897f8a0-1350-11df-a1f1-0026b9348838", - "label": "Abacavir300mg" - }, - { - "concept": "db3c194b-3e1b-4001-9a1c-a5df1728fc28", - "label": "Efavirenz 200mg" - }, - { - "concept": "a89673f4-1350-11df-a1f1-0026b9348838", - "label": "Lamivudine150mg" - }, - { - "concept": "a8afbd64-1350-11df-a1f1-0026b9348838", - "label": "Raltegravir 400mg" - }, - { - "concept": "a897ea4a-1350-11df-a1f1-0026b9348838", - "label": "Zidovudine300mg" - }, - { - "concept": "68a0a5dd-1e91-43a2-8dce-c6e84a14de04", - "label": "Darunavir 600mg" - }, - { - "concept": "1baf254e-1429-4fd9-8db1-edf6523cea13", - "label": " Ritonavir 100mg" - }, - { - "concept": "42ef7c4d-d6fb-49c0-a46e-019c42dea203", - "label": " Ritonavir 80mg" - }, - { - "concept": "38fbba9c-4b26-412d-9659-8dd649514d66", - "label": "Etravirine 100mg" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(onArt) && onArt === 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Patient marked as on ART. Please provide the Regimen." - } - ], - "hide": { - "hideWhenExpression": "onArt !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "type": "obsGroup", - "label": "ART adherence", - "questionOptions": { - "concept": "bc3834dd-ef07-4027-be30-729baa069291", - "rendering": "group" - }, - "questions": [], - "id": "__3t2KpzG60" - } - ] - }, - { - "label": "Morisky Adherence", - "isExpanded": "true", - "questions": [ - { - "label": "Do you ever forget to take your medicines? (0=No, 1=Yes)", - "id": "forget", - "questionOptions": { - "concept": "99a99956-90b0-431e-a453-bf8efffeb7d3", - "rendering": "number", - "max": "1", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onArt) && onArt === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Patient on ARVs. Please provide morisky adherence history." - } - ], - "hide": { - "hideWhenExpression": "onArt !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Are you sometimes not keen about taking your medications? (0=No, 1=Yes)", - "id": "notKeen", - "questionOptions": { - "concept": "26b3c8c9-20be-4585-98f7-c8b8bf2c9207", - "rendering": "number", - "max": "1", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onArt) && onArt === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Patient on ARVs. Please provide morisky adherence history." - } - ], - "hide": { - "hideWhenExpression": "onArt !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Do you stop taking medicine at times when you feel worse? (0=No, 1=Yes)", - "id": "feelWorse", - "questionOptions": { - "concept": "ccffa130-12c6-45e8-a24a-b16c0395abd5", - "rendering": "number", - "max": "1", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onArt) && onArt === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Patient on ARVs. Please provide morisky adherence history." - } - ], - "hide": { - "hideWhenExpression": "onArt !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "If you feel better, do you sometimes stop taking your medicine? (0=No, 1=Yes)", - "id": "feelBetter", - "questionOptions": { - "concept": "f9eb1023-4cd7-47a7-87cd-b3353824c2c7", - "rendering": "number", - "max": "1", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onArt) && onArt === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Patient on ARVs. Please provide morisky adherence history." - } - ], - "hide": { - "hideWhenExpression": "onArt !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Morisky 4 total score:", - "id": "moriskyScore4", - "questionOptions": { - "concept": "315472dc-2b5e-4add-b3b7-bbcf21a8959b", - "rendering": "number", - "max": "4", - "min": "0", - "calculate": { - "calculateExpression": "isNaN(parseFloat(feelBetter)+ parseFloat(feelWorse)+ parseFloat(notKeen)+ parseFloat(forget)) ? undefined: (parseFloat(feelBetter)+ parseFloat(feelWorse)+ parseFloat(notKeen)+ parseFloat(forget))" - } - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Morisky score rating:", - "id": "scoreMo4", - "questionOptions": { - "concept": "", - "rendering": "text", - "calculate": { - "calculateExpression": "parseInt(moriskyScore4) === 0 && parseInt(moriskyScore4) < 1 ? 'Good' : parseInt(moriskyScore4) >=1 && parseInt(moriskyScore4) <= 2 ? 'Inadequate' : parseInt(moriskyScore4) >= 3 && parseInt(moriskyScore4) <= 4 ? 'Poor' : 'Unknown'" - } - }, - "type": "control", - "validators": [], - "hide": { - "hideWhenExpression": "onArt !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Did you forget to take your medicine yesterday? (0=No, 1=Yes)", - "id": "medicineYesterday", - "questionOptions": { - "concept": "2860acd4-2391-4467-9e69-e848d1672f96", - "rendering": "number", - "max": "1", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(moriskyScore4) && moriskyScore4 >=3 && isEmpty(myValue)", - "message": "Patient on ARVs. Please provide morisky adherence history." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(moriskyScore4) || moriskyScore4 <3" - } - }, - { - "label": "Do you sometimes stop taking medicine if you feel like your symptoms are under control? (0=No, 1=Yes)", - "id": "symptomControl", - "questionOptions": { - "concept": "8fcb3ada-2188-4e0a-8c68-18c26fd123b2", - "rendering": "number", - "max": "1", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(moriskyScore4) && moriskyScore4 >=3 && isEmpty(myValue)", - "message": "Patient on ARVs. Please provide morisky adherence history." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(moriskyScore4) || moriskyScore4 <3" - } - }, - { - "label": "Do you ever feel under pressure about sticking to your treatment plan? (0=No, 1=Yes)", - "id": "underPressure", - "questionOptions": { - "concept": "87ba16a0-6f57-4b0b-a76e-753977f1ef7f", - "rendering": "number", - "max": "1", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(moriskyScore4) && moriskyScore4 >=3 && isEmpty(myValue)", - "message": "Patient on ARVs. Please provide morisky adherence history." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(moriskyScore4) || moriskyScore4 <3" - } - }, - { - "label": "How often do you have difficulty remembering to take all your medication? (0=Never/Rarely, 1/4=Once in a while, 1/2=Sometimes, 3/4=Usually,1=All the time)", - "id": "difficultyRemembering", - "questionOptions": { - "concept": "658523c7-77d2-4419-9633-eba789a7d64d", - "rendering": "number", - "max": "1", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(moriskyScore4) && moriskyScore4 >=3 && isEmpty(myValue)", - "message": "Patient on ARVs. Please provide morisky adherence history." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(moriskyScore4) || moriskyScore4 <3" - } - }, - { - "label": "Morisky 8 total score:", - "id": "moriskyScore", - "questionOptions": { - "concept": "857caa4e-b566-4a43-ab78-f911c1a8a727", - "rendering": "number", - "max": "8", - "min": "0", - "calculate": { - "calculateExpression": "isNaN(parseFloat(difficultyRemembering) + parseFloat(underPressure) + parseFloat(symptomControl)+ parseFloat(medicineYesterday)+ parseFloat(feelBetter)+ parseFloat(feelWorse)+ parseFloat(notKeen)+ parseFloat(forget)) ? undefined: (parseFloat(difficultyRemembering) + parseFloat(underPressure) + parseFloat(symptomControl)+ parseFloat(medicineYesterday)+ parseFloat(feelBetter)+ parseFloat(feelWorse)+ parseFloat(notKeen)+ parseFloat(forget))" - } - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(moriskyScore4) || moriskyScore4 <3" - } - }, - { - "label": "Morisky score rating:", - "id": "scoreMo", - "questionOptions": { - "concept": "", - "rendering": "text", - "calculate": { - "calculateExpression": "parseInt(moriskyScore) === 0 && parseFloat(moriskyScore) <= 0.25 ? 'Good' : parseFloat(moriskyScore) >=0.5 && parseInt(moriskyScore) <= 2 ? 'Inadequate' : parseInt(moriskyScore) >= 3 && parseInt(moriskyScore) <= 8 ? 'Poor' : 'Unknown'" - } - }, - "type": "control", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(moriskyScore4) || moriskyScore4 <3" - } - } - ] - }, - { - "label": "Enhanced Adherence", - "isExpanded": "true", - "questions": [ - { - "label": "Has a home visit been done?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('fe6800a2-76f1-42a4-a1c8-553e1fec18e9')) ? undefined : HD.getObject('prevEnc').getValue('fe6800a2-76f1-42a4-a1c8-553e1fec18e9')", - "id": "homeVisit", - "questionOptions": { - "concept": "fe6800a2-76f1-42a4-a1c8-553e1fec18e9", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "If yes, number of visits:", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('7458141a-2cb6-4425-8e51-1d4f0a858683')) ? undefined : HD.getObject('prevEnc').getValue('7458141a-2cb6-4425-8e51-1d4f0a858683')", - "id": "noVisits", - "questionOptions": { - "concept": "7458141a-2cb6-4425-8e51-1d4f0a858683", - "answers": [], - "rendering": "number", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(homeVisit) && homeVisit === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Home visit was done. Please indicate number of visits." - } - ], - "hide": { - "hideWhenExpression": "homeVisit !== 'a899b35c-1350-11df-a1f1-0026b9348838' || onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "If yes, what were the findings:", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('743bee17-bb4d-4bf5-bbfe-a58a7cca5a3f')) ? undefined : HD.getObject('prevEnc').getValue('743bee17-bb4d-4bf5-bbfe-a58a7cca5a3f')", - "id": "homeVisitFinindgs", - "questionOptions": { - "concept": "743bee17-bb4d-4bf5-bbfe-a58a7cca5a3f", - "answers": [], - "rendering": "text" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(homeVisit) && homeVisit === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Home visit was done. Please indicate findings." - } - ], - "hide": { - "hideWhenExpression": "homeVisit !== 'a899b35c-1350-11df-a1f1-0026b9348838' || onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31'],visitTypeUuid)" - } - }, - { - "label": "If no, wish to refer to the social worker:", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('6ada1724-aab2-4b78-af41-91498d211ca2')) ? undefined : HD.getObject('prevEnc').getValue('6ada1724-aab2-4b78-af41-91498d211ca2')", - "id": "socialworkRef", - "questionOptions": { - "concept": "6ada1724-aab2-4b78-af41-91498d211ca2", - "rendering": "select", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ] - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(homeVisit) && homeVisit === 'a899b42e-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Home visit was not done. Please refer client to social work." - } - ], - "hide": { - "hideWhenExpression": "homeVisit !== 'a899b42e-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "What are the support structures in place?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a7958e13-c78c-4085-9fdf-b475d602b2b8')) ? undefined : HD.getObject('prevEnc').getValue('a7958e13-c78c-4085-9fdf-b475d602b2b8')", - "id": "supportStructures", - "questionOptions": { - "concept": "a7958e13-c78c-4085-9fdf-b475d602b2b8", - "answers": [ - { - "concept": "01b957da-23bb-4862-819d-036364fe3faf", - "label": "Treatment supporter" - }, - { - "concept": "a89e2df6-1350-11df-a1f1-0026b9348838", - "label": "Support group" - }, - { - "concept": "a89cd280-1350-11df-a1f1-0026b9348838", - "label": "Caregiver" - }, - { - "concept": "a8b03bb8-1350-11df-a1f1-0026b9348838", - "label": "Family" - }, - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "Has directly observed treatment (DOT) been done?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('4b3c4263-9f86-4f3c-985b-1a71e2a57495')) ? undefined : HD.getObject('prevEnc').getValue('4b3c4263-9f86-4f3c-985b-1a71e2a57495')", - "id": "priorDotDone", - "questionOptions": { - "concept": "4b3c4263-9f86-4f3c-985b-1a71e2a57495", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "Number of directly observed treatment (DOT) done (days):", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('438c22e0-fcb9-4737-b3a6-55cc1f391e0c')) ? undefined : HD.getObject('prevEnc').getValue('438c22e0-fcb9-4737-b3a6-55cc1f391e0c')", - "id": "dotDone", - "questionOptions": { - "concept": "438c22e0-fcb9-4737-b3a6-55cc1f391e0c", - "answers": [], - "rendering": "number", - "min": "0" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(priorDotDone) && priorDotDone === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "DOT was done. Please indicate number of DOTs done." - } - ], - "hide": { - "hideWhenExpression": "priorDotDone !== 'a899b35c-1350-11df-a1f1-0026b9348838' || onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838' || !arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31'],visitTypeUuid)" - } - }, - { - "label": "Likely causes of poor adherence: (Choose all that apply)", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a89ebbc2-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('a89ebbc2-1350-11df-a1f1-0026b9348838')", - "id": "poorAdherence", - "questionOptions": { - "concept": "a89ebbc2-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89eba46-1350-11df-a1f1-0026b9348838", - "label": "Stigma" - }, - { - "concept": "945f0a33-dd89-4ca4-9eb3-d74128a2adc8", - "label": "School related stigma" - }, - { - "concept": "b858568f-c722-411d-85ca-97d46bc98b3c", - "label": "Home related stigma" - }, - { - "concept": "24ff3f30-b7ff-4464-b1b3-fda5ed5714a3", - "label": "Improper disclosure to child" - }, - { - "concept": "e91a0b75-133d-4aae-81c9-2b4423e48379", - "label": "Inadequate supervision" - }, - { - "concept": "a89d25fa-1350-11df-a1f1-0026b9348838", - "label": "Child refusing to take drugs" - }, - { - "concept": "6a377e01-fa40-4ac2-98a9-0cb09cfbea36", - "label": "Pill related size" - }, - { - "concept": "1c811199-3cc1-4495-8e05-980bebb045ab", - "label": "Pill taste" - }, - { - "concept": "53956fb4-d7d9-438c-addf-c5f67b2a3866", - "label": "Pill color" - }, - { - "concept": "ecafa614-49c5-4eba-84c7-b85b0d9e2c46", - "label": "Pill burden" - }, - { - "concept": "a89ecaa4-1350-11df-a1f1-0026b9348838", - "label": "Disclosure" - }, - { - "concept": "a89eb8c0-1350-11df-a1f1-0026b9348838", - "label": "Side effects" - }, - { - "concept": "a89ced88-1350-11df-a1f1-0026b9348838", - "label": "Alcohol" - }, - { - "concept": "a89ebb04-1350-11df-a1f1-0026b9348838", - "label": "Other drugs" - }, - { - "concept": "a890b810-1350-11df-a1f1-0026b9348838", - "label": "Mental health issues" - }, - { - "concept": "a8935fde-1350-11df-a1f1-0026b9348838", - "label": "Depression" - }, - { - "concept": "abf95bf2-c481-490f-9e9f-84fa2d7b2f8c", - "label": "Caregiver changes" - }, - { - "concept": "a89e3396-1350-11df-a1f1-0026b9348838", - "label": "Religious beliefs" - }, - { - "concept": "b5c3006f-97fd-466f-b4ab-596e23ddc4d9", - "label": "Inadequate treatment preparation" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'|| !arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "type": "obsGroup", - "label": "Poor adherence", - "questionOptions": { - "concept": "04edb08f-d1fd-43ac-98b1-adc5e7d73ba1", - "rendering": "group" - }, - "questions": [ - { - "label": "If other causes of poor adherence, explain:", - "id": "otherCausesSpecify", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "answers": [], - "rendering": "text" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(poorAdherence) && arrayContainsAny(['a8aaf3e2-1350-11df-a1f1-0026b9348838'], poorAdherence) && isEmpty(myValue)", - "message": "Other selected as cause of poor adherence. Please indicate the cause." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(poorAdherence) || !arrayContainsAny(['a8aaf3e2-1350-11df-a1f1-0026b9348838'], poorAdherence)" - } - } - ], - "id": "__0sqJEuJIE" - }, - { - "label": "Is patient enrolled in support group?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('ed1e7a5d-a9f4-4adf-a033-4e895409fafe')) ? undefined : HD.getObject('prevEnc').getValue('ed1e7a5d-a9f4-4adf-a033-4e895409fafe')", - "id": "supportGroupEnroll", - "questionOptions": { - "concept": "ed1e7a5d-a9f4-4adf-a033-4e895409fafe", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "If no, wishes to enroll?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('c796c49d-2e33-40c4-aadd-c5508e733c30')) ? undefined : HD.getObject('prevEnc').getValue('c796c49d-2e33-40c4-aadd-c5508e733c30')", - "id": "wishesToEnroll", - "questionOptions": { - "concept": "c796c49d-2e33-40c4-aadd-c5508e733c30", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(supportGroupEnroll) && supportGroupEnroll === 'a899b42e-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Patient is not enrolled in any group. Please indicate if they wish to enroll in any group." - } - ], - "hide": { - "hideWhenExpression": "supportGroupEnroll !== 'a899b42e-1350-11df-a1f1-0026b9348838' || onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31'],visitTypeUuid)" - } - }, - { - "label": "If yes, name of support group:", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('aab3dcc5-f984-45d2-b0c4-7a3ba746951b')) ? undefined : HD.getObject('prevEnc').getValue('aab3dcc5-f984-45d2-b0c4-7a3ba746951b')", - "id": "supportGroupName", - "questionOptions": { - "concept": "aab3dcc5-f984-45d2-b0c4-7a3ba746951b", - "answers": [], - "rendering": "text" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(supportGroupEnroll) && supportGroupEnroll === 'a8aaf3e2-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Patient is enrolled in a group. Please indicate name of the group." - } - ], - "hide": { - "hideWhenExpression": "supportGroupEnroll !== 'a8aaf3e2-1350-11df-a1f1-0026b9348838' || onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31'],visitTypeUuid)" - } - }, - { - "label": "Has age appropriate disclosure been completed?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('6a40a88b-555e-4d7e-b7ce-db677a02609f')) ? undefined : HD.getObject('prevEnc').getValue('6a40a88b-555e-4d7e-b7ce-db677a02609f')", - "id": "childDisclosure", - "questionOptions": { - "concept": "6a40a88b-555e-4d7e-b7ce-db677a02609f", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "age>=18 || !arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "Has a pill count been done?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('067e6d30-4962-46eb-9090-be55478d4afd')) ? undefined : HD.getObject('prevEnc').getValue('067e6d30-4962-46eb-9090-be55478d4afd')", - "id": "pillCountDone", - "questionOptions": { - "concept": "067e6d30-4962-46eb-9090-be55478d4afd", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "If yes, what are the findings:", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('9bf98c27-1821-407f-9c06-5609357f3698')) ? undefined : HD.getObject('prevEnc').getValue('9bf98c27-1821-407f-9c06-5609357f3698')", - "id": "pillCountFindings", - "questionOptions": { - "concept": "9bf98c27-1821-407f-9c06-5609357f3698", - "answers": [ - { - "concept": "5b1bf823-da30-4e23-a777-0d8ef93a6211", - "label": "Accurate" - }, - { - "concept": "64433aeb-81fb-43a5-be42-3efce1692063", - "label": "Missed doses" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pillCountDone) && pillCountDone === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Pill count done. Indicate the findings." - } - ], - "hide": { - "hideWhenExpression": "pillCountDone !== 'a899b35c-1350-11df-a1f1-0026b9348838' || onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31'],visitTypeUuid)" - } - }, - { - "label": "Other possible causes of treatment failure:", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('bc764345-2e57-42f5-aee9-c7d5bd012c97')) ? undefined : HD.getObject('prevEnc').getValue('bc764345-2e57-42f5-aee9-c7d5bd012c97')", - "id": "treatmentFailure", - "questionOptions": { - "concept": "bc764345-2e57-42f5-aee9-c7d5bd012c97", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "4a98eaa4-e5df-4e76-9b58-5191d61666eb", - "label": "Inadequate dosing/dose adjustments" - }, - { - "concept": "01eedbcc-ea21-40cc-b150-fcaca5eef501", - "label": "Drug-drug interaction" - }, - { - "concept": "c6f38251-5b52-489c-854e-ec2d3994a6cd", - "label": "Drug-food interaction" - }, - { - "concept": "cfef32f6-2807-427e-9607-1397e8d7e347", - "label": "Impaired absorption (such as chronic severe diarrhea)" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "If drug causes treatment failure, indicate drug:", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('1682a920-c93d-4aad-b9cb-4a2b2c41ff1a')) ? undefined : HD.getObject('prevEnc').getValue('1682a920-c93d-4aad-b9cb-4a2b2c41ff1a')", - "id": "drugCausingFailure", - "questionOptions": { - "concept": "1682a920-c93d-4aad-b9cb-4a2b2c41ff1a", - "rendering": "drug" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "treatmentFailure !== '01eedbcc-ea21-40cc-b150-fcaca5eef501' || onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'|| !arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31'],visitTypeUuid)" - } - }, - { - "label": "Does this patient have other co morbidities?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a8b010e8-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('a8b010e8-1350-11df-a1f1-0026b9348838')", - "id": "coMorbidities", - "questionOptions": { - "concept": "a8b010e8-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a8935f0c-1350-11df-a1f1-0026b9348838", - "label": "Convulsive disease" - }, - { - "concept": "a890b810-1350-11df-a1f1-0026b9348838", - "label": "Mental health disorders" - }, - { - "concept": "a893436e-1350-11df-a1f1-0026b9348838", - "label": "Diabetes" - }, - { - "concept": "a8ad5254-1350-11df-a1f1-0026b9348838", - "label": "Renal disease" - }, - { - "concept": "a8ad516e-1350-11df-a1f1-0026b9348838", - "label": "Liver disease" - }, - { - "concept": "a8986880-1350-11df-a1f1-0026b9348838", - "label": "Hypertention" - }, - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "Has drug resistance test (DRT) been done?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('2ae99396-0e12-463f-8968-1cba7cf24bc0')) ? undefined : HD.getObject('prevEnc').getValue('2ae99396-0e12-463f-8968-1cba7cf24bc0')", - "id": "dstDone", - "questionOptions": { - "concept": "2ae99396-0e12-463f-8968-1cba7cf24bc0", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "If DRT result available, upload image:", - "type": "obs", - "default": "", - "id": "dstImage", - "questionOptions": { - "concept": "8ec7c519-502e-46ea-8a98-181ed5a088be", - "rendering": "file" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(dstDone) && dstDone === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "DST was done.Please upload the image for the results." - } - ], - "hide": { - "hideWhenExpression": "dstDone !== 'a899b35c-1350-11df-a1f1-0026b9348838' || onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31'],visitTypeUuid)" - } - }, - { - "label": "Has an MDT been done?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('946dabee-3079-4dd1-9f84-1a1ab5507a26')) ? undefined : HD.getObject('prevEnc').getValue('946dabee-3079-4dd1-9f84-1a1ab5507a26')", - "id": "mdtDone", - "questionOptions": { - "concept": "946dabee-3079-4dd1-9f84-1a1ab5507a26", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31','161f3383-65d8-4c19-9554-52ee5c3d43ff','44032888-08e1-4900-b9dd-7d236d79276c','1d7cc708-11cd-4c9c-b51d-ca7eecfe7c7e'],visitTypeUuid)" - } - }, - { - "label": "If No, wish to refer?", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('88a8c7d1-95ac-4aa4-8058-df99a3598390')) ? undefined : HD.getObject('prevEnc').getValue('88a8c7d1-95ac-4aa4-8058-df99a3598390')", - "id": "wishRefertoMDT", - "questionOptions": { - "concept": "88a8c7d1-95ac-4aa4-8058-df99a3598390", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "mdtDone !== 'a899b42e-1350-11df-a1f1-0026b9348838' || onArt!== 'a899b35c-1350-11df-a1f1-0026b9348838'||!arrayContains(['6c5d74f4-943f-489a-b1c4-b2accfae92fb','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31'],visitTypeUuid)" - } - } - ] - }, - { - "label": "PCP Prophylaxis History", - "isExpanded": "true", - "questions": [ - { - "label": "Is the patient on any PCP prophylaxis?", - "id": "pcpProphylaxisCurrent", - "historicalExpression": "HD.getObject('prevEnc').getValue('a899e282-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a899e282-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "a8989396-1350-11df-a1f1-0026b9348838", - "label": "Septrin" - }, - { - "concept": "a890c9e0-1350-11df-a1f1-0026b9348838", - "label": "Dapsone 100mg" - } - ], - "rendering": "select" - }, - "required": "true", - "type": "obs", - "validators": [] - }, - { - "type": "obsGroup", - "label": "PCP prophylaxis adherence:", - "questionOptions": { - "concept": "275eee16-c358-4f3a-ac16-e8f24659df87", - "rendering": "group" - }, - "questions": [ - { - "label": "Patient's adherence on PCP prophylaxis:", - "id": "pcpProphylaxisAdherence", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('115c744a-cf54-469f-bd5f-820352ffe9be')) ? undefined : HD.getObject('prevEnc').getValue('115c744a-cf54-469f-bd5f-820352ffe9be')", - "questionOptions": { - "concept": "115c744a-cf54-469f-bd5f-820352ffe9be", - "answers": [ - { - "concept": "a8b0f882-1350-11df-a1f1-0026b9348838", - "label": "Good" - }, - { - "concept": "a73d20b3-d721-4763-a362-14a0c41a6b5e", - "label": "Fair" - }, - { - "concept": "fdaf8b47-ea14-4d28-80fa-e1da58a30e8b", - "label": "Poor" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pcpProphylaxisCurrent) && arrayContains(['a8989396-1350-11df-a1f1-0026b9348838', 'a890c9e0-1350-11df-a1f1-0026b9348838'], pcpProphylaxisCurrent) && isEmpty(myValue)", - "message": "Patient on PCP Prophylaxis. Please provide adherence history" - } - ], - "hide": { - "hideWhenExpression": "isEmpty(pcpProphylaxisCurrent) || pcpProphylaxisCurrent === 'a899e0ac-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Adherence (PCP) reasons for poor/fair:", - "id": "pcpAdherence", - "questionOptions": { - "concept": "a89ebbc2-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89ced88-1350-11df-a1f1-0026b9348838", - "label": "Alcohol" - }, - { - "concept": "a8935fde-1350-11df-a1f1-0026b9348838", - "label": "Depression" - }, - { - "concept": "a89eac04-1350-11df-a1f1-0026b9348838", - "label": "Felt well" - }, - { - "concept": "a89eacc2-1350-11df-a1f1-0026b9348838", - "label": "Forgot" - }, - { - "concept": "7211031b-0685-44bc-a5e9-5a018d0173ea", - "label": "Gave away" - }, - { - "concept": "a8af4cee-1350-11df-a1f1-0026b9348838", - "label": "Lost/ran out of pills" - }, - { - "concept": "ecafa614-49c5-4eba-84c7-b85b0d9e2c46", - "label": "Pill burden" - }, - { - "concept": "a89eb8c0-1350-11df-a1f1-0026b9348838", - "label": "Side effects" - }, - { - "concept": "a89eba46-1350-11df-a1f1-0026b9348838", - "label": "Stigma" - }, - { - "concept": "c0c9eab3-46f6-453c-b29d-dc1c242317c5", - "label": "Stock out" - }, - { - "concept": "a89de2d8-1350-11df-a1f1-0026b9348838", - "label": "Too ill" - }, - { - "concept": "a897fdaa-1350-11df-a1f1-0026b9348838", - "label": "Travel problems" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(pcpProphylaxisCurrent) || pcpProphylaxisCurrent === 'a899e0ac-1350-11df-a1f1-0026b9348838' || !arrayContains(['a73d20b3-d721-4763-a362-14a0c41a6b5e','fdaf8b47-ea14-4d28-80fa-e1da58a30e8b'], pcpProphylaxisAdherence)" - } - }, - { - "label": "Adherence (PCP): Other (specify):", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "id": "pcpOtherAdherence", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(pcpProphylaxisCurrent) || pcpProphylaxisCurrent === 'a899e0ac-1350-11df-a1f1-0026b9348838' || !arrayContains(['a73d20b3-d721-4763-a362-14a0c41a6b5e','fdaf8b47-ea14-4d28-80fa-e1da58a30e8b'], pcpProphylaxisAdherence)" - } - } - ], - "id": "__KrLyJnG98" - } - ] - }, - { - "label": "TB Prophylaxis History", - "isExpanded": "true", - "questions": [ - { - "label": "Is the patient on any TB prophylaxis?", - "type": "obs", - "required": "true", - "id": "onTbProphylaxis", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('163784d2-6c55-4ceb-abf0-df8cebb385f1')) ? undefined : HD.getObject('prevEnc').getValue('163784d2-6c55-4ceb-abf0-df8cebb385f1')", - "questionOptions": { - "concept": "163784d2-6c55-4ceb-abf0-df8cebb385f1", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "validators": [] - }, - { - "label": "If yes select drug", - "type": "obs", - "id": "onTbProphylaxisDrug", - "historicalExpression": "HD.getObject('prevEnc').getValue('a899e35e-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a899e35e-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "162724df-5a66-4ae3-bbf6-5dc6dbba4ebb", - "label": "Isoniazid 100mg (6H)" - }, - { - "concept": "b150ccdc-e7ec-4f99-b592-6f3fa73b3aea", - "label": "Isoniazid 300mg (6H)" - }, - { - "concept": "aeaed1af-5b0d-401e-a32a-e96cf4072ab5", - "label": "Isoniazid 300mg and Rifapentine 300mg (3HP)" - }, - { - "concept": "177635d0-793b-4a66-8324-976c46f795af", - "label": "Rifampicin 150mg and Isonaizid 75mg (3RH)" - }, - { - "concept": "e5e24e6d-e6b0-4c81-8f7b-0e366df29426", - "label": "Rifampicin 70mg and Isonaizid 50mg (3RH)" - } - ], - "rendering": "select" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(onTbProphylaxis) && onTbProphylaxis === 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Patient marked as on TB Prophylaxis. Please provide the drug." - } - ], - "hide": { - "hideWhenExpression": "onTbProphylaxis !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "type": "obsGroup", - "label": "TB prophylaxis ever", - "questionOptions": { - "concept": "d86c36dc-c523-42e3-b07d-eb4c3c4fbf99", - "rendering": "group" - }, - "questions": [ - { - "label": "If no, have you ever used the drugs in the past?", - "type": "obs", - "id": "pastTbProphylaxisDrug", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('59077bc1-7ef7-4b27-a33b-113e2841bd4f')) ? undefined : HD.getObject('prevEnc').getValue('59077bc1-7ef7-4b27-a33b-113e2841bd4f')", - "questionOptions": { - "concept": "59077bc1-7ef7-4b27-a33b-113e2841bd4f", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "validators": [], - "hide": { - "hideWhenExpression": "onTbProphylaxis !== 'a899b42e-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Start date of past TB prophylaxis treatment:", - "id": "pastStartTbProphTreatment", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('67785e82-c2f7-4417-8ada-cc8e85abbfc1')) ? undefined : HD.getObject('prevEnc').getValue('67785e82-c2f7-4417-8ada-cc8e85abbfc1')", - "questionOptions": { - "concept": "67785e82-c2f7-4417-8ada-cc8e85abbfc1", - "rendering": "date" - }, - "type": "obs", - "validators": [ - { - "type": "date" - } - ], - "hide": { - "hideWhenExpression": "pastTbProphylaxisDrug !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "End date of past TB prophylaxis treatment:", - "id": "pastEndTbProphTreatment", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('d4f18a59-9bb4-4089-8cd6-1410491569a0')) ? undefined : HD.getObject('prevEnc').getValue('d4f18a59-9bb4-4089-8cd6-1410491569a0')", - "questionOptions": { - "concept": "d4f18a59-9bb4-4089-8cd6-1410491569a0", - "rendering": "date" - }, - "type": "obs", - "validators": [ - { - "type": "date" - } - ], - "hide": { - "hideWhenExpression": "pastTbProphylaxisDrug !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - } - ], - "id": "__pnoFFDGt0" - }, - { - "label": "TB prophylaxis adherence", - "type": "obsGroup", - "questionOptions": { - "concept": "3a69cfcf-f129-4702-a8dd-d061d2a16b9d", - "rendering": "group" - }, - "questions": [ - { - "label": "Patient's adherence on TB prophylaxis:", - "id": "adherenceOnTbProphy", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('3a69cfcf-f129-4702-a8dd-d061d2a16b9d','ebfdb93a-9292-4245-9a27-0faf49545720')) ? undefined : HD.getObject('prevEnc').getValue('3a69cfcf-f129-4702-a8dd-d061d2a16b9d','ebfdb93a-9292-4245-9a27-0faf49545720')", - "questionOptions": { - "concept": "ebfdb93a-9292-4245-9a27-0faf49545720", - "answers": [ - { - "concept": "a8b0f882-1350-11df-a1f1-0026b9348838", - "label": "Good" - }, - { - "concept": "a73d20b3-d721-4763-a362-14a0c41a6b5e", - "label": "Fair" - }, - { - "concept": "fdaf8b47-ea14-4d28-80fa-e1da58a30e8b", - "label": "Poor" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onTbProphylaxis) && arrayContains(['a899b35c-1350-11df-a1f1-0026b9348838'], onTbProphylaxis) && isEmpty(myValue)", - "message": "Patient on TB Prophylaxis. Please provide adherence history." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(onTbProphylaxis)|| onTbProphylaxis !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Adherence (TB Prophylaxis) reasons for poor/fair:", - "id": "tbProphylaxisAdherence", - "questionOptions": { - "concept": "a89ebbc2-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89ced88-1350-11df-a1f1-0026b9348838", - "label": "Alcohol" - }, - { - "concept": "a8935fde-1350-11df-a1f1-0026b9348838", - "label": "Depression" - }, - { - "concept": "a89eac04-1350-11df-a1f1-0026b9348838", - "label": "Felt well" - }, - { - "concept": "a89eacc2-1350-11df-a1f1-0026b9348838", - "label": "Forgot" - }, - { - "concept": "7211031b-0685-44bc-a5e9-5a018d0173ea", - "label": "Gave away" - }, - { - "concept": "a8af4cee-1350-11df-a1f1-0026b9348838", - "label": "Lost/Ran out of pills" - }, - { - "concept": "ecafa614-49c5-4eba-84c7-b85b0d9e2c46", - "label": "Pill burden" - }, - { - "concept": "a89eb8c0-1350-11df-a1f1-0026b9348838", - "label": "Side effects" - }, - { - "concept": "a89eba46-1350-11df-a1f1-0026b9348838", - "label": "Stigma" - }, - { - "concept": "c0c9eab3-46f6-453c-b29d-dc1c242317c5", - "label": "Stock out" - }, - { - "concept": "a89de2d8-1350-11df-a1f1-0026b9348838", - "label": "Too ill" - }, - { - "concept": "a897fdaa-1350-11df-a1f1-0026b9348838", - "label": "Travel problems" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(onTbProphylaxis) || onTbProphylaxis !== 'a899b35c-1350-11df-a1f1-0026b9348838' || !arrayContains(['a73d20b3-d721-4763-a362-14a0c41a6b5e','fdaf8b47-ea14-4d28-80fa-e1da58a30e8b'], adherenceOnTbProphy)" - } - }, - { - "label": "Adherence (TB Prophylaxis): Other (specify):", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "id": "tbProphylaxisOtherAdherence", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(onTbProphylaxis) || onTbProphylaxis !== 'a899b35c-1350-11df-a1f1-0026b9348838' || !arrayContains(['a73d20b3-d721-4763-a362-14a0c41a6b5e','fdaf8b47-ea14-4d28-80fa-e1da58a30e8b'], adherenceOnTbProphy)" - } - } - ], - "id": "__qKGwGoouJ" - } - ] - }, - { - "label": "Tuberculosis History", - "isExpanded": "true", - "questions": [ - { - "id": "onTbTreatment", - "required": "true", - "label": "Is patient on TB treatment?", - "historicalExpression": "HD.getObject('prevEnc').getValue('a8afcc82-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a8afcc82-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs" - }, - { - "label": "Start date of TB treatment:", - "id": "startDateOfTbTreatment", - "historicalExpression": "HD.getObject('prevEnc').getValue('a899e5f2-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a899e5f2-1350-11df-a1f1-0026b9348838", - "rendering": "date" - }, - "type": "obs", - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onTbTreatment) && arrayContains(['a899b35c-1350-11df-a1f1-0026b9348838'], onTbTreatment) && isEmpty(myValue)", - "message": "You indicated patient on tb treatment, indicate start date." - }, - { - "type": "js_expression", - "failsWhenExpression": "(isEmpty(onTbTreatment) || !arrayContains(['a899b35c-1350-11df-a1f1-0026b9348838'], onTbTreatment)) && !isEmpty(myValue)", - "message": "You indicated patient is not on tb treatment, therefore start date should not be indicated." - } - ], - "hide": { - "hideWhenExpression": "onTbTreatment !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Tuberculosis treatment phase:", - "type": "obs", - "id": "tbPhase", - "questionOptions": { - "concept": "a8afdf4c-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a8afdd08-1350-11df-a1f1-0026b9348838", - "label": "Continuation phase" - }, - { - "concept": "a8afddc6-1350-11df-a1f1-0026b9348838", - "label": "Retreatment phase" - }, - { - "concept": "a8afdc4a-1350-11df-a1f1-0026b9348838", - "label": "Induction phase" - }, - { - "concept": "a8afde8e-1350-11df-a1f1-0026b9348838", - "label": "Retreated phase" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "hide": { - "hideWhenExpression": "onTbTreatment !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "type": "obsGroup", - "label": "Current TB regimen", - "questionOptions": { - "concept": "a8afdb8c-1350-11df-a1f1-0026b9348838", - "rendering": "repeating" - }, - "questions": [ - { - "label": "Current TB regimen:", - "type": "obs", - "id": "tb_current", - "questionOptions": { - "concept": "a899e444-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899f51a-1350-11df-a1f1-0026b9348838", - "label": "RHZE" - }, - { - "concept": "a897d1a4-1350-11df-a1f1-0026b9348838", - "label": "RHZ" - }, - { - "concept": "a8a382ba-1350-11df-a1f1-0026b9348838", - "label": "RHE" - }, - { - "concept": "a89b1ca6-1350-11df-a1f1-0026b9348838", - "label": "RH" - }, - { - "concept": "a899e19c-1350-11df-a1f1-0026b9348838", - "label": "EH" - }, - { - "concept": "a8971c64-1350-11df-a1f1-0026b9348838", - "label": "Ethambutol" - }, - { - "concept": "a8a3243c-1350-11df-a1f1-0026b9348838", - "label": "MDR drugs" - }, - { - "concept": "a896cc00-1350-11df-a1f1-0026b9348838", - "label": "INH" - }, - { - "concept": "a8ac5f2a-1350-11df-a1f1-0026b9348838", - "label": "Pyrazinamide" - }, - { - "concept": "a8952e4a-1350-11df-a1f1-0026b9348838", - "label": "Streptomycin" - }, - { - "concept": "b8aa06ca-93c6-40ea-b144-c74f841926f4", - "label": "Rifabutin" - }, - { - "concept": "a897d0be-1350-11df-a1f1-0026b9348838", - "label": "Rifampicin" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "validators": [], - "hide": { - "hideWhenExpression": "onTbTreatment !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "tabs/day:", - "questionOptions": { - "concept": "a8a07386-1350-11df-a1f1-0026b9348838", - "max": "30", - "min": "0", - "rendering": "number" - }, - "type": "obs", - "hide": { - "field": "tb_current", - "value": [ - "a899f51a-1350-11df-a1f1-0026b9348838", - "a897d1a4-1350-11df-a1f1-0026b9348838", - "a8a382ba-1350-11df-a1f1-0026b9348838" - ] - }, - "id": "__1rrqt3L3L" - }, - { - "label": "mg:", - "questionOptions": { - "concept": "a8a063c8-1350-11df-a1f1-0026b9348838", - "max": "2000", - "min": "0", - "rendering": "number" - }, - "type": "obs", - "hide": { - "field": "tb_current", - "value": [ - "a899e19c-1350-11df-a1f1-0026b9348838", - "a8ac5f2a-1350-11df-a1f1-0026b9348838", - "a8952e4a-1350-11df-a1f1-0026b9348838" - ] - }, - "id": "__3v75stHJz" - }, - { - "label": "mg/day:", - "questionOptions": { - "concept": "a8a0744e-1350-11df-a1f1-0026b9348838", - "max": "2000", - "min": "0", - "rendering": "number" - }, - "type": "obs", - "hide": { - "field": "tb_current", - "value": [ - "a896cc00-1350-11df-a1f1-0026b9348838", - "a8971c64-1350-11df-a1f1-0026b9348838" - ] - }, - "id": "__Jtntp6ovz" - }, - { - "label": "tabs:", - "questionOptions": { - "concept": "a8a0630a-1350-11df-a1f1-0026b9348838", - "max": "180", - "min": "0", - "rendering": "number" - }, - "type": "obs", - "hide": { - "field": "tb_current", - "value": [ - "b8aa06ca-93c6-40ea-b144-c74f841926f4" - ] - }, - "id": "__5zzKFJKMG" - } - ], - "id": "__K8qI6rwFG" - }, - { - "label": "TB treatment completion date:", - "type": "obs", - "id": "tbComplDate", - "questionOptions": { - "concept": "a8a176b4-1350-11df-a1f1-0026b9348838", - "rendering": "date" - }, - "hide": { - "hideWhenExpression": "onTbTreatment !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "TB treatment defaulted year:", - "type": "obs", - "id": "tbDefaultDate", - "questionOptions": { - "concept": "a8a18758-1350-11df-a1f1-0026b9348838", - "rendering": "number" - }, - "hide": { - "hideWhenExpression": "onTbTreatment !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "type": "obsGroup", - "id": "tbadhere", - "label": "Patient adherence to TB medications", - "questionOptions": { - "concept": "2a4b87dd-977d-4ce8-a321-1f13df4a31b2", - "rendering": "group" - }, - "questions": [ - { - "label": "Patient adherence to TB medications:", - "id": "tb_adherence", - "questionOptions": { - "concept": "479decbd-e964-41c3-9576-98b39089ebd3", - "answers": [ - { - "concept": "a8b0f882-1350-11df-a1f1-0026b9348838", - "label": "Good" - }, - { - "concept": "a73d20b3-d721-4763-a362-14a0c41a6b5e", - "label": "Fair" - }, - { - "concept": "fdaf8b47-ea14-4d28-80fa-e1da58a30e8b", - "label": "Poor" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onTbTreatment) && onTbTreatment === 'a899b35c-1350-11df-a1f1-0026b9348838' && isEmpty(myValue)", - "message": "Patient on TB Treament. Please provide adherence history." - } - ], - "hide": { - "hideWhenExpression": "onTbTreatment !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Adherence (TB Treatment) reasons for poor/fair:", - "id": "adherenceTbTreatment", - "questionOptions": { - "concept": "a89ebbc2-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89ced88-1350-11df-a1f1-0026b9348838", - "label": "Alcohol" - }, - { - "concept": "a8935fde-1350-11df-a1f1-0026b9348838", - "label": "Depression" - }, - { - "concept": "a89eac04-1350-11df-a1f1-0026b9348838", - "label": "Felt well" - }, - { - "concept": "a89eacc2-1350-11df-a1f1-0026b9348838", - "label": "Forgot" - }, - { - "concept": "7211031b-0685-44bc-a5e9-5a018d0173ea", - "label": "Gave away" - }, - { - "concept": "a8af4cee-1350-11df-a1f1-0026b9348838", - "label": "Lost/Ran out of pills" - }, - { - "concept": "ecafa614-49c5-4eba-84c7-b85b0d9e2c46", - "label": "Pill burden" - }, - { - "concept": "a89eb8c0-1350-11df-a1f1-0026b9348838", - "label": "Side effects" - }, - { - "concept": "a89eba46-1350-11df-a1f1-0026b9348838", - "label": "Stigma" - }, - { - "concept": "c0c9eab3-46f6-453c-b29d-dc1c242317c5", - "label": "Stock out" - }, - { - "concept": "a89de2d8-1350-11df-a1f1-0026b9348838", - "label": "Too ill" - }, - { - "concept": "a897fdaa-1350-11df-a1f1-0026b9348838", - "label": "Travel problems" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "onTbTreatment !== 'a899b35c-1350-11df-a1f1-0026b9348838' || !arrayContains(['a73d20b3-d721-4763-a362-14a0c41a6b5e','fdaf8b47-ea14-4d28-80fa-e1da58a30e8b'], tb_adherence)" - } - }, - { - "label": "Adherence (TB Treatment): Other (specify):", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "id": "adherenceTbOther", - "validators": [], - "hide": { - "hideWhenExpression": "onTbTreatment !== 'a899b35c-1350-11df-a1f1-0026b9348838' || !arrayContains(['a73d20b3-d721-4763-a362-14a0c41a6b5e','fdaf8b47-ea14-4d28-80fa-e1da58a30e8b'], tb_adherence)" - } - } - ] - } - ] - }, - { - "label": "Cryptococcal Secondary Prevention", - "questions": [ - { - "label": "Cryptococcus Tx:", - "id": "cryptCurrent", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('a899e516-1350-11df-a1f1-0026b9348838')) ? undefined : HD.getObject('prevEnc').getValue('a899e516-1350-11df-a1f1-0026b9348838')", - "questionOptions": { - "concept": "a899e516-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "a8971e12-1350-11df-a1f1-0026b9348838", - "label": "Fluconazole 400mg" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [] - } - ] - }, - { - "label": "Other Medications", - "questions": [ - { - "label": "Please add any other medications the patient is taking", - "type": "obsGroup", - "questionOptions": { - "concept": "a8a072c8-1350-11df-a1f1-0026b9348838", - "rendering": "repeating" - }, - "questions": [ - { - "label": "Other drugs:", - "questionOptions": { - "concept": "a8a060c6-1350-11df-a1f1-0026b9348838", - "rendering": "drug" - }, - "type": "obs", - "validators": [], - "id": "__GwI52vMxK" - } - ], - "id": "__I4sDsDvpF" - } - ] - }, - { - "label": "Side Effects/Toxicity", - "questions": [ - { - "type": "obsGroup", - "label": "Side effects", - "id": "sideEff", - "questionOptions": { - "concept": "a8a072c8-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "label": "Any side effects attributable to any drug that the patient is currently taking:", - "id": "currSideEffect", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('30fc0cea-b6c7-48cc-bbfb-4eb53170ce41')) ? undefined : HD.getObject('prevEnc').getValue('30fc0cea-b6c7-48cc-bbfb-4eb53170ce41')", - "questionOptions": { - "concept": "30fc0cea-b6c7-48cc-bbfb-4eb53170ce41", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(current_art_regimen_adult) && isEmpty(myValue) && arrayContains(current_art_regimen_adult, '98b0baf6-0b73-4429-9264-6233684b0969')", - "message": "Patient is on DTG. Kindly fill the side effects." - } - ] - } - ] - }, - { - "type": "obsGroup", - "questionOptions": { - "rendering": "repeating", - "concept": "a8a072c8-1350-11df-a1f1-0026b9348838" - }, - "label": "If yes drugs suspected to be causing side effects", - "questions": [ - { - "label": "Drug:", - "id": "sideEffectDrug", - "questionOptions": { - "concept": "1682a920-c93d-4aad-b9cb-4a2b2c41ff1a", - "rendering": "drug" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "currSideEffect !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - } - ], - "id": "__wvJop0yq7" - }, - { - "label": "If yes, tick all that apply:", - "id": "sideEffectype", - "questionOptions": { - "concept": "c2ecd5f7-4b47-47ae-b706-3dc5ed98b4db", - "answers": [ - { - "concept": "a877c7f6-1350-11df-a1f1-0026b9348838", - "label": "Anaemia" - }, - { - "concept": "a8909060-1350-11df-a1f1-0026b9348838", - "label": "Hepatitis" - }, - { - "concept": "a89d0c0a-1350-11df-a1f1-0026b9348838", - "label": "IRIS" - }, - { - "concept": "a8a01dfa-1350-11df-a1f1-0026b9348838", - "label": "Lactic acidosis" - }, - { - "concept": "a89cee50-1350-11df-a1f1-0026b9348838", - "label": "Lipo-dystrophy" - }, - { - "concept": "a897fe86-1350-11df-a1f1-0026b9348838", - "label": "Neuropathy" - }, - { - "concept": "a8ad239c-1350-11df-a1f1-0026b9348838", - "label": "Persistent vomiting" - }, - { - "concept": "a895776a-1350-11df-a1f1-0026b9348838", - "label": "Rash" - }, - { - "concept": "a8a16d0e-1350-11df-a1f1-0026b9348838", - "label": "Steven-Johnson syndrome" - }, - { - "concept": "a8ad21e4-1350-11df-a1f1-0026b9348838", - "label": "Nausea" - }, - { - "concept": "a894b604-1350-11df-a1f1-0026b9348838", - "label": "Burning sensation" - }, - { - "concept": "a890861a-1350-11df-a1f1-0026b9348838", - "label": "Diarrhea" - }, - { - "concept": "a8966d1e-1350-11df-a1f1-0026b9348838", - "label": "Headache" - }, - { - "concept": "a8ad042a-1350-11df-a1f1-0026b9348838", - "label": "Fatigue" - }, - { - "concept": "a89366a0-1350-11df-a1f1-0026b9348838", - "label": "Jaundice" - }, - { - "concept": "a89836ee-1350-11df-a1f1-0026b9348838", - "label": "Dizzy" - }, - { - "concept": "a8932f00-1350-11df-a1f1-0026b9348838", - "label": "Abdominal pain" - }, - { - "concept": "a89cec02-1350-11df-a1f1-0026b9348838", - "label": "Anxiety" - }, - { - "concept": "c80dcaad-ea61-4b88-b1f7-c091d706c7de", - "label": "Nightmare" - }, - { - "concept": "a8935fde-1350-11df-a1f1-0026b9348838", - "label": "Depression" - }, - { - "concept": "a8ad3b02-1350-11df-a1f1-0026b9348838", - "label": "Confusion/abnormal thinking" - }, - { - "concept": "a8982de8-1350-11df-a1f1-0026b9348838", - "label": "Insomnia" - }, - { - "concept": "a8ae7ecc-1350-11df-a1f1-0026b9348838", - "label": "Poor concentration/ memory problems" - }, - { - "concept": "a8ad392c-1350-11df-a1f1-0026b9348838", - "label": "Paresthesia/painful neuropathy" - }, - { - "concept": "f5b8f79a-5460-49a5-983e-78cc203673da", - "label": "Suicide ideation" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(currSideEffect) && currSideEffect === 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Patient marked as having side effects. Please provide list." - } - ], - "hide": { - "hideWhenExpression": "currSideEffect !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "id": "reaction", - "label": "Severity of the reaction:", - "questionOptions": { - "concept": "6c1b293c-4d8c-470f-9991-93cdde1274ff", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "a89efccc-1350-11df-a1f1-0026b9348838", - "label": "Mild" - }, - { - "concept": "a89efdee-1350-11df-a1f1-0026b9348838", - "label": "Moderate" - }, - { - "concept": "a89eff1a-1350-11df-a1f1-0026b9348838", - "label": "Severe" - }, - { - "concept": "a899b50a-1350-11df-a1f1-0026b9348838", - "label": "Unknown" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "currSideEffect !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "id": "action", - "label": "Action plan:", - "questionOptions": { - "concept": "01fb96f5-8dc5-4481-8a11-240994b3b795", - "answers": [ - { - "concept": "b5b9663c-9568-4f48-b70f-34c63b21bce4", - "label": "Stopped drugs" - }, - { - "concept": "a8a00158-1350-11df-a1f1-0026b9348838", - "label": "Substitute drugs" - }, - { - "concept": "a8a07bce-1350-11df-a1f1-0026b9348838", - "label": "Change drugs" - }, - { - "concept": "a89b7c50-1350-11df-a1f1-0026b9348838", - "label": "Switched drugs" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "currSideEffect !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "How certain are you the drug(s) is/are the cause of the reaction?", - "id": "certainityOfReaction", - "questionOptions": { - "concept": "d0efbf5b-cbfc-48fc-a857-c0ca4d70f077", - "answers": [ - { - "concept": "45eb8953-dc14-4c2e-8ce6-12cdf7da280a", - "label": "Certain" - }, - { - "concept": "07e9e14e-a718-4a9e-9479-1de79e1f614a", - "label": "Probable/likely" - }, - { - "concept": "260e6d24-1634-4467-a070-e8359f6827f7", - "label": "Possible" - }, - { - "concept": "66b46c63-7e75-4b1d-918a-1e17348c62f7", - "label": "Unlikely" - }, - { - "concept": "b1055e84-0e97-483a-ae8a-3f2dee84a623", - "label": "Conditional/unclassified" - }, - { - "concept": "80d03d9f-2510-4a95-b9d6-2613aaeebd21", - "label": "Unassessable/unclassified" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "currSideEffect !== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - } - ] - } - ] - }, - { - "label": "Vitals", - "sections": [ - { - "label": "Vital Signs", - "isExpanded": "true", - "questions": [ - { - "label": "BP systolic:", - "id": "syst", - "questionOptions": { - "rendering": "number", - "concept": "a8a65d5a-1350-11df-a1f1-0026b9348838", - "max": "250", - "min": "0" - }, - "type": "obs", - "validators": [] - }, - { - "label": "BP diastolic:", - "id": "dias", - "questionOptions": { - "rendering": "number", - "concept": "a8a65e36-1350-11df-a1f1-0026b9348838", - "max": "200", - "min": "0" - }, - "type": "obs", - "validators": [] - }, - { - "label": "Pulse (Rate/min):", - "questionOptions": { - "rendering": "number", - "concept": "a8a65f12-1350-11df-a1f1-0026b9348838", - "max": "230", - "min": "0" - }, - "type": "obs", - "validators": [], - "id": "__u805r8rHt" - }, - { - "label": "Temp (C):", - "questionOptions": { - "rendering": "number", - "concept": "a8a65fee-1350-11df-a1f1-0026b9348838", - "max": "43", - "min": "25" - }, - "type": "obs", - "validators": [], - "id": "__FHzsrptpt" - }, - { - "label": "Weight (Kg):", - "id": "weight", - "questionOptions": { - "rendering": "number", - "concept": "a8a660ca-1350-11df-a1f1-0026b9348838", - "max": "250", - "min": "0" - }, - "type": "obs", - "validators": [] - }, - { - "label": "Height (Cm):", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "max": "228", - "min": "0", - "conceptMappings": [ - { - "type": "LOINC", - "value": "8302-2" - }, - { - "type": "SNOMED CT", - "value": "CT: 50373000" - }, - { - "type": "AMPATH", - "value": "5090" - }, - { - "type": "PIH Malawi", - "value": "Malawi: 5090" - }, - { - "type": "CIEL", - "value": "5090" - }, - { - "type": "PIH", - "value": "5090" - } - ] - }, - "historicalExpression": "\"_.isEmpty(HD.getObject('prevEnc').getValue('5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')) ? undefined : HD.getObject('prevEnc').getValue('5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')\"", - "id": "height", - "validators": [] - }, - { - "label": "Sp02:", - "questionOptions": { - "rendering": "number", - "concept": "a8a66354-1350-11df-a1f1-0026b9348838", - "max": "100", - "min": "0" - }, - "type": "obs", - "validators": [], - "id": "__EqFJ4372y" - }, - { - "label": "BMI (Kg/m2):", - "id": "bmi", - "questionOptions": { - "rendering": "number", - "concept": "a89c60c0-1350-11df-a1f1-0026b9348838", - "max": "100", - "min": "0", - "calculate": { - "calculateExpression": "calcBMI(height,weight)" - } - }, - "type": "obs", - "validators": [] - }, - { - "label": "MUAC:", - "id": "muac", - "questionOptions": { - "rendering": "number", - "concept": "a89c6188-1350-11df-a1f1-0026b9348838", - "max": "450", - "min": "60" - }, - "type": "obs", - "validators": [] - }, - { - "label": "Foetal heart rate:", - "id": "fhr", - "questionOptions": { - "rendering": "number", - "concept": "a8a007a2-1350-11df-a1f1-0026b9348838", - "max": "230", - "min": "0" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": " !arrayContains(['02e3ce61-fa24-445e-a1f0-6e3299142966', '42de8e7e-24b2-4c16-b62b-137eb2c55ede','53b856ad-21ef-4745-9acd-81aca01bba31'], visitTypeUuid)" - } - }, - { - "label": "Fundal height:", - "id": "fundalHeight", - "questionOptions": { - "rendering": "number", - "concept": "a8a005fe-1350-11df-a1f1-0026b9348838", - "max": "48", - "min": "0" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": " !arrayContains(['02e3ce61-fa24-445e-a1f0-6e3299142966', '42de8e7e-24b2-4c16-b62b-137eb2c55ede','53b856ad-21ef-4745-9acd-81aca01bba31'], visitTypeUuid)" - } - } - ] - }, - { - "label": "Nutrition Assessment and Diagnosis", - "questions": [ - { - "label": "Nutrition status:", - "id": "nutritionStatus", - "questionOptions": { - "rendering": "select", - "concept": "ac5f7974-3a71-4867-af59-0c30d68ce9d8", - "answers": [ - { - "concept": "a899e7b4-1350-11df-a1f1-0026b9348838", - "label": "Normal" - }, - { - "concept": "1505faef-c8aa-422c-b356-da065b88ec9c", - "label": "Overweight" - }, - { - "concept": "2a60e784-1314-4454-91ba-7ea4cc2c3b15", - "label": "Obese" - }, - { - "concept": "0306539c-f24f-49f5-b059-b646adbec47c", - "label": "Severe acute malnutrition" - }, - { - "concept": "f0dd06d5-6174-447f-9a9c-f8635b4a6a6d", - "label": "Moderate acute malnutrition" - } - ] - }, - "type": "obs", - "validators": [] - } - ] - } - ] - }, - { - "label": "Current Symptoms", - "sections": [ - { - "label": "TB Screening Questions", - "isExpanded": "true", - "questions": [ - { - "label": "TB Symptoms:", - "required": "true", - "questionOptions": { - "concept": "a8afcafc-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "a8ad1276-1350-11df-a1f1-0026b9348838", - "label": "Breathlessness" - }, - { - "concept": "a892e4b4-1350-11df-a1f1-0026b9348838", - "label": "Chest pain" - }, - { - "concept": "a8afc8b8-1350-11df-a1f1-0026b9348838", - "label": "Cough of any duration" - }, - { - "concept": "d7adae14-c386-49cc-8f7c-765d8ceec566", - "label": "Fever for = 2 weeks" - }, - { - "concept": "3f57aafc-7162-41da-a51b-6a804cb6f5e8", - "label": "New exposure to household contact with TB" - }, - { - "concept": "a89807f0-1350-11df-a1f1-0026b9348838", - "label": "Noticeable weight loss" - }, - { - "concept": "e1862fef-68ed-4df4-90dd-a00152f719aa", - "label": "Night sweats = 2 weeks" - }, - { - "concept": "a8ad462e-1350-11df-a1f1-0026b9348838", - "label": "Abdomen swelling" - }, - { - "concept": "f218c60e-4b54-475a-a4fa-facab9216da8", - "label": "Groin swelling" - }, - { - "concept": "a8a774b0-1350-11df-a1f1-0026b9348838", - "label": "Joints swelling" - }, - { - "concept": "4639388c-ee31-4dcf-abb4-ad71253493bb", - "label": "Neck swelling" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "id": "__MGMu7MKoD" - }, - { - "label": "TB Status:", - "id": "tbstatus", - "required": "true", - "questionOptions": { - "concept": "02ad9357-b996-4530-b1a4-aff91a105383", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "No signs" - }, - { - "concept": "a8afcc82-1350-11df-a1f1-0026b9348838", - "label": "On TB treatment" - }, - { - "concept": "260e6d24-1634-4467-a070-e8359f6827f7", - "label": "Suspect" - }, - { - "concept": "a8af9046-1350-11df-a1f1-0026b9348838", - "label": "Confirmed" - }, - { - "concept": "a899ea48-1350-11df-a1f1-0026b9348838", - "label": "Not assessed" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [] - } - ] - }, - { - "label": "STI", - "isExpanded": "true", - "questions": [ - { - "label": "Do you have any of the following:", - "required": "true", - "questionOptions": { - "concept": "a8b00562-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a8982b54-1350-11df-a1f1-0026b9348838", - "label": "Genital ulcers" - }, - { - "concept": "a8ad3062-1350-11df-a1f1-0026b9348838", - "label": "Urethral discharge" - }, - { - "concept": "a8ad2eb4-1350-11df-a1f1-0026b9348838", - "label": "Vaginal discharge" - }, - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "id": "__ypLtyLEy7" - }, - { - "label": "STI partner notification:", - "questionOptions": { - "concept": "7d7e1c44-a0d5-44ca-8481-8569b38c7e9b", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - }, - { - "concept": "a89ad3a4-1350-11df-a1f1-0026b9348838", - "label": "N/A" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "id": "__0xFuvxxKr" - } - ] - }, - { - "label": "Adult WHO Staging", - "isExpanded": "true", - "questions": [ - { - "label": "If you are assigning a new WHO stage to patient today, select new WHO stage:", - "type": "obs", - "id": "adultWhoStage", - "questionOptions": { - "concept": "a8a8331e-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89b2606-1350-11df-a1f1-0026b9348838", - "label": "1" - }, - { - "concept": "a89b26d8-1350-11df-a1f1-0026b9348838", - "label": "2" - }, - { - "concept": "a89b27be-1350-11df-a1f1-0026b9348838", - "label": "3" - }, - { - "concept": "a89b289a-1350-11df-a1f1-0026b9348838", - "label": "4" - } - ], - "rendering": "select" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && arrayContains (['33d13ffb-5f0e-427e-ab80-637491fb6526'], visitTypeUuid)", - "message": "Required." - } - ] - }, - { - "label": "Select criteria for new WHO stage:", - "type": "obs", - "questionOptions": { - "concept": "a8ae88a4-1350-11df-a1f1-0026b9348838", - "rendering": "select-concept-answers" - }, - "required": { - "type": "conditionalRequired", - "message": "Patient marked as receiving new WHO stage. Please select stage.", - "referenceQuestionId": "adultWhoStage", - "referenceQuestionAnswers": [ - "a89b2606-1350-11df-a1f1-0026b9348838, a89b26d8-1350-11df-a1f1-0026b9348838, a89b27be-1350-11df-a1f1-0026b9348838, a89b289a-1350-11df-a1f1-0026b9348838" - ] - }, - "validators": [], - "id": "__uxuuIMooI" - } - ] - } - ] - }, - { - "label": "Test Results", - "sections": [ - { - "label": "Chemistry Lab Tests", - "questions": [ - { - "type": "obs", - "label": "Creatinine mmol/L:", - "id": "creatinine_test", - "questionOptions": { - "concept": "a897e450-1350-11df-a1f1-0026b9348838", - "rendering": "number", - "showDate": "true", - "max": "11050", - "min": "0", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(creatinine_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(creatinine_test)" - } - } - }, - "validators": [] - }, - { - "type": "obs", - "label": "SGPT(ALT):", - "id": "sgptalt_test", - "questionOptions": { - "concept": "a896ca48-1350-11df-a1f1-0026b9348838", - "rendering": "number", - "max": "3500", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(sgptalt_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(sgptalt_test)" - } - } - }, - "validators": [] - }, - { - "type": "obs", - "label": "AST:", - "id": "ast_test", - "questionOptions": { - "concept": "a896c8ae-1350-11df-a1f1-0026b9348838", - "rendering": "number", - "max": "3500", - "min": "0", - "showDate": "true" - }, - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(ast_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(ast_test)" - } - } - }, - { - "label": "RBS mmol/L:", - "id": "rbs_test", - "type": "obs", - "questionOptions": { - "concept": "a898418e-1350-11df-a1f1-0026b9348838", - "answers": [], - "rendering": "number", - "max": "50", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(rbs_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hde": { - "hideWhenExpression": "isEmpty(rbs_test)" - } - } - } - }, - { - "label": "FBS mmol/L:", - "id": "fbs_test", - "type": "obs", - "questionOptions": { - "concept": "a8b018fe-1350-11df-a1f1-0026b9348838", - "answers": [], - "rendering": "number", - "max": "50", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(fbs_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hde": { - "hideWhenExpression": "isEmpty(fbs_test)" - } - } - } - }, - { - "label": "HbA1C %:", - "id": "a1c_test", - "type": "obs", - "questionOptions": { - "concept": "a8af7520-1350-11df-a1f1-0026b9348838", - "answers": [], - "rendering": "number", - "max": "20", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(a1c_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hde": { - "hideWhenExpression": "isEmpty(a1c_test)" - } - } - } - }, - { - "label": "LDL mmol/L:", - "id": "ldl_test", - "type": "obs", - "questionOptions": { - "concept": "a898e74c-1350-11df-a1f1-0026b9348838", - "answers": [], - "rendering": "number", - "max": "75", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(ldl_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hde": { - "hideWhenExpression": "isEmpty(ldl_test)" - } - } - } - }, - { - "label": "HDL mmol/L:", - "id": "hdl_test", - "type": "obs", - "questionOptions": { - "concept": "a898e602-1350-11df-a1f1-0026b9348838", - "answers": [], - "rendering": "number", - "max": "15", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(hdl_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hde": { - "hideWhenExpression": "isEmpty(hdl_test)" - } - } - } - }, - { - "label": "TG mmol/L:", - "id": "tg_test", - "type": "obs", - "questionOptions": { - "concept": "a898e8a0-1350-11df-a1f1-0026b9348838", - "answers": [], - "rendering": "number", - "max": "55", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(tg_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hde": { - "hideWhenExpression": "isEmpty(tg_test)" - } - } - } - }, - { - "label": "Cholesterol mmol/L:", - "id": "chol_test", - "type": "obs", - "questionOptions": { - "concept": "a898e4b8-1350-11df-a1f1-0026b9348838", - "answers": [], - "rendering": "number", - "max": "100", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(chol_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hde": { - "hideWhenExpression": "isEmpty(chol_test)" - } - } - } - }, - { - "label": "Microalbumin test, urine mg/L:", - "id": "microAlb_test", - "type": "obs", - "questionOptions": { - "concept": "7129af13-e39a-43b0-9923-6d1de22c9c5e", - "answers": [], - "rendering": "number", - "max": "300", - "min": "30", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(microAlb_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hde": { - "hideWhenExpression": "isEmpty(microAlb_test)" - } - } - } - }, - { - "label": "Urea mmol/L:", - "id": "urea_test", - "type": "obs", - "questionOptions": { - "concept": "a8982550-1350-11df-a1f1-0026b9348838", - "answers": [], - "rendering": "number", - "max": "330", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(urea_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hde": { - "hideWhenExpression": "isEmpty(urea_test)" - } - } - } - } - ] - }, - { - "label": "CBC", - "questions": [ - { - "label": "Hgb g/dL:", - "id": "hgbgdl_test", - "questionOptions": { - "concept": "a8908a16-1350-11df-a1f1-0026b9348838", - "max": "50", - "min": "0", - "showDate": "true", - "rendering": "number", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(hgbgdl_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(hgbgdl_test)" - } - } - }, - "type": "obs", - "validators": [] - }, - { - "label": "WBC/mm3:", - "id": "testWBCmm", - "questionOptions": { - "concept": "a896dea2-1350-11df-a1f1-0026b9348838", - "max": "500", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(testWBCmm) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(testWBCmm)" - } - }, - "rendering": "number" - }, - "type": "obs", - "validators": [] - }, - { - "type": "obs", - "label": "Platelets:", - "id": "platelets_test", - "questionOptions": { - "concept": "a8970954-1350-11df-a1f1-0026b9348838", - "rendering": "number", - "max": "450000", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(platelets_test) && isEmpty(myValue)", - "message": "Date result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(platelets_test)" - } - } - }, - "validators": [] - }, - { - "label": "ALC/ mm3:", - "id": "alcmm_test", - "questionOptions": { - "concept": "a898b20e-1350-11df-a1f1-0026b9348838", - "max": "500", - "min": "0", - "showDate": "true", - "rendering": "number", - "shownDateOptions": { - "historicalExpression": "HD.getObject('prevEnc').getValue('a8afdb8c-1350-11df-a1f1-0026b9348838.a898b20e-1350-11df-a1f1-0026b9348838')", - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(alcmm_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(alcmm_test)" - } - } - }, - "type": "obs", - "validators": [] - }, - { - "label": "MCV:", - "id": "mcv_test", - "questionOptions": { - "concept": "a898201e-1350-11df-a1f1-0026b9348838", - "max": "500", - "min": "0", - "showDate": "true", - "rendering": "number", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(mcv_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(mcv_test)" - } - } - }, - "type": "obs", - "validators": [] - } - ] - }, - { - "label": "CD4", - "questions": [ - { - "type": "obs", - "id": "cd4_test", - "questionOptions": { - "concept": "a8a8bb18-1350-11df-a1f1-0026b9348838", - "showDate": "true", - "rendering": "number", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(cd4_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(cd4_test)" - } - } - }, - "label": "CD4 Count:", - "validators": [] - }, - { - "type": "obs", - "label": "CD4 %:", - "id": "cd4percent_test", - "questionOptions": { - "rendering": "number", - "max": "100", - "min": "0", - "showDate": "true", - "concept": "a8970a26-1350-11df-a1f1-0026b9348838", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(cd4percent_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(cd4percent_test)" - } - } - }, - "validators": [] - } - ] - }, - { - "label": "ART Drug Sensitivity Test", - "questions": [ - { - "label": "ART drug sensitivity test (Upload image of the result):", - "id": "drugSensitivity_test", - "questionOptions": { - "concept": "8ec7c519-502e-46ea-8a98-181ed5a088be", - "showDate": "true", - "rendering": "file", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(drugSensitivity_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(drugSensitivity_test)" - } - } - }, - "type": "obs", - "validators": [] - } - ] - }, - { - "label": "Viral Load", - "questions": [ - { - "type": "obs", - "label": "Viral load:", - "id": "viralLoad_test", - "questionOptions": { - "concept": "a8982474-1350-11df-a1f1-0026b9348838", - "rendering": "number", - "max": "10000000", - "min": "0", - "showDate": "true", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(viralLoad_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(viralLoad_test)" - } - } - }, - "validators": [] - } - ] - }, - { - "label": "Urinalysis", - "questions": [ - { - "label": "Urinalysis:", - "type": "obsGroup", - "questionOptions": { - "id": "urinalysis", - "concept": "a8a0aa9a-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "label": "Pus cells:", - "id": "puscells_test", - "type": "obs", - "questionOptions": { - "concept": "a8a0a91e-1350-11df-a1f1-0026b9348838", - "rendering": "select", - "answers": [ - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive (+)" - }, - { - "concept": "a8a18fdc-1350-11df-a1f1-0026b9348838", - "label": "Strong positive (++)" - }, - { - "concept": "a8a1909a-1350-11df-a1f1-0026b9348838", - "label": "Stronger positive (+++)" - } - ] - }, - "hide": { - "hideWhenExpression": "visitTypeUuid !== '02e3ce61-fa24-445e-a1f0-6e3299142966'" - } - }, - { - "label": "Protein:", - "type": "obs", - "id": "protein_test", - "questionOptions": { - "concept": "a8a47ca6-1350-11df-a1f1-0026b9348838", - "rendering": "select", - "answers": [ - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive (+)" - }, - { - "concept": "a8a18fdc-1350-11df-a1f1-0026b9348838", - "label": "Strong positive (++)" - }, - { - "concept": "a8a1909a-1350-11df-a1f1-0026b9348838", - "label": "Stronger positive (+++)" - } - ] - }, - "hide": { - "hideWhenExpression": "visitTypeUuid !== '02e3ce61-fa24-445e-a1f0-6e3299142966'" - } - }, - { - "label": "Leucocytes:", - "type": "obs", - "id": "leucocytes_test", - "questionOptions": { - "concept": "a8b0f3e6-1350-11df-a1f1-0026b9348838", - "rendering": "select", - "answers": [ - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive (+)" - }, - { - "concept": "a8a18fdc-1350-11df-a1f1-0026b9348838", - "label": "Strong positive (++)" - }, - { - "concept": "a8a1909a-1350-11df-a1f1-0026b9348838", - "label": "Stronger positive (+++)" - } - ] - }, - "hide": { - "hideWhenExpression": "visitTypeUuid !== '02e3ce61-fa24-445e-a1f0-6e3299142966'" - } - }, - { - "label": "Ketone:", - "type": "obs", - "id": "ketone_test", - "questionOptions": { - "concept": "b72fa772-19a9-4386-8185-6491ab97e97e", - "rendering": "select", - "answers": [ - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive (+)" - }, - { - "concept": "a8a18fdc-1350-11df-a1f1-0026b9348838", - "label": "Strong positive (++)" - }, - { - "concept": "a8a1909a-1350-11df-a1f1-0026b9348838", - "label": "Stronger positive (+++)" - } - ] - }, - "hide": { - "hideWhenExpression": "visitTypeUuid !== '02e3ce61-fa24-445e-a1f0-6e3299142966'" - } - }, - { - "label": "Glucose:", - "id": "sugar_test", - "type": "obs", - "questionOptions": { - "concept": "a8a47d5a-1350-11df-a1f1-0026b9348838", - "rendering": "select", - "answers": [ - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive (+)" - }, - { - "concept": "a8a18fdc-1350-11df-a1f1-0026b9348838", - "label": "Strong positive (++)" - }, - { - "concept": "a8a1909a-1350-11df-a1f1-0026b9348838", - "label": "Stronger positive (+++)" - } - ] - }, - "hide": { - "hideWhenExpression": "visitTypeUuid !== '02e3ce61-fa24-445e-a1f0-6e3299142966'" - } - }, - { - "label": "Nitrites:", - "id": "nitrites_test", - "type": "obs", - "questionOptions": { - "concept": "6ab44394-80a5-40cd-9649-32f1839e94cd", - "rendering": "select", - "answers": [ - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive (+)" - }, - { - "concept": "a8a18fdc-1350-11df-a1f1-0026b9348838", - "label": "Strong positive (++)" - }, - { - "concept": "a8a1909a-1350-11df-a1f1-0026b9348838", - "label": "Stronger positive (+++)" - } - ] - }, - "hide": { - "hideWhenExpression": "visitTypeUuid !== '02e3ce61-fa24-445e-a1f0-6e3299142966'" - } - } - ], - "id": "__wKHo8FDro" - } - ] - }, - { - "label": "Blood Grouping", - "questions": [ - { - "label": "Blood type:", - "id": "bloodGroup_test", - "questionOptions": { - "concept": "a8945754-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a896e8c0-1350-11df-a1f1-0026b9348838", - "label": "A positive" - }, - { - "concept": "a896ea6e-1350-11df-a1f1-0026b9348838", - "label": "A negative" - }, - { - "concept": "a896ec1c-1350-11df-a1f1-0026b9348838", - "label": "B positive" - }, - { - "concept": "a896edca-1350-11df-a1f1-0026b9348838", - "label": "B negative" - }, - { - "concept": "a896f04a-1350-11df-a1f1-0026b9348838", - "label": "O positive" - }, - { - "concept": "a896f1f8-1350-11df-a1f1-0026b9348838", - "label": "O negative" - }, - { - "concept": "a89b47a8-1350-11df-a1f1-0026b9348838", - "label": "AB positive" - }, - { - "concept": "a89b48de-1350-11df-a1f1-0026b9348838", - "label": "AB negative" - }, - { - "concept": "33bc1cf5-4ae5-49ba-9afd-bcbb9f7b09e5", - "label": "A" - }, - { - "concept": "01e7f790-a8fc-40e9-968f-c9d79924eb6d", - "label": "B" - }, - { - "concept": "0feab44f-6777-4c4b-a3ed-a3502f996fcb", - "label": "AB" - }, - { - "concept": "bf9a31dc-5db4-49c2-aad2-30ec16315b24", - "label": "O" - } - ], - "showDate": "true", - "rendering": "select", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(bloodGroup_test) && isEmpty(myValue)", - "message": "Date result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(bloodGroup_test)" - } - } - }, - "type": "obs", - "validators": [] - } - ] - }, - { - "label": "TB Test", - "questions": [ - { - "label": "Genexpert test (Upload image of the result):", - "id": "genexpert_test", - "questionOptions": { - "concept": "6fa355eb-9321-4850-884c-12594194862a", - "showDate": "true", - "rendering": "file", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(genexpert_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(genexpert_test)" - } - } - }, - "type": "obs", - "validators": [] - }, - { - "label": "Sputum gene xpert MTB:", - "id": "sputumgene_test", - "questionOptions": { - "concept": "741517cf-8bac-4755-b289-8dd2a2df7962", - "answers": [ - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive" - }, - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a89a7ae4-1350-11df-a1f1-0026b9348838", - "label": "Indeterminate" - }, - { - "concept": "a89c3d8e-1350-11df-a1f1-0026b9348838", - "label": "Poor sample quality" - } - ], - "showDate": "true", - "rendering": "select", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(sputumgene_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(sputumgene_test)" - } - } - }, - "type": "obs", - "validators": [] - }, - { - "label": "Sputum AFB smear:", - "id": "sputumafp_test", - "questionOptions": { - "concept": "a8945d4e-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a8a45ab4-1350-11df-a1f1-0026b9348838", - "label": "1+" - }, - { - "concept": "a8a45bd6-1350-11df-a1f1-0026b9348838", - "label": "2+" - }, - { - "concept": "a8a45ca8-1350-11df-a1f1-0026b9348838", - "label": "3+" - }, - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive" - }, - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a89a7ae4-1350-11df-a1f1-0026b9348838", - "label": "Indeterminate" - }, - { - "concept": "a89c3d8e-1350-11df-a1f1-0026b9348838", - "label": "Poor sample quality" - } - ], - "showDate": "true", - "rendering": "select", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(sputumafp_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(sputumafp_test)" - } - } - }, - "type": "obs", - "validators": [] - }, - { - "label": "Sputum culture:", - "id": "sputumculture_test", - "questionOptions": { - "concept": "a8a462a2-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive" - }, - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a89c3d8e-1350-11df-a1f1-0026b9348838", - "label": "Poor sample quality" - }, - { - "concept": "0b4e9aa1-e470-46d1-9d2d-0d8a475561b9", - "label": "Mycobacterium tuberculosis" - }, - { - "concept": "a01149c4-7f0e-4d27-8f42-dc019e3330ec", - "label": "Non tuberculosis mycobacteria" - } - ], - "showDate": "true", - "rendering": "select", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(sputumculture_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(sputumculture_test)" - } - } - }, - "type": "obs", - "validators": [] - }, - { - "label": "TST (Mantoux test):", - "id": "tst_test", - "questionOptions": { - "concept": "a89d278a-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive" - }, - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a89d2852-1350-11df-a1f1-0026b9348838", - "label": "Strongly positive" - } - ], - "showDate": "true", - "rendering": "select", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(tst_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(tst_test)" - } - } - }, - "type": "obs", - "validators": [] - } - ] - }, - { - "label": "Chest Xray", - "questions": [ - { - "label": "CXR code:", - "id": "cxrcode_test", - "questionOptions": { - "concept": "a8908192-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899e7b4-1350-11df-a1f1-0026b9348838", - "label": "Normal" - }, - { - "concept": "a8a6aa3a-1350-11df-a1f1-0026b9348838", - "label": "Cardiomegaly" - }, - { - "concept": "a8ae8c1e-1350-11df-a1f1-0026b9348838", - "label": "Cavitary" - }, - { - "concept": "a8ae8a66-1350-11df-a1f1-0026b9348838", - "label": "Diffuse abn/non-miliary" - }, - { - "concept": "a8ae8980-1350-11df-a1f1-0026b9348838", - "label": "Infiltrate" - }, - { - "concept": "a89a77ce-1350-11df-a1f1-0026b9348838", - "label": "Miliary" - }, - { - "concept": "a89a76fc-1350-11df-a1f1-0026b9348838", - "label": "PI effusion" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "showDate": "true", - "rendering": "select", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(cxrcode_test) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(cxrcode_test)" - } - } - }, - "type": "obs", - "validators": [] - } - ] - }, - { - "label": "Other Lab Tests", - "questions": [ - { - "type": "obsGroup", - "label": "Test result, detailed", - "questionOptions": { - "concept": "a8a00e1e-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "type": "obs", - "label": "Other test results, specify:", - "id": "otherTestResult", - "questionOptions": { - "concept": "6f5207f4-6785-433b-943e-c2d03e7d3ea7", - "rendering": "text" - }, - "validators": [] - } - ], - "id": "__wnIpx7nxr" - } - ] - } - ] - }, - { - "label": "Assessment", - "sections": [ - { - "label": "Clinical Notes", - "isExpanded": "true", - "questions": [ - { - "label": "Please enter the clinical notes below:", - "type": "obs", - "id": "assNote", - "default": "", - "questionOptions": { - "concept": "23f710cc-7f9c-4255-9b6b-c3e240215dba", - "rendering": "textarea", - "rows": 5 - } - } - ] - } - ] - }, - { - "label": "Medication Plan", - "sections": [ - { - "label": "ART Plan", - "isExpanded": "true", - "questions": [ - { - "required": "true", - "id": "arvPlan", - "label": "ART plan:", - "questionOptions": { - "concept": "a89b75d4-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89b7908-1350-11df-a1f1-0026b9348838", - "label": "Continue regimen" - }, - { - "concept": "a898c938-1350-11df-a1f1-0026b9348838", - "label": "Change dose" - }, - { - "concept": "a89b7c50-1350-11df-a1f1-0026b9348838", - "label": "Change regimen" - }, - { - "concept": "a89b7ae8-1350-11df-a1f1-0026b9348838", - "label": "Change formulation" - }, - { - "concept": "a8a00158-1350-11df-a1f1-0026b9348838", - "label": "Drug substitution" - }, - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "Not on ARVS" - }, - { - "concept": "a8a00220-1350-11df-a1f1-0026b9348838", - "label": "Restart" - }, - { - "concept": "a89b77aa-1350-11df-a1f1-0026b9348838", - "label": "Start ARVs" - }, - { - "concept": "a89b7d36-1350-11df-a1f1-0026b9348838", - "label": "Stop all" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onArt) && onArt === 'a899b35c-1350-11df-a1f1-0026b9348838' && !isEmpty(myValue) && arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a899e0ac-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], myValue)", - "message": "Patient marked as on ART in ART History section. Therefore plan can only be drug substitution, continue regimen, change dose, chage regimen, change" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onArt) && onArt === 'a899b42e-1350-11df-a1f1-0026b9348838' && !isEmpty(myValue) && !arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a899e0ac-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], myValue)", - "message": "Patient marked as not on ART in ART History section. Therefore plan can only be None,Start" - } - ] - }, - { - "label": "Reason to start ART:", - "id": "arvStartReason", - "questionOptions": { - "concept": "a89b6ce2-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "c9778159-958b-4f59-9053-a6171074726f", - "label": "CD4 less than 500" - }, - { - "concept": "a8af49d8-1350-11df-a1f1-0026b9348838", - "label": "Discordant couple" - }, - { - "concept": "a89b27be-1350-11df-a1f1-0026b9348838", - "label": "WHO stage 3" - }, - { - "concept": "a89b289a-1350-11df-a1f1-0026b9348838", - "label": "WHO stage 4" - }, - { - "concept": "a89fbedc-1350-11df-a1f1-0026b9348838", - "label": "PMTCT" - }, - { - "concept": "a8909060-1350-11df-a1f1-0026b9348838", - "label": "Hepatitis" - }, - { - "concept": "7fa72118-ef2a-4694-993a-014440024bbc", - "label": "Test and treat" - }, - { - "concept": "67f1f202-477a-4469-a2f9-769b339f682f", - "label": "Adherence counselling completed" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(arvPlan) && isEmpty(myValue) && arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], arvPlan)", - "message": "You indicated patient is (re)starting ART. Please provide reason." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(arvPlan) && !isEmpty(myValue) && !arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], arvPlan)", - "message": "You indicated patient is not (re)starting ART, therefore no reason for starting should be selected." - } - ], - "hide": { - "hideWhenExpression": "!arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], arvPlan)" - } - }, - { - "type": "obsGroup", - "label": "ART change reason", - "questionOptions": { - "concept": "a8a07688-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "id": "arvChangeReason", - "label": "Reason for stopping/change/substitution/interruption:", - "questionOptions": { - "concept": "a89b7110-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89ce50e-1350-11df-a1f1-0026b9348838", - "label": "Adherence concerns" - }, - { - "concept": "a8981934-1350-11df-a1f1-0026b9348838", - "label": "Clinical treatment failure" - }, - { - "concept": "c0c9eab3-46f6-453c-b29d-dc1c242317c5", - "label": "Drug out of stock" - }, - { - "concept": "a890a96a-1350-11df-a1f1-0026b9348838", - "label": "Due to new TB" - }, - { - "concept": "057dae68-3d6f-4d79-926c-ed75a0ce7fd5", - "label": "Illness/hospitalization" - }, - { - "concept": "c6537e06-9fc2-47da-b679-e2a32824407f", - "label": "Immunologic failure" - }, - { - "concept": "a8a6f56c-1350-11df-a1f1-0026b9348838", - "label": "Lost to follow-up" - }, - { - "concept": "a8a07b10-1350-11df-a1f1-0026b9348838", - "label": "New drug available" - }, - { - "concept": "a8b03af0-1350-11df-a1f1-0026b9348838", - "label": "Patient lacks finances" - }, - { - "concept": "abe0cbb6-8d08-487a-b18e-7af873945fcc", - "label": "Planned Rx interruption" - }, - { - "concept": "ecafa614-49c5-4eba-84c7-b85b0d9e2c46", - "label": "Pill burden" - }, - { - "concept": "a89b7c50-1350-11df-a1f1-0026b9348838", - "label": "Changing to adult regimen" - }, - { - "concept": "a8909e8e-1350-11df-a1f1-0026b9348838", - "label": "Pregnancy" - }, - { - "concept": "e38b3e51-8a27-4bf6-b0c8-e0b285e4bb2f", - "label": "Risk of pregnancy" - }, - { - "concept": "a89d25fa-1350-11df-a1f1-0026b9348838", - "label": "Other patient desicion" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - }, - { - "concept": "4ee08cb4-fc93-44a0-a330-4e3fb45ca625", - "label": "Optimization" - }, - { - "concept": "a890d1ba-1350-11df-a1f1-0026b9348838", - "label": "Toxicity" - }, - { - "concept": "93fe19e8-fec4-4e4b-85f1-239e1fabd761", - "label": "Virologic failure" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(arvPlan) && isEmpty(myValue) && arrayContains(['a898c938-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838','a89b7ae8-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a89b7d36-1350-11df-a1f1-0026b9348838'], arvPlan)", - "message": "You indicated patient is changing/changing dose/substituting/stopping arvs, reason for changing should be selected." - } - ], - "hide": { - "hideWhenExpression": "!arrayContains(['a898c938-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838','a89b7ae8-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a89b7d36-1350-11df-a1f1-0026b9348838'], arvPlan)" - } - }, - { - "id": "arvToxicityCause", - "label": "If toxicity, please provide cause:", - "questionOptions": { - "concept": "a8a032fe-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a877c7f6-1350-11df-a1f1-0026b9348838", - "label": "Anaemia" - }, - { - "concept": "a8909060-1350-11df-a1f1-0026b9348838", - "label": "Hepatitis" - }, - { - "concept": "a89d0c0a-1350-11df-a1f1-0026b9348838", - "label": "IRIS" - }, - { - "concept": "a8a01dfa-1350-11df-a1f1-0026b9348838", - "label": "Lactic acidosis" - }, - { - "concept": "a89cee50-1350-11df-a1f1-0026b9348838", - "label": "Lipo-dystrophy" - }, - { - "concept": "a897fe86-1350-11df-a1f1-0026b9348838", - "label": "Neuropathy" - }, - { - "concept": "a8ad239c-1350-11df-a1f1-0026b9348838", - "label": "Persistent vomiting" - }, - { - "concept": "a895776a-1350-11df-a1f1-0026b9348838", - "label": "Rash" - }, - { - "concept": "a8a16d0e-1350-11df-a1f1-0026b9348838", - "label": "Steven-Johnson syndrome" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(arvChangeReason)&&isEmpty(myValue) && (arvChangeReason==='a890d1ba-1350-11df-a1f1-0026b9348838')", - "message": "You indicated patient is changing /changing dose/substituting/stopping arvs due to toxicity, cause should be selected." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(arvChangeReason) && !isEmpty(myValue) && (arvChangeReason!=='a890d1ba-1350-11df-a1f1-0026b9348838')", - "message": "You indicated patient is not changing/dose/substituting/stopping arvs due to toxicity, cause should be selected." - } - ], - "hide": { - "hideWhenExpression": "arvChangeReason!=='a890d1ba-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "If toxicity: Other (specify):", - "id": "arvToxOther", - "type": "obs", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(arvToxicityCause) && isEmpty(myValue) && (arvToxicityCause==='a8aaf3e2-1350-11df-a1f1-0026b9348838')", - "message": "You indicated patient is changing /changing dose/substituting/stopping arvs due to other toxicity, indicate the other cause." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(arvToxicityCause) && !isEmpty(myValue) && (arvToxicityCause!=='a8aaf3e2-1350-11df-a1f1-0026b9348838')", - "message": "You indicated patient is not changing /changing dose/substituting/stopping arvs due to other toxicity, other cause is not required." - } - ], - "hide": { - "hideWhenExpression": "arvToxicityCause!=='a8aaf3e2-1350-11df-a1f1-0026b9348838'" - } - } - ], - "id": "__F0IFM5Dvt" - }, - { - "type": "obsGroup", - "label": "Eligible for ART", - "questionOptions": { - "concept": "a8a17a7e-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "label": "Eligible for ART but not started:", - "id": "artEligibleNotStarted", - "questionOptions": { - "concept": "a89d26cc-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89ce50e-1350-11df-a1f1-0026b9348838", - "label": "Adherence concerns" - }, - { - "concept": "a8a8b26c-1350-11df-a1f1-0026b9348838", - "label": "On TB treatment" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - }, - { - "concept": "a89d25fa-1350-11df-a1f1-0026b9348838", - "label": "Patient refused" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "arvPlan !== 'a899e0ac-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Eligible for ART but not started: Other (specify):", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "id": "eligibleOther", - "validators": [], - "hide": { - "hideWhenExpression": "artEligibleNotStarted !== 'a8aaf3e2-1350-11df-a1f1-0026b9348838'" - } - } - ], - "id": "__xw59rqzst" - }, - { - "label": "Plan treatment categories:", - "type": "obs", - "id": "planCate", - "questionOptions": { - "concept": "74e3b23f-b94f-49d9-a237-6baaee73f163", - "answers": [ - { - "concept": "034047bd-3fa1-4b2a-b0f0-2787e9b9f7b3", - "label": "First line regimen" - }, - { - "concept": "8f8a715d-e49a-4b2c-aa3a-83fa9d7a4254", - "label": "Second line regimen" - }, - { - "concept": "a90ebdd2-351f-485a-b850-4938fcca2729", - "label": "Third line regimen" - } - ], - "rendering": "select" - }, - "hide": { - "hideWhenExpression": "!arrayContains(['a89b7ae8-1350-11df-a1f1-0026b9348838', 'a898c938-1350-11df-a1f1-0026b9348838','a89b77aa-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838', 'a8a00220-1350-11df-a1f1-0026b9348838'],arvPlan)" - } - }, - { - "label": "ART regimen started, adult:", - "id": "artStartedAdult", - "questionOptions": { - "concept": "a89b6a62-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "18e86e1f-92b8-40cd-8266-0df0ab0a4a50", - "label": "DTG50mg/3TC300mg/TDF300mg" - }, - { - "concept": "1c4a75d0-cc91-4752-b0a5-4b833326ff7a", - "label": "TDF300mg/3TC300mg/EFV600mg" - }, - { - "concept": "ea501f4e-cbc5-4942-b9c8-0ac415929f08", - "label": "TDF300mg/3TC300mg/EFV400mg" - }, - { - "concept": "e78843da-fdb6-446d-8e99-873c278b3540", - "label": "ABC600mg/3TC300mg" - }, - { - "concept": "6a73f32d-1870-4527-af6e-74443251ded2", - "label": "NVP200/ZDV300/3TC150" - }, - { - "concept": "a89cc876-1350-11df-a1f1-0026b9348838", - "label": "3TC300mg/TDF300mg" - }, - { - "concept": "a896758e-1350-11df-a1f1-0026b9348838", - "label": "3TC150mg/ZDV300mg" - }, - { - "concept": "a8afcf84-1350-11df-a1f1-0026b9348838", - "label": "Emtri200mg/TDF300(Truvada)" - }, - { - "concept": "a897e7c0-1350-11df-a1f1-0026b9348838", - "label": "Aluvia(Kaletra)200mg/LPV50mg" - }, - { - "concept": "a8afc066-1350-11df-a1f1-0026b9348838", - "label": "Atazanavir300/Ritonavir100" - }, - { - "concept": "dabf36cb-dd9a-4542-a8ef-874c1ee5be4a", - "label": "FTC200mg/RPV25mg/TDF245mg(Eviplera)" - }, - { - "concept": "98b0baf6-0b73-4429-9264-6233684b0969", - "label": "Dolutegravir 50mg" - }, - { - "concept": "a897f8a0-1350-11df-a1f1-0026b9348838", - "label": "Abacavir300mg" - }, - { - "concept": "db3c194b-3e1b-4001-9a1c-a5df1728fc28", - "label": "Efavirenz 200mg" - }, - { - "concept": "a89673f4-1350-11df-a1f1-0026b9348838", - "label": "Lamivudine150mg" - }, - { - "concept": "a8afbd64-1350-11df-a1f1-0026b9348838", - "label": "Raltegravir 400mg" - }, - { - "concept": "a897ea4a-1350-11df-a1f1-0026b9348838", - "label": "Zidovudine300mg" - }, - { - "concept": "68a0a5dd-1e91-43a2-8dce-c6e84a14de04", - "label": "Darunavir 600mg" - }, - { - "concept": "1baf254e-1429-4fd9-8db1-edf6523cea13", - "label": " Ritonavir 100mg" - }, - { - "concept": "42ef7c4d-d6fb-49c0-a46e-019c42dea203", - "label": " Ritonavir 80mg" - }, - { - "concept": "38fbba9c-4b26-412d-9659-8dd649514d66", - "label": "Etravirine 100mg" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(arvPlan) && isEmpty(myValue) && arrayContains(['a89b7ae8-1350-11df-a1f1-0026b9348838', 'a898c938-1350-11df-a1f1-0026b9348838','a89b77aa-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838', 'a8a00220-1350-11df-a1f1-0026b9348838'], arvPlan)", - "message": "Based on the plan selected, you must choose a regimen." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(myValue) && !arrayContains(['a89b7ae8-1350-11df-a1f1-0026b9348838', 'a898c938-1350-11df-a1f1-0026b9348838','a89b77aa-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838', 'a8a00220-1350-11df-a1f1-0026b9348838'], arvPlan)", - "message": "Based on the plan selected, you may not choose a regimen." - } - ], - "hide": { - "hideWhenExpression": "!arrayContains(['a89b7ae8-1350-11df-a1f1-0026b9348838', 'a898c938-1350-11df-a1f1-0026b9348838','a89b77aa-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838', 'a8a00220-1350-11df-a1f1-0026b9348838'],arvPlan)" - } - }, - { - "label": "Indication for DTG based ART:", - "historicalExpression": "_.isEmpty(HD.getObject('prevEnc').getValue('3c54aae1-8b94-49b5-9961-b6aa7cacc03b')) ? undefined : HD.getObject('prevEnc').getValue('3c54aae1-8b94-49b5-9961-b6aa7cacc03b')", - "id": "dtgIndication", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "3c54aae1-8b94-49b5-9961-b6aa7cacc03b", - "answers": [ - { - "concept": "971e804e-89f1-41a2-9cfc-82922eed3db2", - "label": "ART intiation" - }, - { - "concept": "c9072a63-0075-4f5a-81af-1439d803a510", - "label": "Substitution for EFV intolerance/toxicity" - }, - { - "concept": "c3bfde9d-6f9c-4a92-ba74-bbf3af8c7061", - "label": "Substitution for NVP" - }, - { - "concept": "a90ebdd2-351f-485a-b850-4938fcca2729", - "label": "Third line regimen" - }, - { - "concept": "24d5c8f6-e92c-47fb-becb-9cfac89939c5", - "label": "Substitution for ATV/r in PWID" - }, - { - "concept": "30c754b8-e20a-470b-a2cf-b6f1f92c733d", - "label": "Substitution for PI/r in 2nd line with TB disease" - }, - { - "concept": "9af59394-f330-4616-b361-86642659808a", - "label": "Alternative for virally suppressed 1st line PI/r based regimen" - }, - { - "concept": "0df1b558-9598-4ca4-9678-7a1caae6265f", - "label": "Alternative regimen for pregnant/postpartum women" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ] - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(artStartedAdult) && arrayContains(artStartedAdult, '98b0baf6-0b73-4429-9264-6233684b0969')", - "message": "DTG indication is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(artStartedAdult) || !arrayContains(artStartedAdult, '98b0baf6-0b73-4429-9264-6233684b0969')" - } - }, - { - "label": "Other (specify):", - "id": "otherDtgIndications", - "type": "obs", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "validators": [], - "hide": { - "hideWhenExpression": "dtgIndication !== 'a8aaf3e2-1350-11df-a1f1-0026b9348838'" - } - } - ] - }, - { - "label": "PCP Prophylaxis Plan", - "isExpanded": "true", - "questions": [ - { - "required": "true", - "id": "pcpProphylaxisPlan", - "label": "PCP prophylaxis plan:", - "questionOptions": { - "concept": "a89b7e12-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89b7908-1350-11df-a1f1-0026b9348838", - "label": "Continue" - }, - { - "concept": "a89b7c50-1350-11df-a1f1-0026b9348838", - "label": "Change regimen" - }, - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "Not on PCP prophylaxis" - }, - { - "concept": "a89b77aa-1350-11df-a1f1-0026b9348838", - "label": "Start" - }, - { - "concept": "a89b7d36-1350-11df-a1f1-0026b9348838", - "label": "Stop" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pcpProphylaxisCurrent) && !isEmpty(myValue) && !arrayContains(['a899e0ac-1350-11df-a1f1-0026b9348838','a89b77aa-1350-11df-a1f1-0026b9348838'],myValue)&&(pcpProphylaxisCurrent==='a899e0ac-1350-11df-a1f1-0026b9348838')", - "message": "Patient marked as not on PCP prophylaxis. Therefore plan can only be none or start." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pcpProphylaxisCurrent) && !isEmpty(myValue) && arrayContains(['a8989396-1350-11df-a1f1-0026b9348838','a890c9e0-1350-11df-a1f1-0026b9348838'],pcpProphylaxisCurrent)&&!(arrayContains(['a89b7c50-1350-11df-a1f1-0026b9348838','a89b7d36-1350-11df-a1f1-0026b9348838','a89b7908-1350-11df-a1f1-0026b9348838'], myValue))", - "message": "Patient marked as on PCP Prophylaxis. Therefore plan can only be change regimen,continue or stop." - } - ] - }, - { - "type": "obsGroup", - "label": "PCP prophylaxis change reason", - "questionOptions": { - "concept": "a8a07750-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "label": "If change/stop, reason:", - "id": "pcpProphylaxisChangeReason", - "questionOptions": { - "concept": "a89b7eee-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a890d1ba-1350-11df-a1f1-0026b9348838", - "label": "Toxicity" - }, - { - "concept": "ecafa614-49c5-4eba-84c7-b85b0d9e2c46", - "label": "Pill burden" - }, - { - "concept": "c0c9eab3-46f6-453c-b29d-dc1c242317c5", - "label": "Drug out of stock" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pcpProphylaxisPlan) && isEmpty(myValue) && arrayContains(['a89b7c50-1350-11df-a1f1-0026b9348838','a89b7d36-1350-11df-a1f1-0026b9348838'], pcpProphylaxisPlan)", - "message": "Patient changed drugs, please select reason." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pcpProphylaxisPlan) && !isEmpty(myValue) && (!arrayContains(['a89b7c50-1350-11df-a1f1-0026b9348838','a89b7d36-1350-11df-a1f1-0026b9348838'], pcpProphylaxisPlan))", - "message": "Patient has not changed drugs, please do not select a reason." - } - ], - "hide": { - "hideWhenExpression": "!arrayContains(['a89b7c50-1350-11df-a1f1-0026b9348838','a89b7d36-1350-11df-a1f1-0026b9348838'], pcpProphylaxisPlan)" - } - } - ], - "id": "__LIHtMFLKu" - }, - { - "id": "pcpToxicityCause", - "label": "If toxicity, please provide cause:", - "questionOptions": { - "concept": "a8a032fe-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a877c7f6-1350-11df-a1f1-0026b9348838", - "label": "Anaemia" - }, - { - "concept": "a8909060-1350-11df-a1f1-0026b9348838", - "label": "Hepatitis" - }, - { - "concept": "a89d0c0a-1350-11df-a1f1-0026b9348838", - "label": "IRIS" - }, - { - "concept": "a8a01dfa-1350-11df-a1f1-0026b9348838", - "label": "Lactic acidosis" - }, - { - "concept": "a89cee50-1350-11df-a1f1-0026b9348838", - "label": "Lipo-dystrophy" - }, - { - "concept": "a897fe86-1350-11df-a1f1-0026b9348838", - "label": "Neuropathy" - }, - { - "concept": "a8ad239c-1350-11df-a1f1-0026b9348838", - "label": "Persistent vomiting" - }, - { - "concept": "a895776a-1350-11df-a1f1-0026b9348838", - "label": "Rash" - }, - { - "concept": "a8a16d0e-1350-11df-a1f1-0026b9348838", - "label": "Steven-johnson syndrome" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pcpProphylaxisChangeReason) && isEmpty(myValue) && (pcpProphylaxisChangeReason==='a890d1ba-1350-11df-a1f1-0026b9348838')", - "message": "You indicated patient is changing /changing dose/substituting/stopping PCP due to toxicity, cause should be selected." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pcpProphylaxisChangeReason) && !isEmpty(myValue) && (pcpProphylaxisChangeReason!=='a890d1ba-1350-11df-a1f1-0026b9348838')", - "message": "You indicated patient is not changing/dose/substituting/stopping PCP due to toxicity, cause should not be selected." - } - ], - "hide": { - "hideWhenExpression": "pcpProphylaxisChangeReason !== 'a890d1ba-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "If toxicity, please provide cause: Other (specify):", - "id": "q25OtherToxicity", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pcpToxicityCause) && isEmpty(myValue) && pcpToxicityCause==='a8aaf3e2-1350-11df-a1f1-0026b9348838'", - "message": "You indicated patient is changing /changing dose/substituting/stopping PCP due to other toxicity, indicate the other cause." - } - ], - "hide": { - "hideWhenExpression": "pcpToxicityCause !== 'a8aaf3e2-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "If Start/Change, regimen:", - "id": "pcpPlanMedication", - "questionOptions": { - "concept": "a89b82cc-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a8989396-1350-11df-a1f1-0026b9348838", - "label": "Septrin" - }, - { - "concept": "a890c9e0-1350-11df-a1f1-0026b9348838", - "label": "Dapsone 100mg" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(pcpProphylaxisPlan) && isEmpty(myValue) && arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838', 'a89b7c50-1350-11df-a1f1-0026b9348838'], pcpProphylaxisPlan)", - "message": "You indicated patient is starting/continuing/changing PCP regimen. Please select regimen." - } - ], - "hide": { - "hideWhenExpression": "!arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838', 'a89b7c50-1350-11df-a1f1-0026b9348838'], pcpProphylaxisPlan)" - } - } - ] - }, - { - "label": "TB Prophylaxis Plan", - "isExpanded": "true", - "questions": [ - { - "label": "TB prophylaxis plan:", - "required": "true", - "id": "tbpropplan", - "questionOptions": { - "concept": "a89c1cfa-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "Not on TB prophylaxis" - }, - { - "concept": "a89b7908-1350-11df-a1f1-0026b9348838", - "label": "Continue" - }, - { - "concept": "a89b77aa-1350-11df-a1f1-0026b9348838", - "label": "Start" - }, - { - "concept": "a8a00220-1350-11df-a1f1-0026b9348838", - "label": "Restart" - }, - { - "concept": "a89b7d36-1350-11df-a1f1-0026b9348838", - "label": "Stop" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onTbProphylaxis) && onTbProphylaxis === 'a899b35c-1350-11df-a1f1-0026b9348838' && !isEmpty(myValue) && arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a899e0ac-1350-11df-a1f1-0026b9348838'], myValue)", - "message": "Patient marked as on TB prophylaxis in History section. Therefore plan can only be continue ,stop" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onTbProphylaxis) && onTbProphylaxis === 'a899b42e-1350-11df-a1f1-0026b9348838' && !isEmpty(myValue) && !arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a899e0ac-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], myValue)", - "message": "Patient marked as not on TB prophylaxis in History section. Therefore plan can only be None,Start,Restart" - } - ] - }, - { - "type": "obsGroup", - "label": "stopping reason", - "questionOptions": { - "concept": "a8a0780e-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "label": "If stopping, reason:", - "required": "true", - "id": "tbpropreasonstop", - "questionOptions": { - "concept": "a89c1e12-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a890a96a-1350-11df-a1f1-0026b9348838", - "label": "Active TB" - }, - { - "concept": "a89c1ef8-1350-11df-a1f1-0026b9348838", - "label": "Completed" - }, - { - "concept": "ecafa614-49c5-4eba-84c7-b85b0d9e2c46", - "label": "Pill burden" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - }, - { - "concept": "a890d1ba-1350-11df-a1f1-0026b9348838", - "label": "Toxicity" - }, - { - "concept": "a89eb744-1350-11df-a1f1-0026b9348838", - "label": "Lack of drugs" - }, - { - "concept": "a89ce50e-1350-11df-a1f1-0026b9348838", - "label": "Poor adherence" - }, - { - "concept": "a89eb8c0-1350-11df-a1f1-0026b9348838", - "label": "Side effects (Adverse drug reaction)" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "tbpropplan !== 'a89b7d36-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "If toxicity, please provide cause:", - "id": "toxCause", - "questionOptions": { - "concept": "a8a032fe-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a877c7f6-1350-11df-a1f1-0026b9348838", - "label": "Anaemia" - }, - { - "concept": "a8909060-1350-11df-a1f1-0026b9348838", - "label": "Hepatitis" - }, - { - "concept": "a89d0c0a-1350-11df-a1f1-0026b9348838", - "label": "IRIS" - }, - { - "concept": "a8a01dfa-1350-11df-a1f1-0026b9348838", - "label": "Lactic Acidosis" - }, - { - "concept": "a89cee50-1350-11df-a1f1-0026b9348838", - "label": "Lipo-dystrophy" - }, - { - "concept": "a897fe86-1350-11df-a1f1-0026b9348838", - "label": "Neuropathy" - }, - { - "concept": "a8ad239c-1350-11df-a1f1-0026b9348838", - "label": "Persistent vomiting" - }, - { - "concept": "a895776a-1350-11df-a1f1-0026b9348838", - "label": "Rash" - }, - { - "concept": "a8a16d0e-1350-11df-a1f1-0026b9348838", - "label": "Steven-Johnson syndrome" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "tbpropreasonstop !== 'a890d1ba-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "If toxicity, please provide cause: Other (specify):", - "id": "toxcauseOther", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "toxCause !== 'a8aaf3e2-1350-11df-a1f1-0026b9348838'" - } - } - ], - "id": "__wrpzzvEyJ" - }, - { - "label": "TB prophylaxis regimen started:", - "questionOptions": { - "concept": "a89b83bc-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "162724df-5a66-4ae3-bbf6-5dc6dbba4ebb", - "label": "Isoniazid 100mg (6H)" - }, - { - "concept": "b150ccdc-e7ec-4f99-b592-6f3fa73b3aea", - "label": "Isoniazid 300mg (6H)" - }, - { - "concept": "aeaed1af-5b0d-401e-a32a-e96cf4072ab5", - "label": "Isoniazid 300mg and Rifapentine 300mg (3HP)" - }, - { - "concept": "177635d0-793b-4a66-8324-976c46f795af", - "label": "Rifampicin 150mg and Isonaizid 75mg (3RH)" - }, - { - "concept": "e5e24e6d-e6b0-4c81-8f7b-0e366df29426", - "label": "Rifampicin 70mg and Isonaizid 50mg (3RH)" - } - ], - "rendering": "select" - }, - "id": "prophyReg", - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "!arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], tbpropplan)" - } - } - ] - }, - { - "label": "TB Treatment Plan", - "isExpanded": "true", - "questions": [ - { - "label": "TB Treatment Started, detailed", - "type": "obsGroup", - "questionOptions": { - "concept": "a89fe6f0-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "label": "TB Treatment plan:", - "id": "tbTreatmentPlan", - "required": "true", - "questionOptions": { - "concept": "a89c1fd4-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "Not on TB treatment" - }, - { - "concept": "a89b7908-1350-11df-a1f1-0026b9348838", - "label": "Continue regimen" - }, - { - "concept": "a89b77aa-1350-11df-a1f1-0026b9348838", - "label": "Start induction" - }, - { - "concept": "a89b7c50-1350-11df-a1f1-0026b9348838", - "label": "Change to continuation" - }, - { - "concept": "a898c938-1350-11df-a1f1-0026b9348838", - "label": "Re-dose" - }, - { - "concept": "a8a00158-1350-11df-a1f1-0026b9348838", - "label": "Substitution" - }, - { - "concept": "a8a00220-1350-11df-a1f1-0026b9348838", - "label": "Restart" - }, - { - "concept": "a89b7d36-1350-11df-a1f1-0026b9348838", - "label": "Stop" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onTbTreatment) && onTbTreatment === 'a899b35c-1350-11df-a1f1-0026b9348838' && !isEmpty(myValue) && arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a899e0ac-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], myValue)", - "message": "Patient marked as on TB in TB History section. Therefore plan can only be drug substitution, continue regimen, change dose, change regimen" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(onTbTreatment) && onTbTreatment === 'a899b42e-1350-11df-a1f1-0026b9348838' && !isEmpty(myValue) && !arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a899e0ac-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], myValue)", - "message": "Patient marked as not on TB in TB History section. Therefore plan can only be None, start" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(tbstatus) && tbstatus === 'a8af9046-1350-11df-a1f1-0026b9348838' && !isEmpty(myValue) && !arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838'], myValue)", - "message": "Patient marked as confirmed for TB in TB Screening section. Therefore plan can only start" - } - ] - } - ], - "id": "__IDvyt9IE5" - }, - { - "type": "obsGroup", - "label": "TB Plan Change Reason", - "questionOptions": { - "concept": "a8a078cc-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "label": "If plan is to stop/change/re-dose/substitute, reason:", - "id": "tbPlanChangeReason", - "questionOptions": { - "concept": "a89c1fd4-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89c1ef8-1350-11df-a1f1-0026b9348838", - "label": "Completed" - }, - { - "concept": "c0c9eab3-46f6-453c-b29d-dc1c242317c5", - "label": "Drug out of stock" - }, - { - "concept": "ecafa614-49c5-4eba-84c7-b85b0d9e2c46", - "label": "Pill burden" - }, - { - "concept": "a89b7c50-1350-11df-a1f1-0026b9348838", - "label": "Changing to adult regimen" - }, - { - "concept": "a8909e8e-1350-11df-a1f1-0026b9348838", - "label": "Pregnancy" - }, - { - "concept": "e38b3e51-8a27-4bf6-b0c8-e0b285e4bb2f", - "label": "Risk of pregnancy" - }, - { - "concept": "a890d1ba-1350-11df-a1f1-0026b9348838", - "label": "Toxicity" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(tbTreatmentPlan) && isEmpty(myValue) && arrayContains(['a898c938-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838','a89b7ae8-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a89b7d36-1350-11df-a1f1-0026b9348838'], tbTreatmentPlan)", - "message": "You indicated patient is changing/changing dose/substituting/stopping TB, reason for changing should be selected." - } - ], - "hide": { - "hideWhenExpression": "!arrayContains(['a898c938-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838','a89b7ae8-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a89b7d36-1350-11df-a1f1-0026b9348838'], tbTreatmentPlan)" - } - }, - { - "label": "If toxicity, please provide cause:", - "id": "tbToxicityCause", - "questionOptions": { - "concept": "a8a032fe-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a877c7f6-1350-11df-a1f1-0026b9348838", - "label": "Anaemia" - }, - { - "concept": "a8909060-1350-11df-a1f1-0026b9348838", - "label": "Hepatitis" - }, - { - "concept": "a89d0c0a-1350-11df-a1f1-0026b9348838", - "label": "IRIS" - }, - { - "concept": "a8a01dfa-1350-11df-a1f1-0026b9348838", - "label": "Lactic acidosis" - }, - { - "concept": "a89cee50-1350-11df-a1f1-0026b9348838", - "label": "Lipo-dystrophy" - }, - { - "concept": "a897fe86-1350-11df-a1f1-0026b9348838", - "label": "Neuropathy" - }, - { - "concept": "a8ad239c-1350-11df-a1f1-0026b9348838", - "label": "Persistent vomiting" - }, - { - "concept": "a895776a-1350-11df-a1f1-0026b9348838", - "label": "Rash" - }, - { - "concept": "a8a16d0e-1350-11df-a1f1-0026b9348838", - "label": "Steven-Johnson syndrome" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(tbPlanChangeReason)&&isEmpty(myValue) && (tbPlanChangeReason==='a890d1ba-1350-11df-a1f1-0026b9348838')", - "message": "You indicated patient is changing /changing dose/substituting/stopping arvs due to toxicity, cause should be selected." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(tbPlanChangeReason) && !isEmpty(myValue) && (tbPlanChangeReason!=='a890d1ba-1350-11df-a1f1-0026b9348838')", - "message": "You indicated patient is not changing/dose/substituting/stopping arvs due to toxicity, cause should be selected." - } - ], - "hide": { - "hideWhenExpression": "tbPlanChangeReason !== 'a890d1ba-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "If restarting, reason:", - "id": "tbRestart", - "type": "obs", - "questionOptions": { - "concept": "749d07cb-4994-4ce9-a39c-8a655a487fdd", - "answers": [ - { - "concept": "15316528-adb9-4c33-b21f-2817f0cad769", - "label": "Defaulted" - }, - { - "concept": "f6951199-560d-414a-bb5b-1150f07fcea7", - "label": "Failure" - }, - { - "concept": "a8a3243c-1350-11df-a1f1-0026b9348838", - "label": "MDR TB regimen" - }, - { - "concept": "769822b2-1f1f-4cbb-8371-0e3949e060cc", - "label": "New treatment" - }, - { - "concept": "18ac99bf-0805-4929-8d0b-924455850a00", - "label": "Relapse/re-infection" - } - ], - "rendering": "select" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(tbTreatmentPlan) && arrayContains(['a8a00220-1350-11df-a1f1-0026b9348838'], tbTreatmentPlan) && isEmpty(myValue)", - "message": "You indicated patient is restarting tb medication, therefore reason should be selected." - }, - { - "type": "js_expression", - "failsWhenExpression": "(isEmpty(tbTreatmentPlan) || !arrayContains(['a8a00220-1350-11df-a1f1-0026b9348838'], tbTreatmentPlan)) && !isEmpty(myValue)", - "message": "You did not indicate restart tb medication, therefore reason should not be selected." - } - ], - "hide": { - "hideWhenExpression": "!arrayContains(['a8a00220-1350-11df-a1f1-0026b9348838'], tbTreatmentPlan)" - } - } - ], - "id": "__KxnLorqLz" - }, - { - "type": "obsGroup", - "label": "tbMedPickupSite", - "questionOptions": { - "concept": "b55a6d42-3189-4d4c-97bf-772dfe17b887", - "rendering": "group" - }, - "questions": [ - { - "label": "Site of TB meds pick-up:", - "id": "tbMedPickupSite", - "questionOptions": { - "concept": "16db21cd-10cb-4c31-bb5a-b7619bfbea66", - "answers": [ - { - "concept": "a89c2f42-1350-11df-a1f1-0026b9348838", - "label": "This AMPATH site" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "!arrayContains(['a89b7908-1350-11df-a1f1-0026b9348838','a89b77aa-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838', 'a898c938-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], tbTreatmentPlan)" - } - }, - { - "label": "Other Specify:", - "id": "medspickOther", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "tbMedPickupSite !== 'a8aaf3e2-1350-11df-a1f1-0026b9348838'" - } - } - ], - "id": "__ytuLEJMvz" - }, - { - "label": "TB Treatment Started, detailed", - "type": "obsGroup", - "questionOptions": { - "concept": "a89fe6f0-1350-11df-a1f1-0026b9348838", - "rendering": "repeating" - }, - "questions": [ - { - "label": "TB regimen started:", - "questionOptions": { - "concept": "a89c218c-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899f51a-1350-11df-a1f1-0026b9348838", - "label": "RHZE" - }, - { - "concept": "a897d1a4-1350-11df-a1f1-0026b9348838", - "label": "RHZ" - }, - { - "concept": "a8a382ba-1350-11df-a1f1-0026b9348838", - "label": "RHE" - }, - { - "concept": "a89b1ca6-1350-11df-a1f1-0026b9348838", - "label": "RH" - }, - { - "concept": "a899e19c-1350-11df-a1f1-0026b9348838", - "label": "EH" - }, - { - "concept": "a8971c64-1350-11df-a1f1-0026b9348838", - "label": "Ethambutol" - }, - { - "concept": "a8a3243c-1350-11df-a1f1-0026b9348838", - "label": "MDR drugs" - }, - { - "concept": "a896cc00-1350-11df-a1f1-0026b9348838", - "label": "INH" - }, - { - "concept": "a8ac5f2a-1350-11df-a1f1-0026b9348838", - "label": "Pyrazinamide" - }, - { - "concept": "a8952e4a-1350-11df-a1f1-0026b9348838", - "label": "Streptomycin" - }, - { - "concept": "b8aa06ca-93c6-40ea-b144-c74f841926f4", - "label": "Rifabutin" - }, - { - "concept": "a897d0be-1350-11df-a1f1-0026b9348838", - "label": "Rifampicin" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "id": "q26f", - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "!arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a89b7c50-1350-11df-a1f1-0026b9348838', 'a898c938-1350-11df-a1f1-0026b9348838','a8a00158-1350-11df-a1f1-0026b9348838','a8a00220-1350-11df-a1f1-0026b9348838'], tbTreatmentPlan)" - } - }, - { - "label": "tabs/day:", - "questionOptions": { - "concept": "a8a07386-1350-11df-a1f1-0026b9348838", - "max": "30", - "min": "0", - "rendering": "number" - }, - "type": "obs", - "hide": { - "field": "q26f", - "value": [ - "a899f51a-1350-11df-a1f1-0026b9348838", - "a897d1a4-1350-11df-a1f1-0026b9348838", - "a8a382ba-1350-11df-a1f1-0026b9348838" - ] - }, - "id": "__zM6vqonxv" - }, - { - "label": "mg:", - "questionOptions": { - "concept": "a8a063c8-1350-11df-a1f1-0026b9348838", - "max": "2000", - "min": "0", - "rendering": "number" - }, - "type": "obs", - "hide": { - "field": "q26f", - "value": [ - "a899e19c-1350-11df-a1f1-0026b9348838", - "a8ac5f2a-1350-11df-a1f1-0026b9348838", - "a8952e4a-1350-11df-a1f1-0026b9348838" - ] - }, - "id": "__Mv1pqKtFK" - }, - { - "label": "mg/day:", - "questionOptions": { - "concept": "a8a0744e-1350-11df-a1f1-0026b9348838", - "max": "2000", - "min": "0", - "rendering": "number" - }, - "type": "obs", - "hide": { - "field": "q26f", - "value": [ - "a896cc00-1350-11df-a1f1-0026b9348838", - "a8971c64-1350-11df-a1f1-0026b9348838" - ] - }, - "id": "__IrMD4wroM" - }, - { - "label": "tabs:", - "questionOptions": { - "concept": "a8a0630a-1350-11df-a1f1-0026b9348838", - "max": "180", - "min": "0", - "rendering": "number" - }, - "type": "obs", - "hide": { - "field": "q26f", - "value": [ - "b8aa06ca-93c6-40ea-b144-c74f841926f4" - ] - }, - "id": "__KEsxqzuHx" - } - ], - "id": "__yKqJzps5t" - } - ] - }, - { - "label": "Cryptococcal Treatment Plan", - "questions": [ - { - "label": "Crag test:", - "id": "cragTest", - "questionOptions": { - "concept": "7243bed9-0bc7-4702-af28-a06ab1981e19", - "answers": [ - { - "concept": "a896f3a6-1350-11df-a1f1-0026b9348838", - "label": "Positive" - }, - { - "concept": "a896d2cc-1350-11df-a1f1-0026b9348838", - "label": "Negative" - }, - { - "concept": "a89c3d8e-1350-11df-a1f1-0026b9348838", - "label": "Poor sample quality" - } - ], - "showDate": "true", - "rendering": "select", - "shownDateOptions": { - "validators": [ - { - "type": "date" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(cragTest) && isEmpty(myValue)", - "message": "Date is result is required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(cragTest)" - } - } - }, - "type": "obs", - "validators": [] - }, - { - "label": "Cryptococcal treatment plan", - "type": "obs", - "questionOptions": { - "concept": "a89c2790-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89b7908-1350-11df-a1f1-0026b9348838", - "label": "Continue" - }, - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "a89b77aa-1350-11df-a1f1-0026b9348838", - "label": "Start" - }, - { - "concept": "a89b7d36-1350-11df-a1f1-0026b9348838", - "label": "Stop" - } - ], - "rendering": "select" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(cryptCurrent) && !isEmpty(myValue) && !arrayContains(['a899e0ac-1350-11df-a1f1-0026b9348838','a89b77aa-1350-11df-a1f1-0026b9348838'],myValue)&&(cryptCurrent==='a899e0ac-1350-11df-a1f1-0026b9348838')", - "message": "Patient marked as not on Cryptococcus Treatment. Therefore plan can only be none or start." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(cryptCurrent) && cryptCurrent === 'a8971e12-1350-11df-a1f1-0026b9348838' && !isEmpty(myValue) && arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a899e0ac-1350-11df-a1f1-0026b9348838'], myValue)", - "message": "Patient marked as on crypto in history section. Therefore plan can only be continue regimen and stop." - }, - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(cragTest) && !isEmpty(myValue) && !arrayContains(['a89b77aa-1350-11df-a1f1-0026b9348838','a89b7908-1350-11df-a1f1-0026b9348838'],myValue)&&(cragTest==='a896f3a6-1350-11df-a1f1-0026b9348838')", - "message": "Crag test is positive. Therefore patient should be on crypto." - } - ], - "id": "__HIpEpDLK7" - } - ] - }, - { - "label": "Additional Medication Orders", - "questions": [ - { - "type": "obsGroup", - "label": "Additional medication orders", - "questionOptions": { - "rendering": "repeating", - "concept": "a8a0654e-1350-11df-a1f1-0026b9348838" - }, - "questions": [ - { - "label": "Drug", - "questionOptions": { - "concept": "a8a060c6-1350-11df-a1f1-0026b9348838", - "rendering": "drug" - }, - "type": "obs", - "validators": [], - "id": "__y4rCHMnHH" - }, - { - "label": "Frequency", - "questionOptions": { - "concept": "a8a06184-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "label": "Once a day", - "concept": "a8a05dc4-1350-11df-a1f1-0026b9348838" - }, - { - "label": "Twice a day", - "concept": "a8a05aea-1350-11df-a1f1-0026b9348838" - }, - { - "label": "Three times a day", - "concept": "a8a05b9e-1350-11df-a1f1-0026b9348838" - }, - { - "label": "Four times a day", - "concept": "a8a05cfc-1350-11df-a1f1-0026b9348838" - }, - { - "label": "As needed", - "concept": "9c1dcb23-dc0c-46b2-a755-875ab6d78fc2" - }, - { - "label": "Other", - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "id": "__wFpJnsDKu" - }, - { - "label": "If tabs, number", - "questionOptions": { - "concept": "a8a0630a-1350-11df-a1f1-0026b9348838", - "rendering": "number" - }, - "type": "obs", - "id": "__qxnrHyoLv" - }, - { - "label": "If caps, number", - "questionOptions": { - "concept": "ea404923-fe2b-4812-aec5-3be7fbe712f7", - "rendering": "number" - }, - "type": "obs", - "id": "__Du4HLJ3vF" - }, - { - "label": "If mg, number", - "questionOptions": { - "concept": "a8a063c8-1350-11df-a1f1-0026b9348838", - "rendering": "number" - }, - "type": "obs", - "id": "__Gvwnvqtpq" - }, - { - "label": "If ml, number", - "questionOptions": { - "concept": "a8a08286-1350-11df-a1f1-0026b9348838", - "rendering": "number" - }, - "type": "obs", - "id": "__nunJrsoFq" - } - ], - "id": "__DHottHy3x" - } - ] - } - ] - }, - { - "label": "Plan", - "sections": [ - { - "label": "Family Planning Plan", - "isExpanded": "true", - "questions": [ - { - "label": "Dispense condom today?", - "id": "condomDispensed", - "questionOptions": { - "concept": "a8b034d8-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "arrayContains(['02e3ce61-fa24-445e-a1f0-6e3299142966','53b856ad-21ef-4745-9acd-81aca01bba31','55c74fa8-c810-4b37-a918-14a851bba6f3','44032888-08e1-4900-b9dd-7d236d79276c'], visitTypeUuid)" - } - }, - { - "label": "Continue modern contraception method?", - "id": "contCurrentFP", - "questionOptions": { - "concept": "9bd08995-617e-407a-bf5d-79f29fbdb289", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!isEmpty(fpMethod) && isEmpty(myValue) && arrayContains(['a8a713f8-1350-11df-a1f1-0026b9348838', 'a123d949-31f3-4abf-98e3-8504e17ebc00', 'feb48308-a56f-4754-8e8f-8c1698e570cb', 'f8c66a32-3660-4233-ae51-d3a4a1eac44e', '236dba53-1062-46b4-8067-ec8711897dbf', 'a8988b44-1350-11df-a1f1-0026b9348838', 'a897dbd6-1350-11df-a1f1-0026b9348838', 'eaa5796d-0b1c-478b-8c9d-d23cf4c3bddc'], fpMethod)", - "message": "Based on modern contraception method selected, you must answer this question." - } - ], - "hide": { - "hideWhenExpression": "sex !== 'F' || fpMethod === 'a899e0ac-1350-11df-a1f1-0026b9348838' || arrayContains(['02e3ce61-fa24-445e-a1f0-6e3299142966','53b856ad-21ef-4745-9acd-81aca01bba31','44032888-08e1-4900-b9dd-7d236d79276c','55c74fa8-c810-4b37-a918-14a851bba6f3'],visitTypeUuid)" - } - }, - { - "label": "Does patient wish to start modern contraception method?", - "id": "famPlanningPlan", - "questionOptions": { - "concept": "d1d7056f-42ed-4948-b04f-ef6146c789be", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(contCurrentFP) && contCurrentFP !== 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Patient does not wish to continue with modern contraception method. Please indicate if they wish to start." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(contCurrentFP) && fpMethod !== 'a899e0ac-1350-11df-a1f1-0026b9348838' || contCurrentFP === 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Are you planning to concieve in the next 3 months?", - "id": "pregInaYear", - "questionOptions": { - "concept": "ae026f08-86d4-4f63-aa71-9ac5d2f964f3", - "answers": [ - { - "concept": "a899b35c-1350-11df-a1f1-0026b9348838", - "label": "Yes" - }, - { - "concept": "a899b42e-1350-11df-a1f1-0026b9348838", - "label": "No" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(famPlanningPlan) && famPlanningPlan !== 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Patient does not wish to start modern contraception method. Please indicate if they plan to conceive." - } - ], - "hide": { - "hideWhenExpression": "famPlanningPlan !== 'a899b42e-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Reason not on family planning", - "id": "reasonNoFP", - "questionOptions": { - "concept": "88ad5975-4762-4108-a967-072f12f91b0b", - "answers": [ - { - "concept": "9c1066e2-74f6-47ec-8873-0507434c4d25", - "label": "Wants to get pregnant" - }, - { - "concept": "2d6f977e-3b3f-4ea9-82ee-fde1fb4bdf56", - "label": "Not sexually active now/Infrequent sex" - }, - { - "concept": "2ae62639-4703-41dc-be8e-afe50640238b", - "label": "Fear of side effects/health risks" - }, - { - "concept": "81eeb6d6-627c-4c40-8dc2-bd8343b50f7a", - "label": "Opposition/rejection from the male partner/other relatives" - }, - { - "concept": "3a60fe6f-a116-41ce-9daf-1340085bc02d", - "label": "Complications of previous method(s) used" - }, - { - "concept": "a8a18514-1350-11df-a1f1-0026b9348838", - "label": "Postpartum amenorrhea" - }, - { - "concept": "a8a18208-1350-11df-a1f1-0026b9348838", - "label": "Breasfeeding" - }, - { - "concept": "accda087-1043-46cd-9b97-7d94364ac271", - "label": "Wants to wait untill the first baby is born" - }, - { - "concept": "fb82f3b4-bcec-4cd2-a0a4-545b02d28a4d", - "label": "Wants to wait untill the desired number of children are born" - }, - { - "concept": "84ff12bd-41b6-4ed0-9f82-6f421983f713", - "label": "Lack of knowledge" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(pregInaYear) && pregInaYear !== 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Please indicate reason not on family planning." - } - ], - "hide": { - "hideWhenExpression": "pregInaYear !== 'a899b42e-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Complications caused by family planning method used:", - "id": "complication", - "questionOptions": { - "concept": "fd98547e-7db1-4ba7-9299-b51d2dc22f3f", - "rendering": "textarea", - "rows": 5 - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "reasonNoFP !== '3a60fe6f-a116-41ce-9daf-1340085bc02d'" - } - }, - { - "label": "If yes, modern contraception method chosen:", - "id": "famPlanChosen", - "questionOptions": { - "concept": "2d55cabe-a778-40a3-9b85-613889037a11", - "answers": [ - { - "concept": "a8a713f8-1350-11df-a1f1-0026b9348838", - "label": "Bilateral tubal ligation" - }, - { - "concept": "a123d949-31f3-4abf-98e3-8504e17ebc00", - "label": "3-year implant" - }, - { - "concept": "feb48308-a56f-4754-8e8f-8c1698e570cb", - "label": "5-year implant" - }, - { - "concept": "f8c66a32-3660-4233-ae51-d3a4a1eac44e", - "label": "IUCD copper" - }, - { - "concept": "236dba53-1062-46b4-8067-ec8711897dbf", - "label": "IUCD hormonal" - }, - { - "concept": "a8988b44-1350-11df-a1f1-0026b9348838", - "label": "Injectables (Depo)" - }, - { - "concept": "a8aff1b2-1350-11df-a1f1-0026b9348838", - "label": "Combined hormone oral contraceptive pills" - }, - { - "concept": "a8afeb54-1350-11df-a1f1-0026b9348838", - "label": "Projestin only pills" - }, - { - "concept": "eaa5796d-0b1c-478b-8c9d-d23cf4c3bddc", - "label": "Vasectomy" - }, - { - "concept": "4a740e33-fee5-4a2b-b679-1904722e3d9e", - "label": "Lactational amenohhrea method" - }, - { - "concept": "a8a71588-1350-11df-a1f1-0026b9348838", - "label": "Diaphram/Cervical cap" - }, - { - "concept": "b75702a6-908d-491b-9399-6495712c81cc", - "label": "Emergency contraceptive pills" - }, - { - "concept": "a8aff284-1350-11df-a1f1-0026b9348838", - "label": "Periodic abstinence" - }, - { - "concept": "856a7f0d-8359-4316-97c1-2d37813414f0", - "label": "Undecided" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !isEmpty(famPlanningPlan) && famPlanningPlan === 'a899b35c-1350-11df-a1f1-0026b9348838'", - "message": "Patient wishes to start modern contraception method. Please choose method." - } - ], - "hide": { - "hideWhenExpression": "famPlanningPlan!== 'a899b35c-1350-11df-a1f1-0026b9348838'" - } - } - ] - }, - { - "label": "DC Outcome", - "questions": [ - { - "label": "Differentiated care plan:", - "required": "true", - "id": "dcCarePlan", - "questionOptions": { - "concept": "59f21b48-ccf9-40b8-9fcb-92bdbf90a4dd", - "answers": [ - { - "concept": "a8af5018-1350-11df-a1f1-0026b9348838", - "label": "Continue in DC" - }, - { - "concept": "a8af50f4-1350-11df-a1f1-0026b9348838", - "label": "Exit from DC" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "!arrayContains(['380d79a7-6fb0-41bf-be3d-aa3d25da187c','d4e28d0f-ae28-4eec-8cfc-449b4c5a9f5f'],visitTypeUuid)" - } - }, - { - "type": "obsGroup", - "label": "Reason for exit", - "questionOptions": { - "concept": "3665d0ef-3718-47b2-9091-8b685bda412d", - "rendering": "group" - }, - "questions": [ - { - "label": "Reason for exit:", - "id": "dcExit", - "questionOptions": { - "concept": "a89e3f94-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "6daff4ce-bce7-41f5-9141-17e694155180", - "label": "Self transfer out of facility" - }, - { - "concept": "a89ce50e-1350-11df-a1f1-0026b9348838", - "label": "Adherence concerns" - }, - { - "concept": "a8ce0d44-8cd4-4eb0-9441-dd27cc328caf", - "label": "High VL" - }, - { - "concept": "a89ac184-1350-11df-a1f1-0026b9348838", - "label": "New OI/new chronic illness" - }, - { - "concept": "a8909e8e-1350-11df-a1f1-0026b9348838", - "label": "Pregnancy" - }, - { - "concept": "5be50fc2-9e50-4d64-8a0c-f08ed7a34bb9", - "label": "Voluntary request to exit" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(dcCarePlan) || dcCarePlan !== 'a8af50f4-1350-11df-a1f1-0026b9348838'" - } - }, - { - "label": "Other specify:", - "id": "dcOther", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(dcExit) || !arrayContains(dcExit, 'a8aaf3e2-1350-11df-a1f1-0026b9348838')" - } - } - ], - "id": "__HEGyvMxGL" - } - ] - }, - { - "label": "Test Orders", - "isExpanded": "true", - "questions": [ - { - "type": "obsGroup", - "label": "Test orders", - "questionOptions": { - "concept": "af46861e-597a-48a3-b3d4-a134d0b1c5fa", - "rendering": "group" - }, - "questions": [ - { - "label": "Tests Ordered", - "id": "order1", - "type": "testOrder", - "questionOptions": { - "rendering": "repeating", - "orderSettingUuid": "6f0c9a92-6f24-11e3-af88-005056821db0", - "orderType": "testorder", - "selectableOrders": [ - { - "concept": "a8982474-1350-11df-a1f1-0026b9348838", - "label": "Viral load" - }, - { - "concept": "a896cce6-1350-11df-a1f1-0026b9348838", - "label": "CD4" - }, - { - "concept": "7243bed9-0bc7-4702-af28-a06ab1981e19", - "label": "Crag test" - }, - { - "concept": "57677735-4310-4841-8902-dae4bac24d20", - "label": "DST" - }, - { - "concept": "a898fe80-1350-11df-a1f1-0026b9348838", - "label": "HIV DNA PCR " - }, - { - "concept": "a8908192-1350-11df-a1f1-0026b9348838", - "label": "CXR" - }, - { - "concept": "a8945d4e-1350-11df-a1f1-0026b9348838", - "label": "Sputum AFB" - }, - { - "concept": "a897e450-1350-11df-a1f1-0026b9348838", - "label": "Creatinine" - }, - { - "concept": "a898f50c-1350-11df-a1f1-0026b9348838", - "label": "CBC" - }, - { - "concept": "a896ca48-1350-11df-a1f1-0026b9348838", - "label": "SGPT(ALT)" - }, - { - "concept": "a896c8ae-1350-11df-a1f1-0026b9348838", - "label": "AST" - }, - { - "concept": "a8970a26-1350-11df-a1f1-0026b9348838", - "label": " CD4 %" - }, - { - "concept": "a8999fb6-1350-11df-a1f1-0026b9348838", - "label": "Elisa" - }, - { - "concept": "a8999dfe-1350-11df-a1f1-0026b9348838", - "label": "Rapid HIV " - }, - { - "concept": "a8a47094-1350-11df-a1f1-0026b9348838", - "label": "TB PCR " - }, - { - "concept": "741517cf-8bac-4755-b289-8dd2a2df7962", - "label": "Gene Xpert" - }, - { - "concept": "a8908a16-1350-11df-a1f1-0026b9348838", - "label": "Hgb" - }, - { - "concept": "a8a462a2-1350-11df-a1f1-0026b9348838", - "label": "TB Culture" - }, - { - "concept": "a8945678-1350-11df-a1f1-0026b9348838", - "label": "VDRL" - }, - { - "concept": "a894590c-1350-11df-a1f1-0026b9348838", - "label": "Urinalysis" - }, - { - "concept": "a8af7520-1350-11df-a1f1-0026b9348838", - "label": "HbA1C" - }, - { - "concept": "7129af13-e39a-43b0-9923-6d1de22c9c5e", - "label": "Microalbumin" - }, - { - "concept": "a89a7418-1350-11df-a1f1-0026b9348838", - "label": "Potassium" - }, - { - "concept": "a89dda72-1350-11df-a1f1-0026b9348838", - "label": "ECGn" - }, - { - "concept": "a89dd9aa-1350-11df-a1f1-0026b9348838", - "label": "Echo" - } - ] - } - }, - { - "label": "Test ordered: Other (specify):", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "validators": [], - "id": "__HuuoIvqHz" - }, - { - "label": "Viral load justification:", - "type": "obs", - "id": "vljust", - "questionOptions": { - "concept": "0a98f01f-57f1-44b7-aacf-e1121650a967", - "rendering": "select", - "answers": [ - { - "concept": "5931c4d4-4406-4d71-b75d-2205d905cc24", - "label": "Routine VL" - }, - { - "concept": "e43ddeb6-3984-499c-a280-3bade1039608", - "label": "Confirmation of treatment failure (repeat VL)" - }, - { - "concept": "a8981934-1350-11df-a1f1-0026b9348838", - "label": "Clinical failure" - }, - { - "concept": "a8a00158-1350-11df-a1f1-0026b9348838", - "label": "Single drug substitution" - }, - { - "concept": "3966e139-ca69-47c6-aad3-ebd41bb45e28", - "label": "Baseline VL (for infants diagnsed through EID)" - }, - { - "concept": "42cdefa2-c306-4d10-a819-c04131c4934e", - "label": "Confirmation of persistent low level viremia (PLLV)" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ] - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && !(isEmpty(order1) || !arrayContains(order1, 'a8982474-1350-11df-a1f1-0026b9348838'))", - "message": "Viral load required." - } - ], - "hide": { - "hideWhenExpression": "isEmpty(order1) || !arrayContains(order1, 'a8982474-1350-11df-a1f1-0026b9348838')" - } - }, - { - "label": "PMTCT patient category:", - "required": "true", - "type": "obs", - "id": "patCategory1", - "questionOptions": { - "concept": "a89eea66-1350-11df-a1f1-0026b9348838", - "rendering": "select", - "answers": [ - { - "concept": "a89d109c-1350-11df-a1f1-0026b9348838", - "label": "Pregnant" - }, - { - "concept": "a8a18208-1350-11df-a1f1-0026b9348838", - "label": "Breastfeeding" - }, - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None of the above" - } - ] - }, - "validators": [], - "hide": { - "hideWhenExpression": "(!arrayContains(['02e3ce61-fa24-445e-a1f0-6e3299142966','0b1b6194-d2d5-4e4b-9f7c-c3b778ccc354','42de8e7e-24b2-4c16-b62b-137eb2c55ede','b1a978ca-9315-4ba2-ac2b-84efb9a68c5c','53954785-4d53-4012-8f30-1c37fa870906','53b856ad-21ef-4745-9acd-81aca01bba31'],visitTypeUuid)) || (isEmpty(order1) || !arrayContains(order1, 'a8982474-1350-11df-a1f1-0026b9348838'))" - } - } - ], - "id": "__G2MqJ5zIu" - } - ] - }, - { - "label": "Positive Health Diginity & Prevention Services", - "isExpanded": "true", - "questions": [ - { - "label": "PHDP:", - "required": "true", - "questionOptions": { - "concept": "e7819751-a5b0-485d-a2bc-9d4aa69aa1e4", - "answers": [ - { - "concept": "a8a8b352-1350-11df-a1f1-0026b9348838", - "label": "Adherence counselling" - }, - { - "concept": "b76021d2-38c7-42ff-b2eb-0bd558396ef7", - "label": "STI screening" - }, - { - "concept": "a2c49302-edb4-4baa-8440-2448eafd0ec1", - "label": "Substance use" - }, - { - "concept": "a89accc4-1350-11df-a1f1-0026b9348838", - "label": "Disclosure to sex partner" - }, - { - "concept": "a8a4636a-1350-11df-a1f1-0026b9348838", - "label": "Partner testing" - }, - { - "concept": "f0a280e8-eb88-41a8-837a-f9949ed1b9cd", - "label": "Condom distribution" - }, - { - "concept": "91f43249-73c7-427c-8300-2038fc0d6be8", - "label": "Needle exchange" - }, - { - "concept": "05656545-86be-4605-9527-34fb580534b1", - "label": "Targeted risk reduction" - }, - { - "concept": "a89adc46-1350-11df-a1f1-0026b9348838", - "label": "Treatment of GBV injuries" - }, - { - "concept": "717c50e1-48da-4148-aeee-c49fdd957b64", - "label": "First line support (LIVES)" - }, - { - "concept": "b75702a6-908d-491b-9399-6495712c81cc", - "label": "Emergency contraceptives" - }, - { - "concept": "a89ad3a4-1350-11df-a1f1-0026b9348838", - "label": "N/A" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": " !arrayContains(['d164c76c-cc91-4ac2-89e9-ab7c29152ee0','824cf3e6-dd16-4767-ba41-2e04dede349e'], visitType.uuid)" - }, - "id": "__Ewvy1wwHz" - } - ] - }, - { - "label": "Referrals", - "questions": [ - { - "type": "obsGroup", - "label": "Referrals", - "questionOptions": { - "concept": "a8a07c8c-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "label": "Referrals made to the patient:", - "id": "referrals", - "questionOptions": { - "concept": "a89c2344-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a899e0ac-1350-11df-a1f1-0026b9348838", - "label": "None" - }, - { - "concept": "a89fbb12-1350-11df-a1f1-0026b9348838", - "label": "OVC" - }, - { - "concept": "a8a066ca-1350-11df-a1f1-0026b9348838", - "label": "ENT" - }, - { - "concept": "a8a8b352-1350-11df-a1f1-0026b9348838", - "label": "Adherence counselling" - }, - { - "concept": "a2187952-59e0-449b-895f-5102b7aed49c", - "label": "Cardiology" - }, - { - "concept": "0fa18f9a-95c8-4ab3-81ed-a1bac69063fa", - "label": "Diabetes" - }, - { - "concept": "a89accc4-1350-11df-a1f1-0026b9348838", - "label": "Disclosure counselling" - }, - { - "concept": "057dae68-3d6f-4d79-926c-ed75a0ce7fd5", - "label": "Hospitalization" - }, - { - "concept": "073ea366-834b-49bd-b4db-ce4e6c61bbc3", - "label": "Oncology" - }, - { - "concept": "a8a8b42e-1350-11df-a1f1-0026b9348838", - "label": "Mental health services" - }, - { - "concept": "a8a8afd8-1350-11df-a1f1-0026b9348838", - "label": "Nutritional support" - }, - { - "concept": "a89e2df6-1350-11df-a1f1-0026b9348838", - "label": "Psychosocial support" - }, - { - "concept": "a8a8b26c-1350-11df-a1f1-0026b9348838", - "label": "TB/DOT program" - }, - { - "concept": "c65fcd72-1f3f-4450-b93f-90a87ae64d55", - "label": "Surgery" - }, - { - "concept": "0d516ea7-218f-43d4-b5c0-58d126529271", - "label": "Dermatology" - }, - { - "concept": "a89e2d1a-1350-11df-a1f1-0026b9348838", - "label": "Social work" - }, - { - "concept": "7c6f0599-3e3e-4f42-87a2-2ce66f1e96d0", - "label": "Differentiated care program" - }, - { - "concept": "a8a06788-1350-11df-a1f1-0026b9348838", - "label": "Ophthalmology " - }, - { - "concept": "a8a002e8-1350-11df-a1f1-0026b9348838", - "label": "Reproductive health " - }, - { - "concept": "a9431295-9862-405b-b694-534f093ca0ad", - "label": "MDT Program" - }, - { - "concept": "7c941f38-ede1-4a94-938f-6c4083339673", - "label": "Resistant clinic" - }, - { - "concept": "355b199f-c9c7-4e91-831f-2be17d2c67bd", - "label": "Legal counsel" - }, - { - "concept": "5fc2555b-cae1-4bb8-9cd8-e19c2c04fc37", - "label": "Police department" - }, - { - "concept": "5a089407-22df-4242-99d8-0b4d4da56b75", - "label": "Child protection services" - }, - { - "concept": "a8b02e16-1350-11df-a1f1-0026b9348838", - "label": "Emergency shelter" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "multiCheckbox" - }, - "type": "obs", - "validators": [] - }, - { - "label": "Referrals made to the patient: Other (specify):", - "questionOptions": { - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838", - "rendering": "text" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "referrals !== 'a8aaf3e2-1350-11df-a1f1-0026b9348838'" - }, - "id": "__82FMs05Cz" - } - ], - "id": "__GL16HznI2" - }, - { - "label": "If referred for hospitalization, choose location:", - "questionOptions": { - "concept": "a89c2420-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89c25d8-1350-11df-a1f1-0026b9348838", - "label": "Local health centre/hospital" - }, - { - "concept": "a89c24fc-1350-11df-a1f1-0026b9348838", - "label": "MTRH" - }, - { - "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838", - "label": "Other" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(referrals) || !arrayContains(referrals, '057dae68-3d6f-4d79-926c-ed75a0ce7fd5')" - }, - "id": "__Ex7uqJxyJ" - }, - { - "label": "Reason for hospitalization", - "type": "obsGroup", - "questionOptions": { - "concept": "a8a07c8c-1350-11df-a1f1-0026b9348838", - "rendering": "repeating" - }, - "questions": [ - { - "label": "Reason for hospitalization:", - "questionOptions": { - "concept": "a8a07a48-1350-11df-a1f1-0026b9348838", - "rendering": "problem" - }, - "type": "obs", - "validators": [], - "hide": { - "hideWhenExpression": "isEmpty(referrals) || !arrayContains(referrals, '057dae68-3d6f-4d79-926c-ed75a0ce7fd5')" - }, - "id": "__57pFnIL1L" - } - ], - "id": "__vC9Io8DyK" - } - ] - }, - { - "label": "Transfer Out", - "questions": [ - { - "type": "obsGroup", - "label": "Transfer care to other centre", - "questionOptions": { - "concept": "a8a170e2-1350-11df-a1f1-0026b9348838", - "rendering": "group" - }, - "questions": [ - { - "label": "Transfer care to other centre:", - "id": "transferOut", - "questionOptions": { - "concept": "a89c2e5c-1350-11df-a1f1-0026b9348838", - "answers": [ - { - "concept": "a89c2f42-1350-11df-a1f1-0026b9348838", - "label": "AMPATH" - }, - { - "concept": "a89c301e-1350-11df-a1f1-0026b9348838", - "label": "Non-AMPATH" - }, - { - "concept": "a8a17d80-1350-11df-a1f1-0026b9348838", - "label": "MCH" - } - ], - "rendering": "select" - }, - "type": "obs", - "validators": [] - }, - { - "type": "personAttribute", - "label": "Specify name of AMPATH clinic to which patient is being referred:", - "id": "transfered_out_to_ampath", - "required": "false", - "questionOptions": { - "rendering": "ui-select-extended", - "attributeType": "8d87236c-c2cc-11de-8d13-0010c6dffd0f" - }, - "hide": { - "hideWhenExpression": "transferOut !== 'a89c2f42-1350-11df-a1f1-0026b9348838'" - } - }, - { - "type": "obs", - "label": "If Non-AMPATH specify where the patient is being referred:", - "id": "transfered_out_to_non_ampath", - "required": "false", - "default": "", - "questionOptions": { - "rendering": "text", - "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838" - }, - "hide": { - "hideWhenExpression": "transferOut !== 'a89c301e-1350-11df-a1f1-0026b9348838'" - } - } - ], - "id": "__qJGMoGIrs" - } - ] - }, - { - "label": "Next Appointment", - "isExpanded": "true", - "questions": [ - { - "label": "Medication pick up date:", - "type": "obs", - "id": "medDate", - "questionOptions": { - "concept": "318a5e8b-218c-4f66-9106-cd581dec1f95", - "rendering": "date", - "weeksList": [ - 2, - 4, - 6, - 8, - 12, - 16, - 24, - 36 - ] - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "true" - }, - { - "type": "js_expression", - "failsWhenExpression": "(new moment(encDate)).isAfter((new moment(myValue)), 'day') || (new moment(encDate)).isSame((new moment(myValue)), 'day')", - "message": "Medication pick up date should be greater than the encounter date." - }, - { - "type": "js_expression", - "failsWhenExpression": "isEmpty(myValue) && arrayContains (['7c6f0599-3e3e-4f42-87a2-2ce66f1e96d0'],referrals)", - "message": "Patient referred for DC, medication pick up date should be required." - } - ], - "hide": { - "hideWhenExpression": "!((arrayContains( ['d4ac2aa5-2899-42fb-b08a-d40161815b48'], visitTypeUuid) && arrayContains (['7c6f0599-3e3e-4f42-87a2-2ce66f1e96d0'],referrals)) || (arrayContains( ['380d79a7-6fb0-41bf-be3d-aa3d25da187c','d4e28d0f-ae28-4eec-8cfc-449b4c5a9f5f'], visitTypeUuid)))" - } - }, - { - "label": "Return to clinic date:", - "type": "obs", - "required": "true", - "id": "rtc", - "questionOptions": { - "concept": "a8a666ba-1350-11df-a1f1-0026b9348838", - "rendering": "date", - "weeksList": [ - 2, - 4, - 6, - 8, - 12, - 16, - 20, - 24, - 36 - ] - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "true" - }, - { - "type": "js_expression", - "failsWhenExpression": "(new moment(encDate)).isAfter((new moment(myValue)), 'day') || (new moment(encDate)).isSame((new moment(myValue)), 'day')", - "message": "Return to clinic date should be greater than the encounter date." - } - ] - } - ] - } - ] - } - ] -} diff --git a/distro/configuration/ampathforms/cacx_registration_v1.0.json b/distro/configuration/ampathforms/cacx_registration_v1.0.json deleted file mode 100644 index 2d1fbb756..000000000 --- a/distro/configuration/ampathforms/cacx_registration_v1.0.json +++ /dev/null @@ -1,958 +0,0 @@ -{ - "name": "Cervical Cancer Screening Log", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Registration Details", - "sections": [ - { - "label": "Client Registration Details", - "isExpanded": "true", - "questions": [ - { - "label": "Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "2f256b46-395b-40f8-b93e-3ea68e5531bc" - }, - "id": "screening_date" - }, - { - "label": "Serial Number", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "162054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "serial_number" - } - ] - } - ] - }, - { - "label": "Visit Details", - "sections": [ - { - "label": "Visit Details", - "isExpanded": "true", - "questions": [ - { - "label": "HIV status", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "164844AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV+", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "703" - }, - { - "type": "CIEL", - "value": "703" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "PIH", - "value": "703" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - }, - { - "type": "AMPATH", - "value": "704" - } - ] - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV-", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "6464" - }, - { - "type": "CIEL", - "value": "664" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "PIH", - "value": "664" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - } - ] - }, - { - "concept": "1138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Indeterminate", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1138" - }, - { - "type": "CIEL", - "value": "1138" - }, - { - "type": "SNOMED-CT", - "value": "82334004" - } - ] - } - ], - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "Z21" - } - ] - }, - "id": "hiv_status" - }, - { - "label": "Previously screened for cervical cancer", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "7cf4c96a-3e68-4ca5-9b49-9148adc6263d", - "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": "previously_screened_for_cacx" - }, - { - "label": "Pre-test counselling for cervical cancer", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "d22184d3-be1d-43f0-834b-3cedd0b0f6bf", - "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" - } - ] - } - ] - }, - "id": "pretest_counselling_for_cacx" - } - ] - } - ] - }, - { - "label": "Eligibility Assessment", - "sections": [ - { - "label": "Eligibility Criteria", - "isExpanded": "true", - "questions": [ - { - "label": "Currently pregnant ", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "label": "Yes", - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" - }, - { - "label": "No", - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" - } - ] - }, - "id": "currently_pregnant" - }, - { - "label": "Currently menstruating", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "8c028667-8179-485f-bda7-1ceee8b5d533", - "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": "false", - "unspecified": "false", - "hide": { - "hideWhenExpression": "isEmpty(currently_pregnant) || currently_pregnant !== '488b58ff-64f5-4f8a-8979-fa79940b1594'" - }, - "validators": [] - } - ], - "id": "currently_menstruating" - }, - { - "label": "Ever had a total hysterectomy", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "a24c644b-2f4b-4a8b-b314-26a50c1e1416", - "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" - } - ] - } - ] - }, - "id": "Hysterectomy_done" - }, - { - "label": "Previously received cancer treatment", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "162964AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "363787002" - } - ], - "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": "previously_received_cancer_treatment" - }, - { - "label": "Eligible for cancer screening", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "b77ef6d3-4895-4e88-8b17-fa4aff6eba59", - "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" - } - ] - } - ] - }, - "id": "eligible_for_cancer_screening" - }, - { - "label": "Ready for cervical cancer screening services", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "fa3c067f-89f3-4e34-a388-b1fb8b7c3cb2", - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "false", - "hide": { - "hideWhenExpression": "isEmpty(eligible_for_cancer_screening) || eligible_for_cancer_screening !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [] - } - ], - "id": "ready_for_cacx_screening" - } - ] - } - ] - }, - { - "label": "Notes", - "sections": [ - { - "label": "General Notes", - "isExpanded": "true", - "questions": [ - { - "label": "General Patient Note", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165095" - } - ] - }, - "id": "general_comments" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Cacx Registration" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "438b1654-c4ca-37a7-aea3-cea7665bd423", - "referencedForms": [], - "encounterType": "3eb24129-9f7d-4372-a14e-c2cf577e5db1", - "encounter": "CaCx Registration", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/cacx_treatment_v1.0.json b/distro/configuration/ampathforms/cacx_treatment_v1.0.json deleted file mode 100644 index 80e00cb24..000000000 --- a/distro/configuration/ampathforms/cacx_treatment_v1.0.json +++ /dev/null @@ -1,2088 +0,0 @@ -{ - "name": "Screening and Cancer Treatment Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Visit Details", - "sections": [ - { - "label": "Client Details", - "isExpanded": "true", - "questions": [ - { - "label": "Encounter date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "163137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "364713004" - } - ] - }, - "id": "cacx_encounter_date" - }, - { - "label": "Entry point", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "8ef61711-3036-4e29-ad0f-340bd18c1168", - "answers": [ - { - "concept": "aa5ef0df-b64c-4616-81bf-a85374ae1b07", - "label": "Antiretraviral Treatment Clinic", - "conceptMappings": [] - }, - { - "concept": "939cdaee-fb72-404b-89d5-fc697f0339d2", - "label": "Cancer Unit", - "conceptMappings": [] - }, - { - "concept": "160542AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Outpatient department", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "33022008" - }, - { - "type": "PIH", - "value": "1651" - }, - { - "type": "AMPATH", - "value": "1965" - }, - { - "type": "AMPATH", - "value": "1965" - }, - { - "type": "SNOMED-CT", - "value": "33022008" - }, - { - "type": "PIH", - "value": "1651" - }, - { - "type": "CIEL", - "value": "160542" - } - ] - }, - { - "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": "167050AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Inpatient department", - "conceptMappings": [ - { - "type": "CIEL", - "value": "167050" - }, - { - "type": "SNOMED-CT", - "value": "284548004" - } - ] - }, - { - "concept": "19eeedc1-ed24-4a4a-a2f2-6fb251939d1c", - "label": "Tuberculosis Clinic", - "conceptMappings": [] - }, - { - "concept": "1622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Antenatal care services", - "conceptMappings": [] - }, - { - "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": "159927AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "outreach clinic", - "conceptMappings": [] - }, - { - "concept": "1623AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Postnatal care services", - "conceptMappings": [] - }, - { - "concept": "07b06c66-7eaa-40d0-b9a5-1cbf167e97b6", - "label": "Other Entry Point (Specify)", - "conceptMappings": [] - } - ] - }, - "id": "cacx_entry_point" - }, - { - "label": "Referral-In", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "7b734819-27fb-41bb-af95-f91182c242f2", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "3457005" - }, - { - "type": "SNOMED-CT", - "value": "3457005" - }, - { - "type": "OCT", - "value": "PatientReferral" - } - ], - "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": "cacx_referral_in" - }, - { - "label": "Purpose of visit", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "9bd94bd2-059c-4273-8b6b-31a8e02c6f02", - "answers": [ - { - "concept": "13c3ee77-4e7c-4224-ae40-0b2727932a0f", - "label": "Re-Screening after 1 year", - "conceptMappings": [] - }, - { - "concept": "3928aa82-85d4-403c-a6ee-3c5a14afe843", - "label": "Re-screening after 3 years", - "conceptMappings": [] - }, - { - "concept": "af413d9d-9061-4f4e-bc8a-52d19c9bff3b", - "label": "Re-screening after 5 years", - "conceptMappings": [] - }, - { - "concept": "3a8bb4b4-7496-415d-a327-57ae3711d4eb", - "label": "Treatment of precancerous lesions of the cervix", - "conceptMappings": [] - }, - { - "concept": "f611b4d9-8de4-4032-ae45-6d719d2bd9f5", - "label": "Post-treatment follow up to 6 weeks", - "conceptMappings": [] - }, - { - "concept": "3f4a6148-39c1-4980-81c6-6d703367c4a6", - "label": "Post-treatment follow-up at 1 year", - "conceptMappings": [] - }, - { - "concept": "d7b25f40-4c8e-4221-b587-65a9d9721c2b", - "label": "Post-treatment follow-up other", - "conceptMappings": [] - } - ] - }, - "id": "cacx_purpose_of_visit" - } - ] - }, - { - "label": "HIV Status", - "isExpanded": "true", - "questions": [ - { - "label": "HIV Status", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "1169AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "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": "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", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "AMPATH", - "value": "703" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - } - ] - }, - "id": "cacx_hiv_status" - }, - { - "label": "Currently taking ARVs", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "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": "cacx_currently_taking_ARV" - }, - { - "label": "HIV service number", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "162054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162054" - } - ] - }, - "id": "cacx_hiv_service_number", - "hide": { - "hideWhenExpression": "isEmpty(cacx_currently_taking_ARV) || cacx_currently_taking_ARV != '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - } - ] - }, - { - "label": "Screening", - "sections": [ - { - "label": "Screening Method", - "isExpanded": "true", - "questions": [ - { - "label": "Cervical cancer screening methods", - "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": "VIA", - "conceptMappings": [] - } - ] - }, - "id": "cacx_screening_methods" - }, - { - "label": "If VIA was not done - why ", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "afad9744-cd89-41c4-8dc2-94c96e30e679", - "answers": [ - { - "concept": "219c5248-1f61-41cc-bf79-7432ce528197", - "label": "No squamo-columnar junction seen", - "conceptMappings": [] - }, - { - "concept": "5989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Onset of Menstrual periods", - "conceptMappings": [] - }, - { - "concept": "159008AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "suspected cervical cancer", - "conceptMappings": [ - { - "type": "CIEL", - "value": "159008" - }, - { - "type": "IMO-ProblemIT", - "value": "710697" - }, - { - "type": "SNOMED-CT", - "value": "315266007" - }, - { - "type": "ICD-10-WHO", - "value": "Z03.1" - }, - { - "type": "SNOMED-CT", - "value": "315266007" - }, - { - "type": "CIEL", - "value": "159008" - }, - { - "type": "IMO-ProblemIT", - "value": "710697" - } - ] - }, - { - "concept": "165183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No supplies/equipment", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165183" - }, - { - "type": "CIEL", - "value": "165183" - }, - { - "type": "SNOMED-CT", - "value": "419182006" - }, - { - "type": "SNOMED-CT", - "value": "419182006" - } - ] - }, - { - "concept": "5708d66f-9d4c-423a-8a86-32bf3e6ca5af", - "label": "Refused", - "conceptMappings": [] - } - ] - }, - "id": "cacx_via_not_done" - } - ] - }, - { - "label": "Screening Results", - "isExpanded": "true", - "questions": [ - { - "label": "Colposcopy of cervix findings", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "9096a18e-c009-4f4c-b0ba-0605e0f16578", - "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": "7fe8d523-fb0d-4435-9c77-547342b1a04f", - "label": "Low grade", - "conceptMappings": [] - }, - { - "concept": "0e663529-b62f-4680-b886-bc37ca008d60", - "label": "High Grade", - "conceptMappings": [] - }, - { - "concept": "132e8ce5-5fef-4413-a6f8-bbff384d5c10", - "label": "Unsatisfactory", - "conceptMappings": [] - } - ] - }, - "id": "Colposcopy_of_cervix_findings" - }, - { - "label": "Human papilloma virus (HPV) result", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "159859AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "AMPATH", - "value": "703" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - }, - { - "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": "1138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Indeterminate", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1138" - }, - { - "type": "CIEL", - "value": "1138" - }, - { - "type": "AMPATH", - "value": "1138" - }, - { - "type": "SNOMED-CT", - "value": "82334004" - }, - { - "type": "SNOMED-CT", - "value": "82334004" - } - ] - }, - { - "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": "hpv_result" - }, - { - "label": "Papanicolaou smear (Cervical cytology) results", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "28bab50e-7ff7-4216-81be-3f7ad05c6547", - "answers": [ - { - "concept": "1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "NILM", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1115" - }, - { - "type": "AMPATH", - "value": "1115" - }, - { - "type": "CIEL", - "value": "1115" - }, - { - "type": "SNOMED-CT", - "value": "17621005" - }, - { - "type": "SNOMED-CT", - "value": "17621005" - } - ] - }, - { - "concept": "145822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "ASCUS", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "R87.6" - } - ] - }, - { - "concept": "145808AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "LSIL", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "R87.6" - } - ] - }, - { - "concept": "145805AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HSIL", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "R87.6" - }, - { - "type": "SNOMED-CT", - "value": "285636001" - }, - { - "type": "SNOMED-CT", - "value": "309081009" - }, - { - "type": "SNOMED-CT", - "value": "71252005" - }, - { - "type": "SNOMED-CT", - "value": "60896008" - }, - { - "type": "SNOMED-CT", - "value": "22725004" - } - ] - }, - { - "concept": "158243AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "ASC-H", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "R89.6" - } - ] - }, - { - "concept": "110645AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Suspicious of Cancer", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "R87.6" - } - ] - }, - { - "concept": "163611AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Invalid", - "conceptMappings": [] - } - ] - }, - "id": "pap_smear_results" - }, - { - "label": "VIA Procedure results", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "cc647244-0826-4d8e-8c5a-d7a371267bf4", - "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", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "AMPATH", - "value": "703" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - }, - { - "concept": "159008AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "suspected cervical cancer", - "conceptMappings": [ - { - "type": "CIEL", - "value": "159008" - }, - { - "type": "IMO-ProblemIT", - "value": "710697" - }, - { - "type": "SNOMED-CT", - "value": "315266007" - }, - { - "type": "ICD-10-WHO", - "value": "Z03.1" - }, - { - "type": "SNOMED-CT", - "value": "315266007" - }, - { - "type": "CIEL", - "value": "159008" - }, - { - "type": "IMO-ProblemIT", - "value": "710697" - } - ] - } - ] - }, - "id": "cacx_VIA_result" - } - ] - }, - { - "label": "Cervical Map", - "isExpanded": "true", - "questions": [ - { - "label": "Cervical Map - Describe findings & characteristics", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "162749AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "" - }, - "id": "cacx_cervical_map" - } - ] - }, - { - "label": "Histology", - "isExpanded": "true", - "questions": [ - { - "label": "Cervical cancer histology results", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "f63642da-5da9-4c22-8676-50d2a877d25d", - "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": "145809AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "CIN Grade 1", - "conceptMappings": [] - }, - { - "concept": "145807AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "CIN Grade 2", - "conceptMappings": [] - }, - { - "concept": "145806AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "CIN Grade 3", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "D06.9" - }, - { - "type": "SNOMED-CT", - "value": "92564006" - } - ] - }, - { - "concept": "155424AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Invasive cancer", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "C53.9" - } - ] - }, - { - "concept": "163611AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Invalid", - "conceptMappings": [] - } - ] - }, - "id": "cacx_histology" - } - ] - } - ] - }, - { - "label": "Management Plan", - "sections": [ - { - "label": "Treatment Provided", - "isExpanded": "true", - "questions": [ - { - "label": "Treatment of cervical pre-cancer lesions", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "3a8bb4b4-7496-415d-a327-57ae3711d4eb", - "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": "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": "LEEP", - "conceptMappings": [] - }, - { - "concept": "166706AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Thermocauterization of cervix", - "conceptMappings": [] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other recommended treatment (specify)", - "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": "cacx_treatment_of_cervical_pre_cancer_lesions" - }, - { - "label": "Other Treatment", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "162967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "" - }, - "id": "cacx_other_treatment" - } - ] - }, - { - "label": "Management of Positives", - "isExpanded": "true", - "questions": [ - { - "label": "Timeliness (Management strategy of precancerous lesions of the cervix)", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "5b6f9566-f21b-4fca-8d2e-f7bd48b2e068", - "answers": [ - { - "concept": "cbb5586b-8f89-4312-a8b8-0199ed7de612", - "label": "Same day", - "conceptMappings": [] - }, - { - "concept": "1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Referred", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "309018005" - }, - { - "type": "CIEL", - "value": "1648" - }, - { - "type": "SNOMED-CT", - "value": "309018005" - }, - { - "type": "CIEL", - "value": "1648" - } - ] - }, - { - "concept": "2d384f52-0604-4575-afa3-5e9cf3376966", - "label": "Postponed", - "conceptMappings": [] - } - ] - }, - "id": "cacx_timeliness " - }, - { - "label": "Reason cervical management postponed", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "67dab24f-2ff1-4879-8880-f034b6133d87", - "answers": [ - { - "concept": "165183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Lack of supplies", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165183" - }, - { - "type": "CIEL", - "value": "165183" - }, - { - "type": "SNOMED-CT", - "value": "419182006" - }, - { - "type": "SNOMED-CT", - "value": "419182006" - } - ] - }, - { - "concept": "08fc4a20-7fbe-48f5-acfa-7fa6502b8bcd", - "label": "Health worker capacity", - "conceptMappings": [] - }, - { - "concept": "2bc8403e-7984-483d-a8b0-436e467cf465", - "label": "client-related", - "conceptMappings": [] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other", - "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": "cacx_reason_for_postponing" - } - ] - }, - { - "label": "Observations and complications", - "isExpanded": "true", - "questions": [ - { - "label": "Observations and Complications", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "f1c4d558-7dea-47ec-926b-af49113ebfd3", - "rows": "" - }, - "id": "complicationsCaCx" - } - ] - }, - { - "label": "Other service ", - "isExpanded": "true", - "questions": [ - { - "label": "Other service offered", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "2e9380e8-7b9f-47ce-aa96-4141897c30de", - "answers": [ - { - "concept": "5483AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Family planning", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5483" - }, - { - "type": "AMPATH", - "value": "5483" - }, - { - "type": "SNOMED-CT", - "value": "310031001" - }, - { - "type": "SNOMED-CT", - "value": "310031001" - } - ] - }, - { - "concept": "1459AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV Testing Services", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "2177" - }, - { - "type": "AMPATH", - "value": "2177" - } - ] - }, - { - "concept": "1610AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "ART services", - "conceptMappings": [] - }, - { - "concept": "69f412ef-ee46-48f4-8194-b81b83f861bd", - "label": "NCDs (Hypertension, Diabetes, etc)", - "conceptMappings": [] - }, - { - "concept": "32d88ed9-b780-439e-bb57-52ec6f93ed44", - "label": "Breast cancer screening", - "conceptMappings": [] - } - ] - }, - "id": "cacx_servicesOffered" - } - ] - }, - { - "label": "Referrals", - "isExpanded": "true", - "questions": [ - { - "label": "Referrals for management or diagnosis related to cervical cancer", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "4a42845a-31ab-427f-b83e-45b4ccbb35cb", - "answers": [ - { - "concept": "165084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "LEEP", - "conceptMappings": [] - }, - { - "concept": "162812AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Cryotherapy/Thermablation", - "conceptMappings": [] - }, - { - "concept": "885AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "PAP 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": "160705AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Colposcopy and Biopsy", - "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": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Others, specify", - "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": "cacx_referrals" - }, - { - "label": "Facility referred to", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "161562AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161562" - }, - { - "type": "CIEL", - "value": "161562" - } - ] - }, - "id": "cacx_facilityReferral" - } - ] - } - ] - }, - { - "label": "Appointments", - "sections": [ - { - "label": "Appointment scheduling", - "isExpanded": "true", - "questions": [ - { - "label": "Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "5096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5096" - }, - { - "type": "AMPATH", - "value": "5096" - }, - { - "type": "PIH-Malawi", - "value": "5096" - }, - { - "type": "SNOMED-MVP", - "value": "50961000105000" - }, - { - "type": "CIEL", - "value": "5096" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "RETURN VISIT DATE" - }, - { - "type": "SNOMED-MVP", - "value": "50961000105000" - }, - { - "type": "PIH-Malawi", - "value": "5096" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "RETURN VISIT DATE" - }, - { - "type": "SNOMED-CT", - "value": "406543005" - } - ] - }, - "id": "cacx_date_next_appointment" - }, - { - "label": "Provider Name", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "1473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "PIH", - "value": "1392" - }, - { - "type": "PIH", - "value": "1392" - }, - { - "type": "CIEL", - "value": "1473" - } - ] - }, - "id": "cacx_provider_name" - } - ] - } - ] - }, - { - "label": "Comments ", - "sections": [ - { - "label": "General Comments", - "isExpanded": "true", - "questions": [ - { - "label": "General Patient Note", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "" - }, - "id": "general_comments" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Cacx Treatment" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "9e3ec2a7-ad26-3f43-9677-82e318996eec", - "referencedForms": [], - "encounterType": "60c80941-c3dc-45c6-9b78-c150e0470cbd", - "encounter": "CaCx Treatment", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid19-core_demo.json b/distro/configuration/ampathforms/covid19-core_demo.json deleted file mode 100644 index 2f91ea38f..000000000 --- a/distro/configuration/ampathforms/covid19-core_demo.json +++ /dev/null @@ -1,200 +0,0 @@ -{ - "name": "Covid 19", - "description": "Covid 19 Form", - "version": "1", - "published": true, - "retired": false, - "encounter": "Consultation", - "processor": "EncounterFormProcessor", - "uuid": "xxxx", - "referencedForms": [], - "pages": [ - { - "label": "Covid 19 Signs and Symptoms", - "sections": [ - { - "label": "Covid 19 Signs and Symptoms", - "isExpanded": "true", - "questions": [ - { - "label": "Covid 19 Set", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "464d8752-45f8-4a25-8972-772cbc52efbe" - }, - "id": "Covid_19_sx", - "questions": [ - { - "label": "Covid 19 Signs and Symptoms in past 14 days", - "id": "__I2HM7pMys", - "questionOptions": { - "rendering": "checkbox", - "concept": "0eaa21e0-5f69-41a9-9dea-942796590bbb", - "answers": [ - { - "label": "Congestion", - "concept": "30e2da8f-34ca-4c93-94c8-d429f22d381c", - "conceptMappings": [] - }, - { - "label": "Cough", - "concept": "1e2918fb-4e15-11e4-8a57-0800271c1b75", - "conceptMappings": [] - }, - { - "label": "Sneezing", - "concept": "2395de62-f5a6-49b6-ab0f-57a21a9029c1", - "conceptMappings": [] - }, - { - "label": "Fever", - "concept": "140238AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [] - }, - { - "label": "Sore throat or pain with swallowing", - "concept": "2c75944e-5fc5-4d9d-b389-fe878fde38e3", - "conceptMappings": [] - }, - { - "label": "Shortness of breath", - "concept": "21835173-4e15-11e4-8a57-0800271c1b75", - "conceptMappings": [] - }, - { - "label": "Loss of taste", - "concept": "40829791-1535-4c02-9b6f-e97dd1a516f6", - "conceptMappings": [] - }, - { - "label": "Loss of smell", - "concept": "c1fb49bd-0ca5-43ae-bf8d-df35e73c34ea", - "conceptMappings": [] - }, - { - "label": "Diarrea, Vomiting or Abdominal pain", - "concept": "87b3f6a1-6d79-4923-9485-200dfd937782", - "conceptMappings": [] - }, - { - "label": "Practicing social distancing", - "concept": "64fb3f91-08d8-4a3b-92ba-16655e834b1c", - "conceptMappings": [] - }, - { - "label": "Rash, nonvesicular, unspec.", - "concept": "2134b7e3-4e15-11e4-8a57-0800271c1b75", - "conceptMappings": [] - } - ] - }, - "type": "obs" - }, - { - "label": "Onset Date", - "id": "__tyxtEosu2", - "questionOptions": { - "rendering": "date", - "concept": "81a50873-81c8-4c2e-8892-b2cd635b704c" - }, - "type": "obs" - } - ] - } - ] - } - ] - }, - { - "label": "Covid 19 Test", - "sections": [ - { - "label": "Covid 19 Test", - "isExpanded": "true", - "questions": [ - { - "label": "Covid 19 Test", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "4c2a4b12-becc-4429-a94d-b78e06699d0f" - }, - "id": "Covid_19_Test", - "questions": [ - { - "label": "Tested for COVID 19", - "id": "__5GxrFGLFo", - "questionOptions": { - "rendering": "select", - "concept": "89c5bc03-8ce2-40d8-a77d-20b5a62a1ca1", - "answers": [ - { - "label": "Yes", - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [] - }, - { - "label": "No", - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [] - } - ] - }, - "type": "obs" - }, - { - "label": "Test Done", - "id": "__HxGzEo8nL", - "questionOptions": { - "rendering": "select", - "concept": "611190b4-2b83-42c5-bbb1-8d99bfaec9ed", - "answers": [ - { - "label": "Respiratory PCR", - "concept": "efe34fae-de1e-4430-86ac-3198d0fb4a70", - "conceptMappings": [] - }, - { - "label": "Rapid blood test", - "concept": "7149a26d-c0a7-42c4-86ae-099616830831", - "conceptMappings": [] - }, - { - "label": "ELISA blood test", - "concept": "c1cc178c-390c-4194-b286-f9c57e0f313d", - "conceptMappings": [] - } - ] - }, - "type": "obs" - }, - { - "label": "Test Results", - "id": "__L42EMuowp", - "questionOptions": { - "rendering": "select", - "concept": "192f67ac-247c-4e1d-966a-4c223e33d38b", - "answers": [ - { - "label": "Positive", - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [] - }, - { - "label": "Negative", - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [] - } - ] - }, - "type": "obs" - } - ] - } - ] - } - ] - } - ] -} diff --git a/distro/configuration/ampathforms/covid_assessment_summary_v1.0.json b/distro/configuration/ampathforms/covid_assessment_summary_v1.0.json deleted file mode 100644 index 076aa11c0..000000000 --- a/distro/configuration/ampathforms/covid_assessment_summary_v1.0.json +++ /dev/null @@ -1,508 +0,0 @@ -{ - "name": "COVID Assessment Summary", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Assessment", - "sections": [ - { - "label": "Assessment", - "isExpanded": "true", - "questions": [ - { - "label": "Reasons for testing", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "ae46f4b1-c15d-4bba-ab41-b9157b82b0ce", - "answers": [ - { - "concept": "1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Symptomatic", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1068" - }, - { - "type": "SNOMED-CT", - "value": "264931009" - } - ] - }, - { - "concept": "0ed2e3ca-b9a6-4ff6-ac74-4d4cd9520acc", - "label": "RDT confirmatory", - "conceptMappings": [] - }, - { - "concept": "f974e267-feeb-42be-9d37-61554dad16b1", - "label": "Voluntary", - "conceptMappings": [] - }, - { - "concept": "1cee0ab3-bf06-49e9-a49c-baf261620c67", - "label": "Post-mortem", - "conceptMappings": [] - }, - { - "concept": "e0f1584a-cc8b-48e9-980f-64d9f724caf8", - "label": "Quarantine", - "conceptMappings": [] - }, - { - "concept": "ad8be6bf-ced7-4390-a6af-c5acebeac216", - "label": "Follow-up", - "conceptMappings": [] - }, - { - "concept": "30320fb8-b29b-443f-98cf-f3ef491f8947", - "label": "Health worker", - "conceptMappings": [] - }, - { - "concept": "38769c82-a3d3-4714-97b7-015726cdb209", - "label": "Other frontline worker", - "conceptMappings": [] - }, - { - "concept": "f8c9c2cc-3070-444e-8818-26fb8100bb78", - "label": "Travel out of country", - "conceptMappings": [] - }, - { - "concept": "677f4d21-7293-4810-abe6-57a192acde57", - "label": "Entry into a country", - "conceptMappings": [] - }, - { - "concept": "8a6ab892-1b1d-4ad9-82da-c6c38ee8fcfb", - "label": "Surveillance", - "conceptMappings": [] - }, - { - "concept": "5340f478-ec5d-41e6-bc62-961c52014d4d", - "label": "Contact of a case", - "conceptMappings": [] - }, - { - "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" - } - ] - } - ] - }, - "id": "reasonsForCovidTest", - "behaviours": [ - { - "intent": "COVID_ASSESSMENT_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Other reasons for testing", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "a782ce41-5499-4521-ae42-16347fe6b9e0" - }, - "questions": [ - { - "label": "Other reasons for testing", - "id": "othersReasonForCovidTest", - "questionOptions": { - "rendering": "text", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "COVID_ASSESSMENT_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('reasonsForCovidTest','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ], - "id": "othersReasonForCovidTestGroup" - }, - { - "label": "Patient status", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "de3bc9b7-05b5-41b6-a38d-8d2eec646c4f", - "answers": [ - { - "concept": "5006AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Asymptomatic", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5006" - }, - { - "type": "SNOMED-CT", - "value": "84387000" - } - ] - }, - { - "concept": "1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Symptomatic", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1068" - }, - { - "type": "SNOMED-CT", - "value": "264931009" - } - ] - } - ] - }, - "id": "patientStatus", - "behaviours": [ - { - "intent": "COVID_ASSESSMENT_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Comorbidity present", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "166020AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "398192003" - } - ], - "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": "comorbidityPresent", - "behaviours": [ - { - "intent": "COVID_ASSESSMENT_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - } - ] - }, - { - "label": "COVID Lab Test", - "sections": [ - { - "label": "Sample", - "isExpanded": "true", - "questions": [ - { - "label": "Date specimen collected", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "159951AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "SPUTUM COLLECTION DATE" - } - ] - }, - "id": "specimenCollectionDate", - "behaviours": [ - { - "intent": "COVID_LAB_TEST_FORM_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue <= '1/1/2020'" - } - ] - } - ] - }, - { - "label": "SARS-Cov2 test requested", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "069f6dfe-88c1-4a45-a894-0d99549c8718", - "answers": [ - { - "concept": "165852AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Rapid Antigen Test", - "conceptMappings": [] - }, - { - "concept": "165840AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Diagnostic PCR Test", - "conceptMappings": [] - } - ] - }, - "id": "sarsCovidTestType", - "behaviours": [ - { - "intent": "COVID_LAB_TEST_FORM_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "specimenCollected !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - ] - } - ] - } - ] - }, - { - "label": "Result", - "isExpanded": "true", - "questions": [ - { - "label": "Final COVID-19 Test Result", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "5da5c21b-969f-41bd-9091-e40d4c707544", - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "PIH", - "value": "664" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "type": "AMPATH", - "value": "665" - } - ] - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "CIEL", - "value": "703" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - }, - { - "concept": "165649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Inconclusive", - "conceptMappings": [] - } - ] - }, - "id": "finalCovidTestResult", - "behaviours": [ - { - "intent": "COVID_LAB_TEST_FORM_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - } - ] - }, - { - "label": "COVID Outcome", - "sections": [ - { - "label": "COVID-19 Outcome", - "isExpanded": "true", - "questions": [ - { - "label": "What was the patient’s outcome", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "a845f3e6-4432-4de4-9fff-37fa270b1a06", - "answers": [ - { - "concept": "165870AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Recovered (Symptoms resolved)", - "conceptMappings": [] - }, - { - "concept": "160034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Died", - "conceptMappings": [] - }, - { - "concept": "166183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Long COVID", - "conceptMappings": [] - } - ] - }, - "id": "patientOutcome" - } - ] - } - ] - } - ], - "processor": "EncounterFormProcessor", - "uuid": "bbb35235-7c31-4606-9a70-5bbfdc8132fc", - "referencedForms": [], - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_case_assessment_v1.0.json b/distro/configuration/ampathforms/covid_case_assessment_v1.0.json deleted file mode 100644 index a328fb9bf..000000000 --- a/distro/configuration/ampathforms/covid_case_assessment_v1.0.json +++ /dev/null @@ -1,2014 +0,0 @@ -{ - "name": "COVID Assessment Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "COVID Assessment", - "sections": [ - { - "label": "Assessment Details", - "isExpanded": "true", - "questions": [ - { - "label": "Date of Assessment", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160753" - }, - { - "type": "SNOMED-CT", - "value": "439771001" - } - ], - "weeksList": "" - }, - "id": "dateOfAssessment", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '2020-01-01')" - } - ] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '2020-01-01')" - } - ] - } - ] - }, - { - "label": "Reasons for assessment", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "ae46f4b1-c15d-4bba-ab41-b9157b82b0ce", - "answers": [ - { - "concept": "1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Symptomatic", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1068" - }, - { - "type": "SNOMED-CT", - "value": "264931009" - } - ] - }, - { - "concept": "0ed2e3ca-b9a6-4ff6-ac74-4d4cd9520acc", - "label": "RDT confirmatory", - "conceptMappings": [] - }, - { - "concept": "f974e267-feeb-42be-9d37-61554dad16b1", - "label": "Voluntary", - "conceptMappings": [] - }, - { - "concept": "1cee0ab3-bf06-49e9-a49c-baf261620c67", - "label": "Post-mortem", - "conceptMappings": [] - }, - { - "concept": "e0f1584a-cc8b-48e9-980f-64d9f724caf8", - "label": "Quarantine", - "conceptMappings": [] - }, - { - "concept": "ad8be6bf-ced7-4390-a6af-c5acebeac216", - "label": "Follow-up", - "conceptMappings": [] - }, - { - "concept": "30320fb8-b29b-443f-98cf-f3ef491f8947", - "label": "Health worker", - "conceptMappings": [] - }, - { - "concept": "38769c82-a3d3-4714-97b7-015726cdb209", - "label": "Other frontline worker", - "conceptMappings": [] - }, - { - "concept": "f8c9c2cc-3070-444e-8818-26fb8100bb78", - "label": "Travel out of country", - "conceptMappings": [] - }, - { - "concept": "677f4d21-7293-4810-abe6-57a192acde57", - "label": "Entry into a country", - "conceptMappings": [] - }, - { - "concept": "8a6ab892-1b1d-4ad9-82da-c6c38ee8fcfb", - "label": "Surveillance", - "conceptMappings": [] - }, - { - "concept": "5340f478-ec5d-41e6-bc62-961c52014d4d", - "label": "Contact of a case", - "conceptMappings": [] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "SNOMED-CT", - "value": "74964007" - } - ] - } - ] - }, - "id": "reasonsForTesting", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Other reasons for testing", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "a782ce41-5499-4521-ae42-16347fe6b9e0" - }, - "questions": [ - { - "label": "Other reasons for testing", - "id": "othersReasonForCovidTest", - "questionOptions": { - "rendering": "text", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('reasonsForTesting','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('reasonsForTesting','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ], - "id": "othersReasonForCovidTestGroup" - }, - { - "label": "Presentation", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "de3bc9b7-05b5-41b6-a38d-8d2eec646c4f", - "answers": [ - { - "concept": "5006AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Asymptomatic", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5006" - }, - { - "type": "SNOMED-CT", - "value": "84387000" - } - ] - }, - { - "concept": "1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Symptomatic", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1068" - }, - { - "type": "SNOMED-CT", - "value": "264931009" - } - ] - } - ] - }, - "id": "patientStatus", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Date of onset of symptoms", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "1730AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "symptomStartDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientStatus','1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '2020-01-01')" - } - ] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientStatus','1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '2020-01-01')" - } - ] - } - ] - }, - { - "label": "Presenting symptoms", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "244b0dc0-eb1b-46ae-b62a-f580345d4f46", - "answers": [ - { - "concept": "140237AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Fever with Chills", - "conceptMappings": [ - { - "type": "3BT", - "value": "10049408" - }, - { - "type": "SNOMED-CT", - "value": "274640006" - }, - { - "type": "ICPC2", - "value": "A03" - }, - { - "type": "IMO-ProblemIT", - "value": "325040" - } - ] - }, - { - "concept": "135589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Loss of sense of smell", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "328542" - }, - { - "type": "SNOMED-CT", - "value": "44169009" - }, - { - "type": "ICD-11-WHO", - "value": "MB41.0" - } - ] - }, - { - "concept": "5226AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Weakness", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5226" - }, - { - "type": "SNOMED-CT", - "value": "13791008" - }, - { - "type": "IMO-ProblemIT", - "value": "84828" - }, - { - "type": "AMPATH", - "value": "5543" - } - ] - }, - { - "concept": "feb2a008-403c-480e-9d0e-f7100b370815", - "label": "Cough", - "conceptMappings": [] - }, - { - "concept": "6e7d9cd7-8a0b-40ca-bf57-c4fc7510b09a", - "label": "Diarrhoea", - "conceptMappings": [] - }, - { - "concept": "118876AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Alteration of consciousness", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "3006004" - }, - { - "type": "IMO-ProblemIT", - "value": "380267" - } - ] - }, - { - "concept": "158843AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sore throat", - "conceptMappings": [ - { - "type": "3BT", - "value": "10048507" - }, - { - "type": "IMO-ProblemIT", - "value": "89743" - }, - { - "type": "ICD-11-WHO", - "value": "MD36.0" - }, - { - "type": "SNOMED-CT", - "value": "267102003" - }, - { - "type": "ICPC2", - "value": "R74" - } - ] - }, - { - "concept": "94a6ae53-0c36-4889-b2b7-025e48542835", - "label": "Runny nose", - "conceptMappings": [] - }, - { - "concept": "127777AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Red eye", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "75075" - }, - { - "type": "ICPC2", - "value": "F02" - }, - { - "type": "SNOMED-CT", - "value": "75705005" - }, - { - "type": "PIH", - "value": "3692" - } - ] - }, - { - "concept": "124628AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Tired", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "224960004" - }, - { - "type": "ICD-10-WHO", - "value": "R53" - }, - { - "type": "IMO-ProblemIT", - "value": "301027" - } - ] - }, - { - "concept": "133632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Muscle pain", - "conceptMappings": [ - { - "type": "ICPC2", - "value": "L18" - }, - { - "type": "SNOMED-CT", - "value": "68962001" - }, - { - "type": "AMPATH", - "value": "6034" - }, - { - "type": "IMO-ProblemIT", - "value": "27371" - }, - { - "type": "SNOMED-CT", - "value": "22166009" - } - ] - }, - { - "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" - } - ] - } - ] - }, - "id": "presentedCovidSymptoms", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientStatus','1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientStatus','1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Other presenting symptoms ", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "08287bbb-3b2d-41fc-83e6-9c827e79b8e0" - }, - "questions": [ - { - "label": "Other presenting symptoms", - "id": "otherCovidPresentingSymptoms", - "questionOptions": { - "rendering": "text", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('presentedCovidSymptoms','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('presentedCovidSymptoms','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ], - "id": "otherCovidPresentingSymptomsGroup" - }, - { - "label": "Comorbidity present", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "166020AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "398192003" - } - ], - "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": "comorbidityPresent", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Conditions or comorbidity", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "0651869c-6e90-48d6-b25c-406270c76bee", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "398192003" - } - ], - "answers": [ - { - "concept": "9a40049b-4875-4a1f-8969-d9231b807ec7", - "label": "Cardiovascular disease", - "conceptMappings": [] - }, - { - "concept": "145270AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Chronic Lung Disease", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "37180002" - }, - { - "type": "IMO-ProblemIT", - "value": "76407" - } - ] - }, - { - "concept": "165646AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Chronic neurological or neuromuscular disease", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "118940003" - } - ] - }, - { - "concept": "155600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Current smoker", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "709745" - }, - { - "type": "SNOMED-CT", - "value": "65568007" - } - ] - }, - { - "concept": "e3ea3c4b-df5f-4659-b357-93e3de325660", - "label": "Diabetes", - "conceptMappings": [] - }, - { - "concept": "156358AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Former smoker", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "281018007" - }, - { - "type": "IMO-ProblemIT", - "value": "709842" - } - ] - }, - { - "concept": "54181d28-ff4d-40d3-b835-a813db07eb0e", - "label": "HIV Disease", - "conceptMappings": [ - { - "type": "CIEL", - "value": "138405" - } - ] - }, - { - "concept": "117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Hypertension", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "38341003" - }, - { - "type": "IMO-ProblemIT", - "value": "86491" - }, - { - "type": "ICD-10-WHO", - "value": "I10" - }, - { - "type": "CIEL", - "value": "117399" - }, - { - "type": "AMPATH", - "value": "903" - } - ] - }, - { - "concept": "156753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Immunodeficiency", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "802369" - }, - { - "type": "SNOMED-CT", - "value": "370388006" - } - ] - }, - { - "concept": "139201AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Liver Disease", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "360531" - }, - { - "type": "SNOMED-CT", - "value": "161535005" - } - ] - }, - { - "concept": "c4879004-17d7-4eee-b5fc-942e855e2027", - "label": "Malignancy", - "conceptMappings": [] - }, - { - "concept": "9c37b227-6426-4866-9fb9-a19800572924", - "label": "Renal disease", - "conceptMappings": [] - }, - { - "concept": "1a0ce98b-3fc0-4a07-b813-9dad49d8347e", - "label": "Tuberculosis", - "conceptMappings": [] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other non-coded", - "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" - } - ] - } - ] - }, - "id": "underlyingComorbidityConditions", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('comorbidityPresent','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('comorbidityPresent','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Other conditions or comorbidity", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "166104AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "398192003" - } - ] - }, - "id": "otherComorbidity", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('underlyingComorbidityConditions','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('underlyingComorbidityConditions','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Hospitalisation Details", - "isExpanded": "true", - "questions": [ - { - "label": "Ever Hospitalised due to COVID-19", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "9240523f-2e17-4caa-98fd-b31da4f5cac3", - "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": "everHospitalised", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Date Last Hospitalised", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "9fc94684-2644-4423-8341-3b2aaab9750a", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1410" - } - ], - "weeksList": "" - }, - "id": "Date", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "everHospitalised != '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue <= '1/1/2020'" - } - ] - } - ] - }, - { - "label": "Admission", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "32f534f3-b639-4345-af12-5eeeefac0388", - "conceptMappings": [], - "answers": [ - { - "concept": "162680AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Recovery ward", - "conceptMappings": [] - }, - { - "concept": "161936AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Intensive Care Unit (ICU)", - "conceptMappings": [] - }, - { - "concept": "c2fc677c-24fe-4bb0-aa3d-0f94b96ca12a", - "label": "High Dependency Unit(HDU)", - "conceptMappings": [] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other (Specify)", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "SNOMED-CT", - "value": "74964007" - } - ] - } - ] - }, - "id": "admission", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "everHospitalised != '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [] - } - ] - }, - { - "label": "Other (Specify)", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "0cc868bd-e9dd-4b59-b278-f923afe22d82", - "rows": "5" - }, - "id": "otherAdmission", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('admission','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA') || everHospitalised != '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Vaccination Details", - "isExpanded": "false", - "questions": [ - { - "label": "Ever received a dose of COVID-19 vaccine", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "128731bf-bbff-40c3-a6c9-0bf4c86182ac", - "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": "clientVaccinated", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "id": "vaccineInformation", - "label": "Vaccine Information", - "type": "obsGroup", - "questionOptions": { - "rendering": "repeating", - "concept": "eb952ad4-25e4-470b-a9f3-3272d839cfc2" - }, - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "false", - "hide": { - "hideWhenExpression": "clientVaccinated !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [] - } - ], - "questions": [ - { - "label": "Vaccine Dose", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "6ec64cb3-e710-4d3e-9db4-38c135966a45", - "max": "9", - "min": "1", - "showDate": "" - }, - "id": "vaccineDose", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "What vacccine was administered?", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "e41fbe17-4aee-4a44-950b-6676d6e0ede2", - "answers": [ - { - "concept": "166156AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Astrazeneca", - "conceptMappings": [ - { - "type": "RxNORM", - "value": "2471010" - }, - { - "type": "ICD-11-WHO", - "value": "XM4YL8" - }, - { - "type": "CIEL", - "value": "166156" - } - ] - }, - { - "concept": "166389AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Covaxin", - "conceptMappings": [ - { - "type": "ICD-11-WHO", - "value": "XM1G90" - }, - { - "type": "CIEL", - "value": "166389" - } - ] - }, - { - "concept": "166378AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Cansino", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "836369007" - }, - { - "type": "ICD-11-WHO", - "value": "XM9QW8" - }, - { - "type": "CIEL", - "value": "166378" - } - ] - }, - { - "concept": "166355AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Johnson and Johnson", - "conceptMappings": [ - { - "type": "ICD-11-WHO", - "value": "XM1AG7" - }, - { - "type": "CIEL", - "value": "166378" - } - ] - }, - { - "concept": "166154AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Moderna", - "conceptMappings": [ - { - "type": "RxNORM", - "value": "2470232" - }, - { - "type": "CIEL", - "value": "166154" - }, - { - "type": "ICD-11-WHO", - "value": "XM3DT5" - } - ] - }, - { - "concept": "166390AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Novavax", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166390" - }, - { - "type": "ICD-11-WHO", - "value": "XM5JC5" - } - ] - }, - { - "concept": "166155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Pfizer-BioNtech", - "conceptMappings": [ - { - "type": "ICD-11-WHO", - "value": "XM8NQ0" - }, - { - "type": "RxNORM", - "value": "8468230" - }, - { - "type": "CIEL", - "value": "166155" - } - ] - }, - { - "concept": "166253AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sinopharm", - "conceptMappings": [ - { - "type": "ICD-11-WHO", - "value": "XM8866" - } - ] - }, - { - "concept": "166249AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sinovac", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166249" - }, - { - "type": "ICD-11-WHO", - "value": "XM7HT3" - } - ] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other (Specify)", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - } - ] - } - ] - }, - "id": "vaccineAdministered", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Other Vaccine Administered", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "0cc868bd-e9dd-4b59-b278-f923afe22d82", - "rows": "5" - }, - "id": "otherVaccineAdministered", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "vaccineAdministered !== '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [] - } - ] - }, - { - "label": "Vaccine Series", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "45b3959d-f897-4e01-b6e5-16ef6ae0a687", - "conceptMappings": [], - "answers": [ - { - "concept": "fdef4623-6b7e-4ab0-a5f0-22b440b630dd", - "label": "Primary Vaccine", - "conceptMappings": [] - }, - { - "concept": "166660AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Booster Vaccine", - "conceptMappings": [] - } - ] - }, - "id": "vaccineSeries", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Vaccination Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "1410AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1410" - } - ], - "weeksList": "" - }, - "id": "vaccinationDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue <= '1/1/2020'" - } - ] - } - ] - }, - { - "label": "Source of information", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "c0c9f1ab-3f4d-43e5-afe6-ef1e0bd9d290", - "conceptMappings": [], - "answers": [ - { - "concept": "9afcc9c7-b3f2-4a18-a766-6935a03fe119", - "label": "Patient Recall", - "conceptMappings": [] - }, - { - "concept": "8fb7ce89-2337-4066-8456-6746dbdbb887", - "label": "Vaccine Card", - "conceptMappings": [] - }, - { - "concept": "6285dca5-b2ae-4e37-a33d-fee5fafbf58a", - "label": "Mobile Phone Notification", - "conceptMappings": [] - }, - { - "concept": "48ebc1aa-d9f0-4c58-8994-0e404ae6791d", - "label": "Vaccine administered from this facility", - "conceptMappings": [] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other (Specify)", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "SNOMED-CT", - "value": "74964007" - } - ] - } - ] - }, - "id": "sourceOfInformation", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Other (Specify)", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "0cc868bd-e9dd-4b59-b278-f923afe22d82", - "rows": "5" - }, - "id": "otherSourceOfInformation", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('sourceOfInformation','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - } - ] - }, - { - "label": "COVID Diagnosis and Treatment", - "isExpanded": "true", - "questions": [ - { - "label": "COVID Diagnosis", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "165793AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "165792AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Confirmed", - "conceptMappings": [] - }, - { - "concept": "162863AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Probable", - "conceptMappings": [] - }, - { - "concept": "162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Suspected", - "conceptMappings": [] - } - ] - }, - "id": "covidDiagnosis", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Diagnosis date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "159948AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "308928005" - } - ], - "weeksList": "" - }, - "id": "diagnosisDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || isDateBefore(myValue, '2020-01-01')" - } - ] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Patient meets clinical protocol for treatment", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "a0e66747-9482-422f-9d26-8e89f3acd95f", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "398192003" - } - ], - "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": "clinicalProtocol", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Treatment dispensed or prescribed", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "0da7dea6-d4af-4f67-a194-5d2f309040c1", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "398192003" - } - ], - "answers": [ - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other (Specify)", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "SNOMED-CT", - "value": "74964007" - } - ] - }, - { - "concept": "166877AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Paxlovid (Nirmatrelvir/Ritonavir)", - "conceptMappings": [] - } - ] - }, - "id": "treatmentDispensed", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "clinicalProtocol !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [] - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Other", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "0cc868bd-e9dd-4b59-b278-f923afe22d82", - "rows": "5" - }, - "id": "othertreatmentDispensed", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('treatmentDispensed','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "assessmentNotes", - "behaviours": [ - { - "intent": "*", - "required": "false" - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "hide": { - "hideWhenExpression": "true" - } - } - ] - } - ] - } - ] - }, - { - "label": "Lab Order", - "sections": [], - "isSubform": "true", - "subform": { - "name": "COVID Lab Order Form", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_LAB_ORDER_EMBED", - "readonly": "false" - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "subform_intent": "COVID_LAB_ORDER_EMBED", - "readonly": "true" - } - ] - } - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "COVID Assessment" - }, - { - "intent": "COVID_LAB_ASSESSMENT_EMBED", - "display": "Covid Case Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "f5fb6bc4-6fc3-3462-a191-2fff0896bab3", - "referencedForms": [], - "encounterType": "253a43d3-c99e-415c-8b78-ee7d4d3c1d54", - "encounter": "COVID Case Assessment", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_case_v1.0.json b/distro/configuration/ampathforms/covid_case_v1.0.json deleted file mode 100644 index d0ab67bb9..000000000 --- a/distro/configuration/ampathforms/covid_case_v1.0.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "name": "COVID Case Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "COVID Assessment", - "sections": [], - "isSubform": "true", - "subform": { - "name": "COVID Assessment Form", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_LAB_ASSESSMENT_EMBED", - "readonly": "false" - } - ] - } - }, - { - "label": "COVID Outcome", - "sections": [], - "isSubform": "true", - "subform": { - "name": "COVID Outcome Form", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_OUTCOME_EMBED", - "readonly": "false" - } - ] - } - }, - { - "label": "", - "sections": [ - { - "label": "", - "isExpanded": "true", - "questions": [ - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "notes", - "behaviours": [ - { - "intent": "*", - "required": "false" - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "COVID Case" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "c0fd71bd-37bc-3c8d-b2ff-149c0ff4d6f0", - "referencedForms": [], - "encounterType": "253a43d3-c99e-415c-8b78-ee7d4d3c1d54", - "encounter": "COVID Case Assessment", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_lab_order_cancellation_v1.0.json b/distro/configuration/ampathforms/covid_lab_order_cancellation_v1.0.json deleted file mode 100644 index 0938e083c..000000000 --- a/distro/configuration/ampathforms/covid_lab_order_cancellation_v1.0.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "name": "Lab Order Cancellation", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "", - "sections": [], - "isSubform": "true", - "subform": { - "name": "COVID Lab Order Form", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_LAB_ORDER_EMBED", - "readonly": "true" - } - ] - } - }, - { - "label": "Order Cancellation", - "sections": [ - { - "label": "Cancellation Details", - "isExpanded": "true", - "questions": [ - { - "label": "Cancellation Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "defaultValue": "now()", - "concept": "05ec039d-2bcb-47e5-8165-65411295fc32", - "weeksList": "", - "conceptMappings": [ - { - "type": "OCT", - "value": "CancellationDate" - } - ] - }, - "id": "cancellationDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Cancellation Reason", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "14628774-2647-436c-b8f3-d42c6dc305ce", - "conceptMappings": [ - { - "type": "OCT", - "value": "OrderCancellationReason" - } - ], - "answers": [ - { - "concept": "c566ca6e-1dc1-40b2-a309-f4bde03df748", - "label": "Duplicate order", - "conceptMappings": [ - { - "type": "OCT", - "value": "DuplicateOrder" - } - ] - }, - { - "concept": "bc10dec2-6c39-494b-8db1-b18ce75a21ba", - "label": "No sample collected", - "conceptMappings": [ - { - "type": "OCT", - "value": "NoSample" - } - ] - }, - { - "concept": "c1ec84ed-f9df-4ea1-b58b-2381457c3848", - "label": "Sample rejected", - "conceptMappings": [ - { - "type": "OCT", - "value": "SampleRejected" - } - ] - }, - { - "concept": "786a82a4-5b26-4d70-be0d-9931b6f47e96", - "label": "Old order", - "conceptMappings": [ - { - "type": "OCT", - "value": "OldOrder" - } - ] - }, - { - "concept": "a9357eb8-cb73-495d-9648-8d44ec3d4af7", - "label": "No longer required", - "conceptMappings": [ - { - "type": "OCT", - "value": "NotRequired" - } - ] - }, - { - "concept": "c4384456-087d-47a7-b093-3474d96fbe38", - "label": "Improperly ordered", - "conceptMappings": [ - { - "type": "OCT", - "value": "ImproperlyOrdered" - } - ] - }, - { - "concept": "165246AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Wrong entry", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165246" - } - ] - } - ] - }, - "id": "cancellationReason", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Status", - "type": "obs", - "questionOptions": { - "rendering": "fixed-value", - "concept": "6681366c-2174-489a-b951-13a1404935bf", - "conceptMappings": [ - { - "type": "OCT", - "value": "LabOrderStatus" - } - ], - "answers": [ - { - "concept": "162866AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Pending status", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162866" - }, - { - "type": "SNOMED-CT", - "value": "307824009" - }, - { - "type": "CIEL", - "value": "162866" - } - ] - } - ] - }, - "id": "labOrderStatus", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [], - "value": "165170AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "COVID Lab Order Cancellation" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "d38bc949-c95b-39eb-a2c5-08b82a36409c", - "referencedForms": [], - "encounterType": "a77d3e7f-5c8f-4074-a207-77a70e197b0c", - "encounter": "COVID Lab Encounter", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_lab_order_v1.0.json b/distro/configuration/ampathforms/covid_lab_order_v1.0.json deleted file mode 100644 index b644db8fb..000000000 --- a/distro/configuration/ampathforms/covid_lab_order_v1.0.json +++ /dev/null @@ -1,541 +0,0 @@ -{ - "name": "COVID Lab Order Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Lab Order", - "sections": [ - { - "label": "Lab Order Details", - "isExpanded": "true", - "questions": [ - { - "label": "Order Labs", - "type": "obs", - "questionOptions": { - "rendering": "toggle", - "concept": "2dbf01ab-77f6-4b35-aa2c-46dfc14b0af0", - "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": "orderLabs", - "behaviours": [ - { - "intent": "*", - "required": "false", - "hide": { - "hideWhenExpression": "true" - } - }, - { - "intent": "COVID_LAB_ORDER_EMBED", - "required": "false", - "hide": { - "hideWhenExpression": "false" - } - }, - { - "intent": "COVID_LAB_ORDER_RESULT_EMBED", - "required": "false", - "hide": { - "hideWhenExpression": "true" - } - } - ] - }, - { - "label": "Order date", - "type": "obs", - "questionOptions": { - "rendering": "datetime", - "concept": "162078AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162078" - } - ] - }, - "id": "orderDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today()" - } - ] - }, - { - "intent": "COVID_LAB_ORDER_EMBED", - "required": "false", - "hide": { - "hideWhenExpression": "orderLabs == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Sample type", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "ae127f82-1861-4165-ac81-8554e5a3aac4", - "answers": [ - { - "concept": "163364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nasopharyngeal Swab", - "conceptMappings": [] - }, - { - "concept": "163363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Anterior nasal swab", - "conceptMappings": [] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1067" - }, - { - "type": "AMPATH", - "value": "1067" - }, - { - "type": "SNOMED CT", - "value": "CT: 261665006" - }, - { - "type": "PIH", - "value": "1067" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "UNKNOWN" - } - ] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "SNOMED-CT", - "value": "74964007" - } - ] - } - ] - }, - "id": "specimenType", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - }, - { - "intent": "COVID_LAB_ORDER_EMBED", - "required": "false", - "hide": { - "hideWhenExpression": "orderLabs == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Other sample type", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "d07aba2e-f37d-49dd-bb65-b27e8df80399" - }, - "id": "otherSpecimenType", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('specimenType','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - } - } - ] - }, - { - "label": "Test requested", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "069f6dfe-88c1-4a45-a894-0d99549c8718", - "answers": [ - { - "concept": "165852AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Ag-RDTs (SARS-COV-2 Rapid Antigen Test)", - "conceptMappings": [] - }, - { - "concept": "165840AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "NAAT (SARS-COV-2 Diagnostic PCR Test)", - "conceptMappings": [] - } - ] - }, - "id": "testRequested", - "behaviours": [ - { - "intent": "*", - "required": "true" - }, - { - "intent": "COVID_LAB_ORDER_EMBED", - "required": "false", - "hide": { - "hideWhenExpression": "orderLabs == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Reasons for testing (select all that apply)", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "ae46f4b1-c15d-4bba-ab41-b9157b82b0ce", - "answers": [ - { - "concept": "5340f478-ec5d-41e6-bc62-961c52014d4d", - "label": "Contact of a case", - "conceptMappings": [] - }, - { - "concept": "8a6ab892-1b1d-4ad9-82da-c6c38ee8fcfb", - "label": "Surveillance", - "conceptMappings": [] - }, - { - "concept": "677f4d21-7293-4810-abe6-57a192acde57", - "label": "Entry into a country", - "conceptMappings": [] - }, - { - "concept": "f8c9c2cc-3070-444e-8818-26fb8100bb78", - "label": "Travel out of country", - "conceptMappings": [] - }, - { - "concept": "30320fb8-b29b-443f-98cf-f3ef491f8947", - "label": "Health worker", - "conceptMappings": [] - }, - { - "concept": "38769c82-a3d3-4714-97b7-015726cdb209", - "label": "Other frontline worker", - "conceptMappings": [] - }, - { - "concept": "ad8be6bf-ced7-4390-a6af-c5acebeac216", - "label": "Follow-up", - "conceptMappings": [] - }, - { - "concept": "e0f1584a-cc8b-48e9-980f-64d9f724caf8", - "label": "Quarantine", - "conceptMappings": [] - }, - { - "concept": "1cee0ab3-bf06-49e9-a49c-baf261620c67", - "label": "Post-mortem", - "conceptMappings": [] - }, - { - "concept": "f974e267-feeb-42be-9d37-61554dad16b1", - "label": "Voluntary", - "conceptMappings": [] - }, - { - "concept": "0ed2e3ca-b9a6-4ff6-ac74-4d4cd9520acc", - "label": "RDT confirmatory", - "conceptMappings": [] - }, - { - "concept": "1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Symptomatic", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1068" - }, - { - "type": "SNOMED-CT", - "value": "264931009" - } - ] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "SNOMED-CT", - "value": "74964007" - } - ] - } - ] - }, - "id": "labOrderReasonsForTesting", - "behaviours": [ - { - "intent": "*", - "required": "true" - }, - { - "intent": "COVID_LAB_ORDER_EMBED", - "required": "false", - "hide": { - "hideWhenExpression": "orderLabs == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Other reason for testing", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "a782ce41-5499-4521-ae42-16347fe6b9e0" - }, - "id": "otherReasonForTesting", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labOrderReasonsForTesting', '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - } - } - ] - }, - { - "label": "Requested by", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "1473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "healthcareprovider", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - }, - { - "intent": "COVID_LAB_ORDER_EMBED", - "required": "false", - "hide": { - "hideWhenExpression": "orderLabs == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Status", - "type": "obs", - "questionOptions": { - "rendering": "fixed-value", - "concept": "6681366c-2174-489a-b951-13a1404935bf", - "conceptMappings": [ - { - "type": "OCT", - "value": "LabOrderStatus" - } - ], - "answers": [ - { - "concept": "162866AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Pending status", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162866" - }, - { - "type": "SNOMED-CT", - "value": "307824009" - }, - { - "type": "CIEL", - "value": "162866" - } - ] - } - ] - }, - "id": "status", - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "isEmpty('testRequested')" - }, - "value": "162866AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - } - ] - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "notes", - "behaviours": [ - { - "intent": "*", - "required": "false" - }, - { - "intent": "COVID_LAB_ORDER_EMBED", - "hide": { - "hideWhenExpression": "orderLabs == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Lab Order" - }, - { - "intent": "COVID_LAB_ORDER_EMBED", - "display": "COVID Lab Order Embed" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "9fd9169c-7a10-3145-b7e2-530a6f1f250d", - "encounterType": "a77d3e7f-5c8f-4074-a207-77a70e197b0c", - "encounter": "COVID Lab Encounter", - "referencedForms": [], - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_lab_result_v1.0.json b/distro/configuration/ampathforms/covid_lab_result_v1.0.json deleted file mode 100644 index 42b6c50c5..000000000 --- a/distro/configuration/ampathforms/covid_lab_result_v1.0.json +++ /dev/null @@ -1,511 +0,0 @@ -{ - "name": "COVID Lab Result Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Lab Order", - "sections": [], - "isSubform": "true", - "subform": { - "name": "COVID Lab Order Form", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_LAB_ORDER_RESULT_EMBED", - "readonly": "true" - } - ] - } - }, - { - "label": "Lab Result", - "sections": [ - { - "label": "Lab Result Details", - "isExpanded": "true", - "questions": [ - { - "label": "Was the test performed?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "d14c5b19-fc21-4fb7-86f1-502d401fd887", - "conceptMappings": [ - { - "type": "OCT", - "value": "LabTestDone" - } - ], - "answers": [ - { - "label": "yes", - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" - }, - { - "label": "no", - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" - } - ] - }, - "id": "wasTheTestPerformed", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ] - }, - { - "label": "Reason test not performed", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "165182AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165182" - }, - { - "type": "CIEL", - "value": "165182" - }, - { - "type": "SNOMED-CT", - "value": "445032002" - } - ], - "answers": [ - { - "concept": "165181AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Inappropriate sample container used", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165181" - }, - { - "type": "CIEL", - "value": "165181" - }, - { - "type": "SNOMED-CT", - "value": "125154007" - } - ] - }, - { - "concept": "165179AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Equipment failure", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "397933008" - }, - { - "type": "CIEL", - "value": "165179" - }, - { - "type": "CIEL", - "value": "165179" - } - ] - }, - { - "concept": "165568AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sample not labeled", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165568" - }, - { - "type": "CIEL", - "value": "165568" - }, - { - "type": "SNOMED-CT", - "value": "281265005" - } - ] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "SNOMED-CT", - "value": "74964007" - } - ] - }, - { - "concept": "160008AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Contaminated sample", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "123840003" - }, - { - "type": "CIEL", - "value": "160008" - }, - { - "type": "CIEL", - "value": "160008" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "CONTAMINATED" - } - ] - }, - { - "concept": "165178AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Insufficient sample", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165178" - }, - { - "type": "SNOMED-CT", - "value": "281268007" - }, - { - "type": "CIEL", - "value": "165178" - } - ] - }, - { - "concept": "165180AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Blood sample coagulated", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165180" - }, - { - "type": "SNOMED-CT", - "value": "125154007" - }, - { - "type": "CIEL", - "value": "165180" - } - ] - }, - { - "concept": "165183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Supplies not available", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165183" - }, - { - "type": "SNOMED-CT", - "value": "419182006" - }, - { - "type": "CIEL", - "value": "165183" - } - ] - } - ] - }, - "id": "reasonTestNotPerformed", - "behaviours": [ - { - "intent": "*", - "required": "true", - "hide": { - "hideWhenExpression": "wasTheTestPerformed !== '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Status Completed", - "type": "obs", - "questionOptions": { - "rendering": "fixed-value", - "concept": "6681366c-2174-489a-b951-13a1404935bf", - "conceptMappings": [ - { - "type": "OCT", - "value": "LabOrderStatus" - } - ] - }, - "id": "statusCompleted", - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "wasTheTestPerformed !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - }, - "value": "1267AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - } - ] - }, - { - "label": "Test result date", - "type": "obs", - "questionOptions": { - "rendering": "datetime", - "concept": "163724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "" - }, - "id": "testResultDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "hide": { - "hideWhenExpression": "wasTheTestPerformed !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '2020-01-01')" - } - ] - } - ] - }, - { - "label": "Status Not Performed", - "type": "obs", - "questionOptions": { - "rendering": "fixed-value", - "concept": "6681366c-2174-489a-b951-13a1404935bf", - "conceptMappings": [ - { - "type": "OCT", - "value": "LabOrderStatus" - } - ] - }, - "id": "statusNotPerformed", - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "wasTheTestPerformed !== '488b58ff-64f5-4f8a-8979-fa79940b1594'" - }, - "value": "1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - } - ] - }, - - { - "label": "Ag-RDTs (SARS-COV-2 Rapid Antigen Test)", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "cbcbb029-f11f-4437-9d53-1d0f0a170433", - "answers": [ - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [] - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "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" - } - ] - }, - { - "concept": "165649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Inconclusive", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165649" - } - ] - } - ] - }, - "id": "rapidAntigenResult", - "behaviours": [ - { - "intent": "*", - "required": "true", - "hide": { - "hideWhenExpression": "testRequested !== '165852AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || wasTheTestPerformed !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - } - } - ] - }, - { - "label": "NAAT (SARS-COV-2 Diagnostic PCR Test)", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "3f4ee14b-b4ab-4597-9fe9-406883b63d76", - "answers": [ - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [] - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "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" - } - ] - }, - { - "concept": "165649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Inconclusive", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165649" - } - ] - } - ] - }, - "id": "diagnosticPcrResult", - "behaviours": [ - { - "intent": "*", - "required": "true", - "hide": { - "hideWhenExpression": "testRequested !== '165840AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || wasTheTestPerformed !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - } - } - ] - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "notes", - "behaviours": [ - { - "intent": "*", - "required": "false" - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Lab Result" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "cf8cd756-baef-38df-b84d-92968b42c113", - "encounterType": "a77d3e7f-5c8f-4074-a207-77a70e197b0c", - "encounter": "COVID Lab Encounter", - "referencedForms": [], - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_lab_test_v1.0.json b/distro/configuration/ampathforms/covid_lab_test_v1.0.json deleted file mode 100644 index 0d3040da5..000000000 --- a/distro/configuration/ampathforms/covid_lab_test_v1.0.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "name": "COVID Lab Test", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "COVID Lab Test", - "sections": [ - { - "label": "COVID Lab Test", - "isExpanded": "true", - "questions": [ - { - "label": "Status", - "type": "obs", - "questionOptions": { - "rendering": "fixed-value", - "concept": "6681366c-2174-489a-b951-13a1404935bf", - "conceptMappings": [ - { - "type": "OCT", - "value": "LabOrderStatus" - } - ] - }, - "id": "labOrderxStatus", - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "false" - }, - "value": "165170AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - } - ] - } - ] - } - ] - }, - { - "label": "Lab Order", - "sections": [], - "isSubform": "true", - "subform": { - "name": "COVID Lab Order Form", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_LAB_ORDER_EMBED", - "readonly": "true" - } - ] - } - }, - { - "label": "Lab Sample Collection", - "sections": [], - "isSubform": "true", - "subform": { - "name": "Sample Collection", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_SAMPLE_COLLECTION_EMBED", - "readonly": "true" - } - ] - } - }, - { - "label": "Lab Cancellation", - "sections": [], - "isSubform": "true", - "subform": { - "name": "Lab Order Cancellation", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_LAB_CANCELLATION_EMBED", - "readonly": "true" - } - ] - } - }, - { - "label": "Lab Result", - "sections": [], - "isSubform": "true", - "subform": { - "name": "COVID Lab Result Form", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_LAB_RESULT_EMBED", - "readonly": "true" - } - ] - } - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "COVID Lab Test" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "e92fe922-4863-11ec-99cc-1fdd2d4e9d88", - "referencedForms": [], - "encounterType": "a77d3e7f-5c8f-4074-a207-77a70e197b0c", - "encounter": "COVID Lab Encounter", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_outcome_tracking_v1.0.json b/distro/configuration/ampathforms/covid_outcome_tracking_v1.0.json deleted file mode 100644 index 9fff12521..000000000 --- a/distro/configuration/ampathforms/covid_outcome_tracking_v1.0.json +++ /dev/null @@ -1,203 +0,0 @@ -{ - "name": "COVID-19 Outcome tracking Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "COVID Outcome", - "sections": [ - { - "label": "COVID-19 Outcome", - "isExpanded": "true", - "questions": [ - { - "label": "What was the patient’s outcome", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "a845f3e6-4432-4de4-9fff-37fa270b1a06", - "answers": [ - { - "concept": "165870AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Recovered (Symptoms resolved)", - "conceptMappings": [] - }, - { - "concept": "160034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Died", - "conceptMappings": [] - }, - { - "concept": "166183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Long COVID", - "conceptMappings": [] - } - ] - }, - "id": "patientOutcome" - }, - { - "label": "Date recovered or date symptoms resolved", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "162868AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "308928005" - } - ], - "weeksList": "" - }, - "id": "symptomEndDate", - "behaviours": [ - { - "intent": "COVID_OUTCOME_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientOutcome','165870AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue <= '1/1/2020'" - } - ] - } - ] - }, - { - "label": "Date died", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "1543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1570" - }, - { - "type": "PIH", - "value": "1815" - }, - { - "type": "SNOMED-CT", - "value": "399753006" - } - ], - "weeksList": "" - }, - "id": "dateOfDeath", - "behaviours": [ - { - "intent": "COVID_OUTCOME_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientOutcome','160034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue <= '1/1/2020'" - } - ] - } - ] - }, - { - "label": "Long COVID (describe)", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "4560c560-4bd6-4989-bff8-6e4e1fa39972" - }, - "id": "longCovidDescriptionGroup", - "questions": [ - { - "label": "Long COVID (describe)", - "id": "longCovidDescription", - "questionOptions": { - "rendering": "text", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "COVID_OUTCOME_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientOutcome','166183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue <= '1/1/2020'" - } - ] - } - ] - } - ] - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165095" - } - ] - }, - "id": "patientNote", - "behaviours": [ - { - "intent": "COVID_OUTCOME_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "COVID_OUTCOME_RETROSPECTIVE", - "display": "COVID Outcome Retrospective" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "d9bbee02-4f76-3e88-89b8-fb5b70d2cb2d", - "referencedForms": [], - "encounterType": "253a43d3-c99e-415c-8b78-ee7d4d3c1d54", - "encounter": "COVID Case Assessment", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_outcome_v1.0.json b/distro/configuration/ampathforms/covid_outcome_v1.0.json deleted file mode 100644 index 0b85677d7..000000000 --- a/distro/configuration/ampathforms/covid_outcome_v1.0.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "name": "COVID Outcome Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "COVID Assessment", - "sections": [], - "isSubform": "true", - "subform": { - "name": "COVID Assessment Form", - "package": "covid", - "behaviours": [ - { - "intent": "*", - "subform_intent": "COVID_LAB_ASSESSMENT_EMBED", - "readonly": "true" - }, - { - "intent": "COVID_OUTCOME_EMBED", - "subform_intent": "COVID_LAB_ASSESSMENT_EMBED", - "isHidden": "true" - } - ] - } - }, - { - "label": "COVID-19 Outcome", - "sections": [ - { - "label": "Outcome Details", - "isExpanded": "true", - "questions": [ - { - "label": "Patient’s Outcome", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "a845f3e6-4432-4de4-9fff-37fa270b1a06", - "answers": [ - { - "concept": "165870AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Recovered (Symptoms resolved)", - "conceptMappings": [] - }, - { - "concept": "160034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Died", - "conceptMappings": [] - }, - { - "concept": "166183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Long COVID/Post COVID", - "conceptMappings": [] - } - ] - }, - "id": "patientOutcome", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - }, - { - "intent": "COVID_OUTCOME_EMBED", - "required": "true" - } - ] - }, - { - "label": "Date recovered or date symptoms resolved", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "162868AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "308928005" - } - ], - "weeksList": "" - }, - "id": "symptomEndDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "patientOutcome !== '165870AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || isDateBefore(myValue, '2020-01-01') || myValue < useFieldValue('dateOfAssessment')" - } - ] - }, - { - "intent": "COVID_OUTCOME_EMBED", - "required": "true" - } - ] - }, - { - "label": "Date died", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "1543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1570" - }, - { - "type": "PIH", - "value": "1815" - }, - { - "type": "SNOMED-CT", - "value": "399753006" - } - ], - "weeksList": "" - }, - "id": "dateOfDeath", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "patientOutcome !== '160034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || isDateBefore(myValue, '2020-01-01') || myValue < useFieldValue('dateOfAssessment')" - } - ] - }, - { - "intent": "COVID_OUTCOME_EMBED", - "required": "true" - } - ] - }, - { - "label": "Long COVID (describe)", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "4560c560-4bd6-4989-bff8-6e4e1fa39972" - }, - "id": "longCovid", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "patientOutcome !== '166183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue <= '1/1/2020'" - } - ] - }, - { - "intent": "COVID_OUTCOME_EMBED", - "required": "true" - } - ] - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "notes", - "behaviours": [ - { - "intent": "*", - "required": "false" - }, - { - "intent": "COVID_OUTCOME_EMBED", - "required": "true", - "hide": { - "hideWhenExpression": "true" - } - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "COVID Outcome Default" - }, - { - "intent": "COVID_OUTCOME_EMBED", - "display": "COVID Outcome Embed" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "6515d898-439c-11ec-9103-238295f2dfd7", - "referencedForms": [], - "encounterType": "253a43d3-c99e-415c-8b78-ee7d4d3c1d54", - "encounter": "COVID Case Assessment", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_sample_collection_v1.0.json b/distro/configuration/ampathforms/covid_sample_collection_v1.0.json deleted file mode 100644 index 1e2da321b..000000000 --- a/distro/configuration/ampathforms/covid_sample_collection_v1.0.json +++ /dev/null @@ -1,376 +0,0 @@ -{ - "name": "Sample Collection", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Lab Order", - "sections": [ - { - "label": "Lab Order Details", - "isExpanded": "true", - "questions": [ - { - "label": "Order date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "162078AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "" - }, - "id": "testOrderDate", - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "true", - "readonly": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Test requested", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "069f6dfe-88c1-4a45-a894-0d99549c8718", - "answers": [ - { - "concept": "165840AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Diagnostic PCR Test", - "conceptMappings": [] - }, - { - "concept": "165852AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Rapid Antigen Test", - "conceptMappings": [] - } - ] - }, - "id": "testRequested", - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "true", - "readonly": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - } - ] - }, - { - "label": "Sample Collection", - "sections": [ - { - "label": "Sample Collection Details", - "isExpanded": "true", - "questions": [ - { - "label": "Date Sample collected", - "type": "obs", - "questionOptions": { - "rendering": "datetime", - "concept": "159951AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "SPUTUM COLLECTION DATE" - } - ] - }, - "id": "dateSpecimenCollected", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Sample type", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "ae127f82-1861-4165-ac81-8554e5a3aac4", - "answers": [ - { - "concept": "163363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nasal swab specimen", - "conceptMappings": [] - }, - { - "concept": "163364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nasopharyngeal swab", - "conceptMappings": [] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other non-coded", - "conceptMappings": [] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown", - "conceptMappings": [] - } - ] - }, - "id": "specimenType", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Other sample type", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "d07aba2e-f37d-49dd-bb65-b27e8df80399" - }, - "id": "otherSpecimenTypeGroup", - "questions": [ - { - "label": "Other sample type", - "id": "otherSpecimenType", - "questionOptions": { - "rendering": "text", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('specimenType','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Sample ID", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "159968AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "159968" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "TUBERCULOSIS SPECIMEN ID" - } - ] - }, - "id": "specimenId", - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Forwarded to reference lab", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "161934AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161934" - }, - { - "type": "PIH", - "value": "7818" - }, - { - "type": "CIEL", - "value": "161934" - }, - { - "type": "SNOMED-CT", - "value": "129125009" - } - ], - "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" - } - ] - } - ] - }, - "id": "isSpecimenSentToLab", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Reference Lab sample sent to", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "161562AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161562" - } - ] - }, - "id": "referenceLabSampleSentTo", - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "!includes('isSpecimenSentToLab', '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "sampleCollectionFormNotes", - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "COVID Sample Collection" - }, - { - "intent": "COVID_SAMPLE_COLLECTION_EMBED", - "display": "COVID Sample Collection Embed" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "371d19b6-485f-11ec-99cc-1fdd2d4e9d88", - "referencedForms": [], - "encounterType": "3ee00481-50e1-41c3-bfcb-7e6d6a8722fb", - "encounter": "COVID Sample Collection", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/covid_vaccination_v1.0.json b/distro/configuration/ampathforms/covid_vaccination_v1.0.json deleted file mode 100644 index 36433ad63..000000000 --- a/distro/configuration/ampathforms/covid_vaccination_v1.0.json +++ /dev/null @@ -1,437 +0,0 @@ -{ - "name": "COVID Vaccination Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "COVID Vaccination", - "sections": [ - { - "label": "Vaccination Details", - "isExpanded": "true", - "questions": [ - { - "label": "Vaccination Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "1410AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1410" - } - ], - "weeksList": "" - }, - "id": "vaccinationDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue <= '1/1/2020'" - } - ] - } - ] - }, - { - "label": "Vaccine Dose", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "6ec64cb3-e710-4d3e-9db4-38c135966a45", - "max": "9", - "min": "1", - "showDate": "" - }, - "id": "vaccineDose", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Vaccine Series", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "45b3959d-f897-4e01-b6e5-16ef6ae0a687", - "conceptMappings": [], - "answers": [ - { - "concept": "fdef4623-6b7e-4ab0-a5f0-22b440b630dd", - "label": "Primary Vaccine", - "conceptMappings": [] - }, - { - "concept": "166660AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Booster Vaccine", - "conceptMappings": [] - } - ] - }, - "id": "vaccineSeries", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "What vacccine was administered?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "e41fbe17-4aee-4a44-950b-6676d6e0ede2", - "answers": [ - { - "concept": "166156AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Astrazeneca", - "conceptMappings": [ - { - "type": "RxNORM", - "value": "2471010" - }, - { - "type": "ICD-11-WHO", - "value": "XM4YL8" - }, - { - "type": "CIEL", - "value": "166156" - } - ] - }, - { - "concept": "166389AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Covaxin", - "conceptMappings": [ - { - "type": "ICD-11-WHO", - "value": "XM1G90" - }, - { - "type": "CIEL", - "value": "166389" - } - ] - }, - { - "concept": "166378AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Cansino", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "836369007" - }, - { - "type": "ICD-11-WHO", - "value": "XM9QW8" - }, - { - "type": "CIEL", - "value": "166378" - } - ] - }, - { - "concept": "166355AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Johnson and Johnson", - "conceptMappings": [ - { - "type": "ICD-11-WHO", - "value": "XM1AG7" - }, - { - "type": "CIEL", - "value": "166378" - } - ] - }, - { - "concept": "166154AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Moderna", - "conceptMappings": [ - { - "type": "RxNORM", - "value": "2470232" - }, - { - "type": "CIEL", - "value": "166154" - }, - { - "type": "ICD-11-WHO", - "value": "XM3DT5" - } - ] - }, - { - "concept": "166390AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Novavax", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166390" - }, - { - "type": "ICD-11-WHO", - "value": "XM5JC5" - } - ] - }, - { - "concept": "166155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Pfizer-BioNtech", - "conceptMappings": [ - { - "type": "ICD-11-WHO", - "value": "XM8NQ0" - }, - { - "type": "RxNORM", - "value": "8468230" - }, - { - "type": "CIEL", - "value": "166155" - } - ] - }, - { - "concept": "166253AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sinopharm", - "conceptMappings": [ - { - "type": "ICD-11-WHO", - "value": "XM8866" - } - ] - }, - { - "concept": "166249AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sinovac", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166249" - }, - { - "type": "ICD-11-WHO", - "value": "XM7HT3" - } - ] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other (Specify)", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - } - ] - } - ] - }, - "id": "vaccineAdministered", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Other vaccine", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "0cc868bd-e9dd-4b59-b278-f923afe22d82", - "rows": "5" - }, - "id": "otherVaccine", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('vaccineAdministered','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Vaccine lot number", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "1420AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1420" - } - ] - }, - "id": "vaccineLotNumber", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "vaccineDose == null" - }, - "validators": [] - } - ] - }, - { - "label": "Date of the next Vaccination (If Scheduled)", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "5096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "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": "CIEL", - "value": "5096" - }, - { - "type": "SNOMED-CT", - "value": "406543005" - } - ] - }, - "id": "nextVaccineDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue,'2020-01-01') || myValue <= useFieldValue('vaccinationDate')" - } - ] - } - ] - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "vaccinationNotes", - "behaviours": [ - { - "intent": "*", - "required": "false", - "validators": [] - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "COVID Vaccination" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "3ae3a031-2e24-357d-81b3-205d5187090a", - "referencedForms": [], - "encounterType": "5b37ce7a-c55e-4226-bdc8-5af04025a6de", - "encounter": "COVID Vaccination", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_art_therapy_v1.0.json b/distro/configuration/ampathforms/ct_art_therapy_v1.0.json deleted file mode 100644 index 70f234b20..000000000 --- a/distro/configuration/ampathforms/ct_art_therapy_v1.0.json +++ /dev/null @@ -1,2570 +0,0 @@ -{ - "name": "ART Therapy 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:** start ART, substitute an ART line, switch an ART regimen, to stop ART or to restart ART." - ] - }, - { - "label": "What do you want to do?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "7557d77c-172b-4673-9335-67a38657dd01", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1255" - }, - { - "type": "CIEL", - "value": "1255" - } - ], - "answers": [ - { - "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Start ART", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1256" - }, - { - "type": "PIH", - "value": "1256" - }, - { - "type": "SNOMED-MVP", - "value": "12561000105002" - }, - { - "type": "CIEL", - "value": "1256" - } - ] - }, - { - "concept": "1258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Substitute ART Regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1258" - }, - { - "type": "AMPATH", - "value": "1258" - } - ] - }, - { - "concept": "1259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Switch ART Regimen Line", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1259" - }, - { - "type": "CIEL", - "value": "1259" - } - ] - }, - { - "concept": "1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Stop ART", - "conceptMappings": [ - { - "type": "PIH", - "value": "1260" - }, - { - "type": "AMPATH", - "value": "1260" - }, - { - "type": "CIEL", - "value": "1260" - } - ] - }, - { - "concept": "3e69cb60-2943-410f-83d4-b359ae83fefd", - "label": "Restart ART therapy", - "conceptMappings": [] - } - ] - }, - "id": "therapyPlan" - } - ] - } - ] - }, - { - "label": "Start ART", - "sections": [ - { - "label": "Start ART Regimen", - "isExpanded": "true", - "questions": [ - { - "label": "Date of ART initiation", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "159599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5869" - }, - { - "type": "PIH-Malawi", - "value": "2516" - }, - { - "type": "AMPATH", - "value": "1499" - }, - { - "type": "SNOMED-MVP", - "value": "1595991000105005" - }, - { - "type": "PIH", - "value": "2516" - }, - { - "type": "CIEL", - "value": "159599" - }, - { - "type": "PIH-Malawi", - "value": "2516" - }, - { - "type": "SNOMED-CT", - "value": "413946009" - }, - { - "type": "SNOMED-MVP", - "value": "1595991000105005" - }, - { - "type": "PIH", - "value": "2516" - } - ] - }, - "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": "initiationDate" - }, - { - "label": "Regimen line", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "164515AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "164506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Adult 1st line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164506" - } - ] - }, - { - "concept": "164507AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Child 1st line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164507" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "regimenInitiated" - }, - { - "label": "Regimen", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "dfbe256e-30ba-4033-837a-2e8477f2e7cd", - "answers": [ - { - "concept": "f827ed18-f816-4cd0-b77c-28a0209c96c0", - "label": "ABC + 3TC + ATVr", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_ATVr" - } - ] - }, - { - "concept": "5bb0348b-fc27-460e-b6cd-df7a4a253372", - "label": "ABC + 3TC + DRV+RTV+RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_DRV_RTV_RAL" - } - ] - }, - { - "concept": "396d668b-b1e6-4997-b9b9-2d57f53c2321", - "label": "ABC + 3TC + DRVr", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_DRVr" - } - ] - }, - { - "concept": "159db6bc-1303-4829-8fe4-32212751c934", - "label": "ABC + 3TC + DTG", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165606" - }, - { - "type": "CIEL", - "value": "165606" - }, - { - "type": "OCT", - "value": "ABC_3TC_DTG" - } - ] - }, - { - "concept": "70e9b78a-a6d8-49c2-8217-0ba57b05803a", - "label": "ABC + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_EFV" - }, - { - "type": "CIEL", - "value": "162563" - }, - { - "type": "CIEL", - "value": "162563" - } - ] - }, - { - "concept": "0da33711-7b3f-4997-bc9e-4a2445fbaf63", - "label": "ABC + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_LPVr" - }, - { - "type": "CIEL", - "value": "162200" - }, - { - "type": "CIEL", - "value": "162200" - } - ] - }, - { - "concept": "98bec34c-608a-46ce-8f1a-3ee3b8b6f92b", - "label": "ABC + 3TC + NVP", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162199" - }, - { - "type": "CIEL", - "value": "162199" - }, - { - "type": "OCT", - "value": "ABC_3TC_NVP" - } - ] - }, - { - "concept": "dc25af21-7816-44d8-92d2-3332c7db113a", - "label": "ABC + 3TC + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_RAL" - } - ] - }, - { - "concept": "62243dfe-6284-48a9-afcc-63149ac6d709", - "label": "AZT + 3TC + ATV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_ATVr" - } - ] - }, - { - "concept": "60bec021-c05c-4ae9-93fe-b798c0bf82d2", - "label": "AZT + 3TC + DRV + RTV + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_DRV_RTV_RAL" - } - ] - }, - { - "concept": "f2247788-6d05-490d-ad04-64544c8020b7", - "label": "AZT + 3TC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_DTG" - } - ] - }, - { - "concept": "b1336ea0-3a87-4018-9fce-3a7a22d95d7d", - "label": "AZT + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_EFV" - } - ] - }, - { - "concept": "d2b1d784-a880-42a9-b0a6-19de2db7afd6", - "label": "AZT + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_LPVr" - } - ] - }, - { - "concept": "bafb40ca-b0c7-4366-bd8e-9eb923237c94", - "label": "AZT + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_NVP" - } - ] - }, - { - "concept": "e9540e20-1ba4-4573-b189-088f5fd9dc57", - "label": "AZT + 3TC + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_RAL" - } - ] - }, - { - "concept": "6a3d196a-67fa-4d4f-b78d-76103d91972a", - "label": "d4T + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_EFV" - } - ] - }, - { - "concept": "4ad80d98-0a1a-41d1-a9d7-2110692bf5eb", - "label": "d4T + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_LPVr" - } - ] - }, - { - "concept": "d8051638-0123-4322-a094-4a48adffdc37", - "label": "d4T + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_NVP" - } - ] - }, - { - "concept": "9e82e55d-dbbf-49a6-900c-d8ead9985b0a", - "label": "ETV + 3TC + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "ETV_3TC_DRV_RTV" - } - ] - }, - { - "concept": "1431d032-9eeb-46b3-84e5-79f0c19354d8", - "label": "RAL + 3TC + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV" - } - ] - }, - { - "concept": "f47f98e7-f17a-466a-ba8e-aa4423049c7e", - "label": "RAL + 3TC + DRV + RTV + ABC", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_ABC" - } - ] - }, - { - "concept": "3ae355dd-fc83-43c6-9312-ebbb30b51bf7", - "label": "RAL + 3TC + DRV + RTV + AZT", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_AZT" - } - ] - }, - { - "concept": "0fd8a042-81a3-4106-8470-63d29380d7d5", - "label": "RAL + 3TC + DRV + RTV + TDF", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_TDF" - } - ] - }, - { - "concept": "6b7cd8a1-77b3-4853-bbe7-ff6bf51c41c3", - "label": "TAF + 3TC + DRV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_DRVr" - } - ] - }, - { - "concept": "5f7da36e-1a83-4ede-ae6f-41aaa5304601", - "label": "TAF + 3TC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_DTG" - } - ] - }, - { - "concept": "5a4587e2-de9e-4b99-9ea0-00717fa5605a", - "label": "TAF + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_LPVr" - } - ] - }, - { - "concept": "907d304b-ebc4-4387-8af8-2d2c92f82910", - "label": "TDF + 3TC + DTG + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_DTG_DRV_RTV" - } - ] - }, - { - "concept": "5679c813-cfed-4fb2-b252-d6149297e013", - "label": "TDF + 3TC + DTG + ETR + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_DTG_ETR_DRV_RTV" - } - ] - }, - { - "concept": "5f123dc8-c697-47f6-bc67-007322a9bb48", - "label": "TDF + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_EFV" - } - ] - }, - { - "concept": "380e5e7c-7c2f-4ba8-a93c-90b1e638dc2c", - "label": "TDF + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_LPVr" - } - ] - }, - { - "concept": "36685ad3-a223-4c3c-b6ee-d8358432a600", - "label": "TDF + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_NVP" - } - ] - }, - { - "concept": "083d46c5-dea7-49de-abd5-e16f252255a7", - "label": "TDF + FTC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_FTC_DTG" - } - ] - }, - { - "concept": "67701961-f6c1-4ebf-a7f5-c2c5d25021a0", - "label": "TDF + FTC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_FTC_EFV" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "initiationRegimen" - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "isEmpty(therapyPlan) || therapyPlan !== '1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Switch ART Regimen Line", - "sections": [ - { - "label": "Switch Regimen Line", - "isExpanded": "true", - "questions": [ - { - "label": "Date regimen line switched", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "164516AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "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('initiationDate')" - } - ] - } - ], - "id": "switchDate" - }, - { - "label": "Reason for switching regimen line", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "160568AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160568" - }, - { - "type": "SNOMED-CT", - "value": "309298003" - }, - { - "type": "PIH", - "value": "1780" - }, - { - "type": "SNOMED-CT", - "value": "170564007" - }, - { - "type": "SNOMED-CT", - "value": "170564007" - }, - { - "type": "PIH", - "value": "1780" - } - ], - "answers": [ - { - "concept": "160569AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Virologic failure", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "182985004" - }, - { - "type": "CIEL", - "value": "160569" - }, - { - "type": "PIH", - "value": "1765" - }, - { - "type": "PIH", - "value": "1765" - } - ] - }, - { - "concept": "160566AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Immunologic failure", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160566" - }, - { - "type": "SNOMED-CT", - "value": "182985004" - }, - { - "type": "PIH", - "value": "1764" - }, - { - "type": "PIH", - "value": "1764" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "switchReason" - }, - { - "label": "Regimen line", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "164515AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "164513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Adult 2nd line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164513" - } - ] - }, - { - "concept": "164514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Child 2nd line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164514" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "regimenSwitched" - }, - { - "label": "Regimen", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "dfbe256e-30ba-4033-837a-2e8477f2e7cd", - "answers": [ - { - "concept": "f827ed18-f816-4cd0-b77c-28a0209c96c0", - "label": "ABC + 3TC + ATVr", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_ATVr" - } - ] - }, - { - "concept": "5bb0348b-fc27-460e-b6cd-df7a4a253372", - "label": "ABC + 3TC + DRV+RTV+RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_DRV_RTV_RAL" - } - ] - }, - { - "concept": "396d668b-b1e6-4997-b9b9-2d57f53c2321", - "label": "ABC + 3TC + DRVr", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_DRVr" - } - ] - }, - { - "concept": "159db6bc-1303-4829-8fe4-32212751c934", - "label": "ABC + 3TC + DTG", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165606" - }, - { - "type": "CIEL", - "value": "165606" - }, - { - "type": "OCT", - "value": "ABC_3TC_DTG" - } - ] - }, - { - "concept": "70e9b78a-a6d8-49c2-8217-0ba57b05803a", - "label": "ABC + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_EFV" - }, - { - "type": "CIEL", - "value": "162563" - }, - { - "type": "CIEL", - "value": "162563" - } - ] - }, - { - "concept": "0da33711-7b3f-4997-bc9e-4a2445fbaf63", - "label": "ABC + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_LPVr" - }, - { - "type": "CIEL", - "value": "162200" - }, - { - "type": "CIEL", - "value": "162200" - } - ] - }, - { - "concept": "98bec34c-608a-46ce-8f1a-3ee3b8b6f92b", - "label": "ABC + 3TC + NVP", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162199" - }, - { - "type": "CIEL", - "value": "162199" - }, - { - "type": "OCT", - "value": "ABC_3TC_NVP" - } - ] - }, - { - "concept": "dc25af21-7816-44d8-92d2-3332c7db113a", - "label": "ABC + 3TC + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_RAL" - } - ] - }, - { - "concept": "62243dfe-6284-48a9-afcc-63149ac6d709", - "label": "AZT + 3TC + ATV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_ATVr" - } - ] - }, - { - "concept": "60bec021-c05c-4ae9-93fe-b798c0bf82d2", - "label": "AZT + 3TC + DRV + RTV + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_DRV_RTV_RAL" - } - ] - }, - { - "concept": "f2247788-6d05-490d-ad04-64544c8020b7", - "label": "AZT + 3TC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_DTG" - } - ] - }, - { - "concept": "b1336ea0-3a87-4018-9fce-3a7a22d95d7d", - "label": "AZT + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_EFV" - } - ] - }, - { - "concept": "d2b1d784-a880-42a9-b0a6-19de2db7afd6", - "label": "AZT + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_LPVr" - } - ] - }, - { - "concept": "bafb40ca-b0c7-4366-bd8e-9eb923237c94", - "label": "AZT + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_NVP" - } - ] - }, - { - "concept": "e9540e20-1ba4-4573-b189-088f5fd9dc57", - "label": "AZT + 3TC + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_RAL" - } - ] - }, - { - "concept": "6a3d196a-67fa-4d4f-b78d-76103d91972a", - "label": "d4T + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_EFV" - } - ] - }, - { - "concept": "4ad80d98-0a1a-41d1-a9d7-2110692bf5eb", - "label": "d4T + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_LPVr" - } - ] - }, - { - "concept": "d8051638-0123-4322-a094-4a48adffdc37", - "label": "d4T + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_NVP" - } - ] - }, - { - "concept": "9e82e55d-dbbf-49a6-900c-d8ead9985b0a", - "label": "ETV + 3TC + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "ETV_3TC_DRV_RTV" - } - ] - }, - { - "concept": "1431d032-9eeb-46b3-84e5-79f0c19354d8", - "label": "RAL + 3TC + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV" - } - ] - }, - { - "concept": "f47f98e7-f17a-466a-ba8e-aa4423049c7e", - "label": "RAL + 3TC + DRV + RTV + ABC", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_ABC" - } - ] - }, - { - "concept": "3ae355dd-fc83-43c6-9312-ebbb30b51bf7", - "label": "RAL + 3TC + DRV + RTV + AZT", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_AZT" - } - ] - }, - { - "concept": "0fd8a042-81a3-4106-8470-63d29380d7d5", - "label": "RAL + 3TC + DRV + RTV + TDF", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_TDF" - } - ] - }, - { - "concept": "6b7cd8a1-77b3-4853-bbe7-ff6bf51c41c3", - "label": "TAF + 3TC + DRV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_DRVr" - } - ] - }, - { - "concept": "5f7da36e-1a83-4ede-ae6f-41aaa5304601", - "label": "TAF + 3TC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_DTG" - } - ] - }, - { - "concept": "5a4587e2-de9e-4b99-9ea0-00717fa5605a", - "label": "TAF + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_LPVr" - } - ] - }, - { - "concept": "907d304b-ebc4-4387-8af8-2d2c92f82910", - "label": "TDF + 3TC + DTG + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_DTG_DRV_RTV" - } - ] - }, - { - "concept": "5679c813-cfed-4fb2-b252-d6149297e013", - "label": "TDF + 3TC + DTG + ETR + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_DTG_ETR_DRV_RTV" - } - ] - }, - { - "concept": "5f123dc8-c697-47f6-bc67-007322a9bb48", - "label": "TDF + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_EFV" - } - ] - }, - { - "concept": "380e5e7c-7c2f-4ba8-a93c-90b1e638dc2c", - "label": "TDF + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_LPVr" - } - ] - }, - { - "concept": "36685ad3-a223-4c3c-b6ee-d8358432a600", - "label": "TDF + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_NVP" - } - ] - }, - { - "concept": "083d46c5-dea7-49de-abd5-e16f252255a7", - "label": "TDF + FTC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_FTC_DTG" - } - ] - }, - { - "concept": "67701961-f6c1-4ebf-a7f5-c2c5d25021a0", - "label": "TDF + FTC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_FTC_EFV" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "combinationSwitched" - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "isEmpty(therapyPlan) || therapyPlan !== '1259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Substitute ART Regimen", - "sections": [ - { - "label": "Substitute ART Regimen", - "isExpanded": "true", - "questions": [ - { - "label": "Date regimen substituted", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "164431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164431" - } - ] - }, - "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('initiationDate')" - } - ] - } - ], - "id": "substitutionDate" - }, - { - "label": "Reason for substituting regimen", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "160562AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "170564007" - }, - { - "type": "SNOMED-CT", - "value": "309298003" - }, - { - "type": "PIH", - "value": "1779" - }, - { - "type": "PIH", - "value": "1779" - }, - { - "type": "CIEL", - "value": "160562" - } - ], - "answers": [ - { - "concept": "160567AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "New diagnosis of Tuberculosis", - "conceptMappings": [ - { - "type": "PIH", - "value": "1763" - }, - { - "type": "PIH", - "value": "1763" - }, - { - "type": "CIEL", - "value": "160567" - } - ] - }, - { - "concept": "1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Currently pregnant", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "77386006" - }, - { - "type": "IMO-ProblemIT", - "value": "52609" - }, - { - "type": "SNOMED-CT", - "value": "77386006" - }, - { - "type": "AMPATH", - "value": "1484" - }, - { - "type": "ICD-10-WHO", - "value": "Z33" - }, - { - "type": "AMPATH", - "value": "1484" - }, - { - "type": "CIEL", - "value": "1434" - }, - { - "type": "IMO-ProblemIT", - "value": "52609" - } - ] - }, - { - "concept": "1754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Medications unavailable", - "conceptMappings": [ - { - "type": "SNOMED-MVP", - "value": "17541000105004" - }, - { - "type": "PIH", - "value": "1761" - }, - { - "type": "CIEL", - "value": "1754" - }, - { - "type": "SNOMED-MVP", - "value": "17541000105004" - }, - { - "type": "SNOMED-CT", - "value": "182856006" - }, - { - "type": "PIH", - "value": "1761" - }, - { - "type": "SNOMED-CT", - "value": "182856006" - } - ] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other non-coded", - "conceptMappings": [ - { - "type": "PIH", - "value": "5622" - }, - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "PIH", - "value": "5622" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "SNOMED-CT", - "value": "74964007" - } - ] - }, - { - "concept": "102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Toxicity, drug", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "7895008" - }, - { - "type": "CIEL", - "value": "102" - }, - { - "type": "IMO-ProblemIT", - "value": "381740" - }, - { - "type": "SNOMED-CT", - "value": "7895008" - }, - { - "type": "IMO-ProblemIT", - "value": "381740" - }, - { - "type": "AMPATH", - "value": "102" - }, - { - "type": "AMPATH", - "value": "102" - }, - { - "type": "ICD-10-WHO", - "value": "R89.2" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "substituteReason" - }, - { - "label": "Regimen line", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "164515AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "164506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Adult 1st line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164506" - } - ] - }, - { - "concept": "164513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Adult 2nd line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164513" - } - ] - }, - { - "concept": "164507AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Child 1st line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164507" - } - ] - }, - { - "concept": "164514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Child 2nd line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164514" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "regimenSubstituted" - }, - { - "label": "Regimen", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "dfbe256e-30ba-4033-837a-2e8477f2e7cd", - "answers": [ - { - "concept": "f827ed18-f816-4cd0-b77c-28a0209c96c0", - "label": "ABC + 3TC + ATVr", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_ATVr" - } - ] - }, - { - "concept": "5bb0348b-fc27-460e-b6cd-df7a4a253372", - "label": "ABC + 3TC + DRV+RTV+RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_DRV_RTV_RAL" - } - ] - }, - { - "concept": "396d668b-b1e6-4997-b9b9-2d57f53c2321", - "label": "ABC + 3TC + DRVr", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_DRVr" - } - ] - }, - { - "concept": "159db6bc-1303-4829-8fe4-32212751c934", - "label": "ABC + 3TC + DTG", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165606" - }, - { - "type": "CIEL", - "value": "165606" - }, - { - "type": "OCT", - "value": "ABC_3TC_DTG" - } - ] - }, - { - "concept": "70e9b78a-a6d8-49c2-8217-0ba57b05803a", - "label": "ABC + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_EFV" - }, - { - "type": "CIEL", - "value": "162563" - }, - { - "type": "CIEL", - "value": "162563" - } - ] - }, - { - "concept": "0da33711-7b3f-4997-bc9e-4a2445fbaf63", - "label": "ABC + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_LPVr" - }, - { - "type": "CIEL", - "value": "162200" - }, - { - "type": "CIEL", - "value": "162200" - } - ] - }, - { - "concept": "98bec34c-608a-46ce-8f1a-3ee3b8b6f92b", - "label": "ABC + 3TC + NVP", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162199" - }, - { - "type": "CIEL", - "value": "162199" - }, - { - "type": "OCT", - "value": "ABC_3TC_NVP" - } - ] - }, - { - "concept": "dc25af21-7816-44d8-92d2-3332c7db113a", - "label": "ABC + 3TC + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_RAL" - } - ] - }, - { - "concept": "62243dfe-6284-48a9-afcc-63149ac6d709", - "label": "AZT + 3TC + ATV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_ATVr" - } - ] - }, - { - "concept": "60bec021-c05c-4ae9-93fe-b798c0bf82d2", - "label": "AZT + 3TC + DRV + RTV + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_DRV_RTV_RAL" - } - ] - }, - { - "concept": "f2247788-6d05-490d-ad04-64544c8020b7", - "label": "AZT + 3TC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_DTG" - } - ] - }, - { - "concept": "b1336ea0-3a87-4018-9fce-3a7a22d95d7d", - "label": "AZT + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_EFV" - } - ] - }, - { - "concept": "d2b1d784-a880-42a9-b0a6-19de2db7afd6", - "label": "AZT + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_LPVr" - } - ] - }, - { - "concept": "bafb40ca-b0c7-4366-bd8e-9eb923237c94", - "label": "AZT + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_NVP" - } - ] - }, - { - "concept": "e9540e20-1ba4-4573-b189-088f5fd9dc57", - "label": "AZT + 3TC + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_RAL" - } - ] - }, - { - "concept": "6a3d196a-67fa-4d4f-b78d-76103d91972a", - "label": "d4T + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_EFV" - } - ] - }, - { - "concept": "4ad80d98-0a1a-41d1-a9d7-2110692bf5eb", - "label": "d4T + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_LPVr" - } - ] - }, - { - "concept": "d8051638-0123-4322-a094-4a48adffdc37", - "label": "d4T + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_NVP" - } - ] - }, - { - "concept": "9e82e55d-dbbf-49a6-900c-d8ead9985b0a", - "label": "ETV + 3TC + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "ETV_3TC_DRV_RTV" - } - ] - }, - { - "concept": "1431d032-9eeb-46b3-84e5-79f0c19354d8", - "label": "RAL + 3TC + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV" - } - ] - }, - { - "concept": "f47f98e7-f17a-466a-ba8e-aa4423049c7e", - "label": "RAL + 3TC + DRV + RTV + ABC", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_ABC" - } - ] - }, - { - "concept": "3ae355dd-fc83-43c6-9312-ebbb30b51bf7", - "label": "RAL + 3TC + DRV + RTV + AZT", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_AZT" - } - ] - }, - { - "concept": "0fd8a042-81a3-4106-8470-63d29380d7d5", - "label": "RAL + 3TC + DRV + RTV + TDF", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_TDF" - } - ] - }, - { - "concept": "6b7cd8a1-77b3-4853-bbe7-ff6bf51c41c3", - "label": "TAF + 3TC + DRV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_DRVr" - } - ] - }, - { - "concept": "5f7da36e-1a83-4ede-ae6f-41aaa5304601", - "label": "TAF + 3TC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_DTG" - } - ] - }, - { - "concept": "5a4587e2-de9e-4b99-9ea0-00717fa5605a", - "label": "TAF + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_LPVr" - } - ] - }, - { - "concept": "907d304b-ebc4-4387-8af8-2d2c92f82910", - "label": "TDF + 3TC + DTG + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_DTG_DRV_RTV" - } - ] - }, - { - "concept": "5679c813-cfed-4fb2-b252-d6149297e013", - "label": "TDF + 3TC + DTG + ETR + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_DTG_ETR_DRV_RTV" - } - ] - }, - { - "concept": "5f123dc8-c697-47f6-bc67-007322a9bb48", - "label": "TDF + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_EFV" - } - ] - }, - { - "concept": "380e5e7c-7c2f-4ba8-a93c-90b1e638dc2c", - "label": "TDF + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_LPVr" - } - ] - }, - { - "concept": "36685ad3-a223-4c3c-b6ee-d8358432a600", - "label": "TDF + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_NVP" - } - ] - }, - { - "concept": "083d46c5-dea7-49de-abd5-e16f252255a7", - "label": "TDF + FTC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_FTC_DTG" - } - ] - }, - { - "concept": "67701961-f6c1-4ebf-a7f5-c2c5d25021a0", - "label": "TDF + FTC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_FTC_EFV" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "combinationSubstituted" - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "isEmpty(therapyPlan) || therapyPlan !== '1258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Stop ART - Refused treatment", - "sections": [ - { - "label": "Refused (stopped) treatment", - "isExpanded": "true", - "questions": [ - { - "label": "Date patient refused HIV care/treatment", - "questionOptions": { - "rendering": "date", - "concept": "162572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "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('initiationDate')" - } - ] - } - ], - "id": "datePatientRefusedTreatment" - }, - { - "label": "Reason for discontinuing service (text)", - "questionOptions": { - "rendering": "textarea", - "concept": "163513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "reasonForDiscontinuing" - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "isEmpty(therapyPlan) || therapyPlan !== '1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Restart ART", - "sections": [ - { - "label": "Restart ART Regimen", - "isExpanded": "true", - "questions": [ - { - "label": "Date restarted ART", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160738AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "410684002" - }, - { - "type": "CIEL", - "value": "160738" - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ], - "id": "dateRestarted" - }, - { - "label": "Regimen line", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "164515AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "164506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Adult 1st line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164506" - } - ] - }, - { - "concept": "164513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Adult 2nd line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164513" - } - ] - }, - { - "concept": "164507AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Child 1st line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164507" - } - ] - }, - { - "concept": "164514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Child 2nd line ARV regimen", - "conceptMappings": [ - { - "type": "CIEL", - "value": "164514" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "regimenRestarted" - }, - { - "label": "Regimen", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "dfbe256e-30ba-4033-837a-2e8477f2e7cd", - "answers": [ - { - "concept": "f827ed18-f816-4cd0-b77c-28a0209c96c0", - "label": "ABC + 3TC + ATVr", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_ATVr" - } - ] - }, - { - "concept": "5bb0348b-fc27-460e-b6cd-df7a4a253372", - "label": "ABC + 3TC + DRV+RTV+RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_DRV_RTV_RAL" - } - ] - }, - { - "concept": "396d668b-b1e6-4997-b9b9-2d57f53c2321", - "label": "ABC + 3TC + DRVr", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_DRVr" - } - ] - }, - { - "concept": "159db6bc-1303-4829-8fe4-32212751c934", - "label": "ABC + 3TC + DTG", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165606" - }, - { - "type": "CIEL", - "value": "165606" - }, - { - "type": "OCT", - "value": "ABC_3TC_DTG" - } - ] - }, - { - "concept": "70e9b78a-a6d8-49c2-8217-0ba57b05803a", - "label": "ABC + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_EFV" - }, - { - "type": "CIEL", - "value": "162563" - }, - { - "type": "CIEL", - "value": "162563" - } - ] - }, - { - "concept": "0da33711-7b3f-4997-bc9e-4a2445fbaf63", - "label": "ABC + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_LPVr" - }, - { - "type": "CIEL", - "value": "162200" - }, - { - "type": "CIEL", - "value": "162200" - } - ] - }, - { - "concept": "98bec34c-608a-46ce-8f1a-3ee3b8b6f92b", - "label": "ABC + 3TC + NVP", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162199" - }, - { - "type": "CIEL", - "value": "162199" - }, - { - "type": "OCT", - "value": "ABC_3TC_NVP" - } - ] - }, - { - "concept": "dc25af21-7816-44d8-92d2-3332c7db113a", - "label": "ABC + 3TC + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "ABC_3TC_RAL" - } - ] - }, - { - "concept": "62243dfe-6284-48a9-afcc-63149ac6d709", - "label": "AZT + 3TC + ATV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_ATVr" - } - ] - }, - { - "concept": "60bec021-c05c-4ae9-93fe-b798c0bf82d2", - "label": "AZT + 3TC + DRV + RTV + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_DRV_RTV_RAL" - } - ] - }, - { - "concept": "f2247788-6d05-490d-ad04-64544c8020b7", - "label": "AZT + 3TC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_DTG" - } - ] - }, - { - "concept": "b1336ea0-3a87-4018-9fce-3a7a22d95d7d", - "label": "AZT + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_EFV" - } - ] - }, - { - "concept": "d2b1d784-a880-42a9-b0a6-19de2db7afd6", - "label": "AZT + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_LPVr" - } - ] - }, - { - "concept": "bafb40ca-b0c7-4366-bd8e-9eb923237c94", - "label": "AZT + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_NVP" - } - ] - }, - { - "concept": "e9540e20-1ba4-4573-b189-088f5fd9dc57", - "label": "AZT + 3TC + RAL", - "conceptMappings": [ - { - "type": "OCT", - "value": "AZT_3TC_RAL" - } - ] - }, - { - "concept": "6a3d196a-67fa-4d4f-b78d-76103d91972a", - "label": "d4T + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_EFV" - } - ] - }, - { - "concept": "4ad80d98-0a1a-41d1-a9d7-2110692bf5eb", - "label": "d4T + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_LPVr" - } - ] - }, - { - "concept": "d8051638-0123-4322-a094-4a48adffdc37", - "label": "d4T + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "d4T_3TC_NVP" - } - ] - }, - { - "concept": "9e82e55d-dbbf-49a6-900c-d8ead9985b0a", - "label": "ETV + 3TC + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "ETV_3TC_DRV_RTV" - } - ] - }, - { - "concept": "1431d032-9eeb-46b3-84e5-79f0c19354d8", - "label": "RAL + 3TC + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV" - } - ] - }, - { - "concept": "f47f98e7-f17a-466a-ba8e-aa4423049c7e", - "label": "RAL + 3TC + DRV + RTV + ABC", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_ABC" - } - ] - }, - { - "concept": "3ae355dd-fc83-43c6-9312-ebbb30b51bf7", - "label": "RAL + 3TC + DRV + RTV + AZT", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_AZT" - } - ] - }, - { - "concept": "0fd8a042-81a3-4106-8470-63d29380d7d5", - "label": "RAL + 3TC + DRV + RTV + TDF", - "conceptMappings": [ - { - "type": "OCT", - "value": "RAL_3TC_DRV_RTV_TDF" - } - ] - }, - { - "concept": "6b7cd8a1-77b3-4853-bbe7-ff6bf51c41c3", - "label": "TAF + 3TC + DRV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_DRVr" - } - ] - }, - { - "concept": "5f7da36e-1a83-4ede-ae6f-41aaa5304601", - "label": "TAF + 3TC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_DTG" - } - ] - }, - { - "concept": "5a4587e2-de9e-4b99-9ea0-00717fa5605a", - "label": "TAF + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TAF_3TC_LPVr" - } - ] - }, - { - "concept": "907d304b-ebc4-4387-8af8-2d2c92f82910", - "label": "TDF + 3TC + DTG + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_DTG_DRV_RTV" - } - ] - }, - { - "concept": "5679c813-cfed-4fb2-b252-d6149297e013", - "label": "TDF + 3TC + DTG + ETR + DRV + RTV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_DTG_ETR_DRV_RTV" - } - ] - }, - { - "concept": "5f123dc8-c697-47f6-bc67-007322a9bb48", - "label": "TDF + 3TC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_EFV" - } - ] - }, - { - "concept": "380e5e7c-7c2f-4ba8-a93c-90b1e638dc2c", - "label": "TDF + 3TC + LPV/r", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_LPVr" - } - ] - }, - { - "concept": "36685ad3-a223-4c3c-b6ee-d8358432a600", - "label": "TDF + 3TC + NVP", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_3TC_NVP" - } - ] - }, - { - "concept": "083d46c5-dea7-49de-abd5-e16f252255a7", - "label": "TDF + FTC + DTG", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_FTC_DTG" - } - ] - }, - { - "concept": "67701961-f6c1-4ebf-a7f5-c2c5d25021a0", - "label": "TDF + FTC + EFV", - "conceptMappings": [ - { - "type": "OCT", - "value": "TDF_FTC_EFV" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "combinationRestarted" - }, - { - "label": "Reason for restarting ART", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "reasonRestarting" - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "isEmpty(therapyPlan) || therapyPlan !== '3e69cb60-2943-410f-83d4-b359ae83fefd'" - } - } - ] - }, - { - "label": "Notes", - "sections": [ - { - "label": "", - "isExpanded": "true", - "questions": [ - { - "label": "", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160632" - }, - { - "type": "AMPATH", - "value": "1915" - }, - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "AMPATH", - "value": "1915" - } - ] - }, - "id": "addNotes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "ART Therapy Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "f99fadd8-feb7-321c-ab58-7569805668e7", - "referencedForms": [], - "encounterType": "74bf4fe6-8fdb-4228-be39-680a93a9cf6d", - "encounter": "ART Therapy", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_cd4_lab_results_v1.0.json b/distro/configuration/ampathforms/ct_cd4_lab_results_v1.0.json deleted file mode 100644 index 1c53296b0..000000000 --- a/distro/configuration/ampathforms/ct_cd4_lab_results_v1.0.json +++ /dev/null @@ -1,250 +0,0 @@ -{ - "name": "CD4 Lab Result", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "CD4 Lab Result", - "sections": [ - { - "label": "CD4 Lab Result", - "isExpanded": "true", - "questions": [ - { - "label": "CD4 Lab Results", - "type": "obs", - "questionOptions": { - "rendering": "toggle", - "concept": "2dbf01ab-77f6-4b35-aa2c-46dfc14b0af0", - "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": "cd4Lab", - "behaviours": [ - { - "intent": "*", - "required": "false", - "hide": { - "hideWhenExpression": "true" - } - }, - { - "intent": "CD4_LAB_RESULTS_EMBED", - "required": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ] - }, - { - "label": "Test Result Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "163724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "" - }, - "id": "testResultDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - }, - { - "intent": "CD4_LAB_RESULTS_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "cd4Lab == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "CD4 count", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5497" - }, - { - "type": "LOINC", - "value": "24467-3" - }, - { - "type": "IMO-ProcedureIT", - "value": "923416" - }, - { - "type": "CIEL", - "value": "5497" - }, - { - "type": "SNOMED-CT", - "value": "313660005" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "CD4 COUNT" - } - ] - }, - "id": "cd4Result", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "CD4_LAB_RESULTS_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "cd4Lab == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "CD4%", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "730AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "cd%", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "CD4_LAB_RESULTS_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "cd4Lab == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "notes", - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "CD4_LAB_RESULTS_EMBED", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "cd4Lab == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "CD4 Lab results" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "a66197de-419a-3223-8691-f70d36b1524b", - "referencedForms": [], - "encounterType": "96adb28e-e417-43a3-8f7d-682f8af5e912", - "encounter": "CD4 Lab results", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_clinical_visit_v1.0.json b/distro/configuration/ampathforms/ct_clinical_visit_v1.0.json deleted file mode 100644 index 55516d9e4..000000000 --- a/distro/configuration/ampathforms/ct_clinical_visit_v1.0.json +++ /dev/null @@ -1,8925 +0,0 @@ -{ - "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 deleted file mode 100644 index 451d58e3d..000000000 --- a/distro/configuration/ampathforms/ct_clinical_visit_v2.0.json +++ /dev/null @@ -1,9118 +0,0 @@ -{ - "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": "text", - "concept": "" - }, - "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": "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": "Nutritional plan (text)", - "rows": "" - }, - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "nutritionalStatus === '1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || nutritionalStatus === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || nutritionalInterventions !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "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 - 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": "b3abc4ce-c5ac-3c40-b8e7-442b163670f1", - "referencedForms": [], - "encounterType": "cb0a65a7-0587-477e-89b9-cf2fd144f1d4", - "encounter": "Clinical Visit", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_contact_tracing_v1.0.json b/distro/configuration/ampathforms/ct_contact_tracing_v1.0.json deleted file mode 100644 index b36afb45a..000000000 --- a/distro/configuration/ampathforms/ct_contact_tracing_v1.0.json +++ /dev/null @@ -1,1102 +0,0 @@ -{ - "name": "Contact Tracing 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:** Trace a contact of an index client (Child/Sex partner/Someone who they shared a needle with) " - ] - } - ] - } - ] - }, - { - "label": "Contact Tracing", - "sections": [ - { - "label": "Contact Tracing Details", - "isExpanded": "true", - "questions": [ - { - "label": "Contact date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160753" - }, - { - "type": "CIEL", - "value": "160753" - }, - { - "type": "SNOMED-CT", - "value": "439771001" - }, - { - "type": "SNOMED-CT", - "value": "439771001" - } - ] - }, - "id": "contactDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Contact Method", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "59c023dd-eed2-4b11-8c34-b88e9439db3c", - "answers": [ - { - "concept": "166457AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Physical contact/client tracing", - "conceptMappings": [] - }, - { - "concept": "166458AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Telephone contact/client tracing", - "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": "contactMethod", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Outcome Contact", - "isExpanded": "true", - "questions": [ - { - "label": "Contacted Successfully", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "911d08b4-b523-46e4-8b65-e6924e95d015", - "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": "patientContacted", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Outcome", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "36a3e671-9d60-4109-b41f-046f44f4b389", - "answers": [ - { - "concept": "83f1c235-de6f-4141-8d8d-73a917b781de", - "label": "Contact came for HTS", - "conceptMappings": [] - }, - { - "concept": "56f6a5a4-7ef9-4af3-a250-26b3894e711b", - "label": "Contact will test elsewhere", - "conceptMappings": [] - }, - { - "concept": "e7a0e18e-56e2-49da-b518-673f13c7bfba", - "label": "Refused Test", - "conceptMappings": [] - }, - { - "concept": "5566AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Partner confirmed HIV+", - "conceptMappings": [ - { - "type": "CIEL", - "value": "5566" - }, - { - "type": "AMPATH", - "value": "5566" - } - ] - } - ] - }, - "id": "outcomePatient", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientContacted','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "HIV Testing", - "isExpanded": "true", - "questions": [ - { - "label": "Contact booked for HIV test", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "24c9e221-bc34-4a41-8a2e-ffb7331890e1", - "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": "contactBooked", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('outcomePatient','56f6a5a4-7ef9-4af3-a250-26b3894e711b')" - }, - "validators": [] - } - ] - }, - { - "label": "Date booked for HIV test", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "04dcb442-384c-41b5-9f0e-2fe24b977cb2", - "weeksList": "" - }, - "id": "dateBooked", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('outcomePatient','56f6a5a4-7ef9-4af3-a250-26b3894e711b')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue <= useFieldValue('contactDate')" - } - ] - } - ] - }, - { - "label": "Contact Tested for HIV", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "161557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161557" - } - ], - "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": "contactHIVTesting", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('outcomePatient','83f1c235-de6f-4141-8d8d-73a917b781de')" - }, - "validators": [] - } - ] - }, - { - "label": "Contact HIV Status", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "1436AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-MVP", - "value": "14361000105003" - }, - { - "type": "AMPATH", - "value": "2313" - }, - { - "type": "SNOMED-CT", - "value": "278977008" - }, - { - "type": "PIH", - "value": "3082" - }, - { - "type": "PIH", - "value": "3082" - }, - { - "type": "SNOMED-MVP", - "value": "14361000105003" - }, - { - "type": "CIEL", - "value": "1436" - } - ], - "answers": [ - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "AMPATH", - "value": "703" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "PIH", - "value": "664" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "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": "1138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Indeterminate", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1138" - }, - { - "type": "CIEL", - "value": "1138" - }, - { - "type": "AMPATH", - "value": "1138" - }, - { - "type": "SNOMED-CT", - "value": "82334004" - }, - { - "type": "SNOMED-CT", - "value": "82334004" - } - ] - }, - { - "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": "contactHIVStatus", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('outcomePatient','83f1c235-de6f-4141-8d8d-73a917b781de')" - }, - "validators": [] - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "false", - "hide": { - "hideWhenExpression": "!includes('outcomePatient','56f6a5a4-7ef9-4af3-a250-26b3894e711b') || outcomePatient !== '83f1c235-de6f-4141-8d8d-73a917b781de' " - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Outcome", - "sections": [ - { - "label": "Final Outcome Contact", - "isExpanded": "true", - "questions": [ - { - "label": "Final Outcome reached (After successful or multiple unsuccessful tracing attempts)", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "eeba884c-67fc-4f03-be2e-8dd3eb64ae10", - "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" - } - ] - } - ] - }, - "id": "finalOutcomeReached", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Final outcome contact tracking", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "a51f1923-80ff-422a-8c22-5d6fb39bcf67", - "answers": [ - { - "concept": "161557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Partner HIV tested", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161557" - } - ] - }, - { - "concept": "5566AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Partner confirmed HIV+", - "conceptMappings": [ - { - "type": "CIEL", - "value": "5566" - }, - { - "type": "AMPATH", - "value": "5566" - } - ] - }, - { - "concept": "3e25107e-4973-4cab-9892-ed030b90f6dd", - "label": "Will test elsewhere", - "conceptMappings": [] - }, - { - "concept": "34a71cb0-5663-4e48-84f2-7150f26f4398", - "label": "Contact is far from this facility", - "conceptMappings": [] - }, - { - "concept": "4d1fbba8-478c-4876-abee-bffe6ee060f7", - "label": "Contact unwilling to come", - "conceptMappings": [] - }, - { - "concept": "160432AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Dead", - "conceptMappings": [] - }, - { - "concept": "166994AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unsuccessful", - "conceptMappings": [] - } - ] - }, - "id": "finalContactOutcome", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('finalOutcomeReached','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - } - ] - }, - { - "label": "Notes", - "sections": [ - { - "label": "Contact tracking notes", - "isExpanded": "true", - "questions": [ - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165095" - } - ] - }, - "id": "contactTracingNotes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Contact Tracing Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "94a911a8-8da1-3c12-b696-2f3e78c2e87c", - "referencedForms": [], - "encounterType": "570e9e42-4306-41dc-9bf8-634bbc70a524", - "encounter": "Contact Tracing Form", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_death_v1.0.json b/distro/configuration/ampathforms/ct_death_v1.0.json deleted file mode 100644 index e955f022d..000000000 --- a/distro/configuration/ampathforms/ct_death_v1.0.json +++ /dev/null @@ -1,784 +0,0 @@ -{ - "name": "Death Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "HIV Death Form", - "sections": [ - { - "label": "Introduction", - "isExpanded": "true", - "questions": [ - { - "type": "markdown", - "questionOptions": { - "rendering": "markdown" - }, - "id": "fooMarkdown", - "value": [ - "**This form is used to:** Document the cause of death of a HIV patient." - ] - } - ] - }, - { - "label": "Cause of Death", - "isExpanded": "true", - "questions": [ - { - "label": "Date of death", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "1543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1570" - }, - { - "type": "PIH", - "value": "1815" - }, - { - "type": "SNOMED-CT", - "value": "399753006" - } - ] - }, - "id": "Deathdate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue < useFieldValue('dateOfFirstVisit') || myValue <= '159599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - ] - } - ] - }, - { - "label": "Cause of Death", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "ef973f1f-557f-4620-acf5-9c4c18bf1eda", - "answers": [ - { - "concept": "156673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV disease resulting in mycobacterial infection", - "conceptMappings": [ - { - "type": "ICPC2", - "value": "B90" - }, - { - "type": "3BT", - "value": "10121433" - }, - { - "type": "IMO-ProblemIT", - "value": "30122568" - }, - { - "type": "3BT", - "value": "10121433" - }, - { - "type": "SNOMED-CT", - "value": "186717007" - }, - { - "type": "ICD-10-WHO", - "value": "B20.0" - }, - { - "type": "CIEL", - "value": "156673" - }, - { - "type": "IMO-ProblemIT", - "value": "30122568" - }, - { - "type": "CIEL", - "value": "156673" - }, - { - "type": "SNOMED-CT", - "value": "186717007" - }, - { - "type": "ICD-10-WHO", - "value": "B20.0" - }, - { - "type": "ICPC2", - "value": "B90" - } - ] - }, - { - "concept": "159988AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV disease resulting in malignant neoplasm", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "21876188" - }, - { - "type": "SNOMED-CT", - "value": "86406008" - }, - { - "type": "ICD-10-WHO", - "value": "B21.9" - }, - { - "type": "IMO-ProblemIT", - "value": "21876188" - }, - { - "type": "CIEL", - "value": "159988" - }, - { - "type": "CIEL", - "value": "159988" - } - ] - }, - { - "concept": "160159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV resulting in infectious or parasitic disease", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160159" - }, - { - "type": "ICD-10-WHO", - "value": "B20.9" - }, - { - "type": "PIH", - "value": "7143" - }, - { - "type": "PIH", - "value": "7143" - }, - { - "type": "SNOMED-CT", - "value": "186708007" - }, - { - "type": "CIEL", - "value": "160159" - } - ] - }, - { - "concept": "160160AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV resulting in other conditions", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160160" - }, - { - "type": "PIH", - "value": "7144" - }, - { - "type": "ICD-10-WHO", - "value": "B23" - }, - { - "type": "PIH", - "value": "7144" - }, - { - "type": "CIEL", - "value": "160160" - } - ] - }, - { - "concept": "133481AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Natural Death", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "27170" - }, - { - "type": "CIEL", - "value": "133481" - }, - { - "type": "IMO-ProblemIT", - "value": "27170" - }, - { - "type": "CIEL", - "value": "133481" - }, - { - "type": "ICD-10-WHO", - "value": "R98" - }, - { - "type": "SNOMED-CT", - "value": "38605008" - }, - { - "type": "SNOMED-CT", - "value": "38605008" - } - ] - }, - { - "concept": "166078AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unnatural death", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166078" - }, - { - "type": "SNOMED-CT", - "value": "419620001" - }, - { - "type": "CIEL", - "value": "166078" - } - ] - }, - { - "concept": "142917AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Death of unknown cause", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "27137" - }, - { - "type": "SNOMED-CT", - "value": "87309006" - }, - { - "type": "SNOMED-CT", - "value": "87309006" - }, - { - "type": "IMO-ProblemIT", - "value": "27137" - }, - { - "type": "CIEL", - "value": "142917" - }, - { - "type": "ICD-10-WHO", - "value": "R99" - }, - { - "type": "CIEL", - "value": "142917" - }, - { - "type": "ICPC2", - "value": "A96" - }, - { - "type": "3BT", - "value": "10026772" - }, - { - "type": "3BT", - "value": "10026772" - }, - { - "type": "ICPC2", - "value": "A96" - } - ] - } - ] - }, - "id": "Deathreason", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Specific Cause of Death", - "isExpanded": "true", - "questions": [ - { - "label": "HIV disease resulting in other malignant neoplasms", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "efd206db-ed68-4ac3-8916-da524f029643", - "answers": [ - { - "concept": "b35448c5-d696-435f-b722-5f284a0995c1", - "label": "HIV disease resulting in Kaposi's sarcoma", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "B21.0" - } - ] - }, - { - "concept": "156667AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV disease resulting in Burkitt's lymphoma", - "conceptMappings": [ - { - "type": "ICPC2", - "value": "B90" - }, - { - "type": "IMO-ProblemIT", - "value": "30122570" - }, - { - "type": "CIEL", - "value": "156667" - }, - { - "type": "SNOMED-CT", - "value": "186723002" - }, - { - "type": "SNOMED-CT", - "value": "186723002" - }, - { - "type": "ICD-10-WHO", - "value": "B21.1" - }, - { - "type": "3BT", - "value": "10015825" - }, - { - "type": "3BT", - "value": "10015825" - }, - { - "type": "CIEL", - "value": "156667" - }, - { - "type": "ICD-10-WHO", - "value": "B21.1" - }, - { - "type": "ICPC2", - "value": "B90" - }, - { - "type": "IMO-ProblemIT", - "value": "30122570" - } - ] - }, - { - "concept": "a0081f9b-afd9-400a-97d7-b39d921cfb66", - "label": "HIV disease resulting in other type of non-Hodgkin lymphoma", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "B21.2" - } - ] - }, - { - "concept": "156672AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV disease resulting in multiple malignant neoplasms", - "conceptMappings": [ - { - "type": "3BT", - "value": "10057480" - }, - { - "type": "CIEL", - "value": "156672" - }, - { - "type": "3BT", - "value": "10057480" - }, - { - "type": "ICD-10-WHO", - "value": "B21.7" - }, - { - "type": "ICD-10-WHO", - "value": "B21.7" - }, - { - "type": "IMO-ProblemIT", - "value": "30122566" - }, - { - "type": "ICPC2", - "value": "B90" - }, - { - "type": "SNOMED-CT", - "value": "186725009" - }, - { - "type": "IMO-ProblemIT", - "value": "30122566" - }, - { - "type": "SNOMED-CT", - "value": "186725009" - }, - { - "type": "ICPC2", - "value": "B90" - }, - { - "type": "CIEL", - "value": "156672" - } - ] - }, - { - "concept": "42ca0273-6afa-44c8-94ad-8400e5835570", - "label": "HIV disease resulting in unspecified malignant neoplasms", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "B21.9" - } - ] - } - ] - }, - "id": "otherNeoplasms", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(Deathreason) || Deathreason !=='159988AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' " - }, - "validators": [] - } - ] - }, - { - "label": "HIV disease resulting in infectious & parasitic diseases", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "1c06de20-fbc0-4d42-a638-f273e5db2146", - "answers": [ - { - "concept": "156668AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV disease resulting in candidiasis", - "conceptMappings": [ - { - "type": "CIEL", - "value": "156668" - }, - { - "type": "ICPC2", - "value": "B90" - }, - { - "type": "SNOMED-CT", - "value": "186719005" - }, - { - "type": "3BT", - "value": "10004937" - }, - { - "type": "ICPC2", - "value": "B90" - }, - { - "type": "SNOMED-CT", - "value": "186719005" - }, - { - "type": "CIEL", - "value": "156668" - }, - { - "type": "ICD-10-WHO", - "value": "B20.4" - }, - { - "type": "IMO-ProblemIT", - "value": "30122571" - }, - { - "type": "ICD-10-WHO", - "value": "B20.4" - }, - { - "type": "IMO-ProblemIT", - "value": "30122571" - }, - { - "type": "3BT", - "value": "10004937" - } - ] - }, - { - "concept": "156669AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV disease resulting in cytomegaloviral disease", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "30122565" - }, - { - "type": "SNOMED-CT", - "value": "186718002" - }, - { - "type": "CIEL", - "value": "156669" - }, - { - "type": "ICPC2", - "value": "B90" - }, - { - "type": "3BT", - "value": "10023841" - }, - { - "type": "ICD-10-WHO", - "value": "B20.2" - }, - { - "type": "CIEL", - "value": "156669" - }, - { - "type": "SNOMED-CT", - "value": "186718002" - }, - { - "type": "3BT", - "value": "10023841" - }, - { - "type": "ICD-10-WHO", - "value": "B20.2" - }, - { - "type": "IMO-ProblemIT", - "value": "30122565" - }, - { - "type": "ICPC2", - "value": "B90" - } - ] - }, - { - "concept": "156671AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV disease resulting in multiple infections", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "186721000" - }, - { - "type": "ICD-10-WHO", - "value": "B20.7" - }, - { - "type": "IMO-ProblemIT", - "value": "30122567" - }, - { - "type": "SNOMED-CT", - "value": "186721000" - }, - { - "type": "CIEL", - "value": "156671" - }, - { - "type": "CIEL", - "value": "156671" - }, - { - "type": "ICD-10-WHO", - "value": "B20.7" - }, - { - "type": "IMO-ProblemIT", - "value": "30122567" - } - ] - }, - { - "concept": "af8b7e7c-c3f7-4985-a2db-8864468adbab", - "label": "HIV disease resulting in other bacterial infections", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "B20.1" - } - ] - }, - { - "concept": "e466147b-a02e-4e8a-a978-58f1c94512b6", - "label": "HIV disease resulting in other viral infections", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "B20.3" - } - ] - } - ] - }, - "id": "infectionParasitic", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(Deathreason) || Deathreason !=='160159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' " - }, - "validators": [] - } - ] - }, - { - "label": "Other diseases or conditions leading to death", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "e5ede6ae-aae8-4605-8500-88690f034fdc", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "B22" - } - ], - "answers": [ - { - "concept": "160158AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Human immunodeficiency virus disease resulting in other specified diseases", - "conceptMappings": [] - }, - { - "concept": "a3a83d0d-bfe8-464e-9a1a-67857c88dfa3", - "label": "HIV disease resulting in other conditions", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "B23" - } - ] - }, - { - "concept": "746d0622-21d3-4c57-8ee9-4e2a69637d8c", - "label": "Unspecified HIV disease", - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "B24" - } - ] - } - ] - }, - "id": "OtherConditonsDeath", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(Deathreason) || Deathreason !=='160160AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' " - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Notes", - "isExpanded": "true", - "questions": [ - { - "label": "Death NOtes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165095" - } - ] - }, - "id": "deathNotes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "HIV Death Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "41af2def-841d-38b7-8d2e-df25bdd0b73f", - "referencedForms": [], - "encounterType": "111c2104-991d-4b58-a30e-ce84bb275534", - "encounter": "HIV Death Form", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_express_visit_v1.0.json b/distro/configuration/ampathforms/ct_express_visit_v1.0.json deleted file mode 100644 index 5112e4fdc..000000000 --- a/distro/configuration/ampathforms/ct_express_visit_v1.0.json +++ /dev/null @@ -1,1630 +0,0 @@ -{ - "name": "POC Express 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" - } - ], - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "visitScheduled" - } - ] - } - ] - }, - { - "label": "Tuberculosis", - "sections": [ - { - "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": "Management", - "sections": [ - { - "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": "*", - "unspecified": "true", - "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" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Clinical Visit" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "ea1efef5-33cf-363f-9e59-5d0b6563ec7c", - "referencedForms": [], - "encounterType": "cb0a65a7-0587-477e-89b9-cf2fd144f1d4", - "encounter": "Clinical Visit", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_intimate_partner_v1.0.json b/distro/configuration/ampathforms/ct_intimate_partner_v1.0.json deleted file mode 100644 index 935538546..000000000 --- a/distro/configuration/ampathforms/ct_intimate_partner_v1.0.json +++ /dev/null @@ -1,439 +0,0 @@ -{ - "name": "Intimate Partner Violence Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "IPV Screening", - "sections": [ - { - "label": "Introduction", - "isExpanded": "true", - "questions": [ - { - "type": "markdown", - "questionOptions": { - "rendering": "markdown" - }, - "id": "fooMarkdown", - "value": [ - "**Introduction:** Use this form to Document intimate partner abuse or aggression that occurs in a romantic relationship." - ] - } - ] - }, - { - "label": "IPV Assessment", - "isExpanded": "true", - "questions": [ - { - "label": "Screening Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "screeningdate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "ture", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01')" - } - ] - } - ] - }, - { - "label": "Within the past year, has someone ever hit, kicked, slapped, or otherwise physically hurt you?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "2a228c6a-1575-43d7-9d42-9b68d0629f46", - "answers": [ - { - "label": "Yes", - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" - }, - { - "label": "No", - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" - } - ] - }, - "id": "everBeenAssaulted", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "By who", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "feba905e-d208-4124-8de9-58391fe88367", - "answers": [ - { - "concept": "5617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Partner or spouse", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5617" - }, - { - "type": "SNOMED-CT", - "value": "127848009" - }, - { - "type": "CIEL", - "value": "5617" - } - ] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown Person", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1067" - }, - { - "type": "AMPATH", - "value": "1067" - }, - { - "type": "SNOMED-CT", - "value": "261665006" - }, - { - "type": "PIH", - "value": "1067" - } - ] - } - ] - }, - "id": "byWhoAssaulted", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('everBeenAssaulted','cf82933b-3f3f-45e7-a5ab-5d31aaee3da3')" - }, - "validators": [] - } - ] - }, - { - "label": "How often?", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "513260c4-5f9d-4a28-9665-155b61544f5f", - "max": "1000", - "min": "0", - "showDate": "false" - }, - "id": "howOftenAssaulted", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('everBeenAssaulted','cf82933b-3f3f-45e7-a5ab-5d31aaee3da3')" - }, - "validators": [] - } - ] - }, - { - "label": "Has someone ever threatened to hurt you?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "bd86f7ee-1d5f-4f5d-aa0f-4680aa6e65cb", - "answers": [ - { - "label": "Yes", - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" - }, - { - "label": "No", - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" - } - ], - "conceptMappings": [] - }, - "id": "everBeenThreatened", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "By who?", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "feba905e-d208-4124-8de9-58391fe88367", - "answers": [ - { - "concept": "5617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Partner or spouse", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5617" - }, - { - "type": "SNOMED-CT", - "value": "127848009" - }, - { - "type": "CIEL", - "value": "5617" - } - ] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown Person", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1067" - }, - { - "type": "AMPATH", - "value": "1067" - }, - { - "type": "SNOMED-CT", - "value": "261665006" - }, - { - "type": "PIH", - "value": "1067" - } - ] - } - ] - }, - "id": "threatenedByWho", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('everBeenThreatened','cf82933b-3f3f-45e7-a5ab-5d31aaee3da3')" - }, - "validators": [] - } - ] - }, - { - "label": "How often?", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "953f6271-57ef-414e-bdba-fe9e0246db58", - "max": "1000", - "min": "0", - "showDate": "false" - }, - "id": "howOftenThreatened", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('everBeenThreatened','cf82933b-3f3f-45e7-a5ab-5d31aaee3da3')" - }, - "validators": [] - } - ] - }, - { - "label": "Has someone ever forced you to do something sexually that made you feel uncomfortable?", - "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": [] - }, - "id": "everForcedSexually", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "By who?", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "feba905e-d208-4124-8de9-58391fe88367", - "answers": [ - { - "concept": "5617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Partner or spouse", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5617" - }, - { - "type": "SNOMED-CT", - "value": "127848009" - }, - { - "type": "CIEL", - "value": "5617" - } - ] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown Person", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1067" - }, - { - "type": "AMPATH", - "value": "1067" - }, - { - "type": "SNOMED-CT", - "value": "261665006" - }, - { - "type": "PIH", - "value": "1067" - } - ] - } - ] - }, - "id": "SexuallyMolestedbyWho", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('everForcedSexually','cf82933b-3f3f-45e7-a5ab-5d31aaee3da3')" - }, - "validators": [] - } - ] - }, - { - "label": "How often?", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "1dd53a22-2e8f-425b-8ba4-59172ed3fafe", - "max": "1000", - "min": "0", - "showDate": "false" - }, - "id": "howOftenSexuallyMolested", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('everForcedSexually','cf82933b-3f3f-45e7-a5ab-5d31aaee3da3')" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Notes", - "isExpanded": "true", - "questions": [ - { - "label": "Enter comments", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "" - }, - "id": "Note" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Intimate Partner Violence Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "5c37314f-c558-3720-8780-d123c70f4e23", - "referencedForms": [], - "encounterType": "881fff34-b4a9-4d11-b2f5-a8a23a9f402b", - "encounter": "Intimate Partner Violence Form", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_lab_results_v1.0.json b/distro/configuration/ampathforms/ct_lab_results_v1.0.json deleted file mode 100644 index 6e0dc1482..000000000 --- a/distro/configuration/ampathforms/ct_lab_results_v1.0.json +++ /dev/null @@ -1,894 +0,0 @@ -{ - "name": "HIV Lab Order Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "HIV Lab Order Form", - "sections": [ - { - "label": "HIV Lab Order", - "isExpanded": "true", - "questions": [ - { - "label": "Date test ordered", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "162078AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "" - }, - "id": "dateTestOrdered", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - }, - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - } - ] - }, - { - "label": "Test", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "aa0703b3-cf6e-4eb2-840f-f7e166dc1971", - "answers": [ - { - "concept": "5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "CD4 count", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5497" - }, - { - "type": "LOINC", - "value": "24467-3" - }, - { - "type": "SNOMED-CT", - "value": "313660005" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "CD4 COUNT" - }, - { - "type": "LOINC", - "value": "20605-2" - }, - { - "type": "PIH", - "value": "5497" - }, - { - "type": "IMO-ProcedureIT", - "value": "923416" - } - ] - }, - { - "concept": "856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV viral load", - "conceptMappings": [ - { - "type": "IMO-ProcedureIT", - "value": "929811" - }, - { - "type": "SNOMED-CT", - "value": "315124004" - }, - { - "type": "LOINC", - "value": "25836-8" - }, - { - "type": "AMPATH", - "value": "856" - } - ] - } - ] - }, - "id": "labTestOrdered", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - }, - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue < today()" - } - ] - } - ] - }, - { - "label": "Reason for Viral Load Request", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "86cc0cfe-bace-4969-94b6-d139f4971d13", - "answers": [ - { - "concept": "163523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Clinical failure", - "conceptMappings": [] - }, - { - "concept": "843AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Regimen failure", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "843" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "FAILED" - }, - { - "type": "PIH", - "value": "843" - }, - { - "type": "SNOMED-CT", - "value": "266721009" - } - ] - }, - { - "concept": "1259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Change regimen", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1259" - } - ] - }, - { - "concept": "5d4e13af-92ec-4b91-a8e4-97818810e577", - "label": "Baseline Viral Load", - "conceptMappings": [] - } - ] - }, - "id": "reasonForViralLoadRequest", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Reason for CD4 Request", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "759e89a6-3260-4aee-9922-86a6301bcff3", - "answers": [ - { - "concept": "634628d2-0566-4a9d-a749-239ae267b399", - "label": "Baseline CD4", - "conceptMappings": [] - }, - { - "concept": "843AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Regimen failure", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "843" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "FAILED" - }, - { - "type": "PIH", - "value": "843" - }, - { - "type": "SNOMED-CT", - "value": "266721009" - } - ] - } - ] - }, - "id": "reasonForCd4Request", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "HIV Lab Result", - "isExpanded": "true", - "questions": [ - { - "label": "Date of Viral Load Result", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "163281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "399651003" - } - ] - }, - "id": "dateOfViralLoadResult", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - } - ] - }, - { - "label": "Viral Load Result Interpretation", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "686dc1b2-68b5-4024-b311-bd2f5e3ce394", - "answers": [ - { - "concept": "1301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Detected", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "260373001" - }, - { - "type": "AMPATH", - "value": "1301" - } - ] - }, - { - "concept": "1302AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not detected", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "260415000" - }, - { - "type": "AMPATH", - "value": "1302" - } - ] - } - ] - }, - "id": "viralLoadResultInterpretation", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Viral Load Result in Copies/ml", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "IMO-ProcedureIT", - "value": "929811" - }, - { - "type": "SNOMED-CT", - "value": "315124004" - }, - { - "type": "LOINC", - "value": "25836-8" - }, - { - "type": "AMPATH", - "value": "856" - } - ] - }, - "id": "viralLoadResult", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Date of CD4 Result", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "159376AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "PIH", - "value": "3461" - }, - { - "type": "SNOMED-CT", - "value": "399651003" - }, - { - "type": "SNOMED-MVP", - "value": "1593761000105001" - } - ], - "weeksList": "" - }, - "id": "dateOfCd4Result", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - } - ] - }, - { - "label": "CD4 Result", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "657AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "657" - }, - { - "type": "SNOMED-CT", - "value": "313938009" - }, - { - "type": "SNOMED-MVP", - "value": "6571000105005" - } - ] - }, - "id": "cd4Result", - "questions": [ - { - "label": "CD4 count", - "id": "cd4Count", - "questionOptions": { - "rendering": "text", - "concept": "5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - } - ] - }, - { - "label": "CD4%", - "id": "cd4Percentage", - "questionOptions": { - "rendering": "text", - "concept": "730AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_CD4_REQUEST", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - }, - { - "intent": "LAB_CD4_RESULT", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('labTestOrdered','5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "myValue >= today() && myValue <= '1/1/1980'" - } - ] - } - ] - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "LAB_VIRAL_LOAD_REQUEST", - "display": "Lab Viral Load Request" - }, - { - "intent": "LAB_CD4_REQUEST", - "display": "Lab CD4 Request" - }, - { - "intent": "LAB_VIRAL_LOAD_RESULT", - "display": "Lab Viral Load Result" - }, - { - "intent": "LAB_CD4_RESULT", - "display": "Lab CD4 Result" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "98621650-1e6c-3632-99e7-04afd1258d1e", - "referencedForms": [], - "encounterType": "15272be5-ae9c-4278-a303-4b8907eae73b", - "encounter": "HIV Lab Order and Results", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_lab_specimen_collection_v1.0.json b/distro/configuration/ampathforms/ct_lab_specimen_collection_v1.0.json deleted file mode 100644 index cd56bef4a..000000000 --- a/distro/configuration/ampathforms/ct_lab_specimen_collection_v1.0.json +++ /dev/null @@ -1,285 +0,0 @@ -{ - "name": "Lab Specimen Collection", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Specimen Collection", - "sections": [ - { - "label": "Specimen Collection Details", - "isExpanded": "true", - "questions": [ - { - "label": "Date sample collected*", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "159951AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "dateSpecimenCollected" - }, - { - "label": "Specimen type*", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "9103ae1f-1461-4fcb-91d7-3705a40f5f5c", - "answers": [ - { - "concept": "a9ecc403-25b5-48c8-974f-815acc074328", - "label": "Dried Blood Spot", - "conceptMappings": [] - }, - { - "concept": "1002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Plasma", - "conceptMappings": [] - }, - { - "concept": "165888AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Venous blood specimen", - "conceptMappings": [] - } - ], - "conceptMappings": [ - { - "type": "CIEL", - "value": "159959" - } - ] - }, - "id": "specimenType" - }, - { - "label": "Other sample type", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "d07aba2e-f37d-49dd-bb65-b27e8df80399" - }, - "id": "otherSpecimenTypeGroup", - "questions": [ - { - "label": "Other specimen type", - "id": "otherSpecimenType", - "questionOptions": { - "rendering": "text", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('specimenType','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Specimen ID", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "159968AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "159968" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "TUBERCULOSIS SPECIMEN ID" - } - ] - }, - "id": "specimenId", - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Referral Lab", - "isExpanded": "true", - "questions": [ - { - "label": "Forwarded to reference lab", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "161934AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161934" - }, - { - "type": "PIH", - "value": "7818" - }, - { - "type": "CIEL", - "value": "161934" - }, - { - "type": "SNOMED-CT", - "value": "129125009" - } - ], - "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" - } - ] - } - ] - }, - "id": "isSpecimenSentToLab", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - } - ] - }, - { - "label": "Specimen Dispatch", - "sections": [ - { - "label": "Referral Lab Dispatch", - "isExpanded": "true", - "questions": [ - { - "label": "Reference Lab sample sent to", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "161562AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161562" - } - ] - }, - "id": "referenceLabSampleSentTo", - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "!includes('isSpecimenSentToLab', '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Date dispatched*", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "159951AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "dateSpecimendispatched", - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "!includes('isSpecimenSentToLab', '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Specimen Collection" - }, - { - "intent": "SPECIMEN_COLLECTION_EMBED", - "display": "Specimen Collection Embed" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "", - "referencedForms": [], - "encounterType": "", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_mental_health_v1.0.json b/distro/configuration/ampathforms/ct_mental_health_v1.0.json deleted file mode 100644 index 16473fca1..000000000 --- a/distro/configuration/ampathforms/ct_mental_health_v1.0.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "name": "Mental Health Assessment Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "PHQ-2", - "sections": [ - { - "label": "Introduction", - "isExpanded": "true", - "questions": [ - { - "type": "markdown", - "questionOptions": { - "rendering": "markdown" - }, - "id": "fooMarkdown", - "value": [ - "**This form is used :** for screening, diagnosing, monitoring and measuring the severity of depression." - ] - } - ] - }, - { - "label": "Patient Health Questionnaire-2 (PHQ-2)", - "isExpanded": "true", - "questions": [ - { - "label": "Screening Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160753" - }, - { - "type": "CIEL", - "value": "160753" - }, - { - "type": "SNOMED-CT", - "value": "439771001" - }, - { - "type": "SNOMED-CT", - "value": "439771001" - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01')" - } - ] - } - ], - "id": "phq9Date" - }, - { - "label": "1. Little interest or pleasure in doing things", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "167006AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not at all", - "conceptMappings": [] - }, - { - "concept": "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Several days", - "conceptMappings": [] - }, - { - "concept": "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "More than half the days", - "conceptMappings": [] - }, - { - "concept": "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nearly every day", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "phq2_1" - }, - { - "label": "2. Feeling down, depressed or hopeless", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "167007AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not at all", - "conceptMappings": [] - }, - { - "concept": "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Several days", - "conceptMappings": [] - }, - { - "concept": "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "More than half the days", - "conceptMappings": [] - }, - { - "concept": "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nearly every day", - "conceptMappings": [] - } - ], - "conceptMappings": [ - { - "type": "CIEL", - "value": "167007" - }, - { - "type": "LOINC", - "value": "44255-8" - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "phq2_2" - } - ] - } - ] - }, - { - "label": "PHQ-9", - "sections": [ - { - "label": "Further evaluation", - "isExpanded": "true", - "questions": [ - { - "label": "3. Trouble falling asleep, staying asleep, or sleeping too much", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "167068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "LOINC", - "value": "44259-0" - }, - { - "type": "CIEL", - "value": "167068" - } - ], - "answers": [ - { - "concept": "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not at all", - "conceptMappings": [] - }, - { - "concept": "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Several days", - "conceptMappings": [] - }, - { - "concept": "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "More than half the days", - "conceptMappings": [] - }, - { - "concept": "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nearly every day", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "phq9_3" - }, - { - "label": "4. Feeling tired or having little energy", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "167069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "LOINC", - "value": "44254-1" - }, - { - "type": "CIEL", - "value": "167069" - } - ], - "answers": [ - { - "concept": "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not at all", - "conceptMappings": [] - }, - { - "concept": "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Several days", - "conceptMappings": [] - }, - { - "concept": "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "More than half the days", - "conceptMappings": [] - }, - { - "concept": "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nearly every day", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "phq9_4" - }, - { - "label": "5. Poor appetite or overeating", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "167070AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "167070" - }, - { - "type": "LOINC", - "value": "44251-7" - } - ], - "answers": [ - { - "concept": "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not at all", - "conceptMappings": [] - }, - { - "concept": "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Several days", - "conceptMappings": [] - }, - { - "concept": "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "More than half the days", - "conceptMappings": [] - }, - { - "concept": "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nearly every day", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "phq9_5" - }, - { - "label": "6. Feeling bad about yourself - or that you’re a failure or have let yourself or your family down", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "167071AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "167071" - }, - { - "type": "LOINC", - "value": "44258-2" - } - ], - "answers": [ - { - "concept": "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not at all", - "conceptMappings": [] - }, - { - "concept": "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Several days", - "conceptMappings": [] - }, - { - "concept": "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "More than half the days", - "conceptMappings": [] - }, - { - "concept": "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nearly every day", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "phq9_6" - }, - - { - "label": "7. Trouble concentrating on things, such as reading the newspaper or watching television", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "167072AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "LOINC", - "value": "44252-5" - }, - { - "type": "CIEL", - "value": "167072" - } - ], - "answers": [ - { - "concept": "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not at all", - "conceptMappings": [] - }, - { - "concept": "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Several days", - "conceptMappings": [] - }, - { - "concept": "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "More than half the days", - "conceptMappings": [] - }, - { - "concept": "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nearly every day", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "phq9_7" - }, - { - "label": "8. Moving or speaking so slowly that other people could have noticed. Or, the opposite - being so fidgety or restless that you have been moving around a lot more than usual", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "167073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "167073" - }, - { - "type": "LOINC", - "value": "44253-3" - } - ], - "answers": [ - { - "concept": "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not at all", - "conceptMappings": [] - }, - { - "concept": "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Several days", - "conceptMappings": [] - }, - { - "concept": "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "More than half the days", - "conceptMappings": [] - }, - { - "concept": "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nearly every day", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "phq9_8" - }, - { - "label": "9. Thoughts that you would be better off dead or of hurting yourself in some way", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "167074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "167074" - }, - { - "type": "LOINC", - "value": "44260-8" - } - ], - "answers": [ - { - "concept": "160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not at all", - "conceptMappings": [] - }, - { - "concept": "167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Several days", - "conceptMappings": [] - }, - { - "concept": "167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "More than half the days", - "conceptMappings": [] - }, - { - "concept": "167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nearly every day", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "phq9_9" - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "phq2_1 === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && phq2_2 === '160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "PHQ-9 score", - "sections": [ - { - "label": "Total scores", - "isExpanded": "true", - "questions": [ - { - "label": "PHQ-9 score obtained by adding score for each question", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "165137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "max": "27", - "min": "0", - "showDate": "", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "720433000" - }, - { - "type": "CIEL", - "value": "165137" - } - ] - }, - "id": "phq9Score" - } - ] - } - ] - }, - { - "label": "Notes", - "sections": [ - { - "label": "Notes", - "isExpanded": "true", - "questions": [ - { - "label": "Mental Health Assessment 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": "phq9Notes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Mental Health Assessment Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "2069bd57-d534-3de9-ae24-f1d4e4b2de83", - "referencedForms": [], - "encounterType": "36db5123-0ad5-41c0-9037-625b46e0ceef", - "encounter": "Mental Health Assessment" -} diff --git a/distro/configuration/ampathforms/ct_partner_notification_v1.0.json b/distro/configuration/ampathforms/ct_partner_notification_v1.0.json deleted file mode 100644 index d36db3431..000000000 --- a/distro/configuration/ampathforms/ct_partner_notification_v1.0.json +++ /dev/null @@ -1,657 +0,0 @@ -{ - "name": "Partner Notification Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Partner Notification", - "sections": [ - { - "label": "Introduction", - "isExpanded": "true", - "questions": [ - { - "type": "markdown", - "questionOptions": { - "rendering": "markdown" - }, - "id": "fooMarkdown", - "value": [ - "**Use this form to:** Document and screen an index client's contacts for Partner Notification Services." - ] - } - ] - }, - { - "label": "Contact's Information", - "isExpanded": "true", - "questions": [ - { - "label": "Encounter Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "dateOfEncounter", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Contact's First Name", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "166102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "PIH", - "value": "2725" - }, - { - "type": "SNOMED-CT", - "value": "408677003" - } - ] - }, - "id": "firstOfContact", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ] - }, - { - "label": "Contact's Middle Name", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "166574AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "middleNameOfContact", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ] - }, - { - "label": "Contact's Last Name", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "166103AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "PIH", - "value": "2724" - }, - { - "type": "SNOMED-CT", - "value": "397678008" - } - ] - }, - "id": "lastNameOfContact", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ] - }, - { - "label": "Date of Birth is known?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "455a7760-1bb4-4d15-969d-aedfa4e5e20d", - "answers": [ - { - "label": "Yes", - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" - }, - { - "label": "No", - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" - } - ], - "conceptMappings": [] - }, - "id": "ageIsKnown", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Date of Birth", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "163137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "dateOfBirth", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('ageIsKnown','cf82933b-3f3f-45e7-a5ab-5d31aaee3da3')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Gender", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "166025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "1535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Female", - "conceptMappings": [ - { - "type": "PIH", - "value": "2844" - }, - { - "type": "SNOMED-CT", - "value": "248152002" - } - ] - }, - { - "concept": "1534AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Male", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "248153007" - }, - { - "type": "PIH", - "value": "2843" - } - ] - } - ] - }, - "id": "sexAtBirth", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ] - }, - { - "label": "Phone Number", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "159635AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "max": "00112233445566778899", - "min": "0", - "showDate": "" - }, - "id": "phoneNumber", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ] - }, - { - "label": "Address", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "addressOfContact", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ] - } - ] - }, - { - "label": "Index Typology", - "isExpanded": "true", - "questions": [ - { - "label": "Relationship", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "85d3b4fe-c1a9-4e27-a86b-dcc1e30c8a93", - "answers": [ - { - "concept": "1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Child", - "conceptMappings": [] - }, - { - "concept": "68a39d12-49c1-49aa-bd23-e8d505af8e93", - "label": "Drug Injecting Partner", - "conceptMappings": [] - }, - { - "concept": "5617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sexual Partner", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5617" - }, - { - "type": "CIEL", - "value": "5617" - }, - { - "type": "SNOMED-CT", - "value": "127848009" - } - ] - } - ] - }, - "id": "relationshipToIndexClient", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ] - } - ] - }, - { - "label": "Contact's HIV Status", - "isExpanded": "true", - "questions": [ - { - "label": "What is the contact HIV status as reported by the Index", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "1436AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-MVP", - "value": "14361000105003" - }, - { - "type": "AMPATH", - "value": "2313" - }, - { - "type": "SNOMED-CT", - "value": "278977008" - }, - { - "type": "PIH", - "value": "3082" - }, - { - "type": "CIEL", - "value": "1436" - } - ], - "answers": [ - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [] - }, - { - "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": "665" - } - ] - }, - { - "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" - } - ] - } - ] - }, - "id": "indexHIVStatus", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ] - } - ] - }, - { - "label": "IPV Assessment", - "isExpanded": "true", - "questions": [ - { - "label": "Within the past year, has this person ever hit, kicked, slapped, or otherwise physically hurt you?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "2a228c6a-1575-43d7-9d42-9b68d0629f46", - "answers": [ - { - "label": "Yes", - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" - }, - { - "label": "No", - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" - } - ], - "conceptMappings": [] - }, - "id": "everBeenAssaulted", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "validators": [] - } - ] - }, - { - "label": "Has this person ever threatened to hurt you?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "bd86f7ee-1d5f-4f5d-aa0f-4680aa6e65cb", - "answers": [ - { - "label": "Yes", - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" - }, - { - "label": "No", - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" - } - ], - "conceptMappings": [] - }, - "id": "everBeenThreatened", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "validators": [] - } - ] - }, - { - "label": "Has this person ever forced you to do something sexually that made you feel uncomfortable?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "aad380bb-ddc2-43de-bd24-6a123f6b2486", - "answers": [ - { - "label": "Yes", - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3" - }, - { - "label": "No", - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594" - } - ], - "conceptMappings": [] - }, - "id": "everBeenSexuallyAssaulted", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "validators": [] - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": " indexHIVStatus === '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [] - } - ] - }, - { - "label": "Partner Notification Approach", - "isExpanded": "true", - "questions": [ - { - "label": "PNS Strategy", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "8a211f7d-169f-44a4-9fc2-f1c39bbdb492", - "answers": [ - { - "label": "Passive Referral", - "concept": "bb68ce09-a3e3-4d01-8671-6944462ad33e" - }, - { - "label": "Dual Referral", - "concept": "2b05a01a-b628-4bef-9693-28f32803bb78" - }, - { - "label": "Provider Referral", - "concept": "495b592f-3f9e-4ac4-ae74-767e8b6ad322" - }, - { - "label": "Contract Referral", - "concept": "0564d564-a45d-4e1b-a3ce-7b19d012c5a7" - } - ], - "conceptMappings": [] - }, - "id": "refferalApproach", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "validators": [] - } - ] - }, - { - "label": "Date by which the contact should have been notified of exposure", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "notificationDate" - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": " everBeenAssaulted !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3' && everBeenThreatened !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3' && everBeenSexuallyAssaulted !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3' " - }, - "validators": [] - } - ] - }, - { - "label": "Notes", - "isExpanded": "true", - "questions": [ - { - "label": "Comments", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165095" - } - ] - }, - "id": "patnerNotes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Partner Notification Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "8c48efc5-dd85-3795-9f58-8eb436a4edcc", - "referencedForms": [], - "encounterType": "4dd0ee63-805f-43e9-833c-6386ba97fdc1", - "encounter": "Partner Notification Form", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_patient_tracing_v1.0.json b/distro/configuration/ampathforms/ct_patient_tracing_v1.0.json deleted file mode 100644 index 07ac25a4f..000000000 --- a/distro/configuration/ampathforms/ct_patient_tracing_v1.0.json +++ /dev/null @@ -1,732 +0,0 @@ -{ - "name": "Patient Tracing 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:** Trace a patient who has missed an appointment or drug pick up " - ] - } - ] - } - ] - }, - { - "label": "Patient Tracing", - "sections": [ - { - "label": "Patient Tracing Details", - "isExpanded": "true", - "questions": [ - { - "label": "Contact date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160753" - }, - { - "type": "CIEL", - "value": "160753" - }, - { - "type": "SNOMED-CT", - "value": "439771001" - }, - { - "type": "SNOMED-CT", - "value": "439771001" - } - ] - }, - "id": "contactDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Contact Method", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "59c023dd-eed2-4b11-8c34-b88e9439db3c", - "answers": [ - { - "concept": "166457AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Physical contact/client tracing", - "conceptMappings": [] - }, - { - "concept": "166458AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Telephone contact/client tracing", - "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": "contactMethod", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Tracing Outcome", - "isExpanded": "true", - "questions": [ - { - "label": "Contacted Successfully", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "911d08b4-b523-46e4-8b65-e6924e95d015", - "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": "patientContacted", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Reasons for missing an appointment", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "76072178-3545-4eb4-b5d0-55f59134d46a", - "answers": [ - { - "concept": "52e74b91-ad02-4efe-9715-6bf332114a45", - "label": "Client could not get an off from work/school", - "conceptMappings": [] - }, - { - "concept": "1b9a90ef-d7cb-4ff2-ba5f-0757463fae0b", - "label": "COVID-19 Restrictions", - "conceptMappings": [] - }, - { - "concept": "165610AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Exposure to COVID-19", - "conceptMappings": [] - }, - { - "concept": "1d7e550b-3252-4a34-87cf-50702aa8ff2b", - "label": "Had enough medications", - "conceptMappings": [] - }, - { - "concept": "160586AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Felt better and stopped taking medication", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160586" - }, - { - "type": "SNOMED-CT", - "value": "397695000" - } - ] - }, - { - "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": "162192AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Patient forgot to attend appointment", - "conceptMappings": [] - }, - { - "concept": "162888AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Patient was seen in another health center", - "conceptMappings": [] - }, - { - "concept": "124153AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Traveling", - "conceptMappings": [] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other", - "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": "missAppCoded", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientContacted','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - }, - { - "label": "Expected Return Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "5096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5096" - }, - { - "type": "AMPATH", - "value": "5096" - }, - { - "type": "PIH-Malawi", - "value": "5096" - }, - { - "type": "SNOMED-MVP", - "value": "50961000105000" - }, - { - "type": "CIEL", - "value": "5096" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "RETURN VISIT DATE" - }, - { - "type": "SNOMED-MVP", - "value": "50961000105000" - }, - { - "type": "PIH-Malawi", - "value": "5096" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "RETURN VISIT DATE" - }, - { - "type": "SNOMED-CT", - "value": "406543005" - } - ] - }, - "id": "expectedReturnDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('patientContacted','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - } - ] - }, - { - "label": "Outcome", - "sections": [ - { - "label": "Final Tracing Outcome", - "isExpanded": "true", - "questions": [ - { - "label": "Final Tracing Outcome reached (After successful or multiple unsuccessful tracing attempts)", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "eeba884c-67fc-4f03-be2e-8dd3eb64ae10", - "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" - } - ] - } - ] - }, - "id": "finalOutcomeReached", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Final tracing outcome - Patient", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "bc45edbd-11e7-4888-ad7d-4ec3dd8cdcf6", - "answers": [ - { - "concept": "160432AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Dead (Create a Death Form)", - "conceptMappings": [] - }, - { - "concept": "f3bd5aaf-c2be-4194-917f-dd7768d9e517", - "label": "Undocumented/Silent transfer-out (Create a Transfer-Out Form)", - "conceptMappings": [] - }, - { - "concept": "ac4f3fd1-8a2a-4c5e-a335-3f675b82dd78", - "label": "Refused (stopped) treatment (Update ART Therapy Form)", - "conceptMappings": [] - }, - { - "concept": "5240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Interruption in Treatment (Lost to follow-up)", - "conceptMappings": [] - }, - { - "concept": "160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Currently taking ARV", - "conceptMappings": [] - } - ] - }, - "id": "finalTracingPatient", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('finalOutcomeReached','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - } - ] - }, - { - "label": "Notes", - "sections": [ - { - "label": "Contact tracking notes", - "isExpanded": "true", - "questions": [ - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165095" - } - ] - }, - "id": "contactTracingNotes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Patient Tracing Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "71f3febd-dd11-322b-9c18-2a8a07d87af1", - "referencedForms": [], - "encounterType": "0cd5d4cb-204e-419a-9dd7-1e18e939ce4c", - "encounter": "Patient Tracing Form", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_pead_disclosure_v1.0.json b/distro/configuration/ampathforms/ct_pead_disclosure_v1.0.json deleted file mode 100644 index 4ca685a48..000000000 --- a/distro/configuration/ampathforms/ct_pead_disclosure_v1.0.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "name": "Age Appropriate Disclosure Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Stage of Disclosure", - "sections": [ - { - "label": "Introduction", - "isExpanded": "true", - "questions": [ - { - "type": "markdown", - "questionOptions": { - "rendering": "markdown" - }, - "id": "fooMarkdown", - "value": [ - "**This form is used to:** Document age-appropriate disclosure counselling for children and adolescents." - ] - } - ] - }, - { - "label": "Current Stage of Disclosure", - "isExpanded": "true", - "questions": [ - { - "label": "Date of Disclosure", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "85fbdcc8-8dbc-40a9-b85f-5d1bfe1ab63d", - "weeksList": "" - }, - "id": "disclosureDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Stage of disclosure", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "573f93e2-12f6-483e-aa6e-14e9b76b311a", - "answers": [ - { - "concept": "2961369f-6d08-4553-bc52-329c43135d76", - "label": "Pre-disclosure", - "conceptMappings": [] - }, - { - "concept": "621816e2-16ba-4ae3-aa62-b5b3812780c1", - "label": "Partial disclosure", - "conceptMappings": [] - }, - { - "concept": "761c9ffb-8a75-44c6-bad3-b62cd700d41c", - "label": "Full disclosure :Stage 1", - "conceptMappings": [] - }, - { - "concept": "13784dde-37e1-4e40-b224-dbc9701bc605", - "label": "Full disclosure: Stage 2", - "conceptMappings": [] - }, - { - "concept": "708acbc1-d493-499c-b3e7-67abd685a943", - "label": "Full disclosure: Stage 3", - "conceptMappings": [] - }, - { - "concept": "37c60d5a-e873-429d-a59f-aeff839ada3c", - "label": "Full disclosure: Stage 4", - "conceptMappings": [] - } - ] - }, - "id": "stageOfDisclosure", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Notes", - "isExpanded": "true", - "questions": [ - { - "label": "Disclosure 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": "discolsureNotes", - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Peads Disclosure Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "cb30cea5-3166-3e88-befb-9141e5f3769d", - "referencedForms": [], - "encounterType": "390c2f21-c1c4-4246-94ca-a026157cd1db", - "encounter": "Peads Disclosure Form", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_service_delivery_v1.0.json b/distro/configuration/ampathforms/ct_service_delivery_v1.0.json deleted file mode 100644 index c8c93fd5a..000000000 --- a/distro/configuration/ampathforms/ct_service_delivery_v1.0.json +++ /dev/null @@ -1,341 +0,0 @@ -{ - "name": "Service Delivery Model Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Service Delivery Model", - "sections": [ - { - "label": "Introduction", - "isExpanded": "true", - "questions": [ - { - "type": "markdown", - "questionOptions": { - "rendering": "markdown" - }, - "id": "fooMarkdown", - "value": [ - "**This form is used to:** Document differentiated service deliver enrolment/ disenrolment." - ] - } - ] - }, - { - "label": "Enrolment criteria **Coming Soon**", - "isExpanded": "true", - "questions": [] - }, - { - "label": "DSD Enrollment", - "isExpanded": "true", - "questions": [ - { - "label": "Differentiated Service Delivery", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "8742967d-8107-4cbb-a17e-9a8c7f624673", - "answers": [ - { - "label": "Enroll to DSD", - "concept": "9cca15ce-db78-4a39-be0d-aae19e089ec1" - }, - { - "label": "Disenroll from DSD", - "concept": "b5ddaf2e-dae3-4e4d-81ca-6cead3d59973" - } - ] - }, - "id": "dsdService", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Date enrolled to DSD", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "439771001" - }, - { - "type": "CIEL", - "value": "160753" - } - ] - }, - "id": "dateEnrolledToDSD", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('dsdService','9cca15ce-db78-4a39-be0d-aae19e089ec1')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Date disenrolled from DSD", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "439771001" - }, - { - "type": "CIEL", - "value": "160753" - } - ] - }, - "id": "dateDisenrolledDSD", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('dsdService','b5ddaf2e-dae3-4e4d-81ca-6cead3d59973')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Reason for disenrolling from DSD", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "163513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "reasonForDiscontinuingDSD", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('dsdService','b5ddaf2e-dae3-4e4d-81ca-6cead3d59973')" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Differentiated Service Delivery Models", - "isExpanded": "true", - "questions": [ - { - "label": "Facility DSD Model", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "59f34bfe-4375-461c-88a6-bd3d82ee7b79", - "answers": [ - { - "concept": "166446AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Express Care (Fast Track Drug Refill)", - "conceptMappings": [ - { - "type": "KenyaEMR", - "value": "164946" - }, - { - "type": "CIEL", - "value": "166446" - }, - { - "type": "SNOMED-CT", - "value": "373784005" - } - ] - }, - { - "concept": "166445AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Facility group medication distribution", - "conceptMappings": [ - { - "type": "KenyaEMR", - "value": "164946" - }, - { - "type": "CIEL", - "value": "166445" - }, - { - "type": "SNOMED-CT", - "value": "373784005" - } - ] - } - ] - }, - "id": "facilityDSDModel", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('dsdService','9cca15ce-db78-4a39-be0d-aae19e089ec1')" - }, - "validators": [] - } - ] - }, - { - "label": "Community DSD Model", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "52824cbe-0e4d-4c18-8179-80b5799f34ed", - "answers": [ - { - "concept": "166443AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Community ARV Distribution - HCW Led", - "conceptMappings": [ - { - "type": "KenyaEMR", - "value": "164944" - }, - { - "type": "SNOMED-CT", - "value": "373784005" - }, - { - "type": "CIEL", - "value": "166443" - } - ] - }, - { - "concept": "166444AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Community ARV Distribution - Peer Led", - "conceptMappings": [ - { - "type": "KenyaEMR", - "value": "164945" - }, - { - "type": "SNOMED-CT", - "value": "373784005" - }, - { - "type": "CIEL", - "value": "166444" - } - ] - }, - { - "concept": "cf8de440-a26b-4c8c-8c43-f7ce7d2cd4fb", - "label": "Community Dispensing" - } - ] - }, - "id": "communityDSDModel", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('dsdService','9cca15ce-db78-4a39-be0d-aae19e089ec1')" - }, - "validators": [] - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('dsdService','9cca15ce-db78-4a39-be0d-aae19e089ec1')" - }, - "validators": [] - } - ] - }, - { - "label": "Notes", - "isExpanded": "true", - "questions": [ - { - "label": "Comments", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165095" - } - ] - }, - "id": "dSDNotes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Service Delivery Model" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "1e14f841-b42b-3273-93db-807927ca9a82", - "referencedForms": [], - "encounterType": "62ee5922-a229-48d3-a1da-875c1ffa9436", - "encounter": "Service Delivery Model Form", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_service_enrolment_v1.0.json b/distro/configuration/ampathforms/ct_service_enrolment_v1.0.json deleted file mode 100644 index aff917586..000000000 --- a/distro/configuration/ampathforms/ct_service_enrolment_v1.0.json +++ /dev/null @@ -1,2151 +0,0 @@ -{ - "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": "patientIdentifier" - }, - { - "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": "text", - "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": "false", - "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 deleted file mode 100644 index b5a8fb9ec..000000000 --- a/distro/configuration/ampathforms/ct_service_enrolment_v1.1.json +++ /dev/null @@ -1,2160 +0,0 @@ -{ - "name": "HIV Enrolment Form v1.1", - "version": "1.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:** Enrol or Re-enrol a client into HIV Care" - ] - }, - { - "label": "What do you want to do?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "83e40f2c-c316-43e6-a12e-20a338100281", - "answers": [ - { - "concept": "164144AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Enrol a new client", - "conceptMappings": [] - }, - { - "concept": "160563AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Transfer in a client", - "conceptMappings": [] - }, - { - "concept": "163532AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Enrol a Mother into PMTCT program", - "conceptMappings": [] - }, - { - "concept": "159833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Re-enrol a client", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "clientDescription" - }, - { - "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": "myValue > today()" - } - ] - } - ], - "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": "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": "Population Category", - "isExpanded": "true", - "questions": [ - { - "label": "Population Category", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "746737c0-4201-4d7f-b580-816e36dc425a", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166432" - } - ], - "answers": [ - { - "concept": "166430AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "General population", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166430" - } - ] - }, - { - "concept": "166431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Key population", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166431" - } - ] - }, - { - "concept": "167143AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Priority population", - "conceptMappings": [] - } - ] - }, - "id": "clientPopulationCategory" - }, - { - "label": "Key Population Type", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "d3d4ae96-8c8a-43db-a9dc-dac951f5dcb3", - "answers": [ - { - "concept": "157351AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Intravenous drug user", - "conceptMappings": [] - }, - { - "concept": "160578AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Male who has sex with men", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160578" - } - ] - }, - { - "concept": "8da9bf92-22f6-40be-b468-1ad08de7d457", - "label": "Prisoners", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "Prisoners" - } - ] - }, - { - "concept": "160579AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sex worker", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160579" - }, - { - "type": "SNOMED-CT", - "value": "53713009" - } - ] - }, - { - "concept": "22b202fc-67de-4af9-8c88-46e22559d4b2", - "label": "Transgender Persons", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "Transgender" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "clientPopulationCategory !== '166431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "keyPopulationType" - }, - { - "label": "Priority Population Type", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "2bf14240-b2b2-42b2-8cf3-b5f8a0cb7764", - "conceptMappings": [ - { - "type": "CIEL", - "value": "167143" - } - ], - "answers": [ - { - "concept": "678f3144-302f-493e-ba22-7ec60a84732a", - "label": "Adolescent Girls & Young Women", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "AGYW" - } - ] - }, - { - "concept": "160580AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Client of sex worker", - "conceptMappings": [] - }, - { - "concept": "def00c73-f6d5-42fb-bcec-0b192b5be22d", - "label": "Fisher Folk", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "Fisherfolk" - } - ] - }, - { - "concept": "162198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Long distance truck driver", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162198" - }, - { - "type": "SNOMED-CT", - "value": "87447002" - } - ] - }, - { - "concept": "63ea75cb-205f-4e7b-9ede-5f9b8a4dda9f", - "label": "Migrant Workers", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "MigrantWorkers" - } - ] - }, - { - "concept": "166514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Non-intravenous drug user", - "conceptMappings": [] - }, - { - "concept": "164100AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Refugee", - "conceptMappings": [] - }, - { - "concept": "b282bb08-62a7-42c2-9bea-8751c267d13e", - "label": "Uniformed Forces", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "UniformedForces" - } - ] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "PIH", - "value": "5622" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "clientPopulationCategory !== '167143AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "priorityPopulationType" - } - ] - } - ] - }, - { - "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": "patientIdentifier" - }, - { - "label": "Transfer Documents", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "7962d0ed-0fb5-4580-8e46-6fd318091154", - "answers": [ - { - "concept": "163532AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Mother enrolled in prevention of maternal to child transmission (PMTCT) program", - "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" - } - } - ], - "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 >= today()" - } - ] - } - ], - "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": [ - { - "type": "CIEL", - "value": "163722" - }, - { - "type": "SNOMED-CT", - "value": "165813002" - } - ] - }, - { - "concept": "844AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "HIV DNA polymerase chain reaction", - "conceptMappings": [ - { - "type": "CIEL", - "value": "844" - }, - { - "type": "SNOMED-CT", - "value": "399256002" - }, - { - "type": "AMPATH", - "value": "844" - } - ] - }, - { - "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": "diagnosticHivTestType" - }, - { - "label": "Test Location", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "c4768674-0c26-4353-8a3f-608e7b40ac57" - }, - "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": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1066" - }, - { - "type": "SNOMED CT", - "value": "373067005" - }, - { - "type": "PIH", - "value": "1067" - } - ] - }, - { - "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": "false", - "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": "isEmpty(previousUseOfArt) || isEmpty(previousUseOfPep) || isEmpty(useOfArvs) || 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": "", - "isExpanded": "true", - "questions": [ - { - "label": "", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160632" - }, - { - "type": "AMPATH", - "value": "1915" - }, - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "AMPATH", - "value": "1915" - } - ] - }, - "id": "addNotes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Service Enrolment Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "xxxx", - "referencedForms": [], - "encounterType": "7e54cd64-f9c3-11eb-8e6a-57478ce139b0", - "encounter": "Care and Treatment Service Enrolment", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_transfer_out_v1.0.json b/distro/configuration/ampathforms/ct_transfer_out_v1.0.json deleted file mode 100644 index 3f64c7345..000000000 --- a/distro/configuration/ampathforms/ct_transfer_out_v1.0.json +++ /dev/null @@ -1,303 +0,0 @@ -{ - "name": "Transfer Out Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Transfer Out", - "sections": [ - { - "label": "Introduction", - "isExpanded": "true", - "questions": [ - { - "type": "markdown", - "questionOptions": { - "rendering": "markdown" - }, - "id": "fooMarkdown", - "value": ["**Use this form to:** Transfer out a client"] - } - ] - }, - { - "label": "Transfer-Out Details", - "isExpanded": "true", - "questions": [ - { - "label": "Visit Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "163137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "dateOfVisit", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "ture", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue < useFieldValue('dateOfFirstVisit')" - } - ] - } - ] - }, - { - "label": "Receiving Facility", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "recievingHealthFacility", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Transfer-Out Date (Date transfer-out takes effect)", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160649" - } - ] - }, - "id": "transferOutDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "true" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue < useFieldValue('dateOfFirstVisit')" - } - ] - } - ] - } - ] - }, - { - "label": "Transfer-Out Verification", - "type": "obs", - "isExpanded": "true", - "questions": [ - { - "label": "Transfer-out Verified", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "797e0073-1f3f-46b1-8b1a-8cdad134d2b3", - "answers": [ - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "373066001" - }, - { - "type": "PIH-Malawi", - "value": "1065" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1066" - }, - { - "type": "PIH", - "value": "1066" - }, - { - "type": "SNOMED CT", - "value": "373067005" - }, - { - "type": "PIH-Malawi", - "value": "1066" - } - ] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1067" - }, - { - "type": "AMPATH", - "value": "1067" - }, - { - "type": "SNOMED CT", - "value": "261665006" - }, - { - "type": "PIH", - "value": "1067" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "UNKNOWN" - } - ] - } - ] - }, - "id": "isTransferOutVerified", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - }, - { - "label": "Date verification done", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160753" - }, - { - "type": "CIEL", - "value": "160753" - }, - { - "type": "SNOMED-CT", - "value": "439771001" - }, - { - "type": "SNOMED-CT", - "value": "439771001" - } - ] - }, - "id": "verificationDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('isTransferOutVerified','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - } - ] - }, - { - "label": "Notes", - "isExpanded": "true", - "questions": [ - { - "label": "Transfer-Out Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "165095" - } - ] - }, - "id": "transferOutNotes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Transfer Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "a969288d-6605-361b-b01c-42f6ef25c0f5", - "referencedForms": [], - "encounterType": "3044916a-7e5f-478b-9091-803233f27f91", - "encounter": "Transfer Out", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/ct_viral_load_request_v1.0.json b/distro/configuration/ampathforms/ct_viral_load_request_v1.0.json deleted file mode 100644 index 1f70ea909..000000000 --- a/distro/configuration/ampathforms/ct_viral_load_request_v1.0.json +++ /dev/null @@ -1,605 +0,0 @@ -{ - "name": "Viral Load request Form", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Viral Load Request", - "sections": [ - { - "label": "Order details", - "isExpanded": "true", - "questions": [ - { - "label": "Date Ordered", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "162078AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162078" - } - ] - }, - "id": "labOrderDate" - }, - { - "label": "Reason for Viral Load", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "86cc0cfe-bace-4969-94b6-d139f4971d13", - "answers": [ - { - "concept": "5d4e13af-92ec-4b91-a8e4-97818810e577", - "label": "Baseline Viral Load", - "conceptMappings": [ - { - "type": "OCT", - "value": "BaselineVL" - } - ] - }, - { - "concept": "163523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Clinical failure", - "conceptMappings": [ - { - "type": "CIEL", - "value": "163523" - } - ] - }, - { - "concept": "1259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Change regimen", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1259" - }, - { - "type": "CIEL", - "value": "1259" - }, - { - "type": "AMPATH", - "value": "1259" - } - ] - }, - { - "concept": "67143af5-c443-4a4f-a678-f3981b4fcb0f", - "label": "Confirmation of treatment failure", - "conceptMappings": [] - }, - { - "concept": "5632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Currently breastfeeding child", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5632" - }, - { - "type": "SNOMED-CT", - "value": "413712001" - }, - { - "type": "AMPATH", - "value": "2056" - }, - { - "type": "SNOMED-CT", - "value": "413712001" - }, - { - "type": "CIEL", - "value": "5632" - }, - { - "type": "AMPATH", - "value": "5632" - } - ] - }, - { - "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": "c2aed192-73fc-405f-8cc2-776a4da81d59", - "label": "Recency Assay", - "conceptMappings": [] - }, - { - "concept": "843AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Regimen failure", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "FAILED" - }, - { - "type": "PIH", - "value": "843" - }, - { - "type": "AMPATH", - "value": "843" - }, - { - "type": "CIEL", - "value": "843" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "FAILED" - }, - { - "type": "PIH", - "value": "843" - }, - { - "type": "AMPATH", - "value": "843" - }, - { - "type": "SNOMED-CT", - "value": "266721009" - }, - { - "type": "SNOMED-CT", - "value": "266721009" - } - ] - }, - { - "concept": "be5d6a4a-4018-49dd-869f-273c9f5fec9e", - "label": "Routine Viral Load", - "conceptMappings": [ - { - "type": "OCT", - "value": "RoutineViralLoad" - } - ] - }, - { - "concept": "e185de1e-a9b3-4b10-86df-2300bf4476bb", - "label": "Persistent low-Level viremia", - "conceptMappings": [] - } - ], - "conceptMappings": [ - { - "type": "OCT", - "value": "ViralLoadRequest" - } - ] - }, - "id": "vlReason" - }, - { - "label": "Requested by", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "1473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "PIH", - "value": "1392" - }, - { - "type": "PIH", - "value": "1392" - }, - { - "type": "CIEL", - "value": "1473" - } - ] - }, - "id": "requestedBy" - }, - { - "label": "Was Lab Specimen Collected?", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "510102a5-6b9e-4dfe-996f-11e214dbd144", - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "value": "1066" - } - ] - } - ] - }, - "id": "specimenCollected" - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "LOINC", - "value": "48767-8" - }, - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "notes", - "behaviours": [ - { - "intent": "*", - "required": "false" - } - ] - } - ] - } - ] - }, - { - "label": "Specimen Collection", - "sections": [ - { - "label": "Specimen Collection Details", - "isExpanded": "true", - "questions": [ - { - "label": "Date sample collected*", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "159951AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "dateSpecimenCollected" - }, - { - "label": "Specimen type*", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "9103ae1f-1461-4fcb-91d7-3705a40f5f5c", - "answers": [ - { - "concept": "a9ecc403-25b5-48c8-974f-815acc074328", - "label": "Dried Blood Spot", - "conceptMappings": [] - }, - { - "concept": "1002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Plasma", - "conceptMappings": [] - }, - { - "concept": "165888AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Venous blood specimen", - "conceptMappings": [] - } - ], - "conceptMappings": [ - { - "type": "CIEL", - "value": "159959" - } - ] - }, - "id": "specimenType" - }, - { - "label": "Other sample type", - "type": "obsGroup", - "questionOptions": { - "rendering": "group", - "concept": "d07aba2e-f37d-49dd-bb65-b27e8df80399" - }, - "id": "otherSpecimenTypeGroup", - "questions": [ - { - "label": "Other specimen type", - "id": "otherSpecimenType", - "questionOptions": { - "rendering": "text", - "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "type": "obs", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "!includes('specimenType','5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Specimen ID", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "159968AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "159968" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "TUBERCULOSIS SPECIMEN ID" - } - ] - }, - "id": "specimenId", - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - }, - { - "label": "Referral Lab", - "isExpanded": "true", - "questions": [ - { - "label": "Forwarded to reference lab", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "161934AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161934" - }, - { - "type": "PIH", - "value": "7818" - }, - { - "type": "CIEL", - "value": "161934" - }, - { - "type": "SNOMED-CT", - "value": "129125009" - } - ], - "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" - } - ] - } - ] - }, - "id": "isSpecimenSentToLab", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - } - ] - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "isEmpty(specimenCollected) || specimenCollected === '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Specimen Dispatch", - "sections": [ - { - "label": "Referral Lab Dispatch", - "isExpanded": "true", - "questions": [ - { - "label": "Reference Lab sample sent to", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "161562AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161562" - } - ] - }, - "id": "referenceLabSampleSentTo" - }, - { - "label": "Date dispatched*", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "159951AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "id": "dateSpecimendispatched" - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "hide": { - "hideWhenExpression": "!includes('isSpecimenSentToLab', '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators": [] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Viral Load request" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "717eed11-55bb-3adb-9be4-3e92efcea2c8", - "encounterType": "41af1931-184e-45f8-86ca-d42e0db0b8a1", - "encounter": "Viral Load results", - "referencedForms": [] -} diff --git a/distro/configuration/ampathforms/ct_viral_load_results_v1.0.json b/distro/configuration/ampathforms/ct_viral_load_results_v1.0.json deleted file mode 100644 index 8cfefa620..000000000 --- a/distro/configuration/ampathforms/ct_viral_load_results_v1.0.json +++ /dev/null @@ -1,453 +0,0 @@ -{ - "name": "Viral Load Lab Result", - "version": "1", - "published": true, - "retired": false, - "pages": [ - { - "label": "Viral Load Lab Result", - "sections": [ - { - "label": "Viral Load", - "isExpanded": "true", - "questions": [ - { - "label": "Viral Load", - "type": "obs", - "questionOptions": { - "rendering": "toggle", - "concept": "2dbf01ab-77f6-4b35-aa2c-46dfc14b0af0", - "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": "viralLoad", - "behaviours": [ - { - "intent": "*", - "required": "false", - "hide": { - "hideWhenExpression": "true" - } - }, - { - "intent": "VIRAL_LOAD_LAB_RESULTS_EMBED", - "required": "false", - "hide": { - "hideWhenExpression": "false" - } - } - ] - }, - { - "label": "Test Result Date", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "163724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "" - }, - "id": "testResultDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - }, - { - "intent": "VIRAL_LOAD_LAB_RESULTS_EMBED", - "required": "true", - "hide": { - "hideWhenExpression": "viralLoad == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Reason for viral Load", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "86cc0cfe-bace-4969-94b6-d139f4971d13", - "conceptMappings": [ - { - "type": "OCT", - "value": "ViralLoadRequest" - } - ], - "answers": [ - { - "concept": "163523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Clinical failure", - "conceptMappings": [ - { - "type": "CIEL", - "value": "163523" - } - ] - }, - { - "concept": "be5d6a4a-4018-49dd-869f-273c9f5fec9e", - "label": "Routine Viral Load", - "conceptMappings": [ - { - "type": "OCT", - "value": "RoutineViralLoad" - } - ] - }, - { - "concept": "1259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Change regimen", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1259" - }, - { - "type": "CIEL", - "value": "1259" - }, - { - "type": "AMPATH", - "value": "1259" - } - ] - }, - { - "concept": "843AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Regimen failure", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "FAILED" - }, - { - "type": "PIH", - "value": "843" - }, - { - "type": "AMPATH", - "value": "1259" - }, - { - "type": "SNOMED-CT", - "value": "266721009" - } - ] - }, - { - "concept": "857e08cb-1ca7-4b4e-9698-38cdb76df59b", - "label": "Confirmation of Persistent Low-Level Viremia", - "conceptMappings": [ - { - "type": "OCT", - "value": "BaselineVL" - } - ] - }, - { - "concept": "4fe5857e-c804-41cf-b3c9-0acc1f516ab7", - "label": "Recency testing", - "conceptMappings": [] - }, - { - "concept": "5d4e13af-92ec-4b91-a8e4-97818810e577", - "label": "Baseline Viral Load", - "conceptMappings": [ - { - "type": "OCT", - "value": "BaselineVL" - } - ] - } - ] - }, - "id": "reasonViralLoad", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "VIRAL_LOAD_LAB_RESULTS_EMBED", - "required": "true", - "hide": { - "hideWhenExpression": "viralLoad == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Viral Load Result", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "1305AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "315124004" - }, - { - "type": "CIEL", - "value": "1305" - }, - { - "type": "SNOMED-MVP", - "value": "13051000105000" - }, - { - "type": "AMPATH", - "value": "1305" - } - ], - "answers": [ - { - "concept": "1301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Detected", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "260373001" - }, - { - "type": "CIEL", - "value": "1301" - }, - { - "type": "SNOMED-CT", - "value": "260373001" - }, - { - "type": "AMPATH", - "value": "1301" - }, - { - "type": "AMPATH", - "value": "1301" - } - ] - }, - { - "concept": "1302AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not detected", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "260415000" - }, - { - "type": "AMPATH", - "value": "1302" - }, - { - "type": "SNOMED-CT", - "value": "260415000" - }, - { - "type": "CIEL", - "value": "1302" - }, - { - "type": "AMPATH", - "value": "1302" - } - ] - } - ] - }, - "id": "resultViralLoad", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "VIRAL_LOAD_LAB_RESULTS_EMBED", - "required": "true", - "hide": { - "hideWhenExpression": "viralLoad == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Viral Load (Copies/ml)", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "max": "", - "min": "51", - "showDate": "", - "conceptMappings": [ - { - "type": "IMO-ProcedureIT", - "value": "929811" - }, - { - "type": "IMO-ProcedureIT", - "value": "929811" - }, - { - "type": "CIEL", - "value": "856" - }, - { - "type": "AMPATH", - "value": "856" - }, - { - "type": "CIEL", - "value": "856" - }, - { - "type": "SNOMED-CT", - "value": "315124004" - }, - { - "type": "LOINC", - "value": "25836-8" - }, - { - "type": "AMPATH", - "value": "856" - }, - { - "type": "SNOMED-CT", - "value": "315124004" - } - ] - }, - "id": "copiesVL", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "VIRAL_LOAD_LAB_RESULTS_EMBED", - "required": "true", - "hide": { - "hideWhenExpression": "viralLoad == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Notes", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rows": "5", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161011" - } - ] - }, - "id": "notes", - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "false", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [] - }, - { - "intent": "VIRAL_LOAD_LAB_RESULTS_EMBED", - "required": "true", - "hide": { - "hideWhenExpression": "viralLoad == '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Viral Load Lab Result" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "c9eb639e-b5d0-3ed3-a3c7-0dc48fc6acb6", - "referencedForms": [], - "encounterType": "41af1931-184e-45f8-86ca-d42e0db0b8a1", - "encounter": "Viral Load results", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/hts_hiv_testing_v1.0.json b/distro/configuration/ampathforms/hts_hiv_testing_v1.0.json deleted file mode 100644 index 735ee3b95..000000000 --- a/distro/configuration/ampathforms/hts_hiv_testing_v1.0.json +++ /dev/null @@ -1,2459 +0,0 @@ -{ - "name": "HIV Testing", - "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:** perform HIV Testing" - ] - }, - { - "label": "HTS Form Strategy", - "type": "obs", - "questionOptions": { - "rendering": "fixed-value", - "concept": "f0d85da0-c235-4540-a0d1-63640594f98b" - }, - "value": "9de587b2-564d-4d86-bf72-e76da924018e", - "id": "htsFormStrategy" - } - ] - } - ] - }, - { - "label": "HIV Testing", - "sections": [ - { - "label": "General Information", - "isExpanded": "true", - "questions": [ - { - "label": "Pretest counselling done", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "de32152d-93b0-412a-908a-20af0c46f215", - "answers": [ - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "value": "1066" - } - ] - }, - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown", - "conceptMappings": [ - { - "type": "HL7-MedicationDispenseStatus", - "value": "unknown" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "preTestCounsellingConducted" - }, - { - "label": "Counseled as", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "0473ec07-2f34-4447-9c58-e35a1c491b6f", - "answers": [ - { - "concept": "02586245-99c3-4d47-ac34-7121156afeab", - "label": "Group Counselling", - "conceptMappings": [] - }, - { - "concept": "09472f39-6030-4f71-a8f2-30b2fdc734ed", - "label": "Couple Counselling", - "conceptMappings": [] - }, - { - "concept": "0c78532a-f2e8-4793-874e-90b0c9485cef", - "label": "Individual Counselling", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "preTestCounsellingConducted !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "counselingSessionType" - }, - { - "label": "Consent for testing provided", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "1710AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "value": "1066" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "preTestCounselingConsent" - }, - { - "label": "HIV Test conducted", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "164401AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "value": "1066" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "hivTestConducted" - }, - { - "label": "Date HIV test done", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "164400AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "" - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "hivTestConducted !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ], - "id": "dateTestPerformed" - } - ] - }, - { - "label": "Assay 1 (first test)", - "isExpanded": "true", - "questions": [ - { - "label": "Assay 1 (first test) RDT Change to ", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "359473bd-0d21-4f2c-bcd6-03923633a468", - "answers": [ - { - "concept": "166453AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Abbott SD Bioline HIV/Syphilis Duo test kit", - "conceptMappings": [] - }, - { - "concept": "166451AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Abbott Determine(R) test kit", - "conceptMappings": [] - }, - { - "concept": "166452AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Premier First Response(R) test kit", - "conceptMappings": [] - }, - { - "concept": "166454AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Human immunodeficiency virus testing kit type (text)", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "firstHivTestRDT" - }, - { - "label": "Assay 1 (first test) result", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "e16b0068-b6a2-46b7-aba9-e3be00a7b4ab", - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "AMPATH", - "value": "665" - }, - { - "type": "CIEL", - "value": "664" - }, - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "PIH", - "value": "664" - } - ] - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "CIEL", - "value": "703" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "hivTestConducted !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "firstHivTestRDTResult" - }, - { - "label": "RDT syphilis test result", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "165303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "AMPATH", - "value": "665" - }, - { - "type": "CIEL", - "value": "664" - }, - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "PIH", - "value": "664" - } - ] - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "CIEL", - "value": "703" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(firstHivTestRDT) || firstHivTestRDT !== '166453AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "syphilisResult" - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "hivTestConducted !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Assay 2 (Second test)", - "isExpanded": "true", - "questions": [ - { - "label": "Assay 2 (second HIV test) done", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "7704e02d-fe35-48b0-99a3-b577971faacb", - "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": "1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not done", - "conceptMappings": [ - { - "type": "PIH", - "value": "1118" - }, - { - "type": "CIEL", - "value": "1118" - }, - { - "type": "SNOMED-CT", - "value": "385660001" - }, - { - "type": "AMPATH", - "value": "1118" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "secondHivTestDone" - }, - { - "label": "Assay 2 (second test) RDT", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "5749ec67-750c-43aa-ad45-50597f38e156", - "answers": [ - { - "concept": "166451AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Abbott Determine(R) test kit", - "conceptMappings": [] - }, - { - "concept": "166452AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Premier First Response(R) test kit", - "conceptMappings": [] - }, - { - "concept": "166453AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Abbott SD Bioline HIV/Syphilis Duo test kit", - "conceptMappings": [] - }, - { - "concept": "166454AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Human immunodeficiency virus testing kit type (text)", - "conceptMappings": [] - } - ] - }, - "id": "secondHivTestRDT", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(secondHivTestDone) || secondHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Assay 2 (second test) result", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "1326AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "AMPATH", - "value": "665" - }, - { - "type": "CIEL", - "value": "664" - }, - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "PIH", - "value": "664" - } - ] - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "CIEL", - "value": "703" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(secondHivTestDone) || secondHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "secondHivTestResult" - }, - { - "label": "Intermediate A1 & A2 HIV result", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "7792a28b-f680-4dab-971e-750fb77c78d0", - "answers": [ - { - "concept": "1138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Indeterminate (Inconclusive)", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "1138" - }, - { - "type": "SNOMED-CT", - "value": "82334004" - }, - { - "type": "CIEL", - "value": "1138" - } - ] - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "CIEL", - "value": "703" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - } - ] - }, - "id": "intermediateA1andA2HivResults", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(secondHivTestDone) || secondHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(firstHivTestRDTResult) || firstHivTestRDTResult !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Repeat Assay 1 (Indeterminate A & A2 Results)", - "isExpanded": "true", - "questions": [ - { - "label": "Repeat Assay 1 Done", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "d3255752-dcd5-4e23-953a-676079f7fec1", - "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": "1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not done", - "conceptMappings": [ - { - "type": "PIH", - "value": "1118" - }, - { - "type": "CIEL", - "value": "1118" - }, - { - "type": "SNOMED-CT", - "value": "385660001" - }, - { - "type": "AMPATH", - "value": "1118" - } - ] - } - ] - }, - "id": "firstHivTestRDTRepeatDone", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ] - }, - { - "label": "Repeat Assay 1 RDT", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "3b105e1e-f99f-46a3-ac47-0815616411d9", - "answers": [ - { - "concept": "166451AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Abbott Determine(R) test kit", - "conceptMappings": [] - }, - { - "concept": "166452AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Premier First Response(R) test kit", - "conceptMappings": [] - }, - { - "concept": "166453AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Abbott SD Bioline HIV/Syphilis Duo test kit", - "conceptMappings": [] - }, - { - "concept": "166454AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Human immunodeficiency virus testing kit type (text)", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "firstHivTestRDTRepeatDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || thirdHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "firstHivTestRDTRepeat" - }, - { - "label": "Repeat Assay 1 Results", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "bbcf7028-1b32-48d6-a462-61e42b21677d", - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "AMPATH", - "value": "665" - }, - { - "type": "CIEL", - "value": "664" - }, - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "PIH", - "value": "664" - } - ] - }, - { - "concept": "7398c91a-8db8-480d-8130-1a92cc208ded", - "label": "Inconclusive HIV Result", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "firstHivTestRDTRepeatDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || thirdHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "firstHivTestRepeatResult" - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(intermediateA1andA2HivResults) || intermediateA1andA2HivResults === '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || secondHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Assay 3", - "isExpanded": "true", - "questions": [ - { - "label": "Assay 3 (third HIV test) done", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "1e254484-28bd-453e-81e8-a8035fb734f2", - "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": "1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not done", - "conceptMappings": [ - { - "type": "PIH", - "value": "1118" - }, - { - "type": "CIEL", - "value": "1118" - }, - { - "type": "SNOMED-CT", - "value": "385660001" - }, - { - "type": "AMPATH", - "value": "1118" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "thirdHivTestDone" - }, - { - "label": "Assay 3 (third test) RDT", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "04fe3874-f5f3-4621-b0e8-e3d092a32dc0", - "answers": [ - { - "concept": "166451AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Abbott Determine(R) test kit", - "conceptMappings": [] - }, - { - "concept": "166452AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Premier First Response(R) test kit", - "conceptMappings": [] - }, - { - "concept": "166453AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Abbott SD Bioline HIV/Syphilis Duo test kit", - "conceptMappings": [] - }, - { - "concept": "166454AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Human immunodeficiency virus testing kit type (text)", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(thirdHivTestDone) || thirdHivTestDone !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "thirdHivTestRDT" - }, - { - "label": "Assay 3 (third HIV test) result", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "163722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "AMPATH", - "value": "665" - }, - { - "type": "CIEL", - "value": "664" - }, - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "PIH", - "value": "664" - } - ] - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "CIEL", - "value": "703" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(thirdHivTestDone) || thirdHivTestDone !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "thirdHivTestResult" - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "intermediateA1andA2HivResults === '1138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || secondHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || firstHivTestRDTRepeatDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "preTestCounselingConsent === '488b58ff-64f5-4f8a-8979-fa79940b1594' || preTestCounsellingConducted === '488b58ff-64f5-4f8a-8979-fa79940b1594' || hivTestConducted === '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "HIV Result", - "sections": [ - { - "label": "HIV Testing Status", - "isExpanded": "false", - "questions": [ - { - "label": "State of testing algorithm", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "ec8b1fb4-fad1-47ae-859e-b70ecb8c5533", - "answers": [ - { - "concept": "1267AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Completed", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "255594003" - }, - { - "type": "CIEL", - "value": "1267" - }, - { - "type": "AMPATH", - "value": "1267" - } - ] - }, - { - "concept": "163339AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Incomplete", - "conceptMappings": [] - }, - { - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "statusTestingAlgorithm" - } - ] - }, - { - "label": "HIV Results", - "isExpanded": "true", - "questions": [ - { - "label": "Final HIV Result", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "159427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "AMPATH", - "value": "665" - }, - { - "type": "CIEL", - "value": "664" - }, - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "PIH", - "value": "664" - } - ] - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "CIEL", - "value": "703" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - }, - { - "concept": "7398c91a-8db8-480d-8130-1a92cc208ded", - "label": "Inconclusive HIV Result", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "finalHIVTestResult" - }, - { - "label": "Received HIV results", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "164848AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "receivedHIVTestResult" - }, - { - "label": "Date client received final result", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "160082AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "" - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "receivedHIVTestResult !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ], - "id": "hiVTestResultsReceivedDate" - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "secondHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || firstHivTestRDTRepeatDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || thirdHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Couple Testing", - "isExpanded": "true", - "questions": [ - { - "label": "Results received as a couple", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "445846e9-b929-4519-bc83-d51c051918f5", - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "receivedHIVTestResult !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || counselingSessionType !== '09472f39-6030-4f71-a8f2-30b2fdc734ed'" - } - } - ], - "id": "resultReceivedCouple" - }, - { - "label": "Couple Testing Outcome", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "5f38bc97-d6ca-43f8-a019-b9a9647d0c6a", - "answers": [ - { - "concept": "c1504c2b-a8bf-44bf-ab1e-1d342ba051ae", - "label": "Concordant Negative", - "conceptMappings": [] - }, - { - "concept": "c2d2bea8-2db5-4730-86b1-592c9408f567", - "label": "Discordant", - "conceptMappings": [] - }, - { - "concept": "3a27187f-da7a-4f6b-986d-6521f343326d", - "label": "Concordant Positive", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "CoupleResults" - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "counselingSessionType !== '09472f39-6030-4f71-a8f2-30b2fdc734ed' || secondHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || firstHivTestRDTRepeatDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || thirdHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "preTestCounselingConsent === '488b58ff-64f5-4f8a-8979-fa79940b1594' || preTestCounsellingConducted === '488b58ff-64f5-4f8a-8979-fa79940b1594' || hivTestConducted === '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Recency Testing", - "sections": [ - { - "label": "Recency Details", - "isExpanded": "true", - "questions": [ - { - "label": "Consent for recency provided", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "976ca997-fb2b-4bef-a299-f7c9e16b50a8", - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "value": "1066" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "recencyTestingConsent" - }, - { - "label": "Recency test conducted", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "4fe5857e-c804-41cf-b3c9-0acc1f516ab7", - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "value": "1066" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "recencyTestingConsent !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - } - } - ], - "id": "recencyTestConducted" - }, - { - "label": "Recency results", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "165092AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "271918004" - } - ], - "answers": [ - { - "concept": "165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Recent", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "6493001" - } - ] - }, - { - "concept": "165091AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Long duration", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "260384008" - } - ] - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "PIH", - "value": "664" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "type": "AMPATH", - "value": "665" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(recencyTestConducted) || recencyTestConducted !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - } - } - ], - "id": "recencyTestResult" - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(finalHIVTestResult) || finalHIVTestResult !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "finalHIVTestResult !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || preTestCounselingConsent === '488b58ff-64f5-4f8a-8979-fa79940b1594' || preTestCounsellingConducted === '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || secondHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || firstHivTestRDTRepeatDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || thirdHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || hivTestConducted === '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Post-Test Counselling", - "sections": [ - { - "label": "Post-Test Information", - "isExpanded": "true", - "questions": [ - { - "label": "Post test counselling done", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "159382AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "PIH", - "value": "969" - }, - { - "type": "SNOMED-CT", - "value": "313077009" - } - ], - "answers": [ - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "value": "1066" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "postTestCounsellingDone" - } - ] - }, - { - "label": "Referrals", - "isExpanded": "true", - "questions": [ - { - "label": "Prevention Services referred to", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "5f394708-ca7d-4558-8d23-a73de181b02d", - "answers": [ - { - "concept": "88cdde2b-753b-48ac-a51a-ae5e1ab24846", - "label": "Pre Exposure Prophylaxis (PEP)", - "conceptMappings": [] - }, - { - "concept": "1691AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Post-exposure prophylaxis", - "conceptMappings": [] - }, - { - "concept": "162223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Voluntary male circumcision clinic", - "conceptMappings": [] - }, - { - "concept": "da0238c1-0ddd-49cc-b10d-c552391b6332", - "label": "Harm Reduction for People Who Inject Drugs", - "conceptMappings": [] - }, - { - "concept": "ac2e75dc-fceb-4591-9ffb-3f852c0750d9", - "label": "Behavioural Interventions to Support Risk Reduction - for KP", - "conceptMappings": [] - }, - { - "concept": "0be6a668-b4ff-4fc5-bbae-0e2a86af1bd1", - "label": "Post-GBV Care", - "conceptMappings": [] - }, - { - "concept": "e7ee9ec2-3cc7-4e59-8172-9fd08911e8c5", - "label": "Prevention Information", - "conceptMappings": [] - }, - { - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "referredToPreventionServices" - }, - { - "label": "Sexual and Reproductive Health services", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "bf634be9-197a-433b-8e4e-7a04242a4e1d", - "answers": [ - { - "concept": "a56cdd43-f2eb-49d6-88fd-113aaea2e85f", - "label": "HIV Testing for Partners and Social Contacts of People from KP", - "conceptMappings": [] - }, - { - "concept": "f0589be1-d457-4138-b244-bfb115cdea21", - "label": "HIV Testing for Partners and Biological Children", - "conceptMappings": [] - }, - { - "concept": "46da10c7-49e3-45e5-8e82-7c529d52a1a8", - "label": "STI Testing and Treatment", - "conceptMappings": [] - }, - { - "concept": "9d4c029a-2ac3-44c3-9a20-fb32c81a9ba2", - "label": "Anal Cancer Screening", - "conceptMappings": [] - }, - { - "concept": "060dd5b2-2d65-4db5-85f0-cd1ba809350f", - "label": "Cervical Cancer Screening and Treatment", - "conceptMappings": [] - }, - { - "concept": "0097d9b1-6758-4754-8713-91638efe12ea", - "label": "Check Pregnancy Status", - "conceptMappings": [] - }, - { - "concept": "6488e62a-314b-49da-b8d4-ca9c7a6941fc", - "label": "Contraception and FP", - "conceptMappings": [] - }, - { - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "referredToSRHServices" - }, - { - "label": "Clinical Services", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "960f2980-35e2-4677-88ed-79424fe0fc91", - "answers": [ - { - "concept": "160541AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Tuberculosis treatment program", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "401173007" - } - ] - }, - { - "concept": "1610AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Referral for antiretroviral therapy", - "conceptMappings": [] - }, - { - "concept": "164128AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Isoniazid Preventive Treatment Program", - "conceptMappings": [] - }, - { - "concept": "858f0f06-bc62-4b04-b864-cef98a2f3845", - "label": "Cotrimoxazole Chemoprophylaxis to Prevent Pneumocystis Carinii Pneumonia", - "conceptMappings": [] - }, - { - "concept": "0cf2ce2c-cd3f-478b-89b7-542018674dba", - "label": "Assessment and Provision of Vaccinations", - "conceptMappings": [] - }, - { - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "referredToClinicalServices" - }, - { - "label": "Other services", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "b5afd495-00fc-4d94-9e26-8f6c8cc8caa0", - "answers": [ - { - "concept": "5490AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Psychosocial counseling", - "conceptMappings": [] - }, - { - "concept": "5489AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Mental health services", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "390808007" - }, - { - "type": "AMPATH", - "value": "5489" - } - ] - }, - { - "concept": "ea08440d-41d4-4795-bb4d-4639cf32645c", - "label": "Services for Responding to Violence Against Women", - "conceptMappings": [] - }, - { - "concept": "a046ce31-e0d9-4044-a384-ecc429dc4035", - "label": "Legal and Social Services", - "conceptMappings": [] - }, - { - "concept": "846a63c0-4530-4008-b6a1-12201b9e0b88", - "label": "Support for Disclosure and Partner Services", - "conceptMappings": [] - }, - { - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "referredToOtherServices" - } - ] - }, - { - "label": "Linkage to Care", - "isExpanded": "true", - "questions": [ - { - "label": "Linked to care and treatment in this facility", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "e8e8fe71-adbb-48e7-b531-589985094d30", - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "value": "1066" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "linkedToCare" - }, - { - "label": "Service Identification Number", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "162576AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(linkedToCare) || linkedToCare !== '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ], - "id": "patientIdentificationNumber" - }, - { - "label": "Facility Linked to", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "161562AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "CIEL", - "value": "161562" - }, - { - "type": "CIEL", - "value": "161562" - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(linkedToCare) || linkedToCare !== '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ], - "id": "facilityLinkedTo" - }, - { - "label": "HTS provider’s name", - "type": "obs", - "questionOptions": { - "rendering": "text", - "concept": "1473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "PIH", - "value": "1392" - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "htsProviderName" - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "preTestCounselingConsent === '488b58ff-64f5-4f8a-8979-fa79940b1594' || preTestCounsellingConducted === '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || secondHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || firstHivTestRDTRepeatDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || thirdHivTestDone === '1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "HTS - HIV Testing" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "43ffea77-49dc-3ebd-8d83-c2aedb654030", - "referencedForms": [], - "encounterType": "79c1f50f-f77d-42e2-ad2a-d29304dde2fe", - "encounter": "HTS Retrospective", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/hts_pre_test_v1.0.json b/distro/configuration/ampathforms/hts_pre_test_v1.0.json deleted file mode 100644 index 791130ae7..000000000 --- a/distro/configuration/ampathforms/hts_pre_test_v1.0.json +++ /dev/null @@ -1,1894 +0,0 @@ -{ - "name": "HTS Pre-Test Counselling", - "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:** perform HIV Testing Services Pre-Test Counselling" - ] - }, - { - "label": "HTS Form Strategy", - "type": "obs", - "questionOptions": { - "rendering": "fixed-value", - "concept": "f0d85da0-c235-4540-a0d1-63640594f98b" - }, - "value": "9de587b2-564d-4d86-bf72-e76da924018e", - "id": "htsFormStrategy" - } - ] - } - ] - }, - { - "label": "Pre-Test Counselling", - "sections": [ - { - "label": "Approach", - "isExpanded": "true", - "questions": [ - { - "label": "Setting of HIV test", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "13abe5c9-6de2-4970-b348-36d352ee8eeb", - "answers": [ - { - "concept": "42dd1e18-00cb-471c-911c-cb254d5b01a5", - "label": "Community Level testing", - "conceptMappings": [] - }, - { - "concept": "5995ebd5-11ae-47ca-ac12-bcb8c0117aec", - "label": "Facility Level Testing", - "conceptMappings": [] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "testingLocation" - }, - { - "label": "Community service delivery point", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "74a3b695-30f7-403b-8f63-3f766461e104", - "answers": [ - { - "concept": "b12b2d5e-9e9b-4af8-b326-a9de5ea0acfe", - "label": "Drop In Centre", - "conceptMappings": [] - }, - { - "concept": "c15aecde-acac-49b6-bffe-cd1bb291c28b", - "label": "Workplace", - "conceptMappings": [] - }, - { - "concept": "7ac53e4f-c5c4-4bd9-a948-1df1fb73740a", - "label": "Hotspot", - "conceptMappings": [] - }, - { - "concept": "160545AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Outreach Program", - "conceptMappings": [] - }, - { - "concept": "159938AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Home Based HIV Testing Program", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "2049" - } - ] - }, - { - "concept": "159939AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Mobile Voluntary Counselling and Testing Program", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "2048" - } - ] - }, - { - "concept": "159940AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Voluntary Counselling and Testing Center", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "2047" - } - ] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1067" - }, - { - "type": "AMPATH", - "value": "1067" - }, - { - "type": "SNOMED CT", - "value": "CT: 261665006" - }, - { - "type": "PIH", - "value": "1067" - } - ] - }, - { - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(testingLocation) || testingLocation !== '42dd1e18-00cb-471c-911c-cb254d5b01a5'" - } - } - ], - "id": "communityServiceDeliveryPoint" - }, - { - "label": "Facility service delivery point", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "80bcc9c1-e328-47e8-affe-6d1bffe4adf1", - "answers": [ - { - "concept": "6007b076-9e67-47e5-8e57-ee5d1331fbe0", - "label": "Post Natal Program", - "conceptMappings": [] - }, - { - "concept": "261855fb-32d6-43c3-b0bf-e8737db154f7", - "label": "Family Planning Clinic", - "conceptMappings": [] - }, - { - "concept": "165475AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Antenatal Program", - "conceptMappings": [] - }, - { - "concept": "162050AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Comprehensive Care Centre", - "conceptMappings": [] - }, - { - "concept": "160546AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sexually Transmitted Infection Program/Clinic", - "conceptMappings": [] - }, - { - "concept": "160552AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Nutrition Program", - "conceptMappings": [] - }, - { - "concept": "160541AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Tuberculosis Treatment Program", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "401173007" - } - ] - }, - { - "concept": "164835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Labour and Delivery Unit", - "conceptMappings": [] - }, - { - "concept": "5485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Inpatient Care or Hospitalization", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "5485" - }, - { - "type": "PIH", - "value": "1429" - }, - { - "type": "SNOMED-CT", - "value": "394656005" - } - ] - }, - { - "concept": "160542AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Outpatient Department", - "conceptMappings": [ - { - "type": "PIH", - "value": "1651" - }, - { - "type": "AMPATH", - "value": "1965" - }, - { - "type": "SNOMED-CT", - "value": "33022008" - } - ] - }, - { - "concept": "f78c35e6-7cfd-4ce7-8307-86d2fec5b631", - "label": "Pediatric <5 Clinic", - "conceptMappings": [] - }, - { - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(testingLocation) || testingLocation !== '5995ebd5-11ae-47ca-ac12-bcb8c0117aec'" - } - } - ], - "id": "facilityServiceDeliveryPoint" - }, - { - "label": "Approach", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "9641ead9-8821-4898-b633-a8e96c0933cf", - "answers": [ - { - "concept": "e6924b2c-8f27-44d8-8228-9c5d2e8eae84", - "label": "Client initiated testing and counseling (CICT)", - "conceptMappings": [] - }, - { - "concept": "164163AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Provider-initiated testing and counseling (PITC)", - "conceptMappings": [ - { - "type": "SNOMED-NP", - "value": "270430005" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "htsApproach" - } - ] - }, - { - "label": "Risk Assessment & Eligibility", - "isExpanded": "true", - "questions": [ - { - "label": "Reason for this HIV test", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "ce3816e7-082d-496b-890b-a2b169922c22", - "answers": [ - { - "concept": "7398c91a-8db8-480d-8130-1a92cc208ded", - "label": "Inconclusive HIV Result", - "conceptMappings": [] - }, - { - "concept": "a6ad599d-2bc4-47b7-81fe-a38e88867c1d", - "label": "Self Initiative", - "conceptMappings": [] - }, - { - "concept": "0e65e5fd-a1d8-4730-a991-75a1d703cba6", - "label": "HIV Self Test Positive", - "conceptMappings": [] - }, - { - "concept": "6e768c50-a239-45ff-9920-2c6a9352320e", - "label": "Index Client Testing", - "conceptMappings": [] - }, - { - "concept": "cb099534-b609-4561-9d4c-dd2fc74cedaf", - "label": "Assisted Partner Notification (APN)", - "conceptMappings": [] - }, - { - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "reasonForTesting" - }, - { - "label": "Previously tested for HIV", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "1492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "everTestedForHIV" - }, - { - "label": "Duration since last HIV test", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "e7947a45-acff-49e1-ba1c-33e43a710e0d", - "answers": [ - { - "concept": "909edba5-c9b1-44e3-92ee-f95269964fe1", - "label": "0-3 Months", - "conceptMappings": [] - }, - { - "concept": "8df190d5-7a65-4b53-9b4a-b35b9cf400b1", - "label": "3-6 Months", - "conceptMappings": [] - }, - { - "concept": "c85e6df3-7184-400e-a686-f41aaae08113", - "label": "6-12 Months", - "conceptMappings": [] - }, - { - "concept": "8de5bf3f-8058-4735-ae50-b5a986b2362b", - "label": "More Than 12 Months", - "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": "isEmpty(everTestedForHIV) || everTestedForHIV !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - } - } - ], - "id": "durationSinceLastHIVTest" - }, - { - "label": "Last HIV test result?", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "159427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings": [ - { - "type": "PIH", - "value": "703" - }, - { - "type": "AMPATH", - "value": "704" - }, - { - "type": "SNOMED-CT", - "value": "10828004" - }, - { - "type": "CIEL", - "value": "703" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "POSITIVE" - } - ] - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "664" - }, - { - "type": "SNOMED-CT", - "value": "260385009" - }, - { - "type": "PIH", - "value": "664" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "NEGATIVE" - }, - { - "type": "AMPATH", - "value": "665" - } - ] - }, - { - "concept": "7398c91a-8db8-480d-8130-1a92cc208ded", - "label": "Inconclusive", - "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": "isEmpty(everTestedForHIV) || everTestedForHIV !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "lastHIVTestResult === '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'", - "message": "This client may not be eligible for HIV testing" - } - ] - } - ], - "id": "lastHIVTestResult" - }, - { - "label": "Sexually active", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "160109AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "PIH", - "value": "2730" - } - ], - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "clientSexualActivity" - }, - { - "label": "Unprotected sex with a partner of unknown/positive HIV status in the past 12 months", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "159218AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "type": "IMO-ProblemIT", - "value": "816022" - }, - { - "type": "ICD-10-WHO", - "value": "Z72.5" - }, - { - "type": "SNOMED-CT", - "value": "2314005" - } - ], - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(clientSexualActivity) || clientSexualActivity !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - } - } - ], - "id": "unprotectedSexualIntercourse" - }, - { - "label": "STI in the last 6 months", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "156660AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "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" - } - ] - } - ], - "conceptMappings": [ - { - "type": "ICD-10-WHO", - "value": "Z86.1" - }, - { - "type": "IMO-ProblemIT", - "value": "824556" - }, - { - "type": "SNOMED-CT", - "value": "275881005" - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "isEmpty(clientSexualActivity) || clientSexualActivity !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'" - } - } - ], - "id": "clientSTIHistory" - }, - { - "label": "Pregnant or considering becoming pregnant?", - "type": "obs", - "required": false, - "id": "pregnancyIntention", - "questionOptions": { - "rendering": "radio", - "concept": "160571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "160571" - }, - { - "relationship": "SAME-AS", - "type": "IMO-ProblemIT", - "value": "1045429" - }, - { - "relationship": "SAME-AS", - "type": "KenyaEMR", - "value": "164933" - } - ], - "answers": [ - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown" - } - ] - }, - "validators": [] - } - ] - }, - { - "label": "Population Category", - "isExpanded": "true", - "questions": [ - { - "label": "Population Category", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "746737c0-4201-4d7f-b580-816e36dc425a", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166432" - } - ], - "answers": [ - { - "concept": "166430AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "General population", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166430" - } - ] - }, - { - "concept": "166431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Key population", - "conceptMappings": [ - { - "type": "CIEL", - "value": "166431" - } - ] - }, - { - "concept": "167143AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Priority population", - "conceptMappings": [] - } - ] - }, - "id": "clientPopulationCategory" - }, - { - "label": "Key Population Type", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "d3d4ae96-8c8a-43db-a9dc-dac951f5dcb3", - "answers": [ - { - "concept": "157351AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Intravenous drug user", - "conceptMappings": [] - }, - { - "concept": "160578AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Male who has sex with men", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160578" - } - ] - }, - { - "concept": "8da9bf92-22f6-40be-b468-1ad08de7d457", - "label": "Prisoners", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "Prisoners" - } - ] - }, - { - "concept": "160579AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sex worker", - "conceptMappings": [ - { - "type": "CIEL", - "value": "160579" - }, - { - "type": "SNOMED-CT", - "value": "53713009" - } - ] - }, - { - "concept": "22b202fc-67de-4af9-8c88-46e22559d4b2", - "label": "Transgender Persons", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "Transgender" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "HTS_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - }, - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "clientPopulationCategory !== '166431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "keyPopulationType" - }, - { - "label": "Priority Population Type", - "type": "obs", - "questionOptions": { - "rendering": "select", - "concept": "2bf14240-b2b2-42b2-8cf3-b5f8a0cb7764", - "conceptMappings": [ - { - "type": "CIEL", - "value": "167143" - } - ], - "answers": [ - { - "concept": "678f3144-302f-493e-ba22-7ec60a84732a", - "label": "Adolescent Girls & Young Women", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "AGYW" - } - ] - }, - { - "concept": "160580AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Client of sex worker", - "conceptMappings": [] - }, - { - "concept": "def00c73-f6d5-42fb-bcec-0b192b5be22d", - "label": "Fisher Folk", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "Fisherfolk" - } - ] - }, - { - "concept": "162198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Long distance truck driver", - "conceptMappings": [ - { - "type": "CIEL", - "value": "162198" - }, - { - "type": "SNOMED-CT", - "value": "87447002" - } - ] - }, - { - "concept": "63ea75cb-205f-4e7b-9ede-5f9b8a4dda9f", - "label": "Migrant Workers", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "MigrantWorkers" - } - ] - }, - { - "concept": "166514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Non-intravenous drug user", - "conceptMappings": [] - }, - { - "concept": "164100AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Refugee", - "conceptMappings": [] - }, - { - "concept": "b282bb08-62a7-42c2-9bea-8751c267d13e", - "label": "Uniformed Forces", - "conceptMappings": [ - { - "type": "OHTSTemp", - "value": "UniformedForces" - } - ] - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other", - "conceptMappings": [ - { - "type": "PIH-Malawi", - "value": "6408" - }, - { - "type": "SNOMED-MVP", - "value": "56221000105001" - }, - { - "type": "CIEL", - "value": "5622" - }, - { - "type": "AMPATH", - "value": "5622" - }, - { - "type": "org.openmrs.module.mdrtb", - "value": "OTHER" - }, - { - "type": "PIH", - "value": "5622" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "HTS_RETROSPECTIVE", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - }, - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "clientPopulationCategory !== '167143AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ], - "id": "priorityPopulationType" - } - ] - }, - { - "label": "Pre-Test Information", - "isExpanded": "true", - "questions": [ - { - "label": "Eligible for HIV Testing", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "cea67984-d790-4185-b7b4-67736810d365", - "answers": [ - { - "concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3", - "label": "Yes", - "conceptMappings": [ - { - "type": "CIEL", - "value": "1065" - }, - { - "type": "AMPATH", - "value": "1065" - }, - { - "type": "PIH", - "value": "1065" - }, - { - "type": "PIH-Malawi", - "value": "1065" - }, - { - "type": "SNOMED CT", - "value": "CT: 373066001" - } - ] - }, - { - "concept": "488b58ff-64f5-4f8a-8979-fa79940b1594", - "label": "No", - "conceptMappings": [ - { - "type": "PIH", - "value": "1066" - }, - { - "type": "PIH-Malawi", - "value": "1066" - }, - { - "type": "SNOMED-CT", - "value": "373067005" - }, - { - "type": "AMPATH", - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - } - } - ], - "id": "eligibleHIVTesting" - } - ] - } - ] - }, - { - "label": "TB/STI Screening", - "sections": [ - { - "label": "Tuberculosis Screening", - "isExpanded": "true", - "questions": [ - { - "label": "TB screening", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "concept": "12a22a0b-f0ed-4f1a-8d70-7c6acda5ae78", - "answers": [ - { - "concept": "150796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Abnormal Weight Loss", - "conceptMappings": [] - }, - { - "concept": "159799AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "cough lasting more than 2 weeks", - "conceptMappings": [ - { - "type": "PIH", - "value": "2573" - }, - { - "type": "SNOMED-CT", - "value": "49727002" - }, - { - "type": "SNOMED-MVP", - "value": "1597991000105004" - }, - { - "type": "SNOMED-MVP", - "value": "1597991000105004" - }, - { - "type": "AMPATH", - "value": "6171" - }, - { - "type": "PIH", - "value": "2573" - } - ] - }, - { - "concept": "1494AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Fever lasting more than three weeks", - "conceptMappings": [ - { - "type": "AMPATH", - "value": "6173" - }, - { - "type": "SNOMED-CT", - "value": "386661006" - }, - { - "type": "ICD-10-WHO", - "value": "R50.9" - } - ] - }, - { - "concept": "133027AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Night sweats", - "conceptMappings": [ - { - "type": "SNOMED-CT", - "value": "42984000" - }, - { - "type": "PIH", - "value": "6029" - }, - { - "type": "3BT", - "value": "10063085" - }, - { - "type": "ICPC2", - "value": "A09" - }, - { - "type": "SNOMED-CT", - "value": "42984000" - }, - { - "type": "ICPC2", - "value": "A09" - }, - { - "type": "IMO-ProblemIT", - "value": "50760" - }, - { - "type": "ICD-10-WHO", - "value": "R61.1" - }, - { - "type": "AMPATH", - "value": "6029" - }, - { - "type": "AMPATH", - "value": "6029" - }, - { - "type": "PIH", - "value": "6029" - }, - { - "type": "IMO-ProblemIT", - "value": "50760" - }, - { - "type": "3BT", - "value": "10063085" - } - ] - }, - { - "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": "PIH", - "value": "1107" - }, - { - "type": "AMPATH", - "value": "1107" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "tbSymptoms" - } - ] - }, - { - "label": "STI Screening", - "isExpanded": "true", - "questions": [ - { - "label": "Any of the following symptoms?", - "type": "obs", - "questionOptions": { - "rendering": "checkbox", - "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": "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": "c795654c-bcd8-4074-9fc7-e5f762e58f36", - "label": "Urethral Discharge", - "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" - } - ] - } - ] - }, - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true" - } - ], - "id": "stiSymptoms" - } - ] - } - ], - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "false", - "hide": { - "hideWhenExpression": "preTestCounsellingConducted !== '488b58ff-64f5-4f8a-8979-fa79940b1594'" - } - } - ] - }, - { - "label": "Notes", - "sections": [ - { - "label": "Comments", - "isExpanded": "true", - "questions": [ - { - "label": "HTS Provider Comments", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "437d1e25-e7ab-481c-aabc-01f21c6cdef1", - "rows": "" - }, - "behaviours": [ - { - "intent": "*", - "required": "false", - "unspecified": "false" - } - ], - "id": "notes" - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "HTS Pre-Test" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "a7645e21-a9f7-3abc-af2e-2f477ee74e69", - "referencedForms": [], - "encounterType": "79c1f50f-f77d-42e2-ad2a-d29304dde2fe", - "encounter": "HTS Retrospective", - "allowUnspecifiedAll": true -} diff --git a/distro/configuration/ampathforms/lab_order_entry_form-core_demo.json b/distro/configuration/ampathforms/lab_order_entry_form-core_demo.json deleted file mode 100644 index 0a05e4c18..000000000 --- a/distro/configuration/ampathforms/lab_order_entry_form-core_demo.json +++ /dev/null @@ -1,341 +0,0 @@ -{ - "name": "Laboratory Tests", - "description": "Simple lab order entry form", - "version": "2.2", - "published": true, - "retired": false, - "encounter": "Consultation", - "pages": [ - { - "label": "Lab Orders", - "sections": [ - { - "label": "Add Test Orders", - "isExpanded": "true", - "questions": [ - { - "type": "obsGroup", - "label": "Test orders", - "questionOptions": { - "concept": "ad2218e0-4bb1-11ed-bdc3-0242ac120002", - "rendering": "group" - }, - "questions": [ - { - "label": "Tests Ordered", - "id": "order1", - "type": "testOrder", - "questionOptions": { - "rendering": "repeating", - "orderSettingUuid": "INPATIENT", - "orderType": "testorder", - "selectableOrders": [ - { - "concept": "851AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Mean corpuscular volume", - "conceptMappings": [] - }, - { - "concept": "163695AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Crystals type in urine sediment by light microscopy test", - "conceptMappings": [] - }, - { - "concept": "1338AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Lymphocytes (%) - microscopic exam", - "conceptMappings": [] - }, - { - "concept": "161447AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Stool microscopy with concentration", - "conceptMappings": [] - }, - { - "concept": "729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Platelets", - "conceptMappings": [] - }, - { - "concept": "163686AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yeast presence in urine sediment by light microscopy", - "conceptMappings": [] - }, - { - "concept": "1325AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Hepatitis C test - qualitative", - "conceptMappings": [] - }, - { - "concept": "161448AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Kinyoun's stain for coccidians", - "conceptMappings": [] - }, - { - "concept": "160735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Bacteriuria test", - "FIELD3": " urine", - "conceptMappings": [] - }, - { - "concept": "1015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Hematocrit", - "conceptMappings": [] - }, - { - "concept": "163688AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Spore presence in urine test", - "conceptMappings": [] - }, - { - "concept": "163687AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yeast hyphae presence in urine sediment by light microscopy test", - "conceptMappings": [] - }, - { - "concept": "1016AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Red cell distribution width", - "conceptMappings": [] - }, - { - "concept": "163689AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Trichomonas vaginalis presence in urine sediment by light microscopy", - "conceptMappings": [] - }, - { - "concept": "163426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Combined % of monocytes", - "FIELD3": " eosinophils and basophils", - "conceptMappings": [] - }, - { - "concept": "655AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Total bilirubin", - "conceptMappings": [] - }, - { - "concept": "161450AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Stool fat test", - "FIELD3": " semi-quantitative", - "conceptMappings": [] - }, - { - "concept": "678AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "White blood cells", - "conceptMappings": [] - }, - { - "concept": "717AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Total protein", - "conceptMappings": [] - }, - { - "concept": "857AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Blood urea nitrogen", - "conceptMappings": [] - }, - { - "concept": "163683AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Erythrocytes presence in urine sediment by light microscopy test", - "conceptMappings": [] - }, - { - "concept": "161445AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Urine routine and microscopy", - "conceptMappings": [] - }, - { - "concept": "163699AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Urea measurement (calculated)", - "conceptMappings": [] - }, - { - "concept": "21AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Haemoglobin", - "conceptMappings": [] - }, - { - "concept": "654AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Serum glutamic-pyruvic transaminase", - "conceptMappings": [] - }, - { - "concept": "160225AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sickle cell screening test", - "conceptMappings": [] - }, - { - "concept": "159430AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Hepatitis B Surface Antigen Test", - "conceptMappings": [] - }, - { - "concept": "163684AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Leukocytes presence in urine sediment by light microscopy", - "conceptMappings": [] - }, - { - "concept": "161449AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Stool test for reducing substance", - "conceptMappings": [] - }, - { - "concept": "653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Serum glutamic-oxaloacetic transaminase", - "conceptMappings": [] - }, - { - "concept": "790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Serum creatinine (umol/L)", - "conceptMappings": [] - }, - { - "concept": "163696AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Casts presence in urine sediment by light microscopy test", - "conceptMappings": [] - }, - { - "concept": "887AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Serum glucose", - "conceptMappings": [] - }, - { - "concept": "304AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Stool exam", - "conceptMappings": [] - }, - { - "concept": "785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Alkaline phosphatase", - "conceptMappings": [] - }, - { - "concept": "159362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Fecal occult blood test", - "conceptMappings": [] - }, - { - "concept": "679AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Red blood cells", - "conceptMappings": [] - }, - { - "concept": "1336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Neutrophils (%) - microscopic exam", - "conceptMappings": [] - }, - { - "concept": "163692AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Epithelial casts presence in urine sediment by light microscopy test", - "conceptMappings": [] - }, - { - "concept": "1018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Mean corpuscular hemoglobin", - "conceptMappings": [] - }, - { - "concept": "1017AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Mean cell hemoglobin concentration", - "conceptMappings": [] - }, - { - "concept": "161431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sickling test only", - "conceptMappings": [] - }, - { - "concept": "161488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Renal function panel", - "conceptMappings": [] - }, - { - "concept": "953AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Liver function tests", - "conceptMappings": [] - }, - { - "concept": "161451AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Stool test", - "conceptMappings": [] - }, - { - "concept": "163697AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Urine microscopy panel", - "conceptMappings": [] - }, - { - "concept": "1019AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Complete blood count" - }, - { - "concept": "161481AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Prothrombin time" - }, - { - "concept": "161482AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "International Normalized Ratio (INR)" - }, - { - "concept": "161157AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "ECG: 12-Lead Electrocardiogram" - }, - { - "concept": "12AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Chest X-Ray (CXR)" - } - ] - } - }, - { - "type": "encounterLocation", - "label": "Facility name (site/satellite clinic required):", - "id": "location", - "required": "true", - "questionOptions": { - "rendering": "ui-select-extended" - } - } - ] - } - ] - }, - { - "label": "Relevant Clinical Notes", - "isExpanded": "true", - "questions": [ - { - "label": "Gestation in weeks", - "type": "complex-obs", - "required": true, - "id": "2", - "questionOptions": { - "rendering": "date", - "concept": "162251AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "SNOMED CT", - "value": "307470009" - }, - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "162251" - } - ], - "answers": [] - }, - "validators": [], - "hide": { - "hideWhenExpression": "sex !== 'F'" - } - } - ] - } - ] - } - ], - "processor": "EncounterFormProcessor", - "uuid": "xxxx", - "referencedForms": [] -} diff --git a/distro/configuration/ampathforms/pmtct_antenatal_v1.0.json b/distro/configuration/ampathforms/pmtct_antenatal_v1.0.json deleted file mode 100644 index fcb8460f5..000000000 --- a/distro/configuration/ampathforms/pmtct_antenatal_v1.0.json +++ /dev/null @@ -1,1033 +0,0 @@ -{ - "name": "Antenatal Form", - "version": "1", - "published": true, - "retired": false, - "encounter": "Antenatal", - "pages": [ - { - "label": "Antenatal Details", - "sections": [ - { - "label": "ANC Visit", - "isExpanded": "true", - "questions": [ - { - "label": "Visit Date", - "type": "obs", - "id": "visit_date", - "questionOptions": { - "concept": "163260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "ANC Visit Type", - "type": "obs", - "id": "antenatal_visit_type", - "questionOptions": { - "concept": "164181AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "164180AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "New ANC Visit" - }, - { - "concept": "160530AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Return ANC Visit" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"false" - } - } - ] - } - ] - }, - { - "label": "PTracker ID Capture", - "isExpanded": "true", - "questions": [ - { - "label": "PTracker ID", - "type": "obs", - "id": "PtrackerIdANC", - "questionOptions": { - "concept": "6c45421e-2566-47cb-bbb3-07586fffbfe2", - "rendering": "text", - "usePreviousValueDisabled": "true", - "calculate": { - "calculateExpression": "antenatal_visit_type == '160530AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? latest_ptracker_number : ''" - } - }, - "readonlyExpression": "antenatal_visit_type == '160530AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'", - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"false", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[ - { - "type": "js_expression", - "failsWhenExpression": "!/^[0-9]{5}[A-S]{1}[0-9]{6,8}$$/.test(myValue)", - "message": "Invalid Ptracker number" - } - - ] - } - ] - }, - { - "label": "Latest Ptracker number", - "type": "obs", - "id": "latest_ptracker_number", - "questionOptions": { - "concept": "", - "rendering": "fixed-value", - "calculate": { - "calculateExpression": "resolve(api.getLatestObs(patient.id, '6c45421e-2566-47cb-bbb3-07586fffbfe2', '2549af50-75c8-4aeb-87ca-4bb2cef6c69a')).valueString" - } - }, - "hide":{ - "hideWhenExpression":"true" - } - } - ] - }, - { - "label": "Details of the pregnancy", - "isExpanded": "true", - "questions": [ - { - "label": "How many times have you been pregnant, including current pregnancy (Gravida)?", - "type": "obs", - "id": "gravida", - "questionOptions": { - "concept": "5624AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "usePreviousValueDisabled": "true", - "rendering": "number" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"antenatal_visit_type !== '164180AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "How many babies have you delivered before (Para)?", - "type": "obs", - "id": "para", - "questionOptions": { - "concept": "1053AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "usePreviousValueDisabled": "true", - "rendering": "number" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"antenatal_visit_type !== '164180AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Date of last normal menstrual period (LNMP)", - "type": "obs", - "id": "lmp", - "questionOptions": { - "concept": "1427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "usePreviousValueDisabled": "true", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"antenatal_visit_type !== '164180AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1900-01-01') || myValue >= today() || myValue > useFieldValue('visit_date')" - } - ] - } - ] - }, - { - "label": "Estimated date of delivery (EDD)", - "type": "obs", - "id": "edd", - "questionOptions": { - "concept": "5596AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date", - "calculate": { - "calculateExpression": "calcEDD('lmp')" - } - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"antenatal_visit_type !== '164180AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || isEmpty('lmp')" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "true" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue < useFieldValue('visit_date') || myValue = today()" - } - ] - } - ] - }, - { - "label": "Viral Load test done? ", - "type": "obs", - "id": "recent_viral_load", - "questionOptions": { - "concept": "163310AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"latest_hiv_test_result !== '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || hiv_test_result !== '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Viral load test date", - "type": "obs", - "id": "viral_load_test_date", - "questionOptions": { - "concept": "163281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"recent_viral_load !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Viral load results", - "type": "obs", - "id": "viral_load_results", - "questionOptions": { - "concept": "1305AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "159971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Results Pending" - }, - { - "concept": "1301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Target Detected" - }, - { - "concept": "1306AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not Detected" - }, - { - "concept": "1304AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sample Rejected" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"recent_viral_load !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Viral load (copies/ml)", - "type": "obs", - "id": "viral_load_copies", - "questionOptions": { - "concept": "856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "number" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"viral_load_results !== '1301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Partner HIV test done?", - "type": "obs", - "id": "partner_hiv_test_done", - "questionOptions": { - "concept": "161557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8", - "label": "Previously known positive" - }, - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"antenatal_visit_type !== '164180AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && antenatal_visit_type !== '54b96458-6585-4c4c-a5b1-b3ca7f1be351' && antenatal_visit_type !== '54b96458-6585-4c4c-a5b1-b3ca7f1be351' && latest_partner_hiv_test_status === '8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8'" - } - } - ] - }, - { - "label": "Latest Partner HIV Test Status", - "type": "obs", - "id": "latest_partner_hiv_test_status", - "questionOptions": { - "concept": "161557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "fixed-value", - "calculate": { - "calculateExpression": "resolve(api.getLatestObs(patient.id, '161557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', '2549af50-75c8-4aeb-87ca-4bb2cef6c69a'))?.valueCodeableConcept?.coding[0]?.code" - }, - "answers": [ - { - "concept": "8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8", - "label": "Previously known positive" - }, - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"true" - } - } - ] - }, - { - "label": "Partner's HIV test result ", - "type": "obs", - "id": "partner_hiv_test_result", - "questionOptions": { - "concept": "1436AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings":[ - { - "type":"CIEL", - "value":"138571" - }, - { - "type":"AMPATH", - "value":"1169" - }, - { - "type":"SNOMED CT", - "value":"165816005" - } - ] - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings":[ - { - "type":"CIEL", - "value":"664" - }, - { - "type":"AMPATH", - "value":"664" - }, - { - "type":"SNOMED CT", - "value":"260385009" - }, - { - "type":"PIH", - "value":"664" - } - ] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown", - "conceptMappings":[ - { - "type":"CIEL", - "value":"1067" - }, - { - "type":"AMPATH", - "value":"1067" - }, - { - "type":"SNOMED CT", - "value":"261665006" - }, - { - "type":"PIH", - "value":"1067" - } - ] - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"partner_hiv_test_done !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Date Partner's HIV test done", - "type": "obs", - "id": "partner_hiv_test_date", - "questionOptions": { - "concept": "90bd8fec-3ff1-11e9-b210-d663bd873d93", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"partner_hiv_test_done !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - } - ] - } - ] - }, - { - "label": "Next Appointment", - "sections": [ - { - "label": "Follow Up", - "isExpanded": "true", - "questions": [ - { - "label": "Next Visit Date", - "type": "obs", - "id": "next_visit_date", - "questionOptions": { - "concept": "5096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"true" - }, - { - "type":"js_expression", - "failsWhenExpression":"myValue < useFieldValue('visit_date')" - } - ] - } - ] - }, - { - "label": "Facility of next appointment", - "type": "obs", - "id": "transfer_out", - "questionOptions": { - "concept": "efc87cd5-2fd8-411c-ba52-b0d858f541e7", - "rendering": "radio", - "answers": [ - { - "concept": "163266AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "This facility" - }, - { - "concept": "52f7fc03-611b-4b62-8498-37beb2fa99ed", - "label": "In Transit" - }, - { - "concept": "160036AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Transfer out" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"false" - } - } - ] - }, - { - "label": "Transfer to", - "type": "obs", - "id": "transfer-out-to", - "questionOptions": { - "concept": "159495AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "encounter-location", - "locationTag": "8d4626ca-7abd-42ad-be48-56767bbcf272" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"transfer_out !== '160036AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - } - ] - } - ] - } - ], - "availableIntents":[ - { - "intent":"*", - "display":"Antenatal Form" - } - ], - "processor":"EncounterFormProcessor", - "uuid":"12de5bc5-352e-4faf-9961-a2125085a75c", - "referencedForms":[], - "encounterType":"2549af50-75c8-4aeb-87ca-4bb2cef6c69a", - "postSubmissionActions": ["PTrackerSubmissionAction", "ArtSubmissionAction"], - "allowUnspecifiedAll":true, - "formOptions": { - "usePreviousValueDisabled": "true" - } -} diff --git a/distro/configuration/ampathforms/pmtct_infant_postnatal_v1.0.json b/distro/configuration/ampathforms/pmtct_infant_postnatal_v1.0.json deleted file mode 100644 index 4cae806fb..000000000 --- a/distro/configuration/ampathforms/pmtct_infant_postnatal_v1.0.json +++ /dev/null @@ -1,902 +0,0 @@ -{ - "name": "Infant - Postanal Form", - "version": "1", - "published": true, - "retired": false, - "encounter": "Infant Postnatal", - "pages": [ - { - "label": "Infant - Postnatal", - "sections": [ - { - "label": "Infant Exposure", - "isExpanded": "true", - "questions": [ - { - "label": "Visit Date", - "type": "obs", - "id": "visit_date", - "questionOptions": { - "concept": "159599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue >= today()", - "message": "Next visit date cannot be less than current visit date" - } - ] - } - ] - }, - { - "label": "PTracker ID", - "type": "obs", - "id": "ptracker_id", - "questionOptions": { - "concept": "6c45421e-2566-47cb-bbb3-07586fffbfe2", - "rendering": "text" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"true" - } - } - ] - }, - { - "label": "Infant Exposure Status", - "type": "obs", - "id": "infant_hiv_exposure_status", - "questionOptions": { - "concept": "6027869c-5d7e-4a82-b22f-6d9c57d61a4d", - "rendering": "radio", - "answers": [ - { - "concept": "54431b42-dae4-4d19-9034-44ba7489a334", - "label": "Currently Exposed" - }, - { - "concept": "8c64a106-3db1-4a78-af11-df6f5a054945", - "label": "Currently Unexposed" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[ - - ] - } - ] - }, - - { - "label": "Infant Prophylaxis Status", - "type": "obs", - "id": "infant_prophylaxis_status", - "questionOptions": { - "concept": "1148AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "e2ae63f3-e4c9-4822-bf18-c894928556c8", - "label": "Never received ARV prophylaxis" - }, - { - "concept": "857c5868-bdcd-4f5c-aadd-8b0fa7de8481", - "label": "Received ARV prophylaxis" - }, - { - "concept": "8eb8dee6-5342-4529-ad2f-4fc5a66becd9", - "label": "Stopped ARV prophylaxis according to guideline" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infant_hiv_exposure_status !== '54431b42-dae4-4d19-9034-44ba7489a334'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Infant Prophylaxis Adherence", - "type": "obs", - "id": "infant_prophylaxis_adherence", - "questionOptions": { - "concept": "1658AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Good" - }, - { - "concept": "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Fair" - }, - { - "concept": "159407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Poor" - }, - { - "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Starting prophylaxis on this visit" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infant_hiv_exposure_status !== '54431b42-dae4-4d19-9034-44ba7489a334' || infant_prophylaxis_status !== '857c5868-bdcd-4f5c-aadd-8b0fa7de8481'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "CTX Status", - "type": "obs", - "id": "infant_ctx_status", - "questionOptions": { - "concept": "f3de6eb3-5d4a-43ca-8648-74649271238c", - "rendering": "radio", - "answers": [ - { - "concept": "a1cab110-9652-4891-90e2-c01a5dbca453", - "label": "Never received CTX prophylaxis" - }, - { - "concept": "f3a26c7d-a612-4b71-bd30-a359cae817bc", - "label": "Received CTX prophylaxis" - }, - { - "concept": "3cc14c25-3117-4541-8f8e-705943087385", - "label": "Stopped CTX prophylaxis" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infant_hiv_exposure_status !== '54431b42-dae4-4d19-9034-44ba7489a334'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "CTX Adherence", - "type": "obs", - "id": "infant_ctx_adherence", - "questionOptions": { - "concept": "161652AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Good" - }, - { - "concept": "159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Fair" - }, - { - "concept": "159407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Poor" - }, - { - "concept": "1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Starting prophylaxis on this visit" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infant_ctx_status !== 'f3a26c7d-a612-4b71-bd30-a359cae817bc'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "HIV Test Done", - "type": "obs", - "id": "infant_hiv_test", - "questionOptions": { - "concept": "164401AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "6f041992-f0fd-4ec7-b7b6-c06b0f60bf3f", - "label": "Tested for HIV during this visit" - }, - { - "concept": "d18fa331-f158-47d0-b344-cf147c7125a4", - "label": "Not tested for HIV during this visit" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Test Type", - "type": "obs", - "id": "infant_test_type", - "questionOptions": { - "concept": "ee8c0292-47f8-4c01-8b60-8ba13a560e1a", - "rendering": "radio", - "answers": [ - { - "concept": "1042AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Rapid Test" - }, - { - "concept": "844AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "DNA PCR" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infant_hiv_test !== '6f041992-f0fd-4ec7-b7b6-c06b0f60bf3f'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "DNA PCR Test Results", - "type": "obs", - "id": "dnapcr_test_result", - "questionOptions": { - "concept": "164461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "159971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Results Pending" - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infant_test_type !== '844AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Rapid Test Results", - "type": "obs", - "id": "rapid_test_result", - "questionOptions": { - "concept": "164860AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infant_test_type !== '1042AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Confirmatory Test Done", - "type": "obs", - "id": "confirmatory_test_done", - "questionOptions": { - "concept": "8c2b3506-5b77-4916-a5c8-677a37a65007", - "rendering": "radio", - "answers": [ - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"rapid_test_result !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && dnapcr_test_result !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Final Test Results", - "type": "obs", - "id": "final_test_result", - "questionOptions": { - "concept": "164460AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "159971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Results Pending" - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"confirmatory_test_done !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Link To ART", - "type": "obs", - "id": "link_to_art", - "questionOptions": { - "concept": "a40d8bc4-56b8-4f28-a1dd-412da5cf20ed", - "rendering": "radio", - "answers": [ - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"confirmatory_test_done !== '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || rapid_test_result !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && dnapcr_test_result !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Infant ART Link", - "type": "obs", - "id": "infant_art_link", - "questionOptions": { - "concept": "a40d8bc4-56b8-4f28-a1dd-412da5cf20ed", - "rendering": "radio", - "answers": [ - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"final_test_result !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || rapid_test_result !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && dnapcr_test_result !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Breastfeeding Type", - "type": "obs", - "id": "breastfeeding", - "questionOptions": { - "concept": "1151AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "5526AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Exclusive Breastfeeding" - }, - { - "concept": "159854AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Complementary Feeding" - }, - { - "concept": "6046AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Mixed Feeding" - }, - { - "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Other" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Other BreastFeeding Method", - "type": "obs", - "id": "other_feeding_method", - "questionOptions": { - "concept": "163719AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "textarea" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"breastfeeding !== '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Infant Outcome Status", - "type": "obs", - "id": "infant_transfer_status", - "questionOptions": { - "concept": "160433AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "161636AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Still in Care" - }, - { - "concept": "5240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Lost to Follow Up" - }, - { - "concept": "160432AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Dead" - }, - { - "concept": "164861AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Confirmed HIV negative infant (discharged from PMTCT)" - }, - { - "concept": "159492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Transferred Out" - }, - { - "concept": "160563AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Transfer In to ART Clinic" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infant_hiv_exposure_status !== '54431b42-dae4-4d19-9034-44ba7489a334'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Transfer to ART clinic", - "type": "obs", - "id": "transfer_in_from", - "questionOptions": { - "concept": "160535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "encounter-location", - "locationTag": "8d4626ca-7abd-42ad-be48-56767bbcf272" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"infant_transfer_status !== '160563AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Transfer In Date", - "type": "obs", - "id": "transfer_in_date", - "questionOptions": { - "concept": "160534AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"infant_transfer_status !== '160563AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Transfer Out to", - "type": "obs", - "id": "transfer_out_to", - "questionOptions": { - "concept": "159495AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "encounter-location", - "locationTag": "8d4626ca-7abd-42ad-be48-56767bbcf272" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"infant_transfer_status !== '159492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label": "Transfer Out Date", - "type": "obs", - "id": "transfer_out_date", - "questionOptions": { - "concept": "160649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"infant_transfer_status !== '159492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"false" - } - ] - } - ] - }, - { - "label": "Date of Event", - "type": "obs", - "id": "date_of_event", - "questionOptions": { - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"infant_transfer_status !== '5240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"false" - } - ] - } - ] - }, - { - "label": "Date Confirmed HIV Negative", - "type": "obs", - "id": "date_confirmed_hiv_negative", - "questionOptions": { - "concept": "160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"infant_transfer_status !== '164861AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"false" - } - ] - } - ] - }, - { - "label": "Infant Death Date", - "type": "obs", - "id": "infant_death_date", - "questionOptions": { - "concept": "1543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"infant_transfer_status !== '160432AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"false" - } - ] - } - ] - }, - { - "label": "Next Visit Date", - "type": "obs", - "id": "next_visit_date", - "questionOptions": { - "concept": "5096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"infant_transfer_status !== '161636AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - { - "type": "js_expression", - "failsWhenExpression": "myValue <= useFieldValue('visit_date')" - } - ] - } - ] - } - ] - } - ] - } - ], - "availableIntents": [ - { - "intent": "*", - "display": "Infant - Postnatal Form" - } - ], - "processor": "EncounterFormProcessor", - "uuid": "5022c5d7-ea45-47ce-bd65-1ba1d8ad2467", - "referencedForms": [], - "encounterType": "af1f1b24-d2e8-4282-b308-0bf79b365584", - "allowUnspecifiedAll": true, - "formOptions": { - "usePreviousValueDisabled": "true" - } - } diff --git a/distro/configuration/ampathforms/pmtct_labour_and_delivery_v1.0.json b/distro/configuration/ampathforms/pmtct_labour_and_delivery_v1.0.json deleted file mode 100644 index b1ba1753c..000000000 --- a/distro/configuration/ampathforms/pmtct_labour_and_delivery_v1.0.json +++ /dev/null @@ -1,1248 +0,0 @@ -{ - "name": "Labour & Delivery Form", - "version": "1", - "published": true, - "retired": false, - "encounter": "Labor and Delivery", - "pages": [ - { - "label": "Mother Details", - "sections": [ - { - "label": "Delivery Information", - "isExpanded": "true", - "questions": [ - { - "label": "Visit Date", - "type": "obs", - "id": "visit_date", - "questionOptions": { - "concept": "163260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue > today()" - } - ] - } - ] - }, - { - "label": "Was this client booked (Does Client have a pink book?) at ANC? ", - "type": "obs", - "id": "client_booked", - "questionOptions": { - "concept": "1719AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required": "false", - "hide":{ - "hideWhenExpression":"false" - } - } - ] - }, - { - "label": "PTracker ID", - "type": "obs", - "id": "MotherPtracker_id", - "questionOptions": { - "concept": "6c45421e-2566-47cb-bbb3-07586fffbfe2", - "rendering": "text", - "usePreviousValueDisabled": "true", - "calculate": { - "calculateExpression": "client_booked == '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? myValue = useFieldValue('latest_anc_ptracker_number'): ''" - } - }, - "readonlyExpression": "client_booked == '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'", - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[ - { - "type":"js_expression", - "warnsWhenExpression":"myValue == useFieldValue('latest_ptracker_number')", - "message": "Another L&D form exists for the same PTracker number. Do you still want to go ahead and create another form?" - }, - { - "type": "js_expression", - "failsWhenExpression": "!/^[0-9]{5}[A-S]{1}[0-9]{6,8}$$/.test(myValue)", - "message": "Invalid Ptracker number" - } - ] - } - ] - }, - { - "label": "Latest Ptracker number", - "type": "obs", - "id": "latest_ptracker_number", - "questionOptions": { - "concept": "", - "rendering": "fixed-value", - "calculate": { - "calculateExpression": "resolve(api.getLatestObs(patient.id, '6c45421e-2566-47cb-bbb3-07586fffbfe2', '2678423c-0523-4d76-b0da-18177b439eed')).valueString" - } - }, - "hide":{ - "hideWhenExpression":"true" - } - }, - { - "label": "Latest ANC Ptracker number", - "type": "obs", - "id": "latest_anc_ptracker_number", - "questionOptions": { - "concept": "", - "rendering": "fixed-value", - "calculate": { - "calculateExpression": "resolve(api.getLatestObs(patient.id, '6c45421e-2566-47cb-bbb3-07586fffbfe2', '2549af50-75c8-4aeb-87ca-4bb2cef6c69a')).valueString" - } - }, - "hide":{ - "hideWhenExpression":"true" - } - } - ] - }, - { - "label": "HIV Status At Delivery", - "isExpanded": "true", - "questions": [ - { - "label": "ANC HIV test status", - "type": "obs", - "id": "anc_hiv_test_status", - "questionOptions": { - "concept": "c5f74c86-62cd-4d22-9260-4238f1e45fe0", - "rendering": "radio", - "calculate": {"calculateExpression": "resolve(api.getLatestObs('2549af50-75c8-4aeb-87ca-4bb2cef6c69a', '164401AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'))"}, - "answers": [ - { - "concept": "8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8", - "label": "Previously known positive" - }, - { - "concept": "703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings":[ - { - "type":"CIEL", - "value":"703" - }, - { - "type":"AMPATH", - "value":"703" - }, - { - "type":"SNOMED CT", - "value":"10828004" - }, - { - "type":"PIH", - "value":"703" - } - ] - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - - "conceptMappings":[ - { - "type":"CIEL", - "value":"664" - }, - { - "type":"AMPATH", - "value":"664" - }, - { - "type":"SNOMED CT", - "value":"260385009" - }, - { - "type":"PIH", - "value":"664" - } - ] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown", - "conceptMappings":[ - { - "type":"CIEL", - "value":"1067" - }, - { - "type":"AMPATH", - "value":"1067" - }, - { - "type":"SNOMED CT", - "value":"261665006" - }, - { - "type":"PIH", - "value":"1067" - } - ] - }, - { - "concept": "1402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not Tested", - - "conceptMappings":[ - { - "type":"CIEL", - "value":"1402" - } - ] - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"anc_latest_hiv_test_result == '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "HIV Test Status at maternity/delivery", - "type": "obs", - "id": "hiv_test", - "questionOptions": { - "concept": "164401AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "6f041992-f0fd-4ec7-b7b6-c06b0f60bf3f", - "label": "Tested for HIV during this visit" - }, - { - "concept": "8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8", - "label": "Previously known positive" - }, - { - "concept": "d18fa331-f158-47d0-b344-cf147c7125a4", - "label": "Not tested for HIV during this visit" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"anc_hiv_test_status !== '664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && anc_hiv_test_status !== '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && anc_hiv_test_status !== '1402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && anc_hiv_test_status !== '54b96458-6585-4c4c-a5b1-b3ca7f1be351'" - } - } - ] - }, - { - "label": "HIV Test Result ", - "type": "obs", - "id": "hiv_test_result", - "questionOptions": { - "concept": "159427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings":[ - { - "type":"CIEL", - "value":"664" - }, - { - "type":"AMPATH", - "value":"664" - }, - { - "type":"SNOMED CT", - "value":"260385009" - }, - { - "type":"PIH", - "value":"664" - } - ] - }, - { - "concept": "138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings":[ - { - "type":"CIEL", - "value":"138571" - }, - { - "type":"AMPATH", - "value":"1169" - }, - { - "type":"SNOMED CT", - "value":"165816005" - } - ] - - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown", - "conceptMappings":[ - { - "type":"CIEL", - "value":"1067" - }, - { - "type":"AMPATH", - "value":"1067" - }, - { - "type":"SNOMED CT", - "value":"261665006" - }, - { - "type":"PIH", - "value":"1067" - } - ] - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"!includes('hiv_test', '6f041992-f0fd-4ec7-b7b6-c06b0f60bf3f')" - } - } - ] - }, - { - "label": "ANC Re-test HIV Status at 36 weeks of pregnancy ", - "type": "obs", - "id": "anc_retest_thirty_six_weeks", - "questionOptions": { - "concept": "159803AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative", - "conceptMappings":[ - { - "type":"CIEL", - "value":"664" - }, - { - "type":"AMPATH", - "value":"664" - }, - { - "type":"SNOMED CT", - "value":"260385009" - }, - { - "type":"PIH", - "value":"664" - } - ] - }, - { - "concept": "138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive", - "conceptMappings":[ - { - "type":"CIEL", - "value":"138571" - }, - { - "type":"AMPATH", - "value":"1169" - }, - { - "type":"SNOMED CT", - "value":"165816005" - } - ] - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown", - "conceptMappings":[ - { - "type":"CIEL", - "value":"1067" - }, - { - "type":"AMPATH", - "value":"1067" - }, - { - "type":"SNOMED CT", - "value":"261665006" - }, - { - "type":"PIH", - "value":"1067" - } - ] - }, - { - "concept": "d18fa331-f158-47d0-b344-cf147c7125a4", - "label": "Not tested for HIV during this visit" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"hiv_test !== 'd18fa331-f158-47d0-b344-cf147c7125a4'" - } - } - ] - }, - { - "label": "ANC Latest HIV test result ", - "type": "obs", - "id": "anc_latest_hiv_test_result", - "questionOptions": { - "concept": "159427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "fixed-field", - "calculate":{ - "calculateExpression":"resolve(api.getLatestObs(patient.id, '159427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', '2549af50-75c8-4aeb-87ca-4bb2cef6c69a'))?.valueCodeableConcept?.coding[0]?.code" - }, - "answers": [ - { - "concept": "138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"true" - } - } - ] - }, - { - "label": "ART initiation", - "type": "obs", - "id": "art_initiation", - "questionOptions": { - "concept": "6e62bf7e-2107-4d09-b485-6e60cbbb2d08", - "rendering": "radio", - "answers": [ - { - "concept": "160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Already on ART", - "conceptMappings":[ - { - "type":"CIEL", - "value":"160119" - }, - { - "type":"PIH Malawi", - "value":"7010" - }, - { - "type":"PIH", - "value":"1257" - } - ] - }, - { - "concept": "160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Started on ART during Labour and Delivery", - "conceptMappings":[ - { - "type":"CIEL", - "value":"160120" - }, - { - "type":"PIH", - "value":"1256" - } - ] - }, - { - "concept": "160018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Refused ART", - "conceptMappings":[ - { - "type":"CIEL", - "value":"160018" - } - ] - }, - { - "concept": "1754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not started due to stockout of ART", - "conceptMappings":[ - { - "type":"CIEL", - "value":"1754" - }, - { - "type":"AMPATH", - "value":"664" - }, - { - "type":"SNOMED CT", - "value":"182856006" - }, - { - "type":"SNOMED MVP", - "value":"17541000105004" - }, - { - "type":"PIH", - "value":"1761" - } - ] - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"anc_hiv_test_status !== '8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8' && anc_hiv_test_status !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && anc_retest_thirty_six_weeks !== '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && hiv_test !== '8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8' && hiv_test !== '6f041992-f0fd-4ec7-b7b6-c06b0f60bf3f' || hiv_test_result == '664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || hiv_test_result == '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || hiv_test_result == '54b96458-6585-4c4c-a5b1-b3ca7f1be351'" - } - } - ] - }, - { - "label": "ART Unique Number", - "type": "obs", - "id": "art_number", - "questionOptions": { - "concept": "164402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "number", - "max": "999999999999", - "min": "100000000000", - "calculate": { - "calculateExpression": "art_initiation == '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? myValue = latest_anc_art_number : ''" - } - - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"art_initiation !== '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && art_initiation !== '160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || anc_hiv_test_status !== '8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8' && anc_hiv_test_status !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "ART start date", - "type": "obs", - "id": "art_start_date", - "questionOptions": { - "concept": "159599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date", - "calculate": { - "calculateExpression": "art_initiation == '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' ? myValue = formatDate('latest_anc_art_start_date') : ''" - } - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"art_initiation !== '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && art_initiation !== '160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || anc_hiv_test_status !== '8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8' && anc_hiv_test_status !== '703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Reason for refusing ART initiation", - "type": "obs", - "id": "refused_art", - "questionOptions": { - "concept": "163322AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "textarea" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"art_initiation !== '160018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Viral Load test done? ", - "type": "obs", - "id": "recent_viral_load", - "questionOptions": { - "concept": "163310AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"hiv_test_result == '664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || hiv_test_result == '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || hiv_test_result == '54b96458-6585-4c4c-a5b1-b3ca7f1be351' || art_initiation == '160018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || art_initiation == '1754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || art_initiation == '54b96458-6585-4c4c-a5b1-b3ca7f1be351' && anc_latest_hiv_test_result !== '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Viral load test date", - "type": "obs", - "id": "viral_load_test_date", - "questionOptions": { - "concept": "163281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"recent_viral_load !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Viral load results", - "type": "obs", - "id": "viral_load_results", - "questionOptions": { - "concept": "1305AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "1301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Target Detected" - }, - { - "concept": "1306AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Not Detected" - }, - { - "concept": "1304AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Sample Rejected" - }, - { - "concept": "159971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Results pending" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"recent_viral_load !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Viral load (copies/ml)", - "type": "obs", - "id": "viral_load_copies", - "questionOptions": { - "concept": "856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "number" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"viral_load_results !== '1301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Latest ANC ART number", - "type": "obs", - "id": "latest_anc_art_number", - "questionOptions": { - "concept": "", - "rendering": "fixed-value", - "calculate": { - "calculateExpression": "resolve(api.getLatestObs(patient.id, '164402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', '2549af50-75c8-4aeb-87ca-4bb2cef6c69a'))?.valueQuantity?.value" - } - }, - "hide":{ - "hideWhenExpression":"true" - } - }, - { - "label": "Latest ANC ART start date", - "type": "obs", - "id": "latest_anc_art_start_date", - "questionOptions": { - "concept": "", - "rendering": "fixed-value", - "calculate": { - "calculateExpression": "resolve(api.getLatestObs(patient.id, '159599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', '2549af50-75c8-4aeb-87ca-4bb2cef6c69a'))?.valueDateTime" - } - }, - "hide":{ - "hideWhenExpression":"true" - } - } - - ] - }, - { - "label": "Mother And Infant Status", - "isExpanded": "true", - "questions": [ - { - "label": "Mother's status ", - "type": "obs", - "id": "mother_status", - "questionOptions": { - "concept": "1856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "161636AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Still in Care" - }, - { - "concept": "134612AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Mother Died (Maternal Death)" - }, - { - "concept": "159492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Transferred Out (Still Alive)" - }, - { - "concept": "1692AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Discharged (Still Alive)" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"false" - } - } - ] - }, - { - "label": "Discharge Date", - "type": "obs", - "id": "discharge_date", - "questionOptions": { - "concept": "1641AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"mother_status !== '1692AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Number of babies born from this pregnancy", - "type": "obs", - "id": "birth_count", - "questionOptions": { - "concept": "1568AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "number", - "max":"10", - "min":"1" - } - } - ] - } - ] - }, - { - "label": "Infant Details", - "sections": [ - { - "label": "Children Details", - "isExpanded": "true", - "questions": [ - { - "id": "childrenDetails", - "label": "Children Details", - "type": "obsGroup", - "questionOptions": { - "rendering": "repeating", - "concept": "1c70c490-cafa-4c95-9fdd-a30b62bb78b8", - "repeatOptions":{ - "limitExpression": "useFieldValue('birth_count')" - } - }, - "behaviours":[ - { - "intent":"*", - "required":"false", - "unspecified":"false", - "hide":{ - "hideWhenExpression":"" - }, - "validators":[] - } - ], - "questions": [ - { - "label": "Sex", - "type":"obs", - "questionOptions":{ - "rendering":"radio", - "concept":"1587AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers":[ - { - "concept":"1535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Female" - }, - { - "concept":"1534AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Male" - } - ] - }, - "id":"childSex", - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[] - } - ] - }, - { - "label": "Date of Birth", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "164802AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "" - }, - "id": "birthDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "false" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "!isDateEqualTo(myValue, useFieldValue('visit_date'))", - "message": "Child birth date should be the same as the visit date!" - } - ] - } - ] - }, - { - "label": "Infant Status at birth", - "type":"obs", - "questionOptions":{ - "rendering":"radio", - "concept":"159917AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers":[ - { - "concept":"151849AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Infant alive" - }, - { - "concept":"154223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Infant Died (Neonatal Death)" - }, - { - "concept":"125872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Still Birth" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "id":"infantStatus", - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[] - } - ] - }, - { - "label": "Infant Feeding at discharge", - "type":"obs", - "questionOptions":{ - "rendering":"radio", - "concept":"1151AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers":[ - { - "concept":"5526AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"EBF=Exclusive Breastfeeding" - }, - { - "concept":"1595AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"RF=Replacement feeding" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "id":"infantFeeding", - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infantStatus !== '151849AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && infantStatus !== '154223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[] - } - ] - }, - { - "label": "Type of still birth", - "type":"obs", - "questionOptions":{ - "rendering":"radio", - "concept":"125872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers":[ - { - "concept":"159916AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Fresh" - }, - { - "concept":"135436AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Macerated" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "id":"stillBirthType", - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infantStatus !== '125872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[] - } - ] - }, - { - "label": "Infant Received ARV", - "type":"obs", - "questionOptions":{ - "rendering":"radio", - "concept":"1148AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "answers":[ - { - "concept":"83a60fef-31c6-4937-907b-42ced15474e3", - "label":"NVP Prophylaxis daily up to 6 weeks" - }, - { - "concept":"99b29c50-fc67-11e8-8eb2-f2801f1b9fd1", - "label":"Infant received NVP + AZT prophylaxis up to 6 weeks" - }, - { - "concept":"127750AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Refused ARV Prophylaxis" - }, - { - "concept":"1754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Stock-out of ARV Prophylaxis" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "id":"receivedARV", - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infantStatus !== '151849AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && infantStatus !== '154223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[] - } - ] - }, - { - "label": "Reason for refusing infant ARV prophylaxis", - "type": "obs", - "id": "refused_prophylaxis", - "questionOptions": { - "concept": "163322AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "textarea" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"receivedARV !== '127750AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - } - } - ] - }, - { - "label": "Date of Death", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "1543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "weeksList": "" - }, - "id": "deathDate", - "behaviours": [ - { - "intent": "*", - "required": "true", - "unspecified": "true", - "hide": { - "hideWhenExpression": "infantStatus !== '154223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type": "date", - "allowFutureDates": "false" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue > today() || myValue <= '1/1/1950'" - } - ] - } - ] - }, - { - "label": "Infant PTracker ID", - "type": "obs", - "id": "infantPtrackerid", - "questionOptions": { - "concept": "164803AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "text", - "calculate": { - "calculateExpression": "!isEmpty('MotherPtracker_id') ? myValue = useFieldValue('MotherPtracker_id') : ''" - } - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"infantStatus === '125872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators": [ - { - "type": "js_expression", - "failsWhenExpression": "!/^[0-9]{5}[A-Z]{1}[0-9]{7,8}$$/.test(myValue)", - "message": "Invalid Ptracker number" - } - ] - } - ] - } - ] - } - ] - } - ] - } - ], - "availableIntents":[ - { - "intent":"*", - "display":"Labour & Delivery Form" - } - ], - "processor":"EncounterFormProcessor", - "uuid":"1e5614d6-5306-11e6-beb8-9e71128cae77", - "referencedForms":[], - "encounterType":"2678423c-0523-4d76-b0da-18177b439eed", - "postSubmissionActions": ["MotherToChildLinkageSubmissionAction", "ArtSubmissionAction"], - "allowUnspecifiedAll":true, - "formOptions": { - "usePreviousValueDisabled": "true" - } -} diff --git a/distro/configuration/ampathforms/pmtct_mother_postnatal_v1.0.json b/distro/configuration/ampathforms/pmtct_mother_postnatal_v1.0.json deleted file mode 100644 index dc93f0342..000000000 --- a/distro/configuration/ampathforms/pmtct_mother_postnatal_v1.0.json +++ /dev/null @@ -1,665 +0,0 @@ -{ - "name":"Mother - Postnatal Form", - "version": "1", - "published": true, - "retired": false, - "encounter": "Mother Postnatal", - "pages":[ - { - "label":"Visit Details", - "sections":[ - { - "label":"PTracker ID Capture", - "isExpanded":"true", - "questions":[ - { - "label": "Visit Date", - "type": "obs", - "id": "visit_date", - "questionOptions": { - "concept": "163260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators": [ - { - "type":"date", - "allowFutureDates":"false" - }, - { - "type":"js_expression", - "failsWhenExpression":"isDateBefore(myValue, '1980-01-01') || myValue >= today()" - } - ] - } - ] - }, - { - "label": "Was this client booked (Does Client have a pink book?) at ANC? ", - "type": "obs", - "id": "client_booked", - "questionOptions": { - "concept": "1719AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "radio", - "answers": [ - { - "concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Yes" - }, - { - "concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "No" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required": "false", - "hide":{ - "hideWhenExpression":"false" - } - } - ] - }, - { - "label": "PTracker ID", - "type": "obs", - "id": "PtrackerId", - "questionOptions": { - "concept": "6c45421e-2566-47cb-bbb3-07586fffbfe2", - "rendering": "text", - "usePreviousValueDisabled": "true", - "calculate": { - "calculateExpression": "client_booked == '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && !isEmpty('latest_anc_ptracker_number') ? useFieldValue('latest_anc_ptracker_number') : ''" - } - }, - "readonlyExpression": "client_booked == '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && !isEmpty('latest_anc_ptracker_number')", - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"false", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[ - { - "type": "js_expression", - "failsWhenExpression": "!/^[0-9]{5}[A-S]{1}[0-9]{6,8}$$/.test(myValue)", - "message": "Invalid Ptracker number" - } - - ] - } - ] - }, - { - "label": "Latest ANC Ptracker number", - "type": "obs", - "id": "latest_anc_ptracker_number", - "questionOptions": { - "concept": "", - "rendering": "fixed-value", - "calculate": { - "calculateExpression": "resolve(api.getLatestObs(patient.id, '6c45421e-2566-47cb-bbb3-07586fffbfe2', '2549af50-75c8-4aeb-87ca-4bb2cef6c69a')).valueString" - } - }, - "hide":{ - "hideWhenExpression":"true" - } - } - ] - } - ] - }, - { - "label": "HTS and ART", - "sections": [ - { - "label":"HIV Testing And ART Initiation", - "isExpanded":"true", - "questions":[ - { - "label": "ANC HIV test status ", - "type": "obs", - "id": "testStatusAtANC", - "questionOptions": { - "concept": "164401AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "fixed-value", - "calculate": { - "calculateExpression": "resolve(api.getLatestObs(patient.id, '164401AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', '2549af50-75c8-4aeb-87ca-4bb2cef6c69a'))?.valueCodeableConcept?.coding[0]?.code" - }, - "answers": [ - { - "concept": "6f041992-f0fd-4ec7-b7b6-c06b0f60bf3f", - "label": "Tested for HIV during this visit" - }, - { - "concept": "8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8", - "label": "Previously known positive" - }, - { - "concept": "d18fa331-f158-47d0-b344-cf147c7125a4", - "label": "Not tested for HIV during this visit" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"true" - } - } - ] - }, - { - "label": "ANC HIV test result ", - "type": "obs", - "id": "ancHivTestResult", - "questionOptions": { - "concept": "159427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "fixed-field", - "calculate":{ - "calculateExpression":"resolve(api.getLatestObs(patient.id, '159427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', '2549af50-75c8-4aeb-87ca-4bb2cef6c69a'))?.valueCodeableConcept?.coding[0]?.code" - }, - "answers": [ - { - "concept": "138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Positive" - }, - { - "concept": "664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Negative" - }, - { - "concept": "1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "Unknown" - }, - { - "concept": "54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label": "Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"true" - } - } - ] - }, - { - "label":"HIV Test Status", - "type":"obs", - "id":"hiv_test_status_pnc", - "questionOptions":{ - "concept":"164401AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"radio", - "answers":[ - { - "concept":"6f041992-f0fd-4ec7-b7b6-c06b0f60bf3f", - "label":"Tested for HIV during this visit" - }, - { - "concept":"d18fa331-f158-47d0-b344-cf147c7125a4", - "label":"Not tested for HIV during this visit" - }, - { - "concept":"8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8", - "label":"Previously known positive" - }, - { - "concept":"54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label":"Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"testStatusAtANC == '8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8' || ancHivTestResult == '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label":"HIV Test Result", - "type":"obs", - "id":"pnc_hiv_test_result", - "questionOptions":{ - "concept":"159427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"radio", - "answers":[ - { - "concept":"1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Unknown" - }, - { - "concept":"138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Positive" - }, - { - "concept":"664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Negative" - }, - { - "concept":"54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label":"Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"hiv_test_status_pnc !== '6f041992-f0fd-4ec7-b7b6-c06b0f60bf3f'" - }, - "validators":[] - } - ] - }, - { - "label":"ART Initiation", - "type":"obs", - "id":"pnc_art_initiation", - "questionOptions":{ - "concept":"6e62bf7e-2107-4d09-b485-6e60cbbb2d08", - "rendering":"radio", - "answers":[ - { - "concept":"160018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Refused ART" - }, - { - "concept":"160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Started on ART in PNC" - }, - { - "concept":"1754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Not started due to stockout of ART" - }, - { - "concept":"160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Already on ART" - }, - { - "concept":"54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label":"Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"hiv_test_status_pnc !== '8b8951a8-e8d6-40ca-ad70-89e8f8f71fa8' && pnc_hiv_test_result !== '138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - ] - } - ] - }, - { - "label":"ART Unique Number", - "type":"obs", - "id":"art_number", - "questionOptions":{ - "concept":"164402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"number" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"pnc_art_initiation !== '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && pnc_art_initiation !== '160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label":"Reason why client has refused ART", - "type":"obs", - "id":"reason-for-refusing-art", - "questionOptions":{ - "concept":"163322AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"textarea", - "rows":"" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"pnc_art_initiation !== '160018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[] - } - ] - }, - { - "label":"ART Start Date", - "type":"obs", - "id":"art_start_date", - "questionOptions":{ - "concept":"159599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"pnc_art_initiation !== '160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && pnc_art_initiation !== '160120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label":"Has the patient had a recent viral load test?", - "type":"obs", - "id":"pnc_recent_viral_load", - "questionOptions":{ - "concept":"163310AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"radio", - "answers":[ - { - "concept":"1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Yes" - }, - { - "concept":"1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"No" - }, - { - "concept":"54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label":"Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"hiv_test_status_pnc == 'd18fa331-f158-47d0-b344-cf147c7125a4' || hiv_test_status_pnc == '54b96458-6585-4c4c-a5b1-b3ca7f1be351' || pnc_hiv_test_result == '1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || pnc_hiv_test_result == '664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || pnc_hiv_test_result == '54b96458-6585-4c4c-a5b1-b3ca7f1be351' || pnc_art_initiation == '160018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || pnc_art_initiation == '1754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || pnc_art_initiation == '54b96458-6585-4c4c-a5b1-b3ca7f1be351'" - }, - "validators":[ - - ] - } - ] - }, - { - "label":"Viral Load Test Date", - "type":"obs", - "id":"viral_load_test_date", - "questionOptions":{ - "concept":"163281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"!includes('pnc_recent_viral_load','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators":[ - - ] - } - ] - }, - { - "label":"Viral Load Results", - "type":"obs", - "id":"pnc_viral_load_results", - "questionOptions":{ - "concept":"1305AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"radio", - "answers":[ - { - "concept":"159971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Results pending" - }, - { - "concept":"1304AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Sample Rejected" - }, - { - "concept":"1301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Target Detected" - }, - { - "concept":"1306AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Not Detected" - }, - { - "concept":"54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label":"Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"!includes('pnc_recent_viral_load','1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators":[ - - ] - } - ] - }, - { - "label":"Viral Load Copies", - "type":"obs", - "id":"viral_load_copies", - "questionOptions":{ - "concept":"856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"number" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"!includes('pnc_viral_load_results','1301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')" - }, - "validators":[ - - ] - } - ] - } - ] - } - ] - }, - { - "label": "Next Appointment", - "sections": [ - { - "label":"Follow Up", - "isExpanded":"true", - "questions":[ - { - "label":"Next Vist Date", - "type":"obs", - "id":"next_visit_date", - "questionOptions":{ - "concept":"5096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[ - { - "type": "date", - "allowFutureDates": "true" - }, - { - "type": "js_expression", - "failsWhenExpression": "myValue <= useFieldValue('visit_date')", - "message": "Next visit date cannot be less than current visit date" - } - ] - } - ] - }, - { - "label":"Facility of next appointment", - "type":"obs", - "id":"pnc_transfer_out", - "questionOptions":{ - "concept":"efc87cd5-2fd8-411c-ba52-b0d858f541e7", - "rendering":"radio", - "answers":[ - { - "concept":"160036AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"Transfer out" - }, - { - "concept":"163266AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label":"This facility" - }, - { - "concept":"52f7fc03-611b-4b62-8498-37beb2fa99ed", - "label":"In Transit" - }, - { - "concept":"54b96458-6585-4c4c-a5b1-b3ca7f1be351", - "label":"Missing" - } - ] - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "hide":{ - "hideWhenExpression":"false" - }, - "validators":[ - - ] - } - ] - }, - { - "label":"Tranfer Out To", - "type":"obs", - "id":"transfer-out-to", - "questionOptions":{ - "concept":"159495AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "encounter-location", - "locationTag": "8d4626ca-7abd-42ad-be48-56767bbcf272" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"pnc_transfer_out !== '160036AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - - ] - } - ] - }, - { - "label":"Transfer Out Date", - "type":"obs", - "id":"transfer_out_date", - "questionOptions":{ - "concept":"160649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering":"date" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"pnc_transfer_out !== '160036AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" - }, - "validators":[ - { - "type": "date", - "allowFutureDates": "" - } - ] - } - ] - } - ] - } - ] - } - ], - "availableIntents":[ - { - "intent":"*", - "display":"Mother - Postnatal Form" - } - ], - "processor":"EncounterFormProcessor", - "uuid":"e6b67aa4-6c59-4470-8ad5-b994efeda553", - "referencedForms":[], - "encounterType":"269bcc7f-04f8-4ddc-883d-7a3a0d569aad", - "postSubmissionActions": ["ArtSubmissionAction"], - "allowUnspecifiedAll":true, - "formOptions": { - "usePreviousValueDisabled": "true" - } - } diff --git a/distro/configuration/ampathforms/soap_note_template.json b/distro/configuration/ampathforms/soap_note_template.json deleted file mode 100644 index 710ee17f2..000000000 --- a/distro/configuration/ampathforms/soap_note_template.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "name": "SOAP Note Template", - "description": "SOAP Note Form Template", - "version": "1", - "published": true, - "retired": false, - "encounter": "Visit Note", - "pages": [ - { - "label": "SOAP", - "sections": [ - { - "label": "SOAP Note", - "isExpanded": "true", - "questions": [ - { - "label": "Subjective Findings", - "type": "obs", - "required": false, - "id": "SOAPSubjectiveFindings", - "questionOptions": { - "rendering": "textarea", - "concept": "81a60a0dbc0c478caa714d372ac533d5", - "conceptMappings": [], - "answers": [] - } - }, - { - "label": "Objective Findings", - "type": "obs", - "required": false, - "id": "SOAPObjectiveFindings", - "questionOptions": { - "rendering": "textarea", - "concept": "aeec913c-9a36-4153-9a44-12bc255d7f60", - "conceptMappings": [], - "answers": [] - } - }, - { - "label": "Assessment", - "type": "obs", - "required": false, - "id": "SOAPAssessment", - "questionOptions": { - "rendering": "textarea", - "concept": "13f82aece2cd4e3bbb950140e6cbffce", - "conceptMappings": [], - "answers": [] - } - }, - { - "label": "Plan", - "type": "obs", - "required": false, - "id": "SOAPPlan", - "questionOptions": { - "rendering": "textarea", - "concept": "2ad20b043cf54dd48e698e1c8e231c99", - "conceptMappings": [], - "answers": [] - } - } - ] - } - ] - } - ], - "processor": "EncounterFormProcessor", - "encounterType": "", - "referencedForms": [], - "uuid": "" -} - diff --git a/distro/configuration/ampathforms/surgery-core_demo.json b/distro/configuration/ampathforms/surgery-core_demo.json deleted file mode 100644 index ed1560200..000000000 --- a/distro/configuration/ampathforms/surgery-core_demo.json +++ /dev/null @@ -1,197 +0,0 @@ -{ - "name": "Surgical Operation", - "description": "Surgery Form", - "version": "1", - "published": true, - "retired": false, - "encounter": "Consultation", - "pages": [ - { - "label": "Surgical Operation", - "sections": [ - { - "label": "Surgical progress", - "isExpanded": "true", - "questions": [ - { - "label": "Pre-Operative Diagnosis", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "a957ff9c-80f1-4f31-8937-3bef0cfb8c0e", - "rows": "2" - }, - "id": "Pre-Operative_Diagnosis" - }, - { - "label": "Post-Operative Diagnosis", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "f348e4b5-4124-4169-966a-2dff2a944566", - "rows": "2" - }, - "id": "Post-Operative_Diagnosis" - }, - { - "label": "Procedure", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "27fe6714-0bc6-4435-adb0-818538abe42c", - "rows": "2" - }, - "id": "Procedure" - }, - { - "label": "Assistants", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "acda413c-56cc-48ab-825d-af58cb947f15", - "rows": "2" - }, - "id": "Assistants" - }, - { - "label": "Anesthesia Type", - "type": "obs", - "questionOptions": { - "rendering": "radio", - "concept": "3017f680-5c3c-4f7b-94e1-6afda9e07eaf", - "answers": [ - { - "concept": "3ca389b4-6b9d-487c-bdd9-73d2cfeeab0c", - "label": "General", - "conceptMappings": [] - }, - { - "concept": "5392d074-eed3-4f88-a8e9-5bae333e7589", - "label": "Monitored Anesthesia Care", - "conceptMappings": [] - }, - { - "concept": "84ba7929-3714-4023-843a-2b1814563207", - "label": "Knee Block", - "conceptMappings": [] - }, - { - "concept": "7dd25939-b4e5-4657-8c69-ac4993f183b5", - "label": "Axillary Block", - "conceptMappings": [] - }, - { - "concept": "0f087406-b092-419c-a9ae-bd32c9e29a43", - "label": "Interscalene Block", - "conceptMappings": [] - }, - { - "concept": "20fafddb-bfd4-421e-acfb-639454741e94", - "label": "Intravenous Block", - "conceptMappings": [] - }, - { - "concept": "3dbb2d82-ee96-43a5-a905-0401c2d8b1a9", - "label": "Local Anesthesia and Sedation", - "conceptMappings": [] - }, - { - "concept": "ea6ac7de-d7cf-4105-aadb-b1e489536a7e", - "label": "Local Anesthesia", - "conceptMappings": [] - } - ] - }, - "id": "Anesthesia_Type" - }, - { - "label": "Estimated Blood Loss (mls)", - "type": "obs", - "questionOptions": { - "rendering": "number", - "concept": "b5ab7bc0-bffb-4dc8-b832-2e1713f06944", - "max": "", - "min": "", - "showDate": "false" - }, - "id": "Estimated_Blood_Loss" - }, - { - "label": "Complications", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "64fe56e6-5b52-4cdb-adc2-b6d50bfdee63", - "rows": "5" - }, - "id": "Complications" - }, - { - "label": "Specimens", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "08f1f638-b3c7-4040-8ae9-c95a5df59755", - "rows": "2" - }, - "id": "Specimens" - }, - { - "label": "Drains", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "59185273-c5b8-4e73-8ba2-c68710f6c507", - "rows": "3" - }, - "id": "Drains" - }, - { - "label": "Condition upon discharge from OR", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "a1da87f9-c4af-4598-accd-489268a2d325", - "rows": "3" - }, - "id": "Condition_upon_discharge_from_OR" - }, - { - "label": "Surgeon(s)", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "0b21ca75-2fab-4c34-bf4c-f66ae2415829", - "rows": "3" - }, - "id": "Surgeon" - }, - { - "label": "Time of Procedure", - "type": "obs", - "questionOptions": { - "rendering": "date", - "concept": "0934658e-fee3-44e3-a8f2-292dc3587f54", - "weeksList": "" - }, - "id": "Time_of_Procedure" - }, - { - "label": "Post-Operative Instructions", - "type": "obs", - "questionOptions": { - "rendering": "textarea", - "concept": "2554a66d-46fe-4f5f-813a-2b491716bddf", - "rows": "5" - }, - "id": "Post-Operative_Instructions" - } - ] - } - ] - } - ], - "processor": "EncounterFormProcessor", - "uuid": "xxxx", - "referencedForms": [] -} diff --git a/distro/configuration/ampathforms/test_form-core-demo.json b/distro/configuration/ampathforms/test_form-core-demo.json deleted file mode 100644 index 3febf32ad..000000000 --- a/distro/configuration/ampathforms/test_form-core-demo.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name" : "Test Form 1", - "description" : "Test Form 1 Description", - "version" : "1", - "published" : true, - "retired" : false, - "encounter" : "Consultation", - "pages" : [ - { - "label" : "Page 1", - "sections" : [ - { - "label" : "Section 1", - "isExpanded" : "true", - "questions" : [ - { - "label" : "Height", - "type" : "obs", - "questionOptions" : { - "rendering" : "number", - "concept" : "5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "max" : "", - "min" : "", - "showDate" : "", - "conceptMappings" : [ - { - "type" : "CIEL", - "value" : "5090" - }, - { - "type" : "AMPATH", - "value" : "5090" - }, - { - "type" : "PIH", - "value" : "5090" - } - ] - }, - "id" : "Ht" - } - ] - } - ] - } - ], - "processor" : "EncounterFormProcessor", - "referencedForms" : [ ] -} diff --git a/distro/configuration/ampathforms/ui_select_extended_test_v1.0.json b/distro/configuration/ampathforms/ui_select_extended_test_v1.0.json deleted file mode 100644 index 986231733..000000000 --- a/distro/configuration/ampathforms/ui_select_extended_test_v1.0.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "name": "UI-Select-Extended Test", - "version": "1.0", - "published": true, - "retired": false, - "encounter": "UI select extended test", - "pages": [ - { - "label": "Page 1", - "sections": [ - { - "label": "Section 1", - "isExpanded": "true", - "questions": [ - { - "label": "Test Text", - "type": "obs", - "required": false, - "id": "test_text", - "questionOptions": { - "rendering": "text", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "161011" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Provider", - "type": "obs", - "id": "encounter_provider", - "questionOptions": { - "concept": "5619AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "ui-select-extended", - "datasource": "encounter-provider" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"false" - } - } - ] - }, - { - "label": "Concept", - "type": "obs", - "id": "concept_picker", - "questionOptions": { - "concept": "5624AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "rendering": "ui-select-extended", - "datasource": "concept-ds", - "isSearchable": "true" - }, - "behaviours":[ - { - "intent":"*", - "required":"true", - "unspecified":"true", - "hide":{ - "hideWhenExpression":"false" - } - } - ] - }, - { - "label": "Test Text 2", - "type": "obs", - "required": false, - "id": "test_text2", - "questionOptions": { - "rendering": "text", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "161011" - } - ], - "answers": [] - }, - "validators": [] - }, - { - "label": "Test Text 3", - "type": "obs", - "required": false, - "id": "test_text3", - "questionOptions": { - "rendering": "text", - "concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "conceptMappings": [ - { - "relationship": "SAME-AS", - "type": "CIEL", - "value": "161011" - } - ], - "answers": [] - }, - "validators": [] - } - ] - } - ] - } - ], - "processor": "EncounterFormProcessor", - "encounterType": "111c2104-991d-4b58-a30e-ce84bb275534", - "referencedForms": [], - "uuid": "4ba0e45a-a614-4b90-9b77-2b7ee26380bb", - "description": "Test" - } \ No newline at end of file diff --git a/distro/configuration/ampathformstranslations/Test Form 1_translations_fr.json b/distro/configuration/ampathformstranslations/Test Form 1_translations_fr.json deleted file mode 100644 index f74b034d7..000000000 --- a/distro/configuration/ampathformstranslations/Test Form 1_translations_fr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "uuid": "6381a458-9504-418a-b3fe-2e023e6d2550", - "form": "Test Form 1", - "description": "French Translations for 'Test Form 1'", - "language": "fr", - "translations": { - "Page 1": "Première page", - "Section 1": "Première section", - "Height": "Taille" - } -} diff --git a/distro/configuration/appointmentservicedefinitions/service_definitions-core_demo.csv b/distro/configuration/appointmentservicedefinitions/service_definitions-core_demo.csv deleted file mode 100644 index da9ca7f41..000000000 --- a/distro/configuration/appointmentservicedefinitions/service_definitions-core_demo.csv +++ /dev/null @@ -1,4 +0,0 @@ -Uuid,Void/Retire,Name,Description,Duration,Start Time,End Time,Max Load,Speciality,Location,Label Colour -7ba3aa21-cc56-47ca-bb4d-a60549f666c0,,General Medicine service,,,,,,9f2a8cd0-32c6-4844-8df7-1ac9c4d79943,,#feecae -1ef43565-9c96-4f58-bfd2-c864c7cedac1,,Outpatient Department,,,,,,9f2a8cd0-32c6-4844-8df7-1ac9c4d79943,,#defbe6 -4ec5c4fe-cfe0-48ff-9e4d-2f201078feae,,Rehabilitation service,,,,,,9f2a8cd0-32c6-4844-8df7-1ac9c4d79943,,#9ef0f0 diff --git a/distro/configuration/appointmentservicetypes/service_types-core_demo.csv b/distro/configuration/appointmentservicetypes/service_types-core_demo.csv deleted file mode 100644 index 9cfd08b1f..000000000 --- a/distro/configuration/appointmentservicetypes/service_types-core_demo.csv +++ /dev/null @@ -1,2 +0,0 @@ -Void/Retire,UUID,Name,Service definition,Duration,_order:1000 -,fbec4378-2d0d-4509-a56e-be0a53700709,Short follow-up,General Medicine service,10, diff --git a/distro/configuration/appointmentspecialities/specialities.csv b/distro/configuration/appointmentspecialities/specialities.csv deleted file mode 100644 index e724916a8..000000000 --- a/distro/configuration/appointmentspecialities/specialities.csv +++ /dev/null @@ -1,3 +0,0 @@ -Uuid,Void/Retire,Name -9f2a8cd0-32c6-4844-8df7-1ac9c4d79943,,General -14106bb7-dad6-4446-809d-737f4c128ae3,,Pediatrics diff --git a/distro/configuration/attributetypes/attribute_types.csv b/distro/configuration/attributetypes/attribute_types.csv deleted file mode 100644 index c62c19c62..000000000 --- a/distro/configuration/attributetypes/attribute_types.csv +++ /dev/null @@ -1,3 +0,0 @@ -Uuid,Void/Retire,Entity name,Name,Description,Min occurs,Max occurs,Datatype classname,Datatype config,Preferred handler classname,Handler config,_order:1000 -57ea0cbb-064f-4d09-8cf4-e8228700491c,,Visit,Punctuality,,0,1,org.openmrs.customdatatype.datatype.ConceptDatatype,d81d4698-e78c-420d-aac5-cb1f606fb32e,,, -aac48226-d143-4274-80e0-264db4e368ee,,Visit,Insurance Policy Number,,0,1,org.openmrs.customdatatype.datatype.FloatDatatype,,,, diff --git a/distro/configuration/autogenerationoptions/autogenerationoptions.csv b/distro/configuration/autogenerationoptions/autogenerationoptions.csv deleted file mode 100644 index 58b3303f9..000000000 --- a/distro/configuration/autogenerationoptions/autogenerationoptions.csv +++ /dev/null @@ -1,2 +0,0 @@ -Uuid,Identifier Type,Location,Identifier Source,Manual Entry Enabled,Auto Generation Enabled,_order:2000 -2be74f07-a4a0-4bfc-a943-8555d0074a74,OpenMRS ID,,8549f706-7e85-4c1d-9424-217d50a2988b,false,true, \ No newline at end of file diff --git a/distro/configuration/cohorttypes/cohorttypes.csv b/distro/configuration/cohorttypes/cohorttypes.csv deleted file mode 100644 index 5a19b8c25..000000000 --- a/distro/configuration/cohorttypes/cohorttypes.csv +++ /dev/null @@ -1,3 +0,0 @@ -Uuid,Void/Retire,Name,Description,_order:1000 -eee9970e-7ca0-4e8c-a280-c33e9d5f6a04,,System List,A system-generated patient list, -e71857cb-33af-4f2c-86ab-7223bcfa37ad,,My List,A user-generated patient list, diff --git a/distro/configuration/conceptclasses/conceptclasses.csv b/distro/configuration/conceptclasses/conceptclasses.csv deleted file mode 100644 index f71ce26db..000000000 --- a/distro/configuration/conceptclasses/conceptclasses.csv +++ /dev/null @@ -1,12 +0,0 @@ -Uuid,Void/Retire,Name,Description -b4535251-9183-4175-959e-9ee67dc71e78,,Pharmacologic Drug Class,Class of medications based on pharmacologic properties as opposed to therapeutic properties -e30d8601-07f8-413a-9d11-cdfbb28196ec,,Units of Measure,For prescribing and dispensing -1edca11a-768a-102f-83f4-12313b04a615,,Workflow,Workflow class -1edca23c-768a-102f-83f4-12313b04a615,,State,Workflow state -1edca368-768a-102f-83f4-12313b04a615,,Program,Program concept -896d8b8c-603b-421f-959e-8d305cbeeb82,,Indicator,An indicator calculated from certain measures -89a98300-062e-4003-8f6f-764ea23ab648,,Organism,Class of living organisms -8caa332c-efe4-4025-8b18-3398328e1323,,Radiology/Imaging Procedure,A radiology or imaging test or procedure -de359f23-2bfc-4e8d-96d8-25b7526d6070,,Drug form,Medication form for prescribing -e2c52f55-c7b4-49f7-9f82-1ffa2fe6023f,,InteractSet,Set of drugs that interact with parent drug -0dcf23d4-3008-4d8e-b12c-4ec95d1cfd97,,Medical supply,Durable medical equipment and other supplies \ No newline at end of file diff --git a/distro/configuration/concepts/concepts.csv b/distro/configuration/concepts/concepts.csv deleted file mode 100644 index bc6c248fb..000000000 --- a/distro/configuration/concepts/concepts.csv +++ /dev/null @@ -1,1924 +0,0 @@ -uuid,Void/Retire,Fully specified name:en,Description:en,Data class,Data type,Answers,Members,Same as mappings,Short name:en,Fully specified name:es,Short name:es,Fully specified name:fr,Short name:fr,Fully specified name:ht,Short name:ht,Absolute high,Critical high,Normal high,Absolue low,Critical low,Normal low,Units,Display precision,Allow decimals,Complex data handler -cf82933b-3f3f-45e7-a5ab-5d31aaee3da3,,TRUE,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -488b58ff-64f5-4f8a-8979-fa79940b1594,,FALSE,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -163266AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Current health facility,A reference to the same facility the patient was seen in. A generic answer.,Misc,N/A,,,,,,,Clinic actuelle,,Klinik sa a,,,,,,,,,,, -160479AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Private health care clinic/facility,,Misc,N/A,,,SNOMED CT:394794000,,,,,,,,,,,,,,,,, -165091AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Long duration,Characterization of a time period involving an extended period of time.,Misc,N/A,,,SNOMED CT:260384008,,,,,,,,,,,,,,,,, -164352AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Relationship to patient,,Question,Coded,,,,,,,Lien avec le patient,,Lyen,,,,,,,,,,, -164164AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Surgical Outpatient Department,,Misc,N/A,,,SNOMED CT:405607001,SOPD,,,,,,,,,,,,,,,, -159937AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Maternal and child health program,The program which deals with the health issues of mother and children.,Misc,N/A,,,CIEL:159937,MCH program,,,Programme de santé maternelle et infantile,,Pwogram sante matènèl ak pitit,,,,,,,,,,, -165090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Recent,"A description of time frame, implying something occurring close to the present time.",Misc,N/A,,,SNOMED CT:6493001,,,,,,,,,,,,,,,,, -165197AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Province of residence,Name of province of residence.,Question,Text,,,,,,,Departement,,Depatman,,,,,,,,,,, -159799AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,cough lasting more than 2 weeks,Patient has had a cough lasting more than two weeks as positive screening question for Tuberculosis.,Symptom/Finding,N/A,,,PIH:2573;SNOMED-MVP:1597991000105004,,,,Toux durant plus de deux semaines,,tous ki dire plis pase 2 semèn,,,,,,,,,,, -162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Health facility name,Generic field to capture a health facility name,Question,Text,,,,,,,nom de l'établissement de santé,,Non etablisman Sante,,,,,,,,,,, -164400AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV test date,When was the HIV test performed?,Question,Date,,,,,,,,,,,,,,,,,,,, -160578AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Male who has sex with men,Risk factor for HIV,Finding,N/A,,,CIEL:160578,MSM,,,,,,,,,,,,,,,, -166103AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Last name,,Question,Text,,,PIH:2724;SNOMED CT:397678008,,,,,,,,,,,,,,,,, -161359AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Private home-based care,,Misc,N/A,,,CIEL:161359;SNOMED CT:66280005,,,,,,,,,,,,,,,,, -160541AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis treatment program,,Misc,N/A,,,CIEL:160541,TB Program,,,Programme de la tuberculose,,,,,,,,,,,,, -160542AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Outpatient department,,Misc,N/A,,,AMPATH:1965;CIEL:160542;PIH:1651;SNOMED CT:33022008,,,,Service de consultation externe,,Depatman ekstèn,,,,,,,,,,, -159938AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Home based HIV testing program,,Misc,N/A,,,,HCT program,,,Programme de dépistage du VIH à domicile,,Pwogram tès VIH sante kominote,,,,,,,,,,, -159939AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,mobile voluntary counseling and testing program,,Misc,Coded,,,,mobile VCT program,,,,,,,,,,,,,,,, -159635AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Contact phone number,Telephone number to contact person.,Question,Text,,,org.openmrs.module.mdrtb:TELEPHONE NUMBER;SNOMED CT:184103008,,,,Téléphone de la personne à contacter,,Telefòn moun pou kontakte,,,,,,,,,,, -166102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,First name,,Question,Text,,,PIH:2725;SNOMED CT:408677003,,,,,,,,,,,,,,,,, -165089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV-1 rapid recency assay,,Test,N/A,,,,,,,,,,,,,,,,,,,, -165915AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Country of residence, coded",,Finding,Coded,,,SNOMED CT:416647007,,,,,,,,,,,,,,,,, -160082AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV test result received date,When did the patient receive the HIV test result?,Misc,Date,,,,,,,,,,,,,,,,,,,, -159940AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Voluntary counseling and testing center,The office of the VCT program for HIV.,Misc,N/A,,,,VCT center,,,Conseil volontaires et le centre d'essai,,Sant konsèy volontè ak tès,,,,,,,,,,, -133027AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Night sweats,"Sleep hyperhidrosis, more commonly known as the night sweats, is the occurrence of excessive sweating (hyperhidrosis) during sleep. The sufferer may or may not also suffer from excessive perspiration while awake. Sleep hyperhidrosis may occur at any age, but is most commonly seen in early adulthood. -\nref: http://en.wikipedia.org/wiki/Night_sweats",Diagnosis,Boolean,,,3BT:10063085;AMPATH:6029;ICPC2:A09;IMO-ProblemIT:50760;PIH:6029;SNOMED CT:42984000,,sudoración nocturna,,Sueurs nocturnes,,Sue lannuit,,,,,,,,,,, -135704AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lives alone,,Diagnosis,N/A,,,ICD-10-WHO:Z60.2;IMO-ProblemIT:35329;SNOMED CT:105529008,,vive solo,,Vit seul,,Viv pou kont li,,,,,,,,,,, -138905AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hemoptysis,Bronchial hemorrhage manifested with spitting of blood.,Diagnosis,N/A,,,3BT:10040493;AMPATH:967;ICD-10-WHO:R04.2;ICPC2:R24;IMO-ProblemIT:27441;PIH:970;SNOMED CT:66857006,,hemoptisis,,Hémoptysie,,Emoptysis,,,,,,,,,,, -5489AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mental health services,none,Misc,N/A,,,AMPATH:5489;SNOMED CT:390808007,,,,,,,,,,,,,,,,, -5555AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Married,Wedded to another person.,Finding,N/A,,,AMPATH:5555;SNOMED CT:87915002,,,,Marié,,Marie,,,,,,,,,,, -5485AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inpatient care or hospitalization,none,Misc Order,N/A,,,AMPATH:5485;CIEL:5485;PIH:1429;SNOMED CT:394656005,,,,Patient hospitalisé,,Entène lopital,,,,,,,,,,, -5483AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Family planning services,none,Procedure,Boolean,,,AMPATH:5483;SNOMED CT:310031001,,,,Service de Planification familaile,,Sevis planin,,,,,,,,,,, -5576AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ARV for mother,ARVs given for PMTCT to mother during antenatal period. See concept 159595 for during labor and delivery.,Procedure,Boolean,,,AMPATH:5576;PIH:1446;SNOMED-MVP:55761000105009,,,,ARV pour les mères,,,,,,,,,,,,, -5486AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Social support services,none,Misc,Numeric,,,AMPATH:5486;SNOMED-MVP:54861000105000,,,,Services de soutien social,,SÈVIS SIPÒ SOSYAL,,,,,,,,,,0, -1459AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Diagnostic testing and counseling for HIV,Referral for diagnostic testing and counseling (DTC),Misc Order,Boolean,,,AMPATH:2177,DTC,,,Test de diagnostic et Conseil POUR VIH,,,,,,,,,,,,, -1710AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Informed consent,Documentation that someone has given informed consent,Question,Boolean,,,SNOMED CT:182771004,Informed consent,,,Consentement donné,,,,,,,,,,,,, -1370AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Voluntary counseling and testing for HIV,,Misc Order,Boolean,,,,VCT HIV,,,VCT pour VIH,,,,,,,,,,,,, -1494AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fever lasting more than three weeks,,Diagnosis,Boolean,,,,,,,Fièvre de plus de trois semaines,,,,,,,,,,,,, -1138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Indeterminate,"Descriptive term: not precisely defined, determinable, or established.",Misc,N/A,,,AMPATH:1138;CIEL:1138;SNOMED CT:82334004,,,,Indéterminé,,Endetemine,,,,,,,,,,, -1611AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Referral for opportunistic infection treatment,Referral to another institution for the purpose of evaluation or treatment of opportunistic infection (OI).,Misc Order,N/A,,,SNOMED-MVP:16111000105007,,,,Consultation pour traitement d'infection,,,,,,,,,,,,, -5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Other non-coded,"A generic, descriptive answer which is a handwritten, non-coded response to a question.",Misc,N/A,,,AMPATH:5622;CIEL:5622;org.openmrs.module.mdrtb:OTHER;PIH:5622;PIH-Malawi:6408;SNOMED-MVP:56221000105001,,,,,,,,,,,,,,,,, -1374AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dental care referral,,Misc Order,Boolean,,,SNOMED CT:103697008,Dental care,,,Référence traitement dentaire,,,,,,,,,,,,, -1275AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Health center hospital,"Low acuity, short stay ""hospitals"" that are related to each clinical site.",Misc,N/A,,,AMPATH:1275;CIEL:1275;SNOMED-MVP:12751000105006,,,,,,,,,,,,,,,,, -1167AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Disclosure counseling,,Misc,N/A,,,AMPATH:1167;SNOMED-MVP:11671000105001,,,,Assistance au devoilement,,Konsey sou devwalman,,,,,,,,,,, -1304AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Poor sample quality,,Misc,N/A,,,AMPATH:1304;CIEL:1304;SNOMED-MVP:13041000105002,Psq,,,Echantillon de pauvre qualité,,ECHANTIYON kalite Pòv,,,,,,,,,,, -1373AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ophthalmology referral,,Misc Order,Boolean,,,SNOMED CT:183543004,Eye care,,,Référence en ophtalmologie,,,,,,,,,,,,, -1371AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Prenatal care referral,,Misc Order,Boolean,,,SNOMED CT:183548008,Prenatal Care,,,Soins Prénatal,,swen pendan groses,,,,,,,,,,, -1056AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Separated,Answer which describes a type of civil status.,Misc,N/A,,,AMPATH:1056;SNOMED CT:13184001,,,,Séparé,,Separe,,,,,,,,,,, -1059AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Widowed,Answer which describes a type of civil status.,Misc,N/A,,,AMPATH:1059;SNOMED CT:33553000,,,,Veuf/veuve,,Vèf/vèv,,,,,,,,,,, -1354AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Village,Village is the name of the location of residence. May also be called a city.,Question,Text,,,AMPATH:5940;PIH:2710;SNOMED CT:433178008,Village,,,Commune,,Komin,,,,,,,,,,, -1492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,History of HIV test,In past 12 months,Question,Boolean,,,,,,,Historique du test de VIH,,,,,,,,,,,,, -1058AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Divorced,Answer which describes a type of civil status.,Misc,N/A,,,AMPATH:1058;SNOMED CT:20295000,,,,Divorce,,Divose,,,,,,,,,,, -1057AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Never married,Answer which describes a type of civil status.,Misc,N/A,,,AMPATH:1057;SNOMED CT:125725006,,,,Jamais marié(e) (célibataire),,Pa janm marie,,,,,,,,,,, -1372AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Postnatal care referral,,Misc Order,Boolean,,,SNOMED CT:183861004,Postnatal Care,,,Consultation soins prénataux,,,,,,,,,,,,, -1473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Name of health care provider,,Question,Text,,,CIEL:1473;PIH:1392,,,,Nom du prestataire de service,,Non founisè swen sante,,,,,,,,,,, -1060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Living with partner,Answer which describes a type of civil status.,Misc,N/A,,,AMPATH:1060;SNOMED CT:408821002,,,,Vit maritalement,,Viv ak patnè,,,,,,,,,,, -1054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Civil status,"More detailed description of the following encounter form question: ""Are you currently married or living with a partner?""",Question,Coded,Divorced;Lives alone;Living with partner;Married;Never married;Other non-coded;Separated;Widowed,,AMPATH:1054;PIH:3350;PIH-Malawi:1054;SNOMED CT:365581002,Civ_stat,,,État civil,,Eta sivil,,,,,,,,,,, -664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Negative,Response to a finding or test result.,Misc,N/A,,,AMPATH:664;AMPATH:665;CIEL:664;org.openmrs.module.mdrtb:NEGATIVE;PIH:664;SNOMED CT:260385009,,Negativo,,Négatif,,Négatif,,,,,,,,,,, -165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,General patient note,A general patient note,Question,Text,,,CIEL:165095,,,,,,,,,,,,,,,,, -5092AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Arterial blood oxygen saturation (pulse oximeter),"Oxygen saturation, as measured from a peripheral oximeter.",Test,Numeric,,,AMPATH:5092;CIEL:5092;SNOMED CT:431314004,SpO2,,,Saturation d'oxygène dans le sang,,,,100,,,,89,92,%,,0, -5085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Systolic blood pressure,A patient's systolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position),Finding,Numeric,,,AMPATH:5085;CIEL:5085;PIH:5085;SNOMED CT:271649006,SBP,,,Tension arterielle systolique,,,,250,180,140,,85,100,mmHg,,0, -5086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Diastolic blood pressure,A patient's diastolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position),Finding,Numeric,,,AMPATH:5086;CIEL:5086;LOINC:35094-2;PIH:5086;SNOMED CT:271650006,DBP,,,Tension arterielle diastolique,,,,150,120,90,,40,55,mmHg,,0, -5088AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Température (c),Patient's temperature in degrees centigrade.,Finding,Numeric,,,AMPATH:5088;CIEL:5088;PIH:5088,Temp (c),,,Température (c),,,,43,,,,,,DEG C,,0, -5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Height (cm),Patient's height in centimeters.,Finding,Numeric,,,AMPATH:5090;CIEL:5090;PIH:5090,HT,,,Taille (cm),,,,272,,,,,,cm,,0, -5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Weight (kg),Patient's weight in kilograms.,Finding,Numeric,,,AMPATH:5089;CIEL:5089;PIH:5089,WT,,,Poids (kg),,,,250,,,,,,kg,,0, -5087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pulse,"Patient pulse rate, as measured with a peripheral oximeter.",Finding,Numeric,,,AMPATH:5087;CIEL:5087;PIH:5087;SNOMED CT:78564009,HR,,,Pouls,,,,230,130,100,,49,55,beats/min,,0, -1343AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mid-upper arm circumference,"MUAC is the circumference of the left upper arm, measured at the mid-point between the tip of the shoulder and the tip of the elbow. MUAC is useful for the assessment of nutritional status.",Finding,Numeric,,,AMPATH:1343;CIEL:1343;PIH:1290;SNOMED CT:284473002,MUAC,,,Circonférence du haut du bras,,,,,,,,,,cm,,0, -5242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Respiratory rate,Measured respiratory rate in breaths per minute,Finding,Numeric,,,AMPATH:5242;CIEL:5242;PIH:5242;SNOMED CT:86290005,RR,,,Rythme respiratoire,,,,999,26,18,,8,12,breaths/min,,0, -5283AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Karnofsky performance score,Zero to 100 scale commonly used for assessing terminally ill patients.,Finding,Numeric,,,AMPATH:5283;CIEL:5283,KPS,,,,,,,,,,,,,%,0,0, -1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Yes,Generic answer to a question.,Misc,N/A,,,AMPATH:1065;CIEL:1065;PIH:1065;PIH-Malawi:1065;SNOMED CT:373066001;SNOMED CT:373066001,,Sí,,Oui,,,,,,,,,,,,, -1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Unknown,Generic answer to a question.,Misc,N/A,,,AMPATH:1067;CIEL:1067;org.openmrs.module.mdrtb:UNKNOWN;PIH:1067;SNOMED CT:261665006;SNOMED CT:261665006,,Desconocido,,Ne sait pas,,,,,,,,,,,,, -0016512d-4388-44f0-a4b6-f6ad9e18fdcd,,Mild persistent asthma (J45.9),,Diagnosis,N/A,,,ICD-10:J45.9,Mild persistent asthma,,,Asthme persistant léger (J45.9),Asthme persistant léger,,,,,,,,,,,, -faf06026-fce9-4d2c-9ef2-24fb45343804,,Complaints of genital sores or swollen inguinal lymph nodes with or without pains,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -d8e46cc0-4d08-45d9-a46d-bd083db63057,,Complaints of scrotal swelling and pain (Male),,Misc,N/A,,,,,,,,,,,,,,,,,,,, -60817acb-90f1-4d46-be87-2c47e150770b,,Complaints of urethral discharge or burning when urinating (Male),,Misc,N/A,,,,,,,,,,,,,,,,,,,, -06be8996-ef55-438b-bbb9-5bebeb18e779,,Complaints of lower abdominal pains with or without vaginal discharge (Female),,Misc,N/A,,,,,,,,,,,,,,,,,,,, -9a24bedc-d42c-422e-9f5d-371b59af0660,,Complaints of vaginal discharge or burning when urinating (Female),,Misc,N/A,,,,,,,,,,,,,,,,,,,, -09472f39-6030-4f71-a8f2-30b2fdc734ed,,Couple Counselling,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -02586245-99c3-4d47-ac34-7121156afeab,,Group Counselling,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -0c78532a-f2e8-4793-874e-90b0c9485cef,,Individual Counselling,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -0473ec07-2f34-4447-9c58-e35a1c491b6f,,Type of Counselling Session,,Question,Coded,Couple Counselling;Group Counselling;Individual Counselling,,,,,,,,,,,,,,,,,,, -07a6f86e-388b-416e-b1ed-4b4e543a6406,,Months Since Last HIV Test,,Misc,Numeric,,,,,,,,,,,,,,,,,,,0, -42dd1e18-00cb-471c-911c-cb254d5b01a5,,Community Level testing,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -5995ebd5-11ae-47ca-ac12-bcb8c0117aec,,Facility Level Testing,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -13abe5c9-6de2-4970-b348-36d352ee8eeb,,HTS Testing Location,,Question,Coded,Community Level testing;Facility Level Testing,,,,,,,,,,,,,,,,,,, -dc1058ea-4edd-4780-aeaa-a474f7f3a437,,Refugees,Refugees,Misc,Text,,,OHTSTemp:Refugees,,,,,,,,,,,,,,,,, -e6924b2c-8f27-44d8-8228-9c5d2e8eae84,,Client Initiated Testing and Counselling,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -def00c73-f6d5-42fb-bcec-0b192b5be22d,,Fisher Folk,Fisher Folk,Misc,Text,,,OHTSTemp:Fisherfolk,,,,,,,,,,,,,,,,, -678f3144-302f-493e-ba22-7ec60a84732a,,Adolescent Girls & Young Women,Adolescent Girls & Young Women,Misc,Text,,,OHTSTemp:AGYW,,,,,,,,,,,,,,,,, -e7be3c0c-21bc-498d-a04c-ea7af01be5f9,,Intravenous Drug Users,People who inject drugs intravenously,Misc,N/A,,,,,,,,,,,,,,,,,,,, -b282bb08-62a7-42c2-9bea-8751c267d13e,,Uniformed Forces,People in the uniformed/disciplined forces,Misc,Text,,,OHTSTemp:UniformedForces,,,,,,,,,,,,,,,,, -63ea75cb-205f-4e7b-9ede-5f9b8a4dda9f,,Migrant Workers,Migrant Workers,Misc,Text,,,OHTSTemp:MigrantWorkers,,,,,,,,,,,,,,,,, -22b202fc-67de-4af9-8c88-46e22559d4b2,,Transgender Persons,Transgender persons,Misc,Text,,,OHTSTemp:Transgender,,,,,,,,,,,,,,,,, -8da9bf92-22f6-40be-b468-1ad08de7d457,,Prisoners,People living in prisons and other closed quarters (prisoners),Misc,Text,,,OHTSTemp:Prisoners,,,,,,,,,,,,,,,,, -437d1e25-e7ab-481c-aabc-01f21c6cdef1,,HTS Provider Remarks,,Misc,Text,,,,,,,,,,,,,,,,,,,, -7398c91a-8db8-480d-8130-1a92cc208ded,,Inconclusive HIV Result,Client with an inconclusive HIV result,Misc,N/A,,,,,,,,,,,,,,,,,,,, -a6ad599d-2bc4-47b7-81fe-a38e88867c1d,,Self Initiative,Client's self initiative to get a HIV test,Misc,N/A,,,,,,,,,,,,,,,,,,,, -0e65e5fd-a1d8-4730-a991-75a1d703cba6,,HIV Self Test Positive,Client who has a positive HIV Self Test,Misc,N/A,,,,,,,,,,,,,,,,,,,, -6e768c50-a239-45ff-9920-2c6a9352320e,,Index Client Testing,Index Client Testing Other than APN,Misc,N/A,,,,,,,,,,,,,,,,,,,, -cb099534-b609-4561-9d4c-dd2fc74cedaf,,Assisted Partner Notification (APN),,Misc,N/A,,,,,,,,,,,,,,,,,,,, -ce3816e7-082d-496b-890b-a2b169922c22,,Reason for HIV Testing,,Question,Coded,Assisted Partner Notification (APN);HIV Self Test Positive;Inconclusive HIV Result;Index Client Testing;Self Initiative,,,,,,,,,,,,,,,,,,, -162198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Long distance truck driver,,Misc,N/A,,,CIEL:162198;SNOMED CT:87447002,,,,,,,,,,,,,,,,, -42ed45fd-f3f6-44b6-bfc2-8bde1bb41e00,,ATT DEFAULT ATTACHMENT,Concept complex for 'default attachment' complex obs.,Question,Complex,,,,,,,,,,,,,,,,,,,,DefaultAttachmentHandler -7cac8397-53cd-4f00-a6fe-028e8d743f8e,,ATT IMAGE ATTACHMENT,Concept complex for 'image attachments with thumbnails' complex obs.,Question,Complex,,,,,,,,,,,,,,,,,,,,ImageAttachmentHandler -780c8ff2-5e11-48f8-ad3d-efa36a0413f6,,HIV SD Bioline Kit,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -0d64d0d0-8dcb-4a56-819c-999d52f04db8,,HIV Stat Pack Kit,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -a099ce71-d75e-433d-a782-0b9ad4f4f655,,HIV First Response Kit,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -59ec348a-14a8-4e88-9b9e-72fa24b949fa,,HIV-Syphilis Duo Kit,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -5e318e60-3108-4468-90cd-7f2dc1c596a6,,HIV Determine Kit,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -7ac53e4f-c5c4-4bd9-a948-1df1fb73740a,,Hotspot,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -b12b2d5e-9e9b-4af8-b326-a9de5ea0acfe,,Drop In Centre,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -c15aecde-acac-49b6-bffe-cd1bb291c28b,,Workplace,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -261855fb-32d6-43c3-b0bf-e8737db154f7,,Family Planning Clinic,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -6007b076-9e67-47e5-8e57-ee5d1331fbe0,,Post Natal Program,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -165475AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antenatal program,,Program,N/A,,,,,Programa de Cuidado Prenatal,,,,,,,,,,,,,,, -160552AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nutrition program,,Misc,N/A,,,CIEL:160552;PIH:1845,,,,Programme de nutrition,,,,,,,,,,,,, -160546AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sexually transmitted infection program/clinic,,Misc,N/A,,,CIEL:160546;PIH:1786;SNOMED CT:25681007,,,,Programme d'infections sexuellement transmissibles,,,,,,,,,,,,, -160545AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Outreach program,,Misc,N/A,,,CIEL:160545;PIH:1785,,,,Programme d'assistance,,,,,,,,,,,,, -74a3b695-30f7-403b-8f63-3f766461e104,,Community Service Delivery Point,,Question,Coded,Drop In Centre;Home based HIV testing program;Hotspot;mobile voluntary counseling and testing program;Other non-coded;Outreach program;Voluntary counseling and testing center;Workplace,,,,,,,,,,,,,,,,,,, -162050AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Comprehensive care center,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -164835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Labor and delivery unit,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -80bcc9c1-e328-47e8-affe-6d1bffe4adf1,,Facility Service Delivery Point,,Question,Coded,Antenatal program;Comprehensive care center;Family Planning Clinic;Inpatient care or hospitalization;Labor and delivery unit;Nutrition program;Other non-coded;Outpatient department;Post Natal Program;Sexually transmitted infection program/clinic;Tuberculosis treatment program,,,,,,,,,,,,,,,,,,, -d3205b6a-7192-461f-9ea8-a1ac8af38964,,Patient Clinic Identification Number,Unique patient identification number assigned at the ART Clinic,Misc,Numeric,,,,ART Number,,,,,,,,,,,,,,,0, -65e18678-18db-4801-9625-50d3302c780c,,HIV Rapid Recency Test Conducted?,Test for HIV recency if the final result is positive,Question,Coded,,,,Recency Test Done?,,,,,,,,,,,,,,,, -3a27187f-da7a-4f6b-986d-6521f343326d,,Concordant Positive,,Misc,Text,,,,,,,,,,,,,,,,,,,, -c1504c2b-a8bf-44bf-ab1e-1d342ba051ae,,Concordant Negative,,Misc,Text,,,,,,,,,,,,,,,,,,,, -c2d2bea8-2db5-4730-86b1-592c9408f567,,Discordant,,Misc,Text,,,,,,,,,,,,,,,,,,,, -5f38bc97-d6ca-43f8-a019-b9a9647d0c6a,,Couple Results,,Question,Coded,Concordant Negative;Concordant Positive;Discordant,,,,,,,,,,,,,,,,,,, -846a63c0-4530-4008-b6a1-12201b9e0b88,,Support for Disclosure and Partner Services,,Misc,Text,,,,,,,,,,,,,,,,,,,, -a046ce31-e0d9-4044-a384-ecc429dc4035,,Legal and Social Services,,Misc,Text,,,,,,,,,,,,,,,,,,,, -ea08440d-41d4-4795-bb4d-4639cf32645c,,Services for Responding to Violence Against Women,,Misc,Text,,,,,,,,,,,,,,,,,,,, -7d502927-7f21-4f72-bfc6-dc4d972ab1af,,Index Client ID Number,,Misc,Text,,,,,,,,,,,,,,,,,,,, -deb58a7d-1c89-4ce4-bfd9-2276d5530089,,Contact With and Suspected Exposure,,Misc,Text,,,,,,,,,,,,,,,,,,,, -68a39d12-49c1-49aa-bd23-e8d505af8e93,,Drug Injecting Partner,,Misc,Text,,,,,,,,,,,,,,,,,,,, -66916a5c-760f-4c12-ae91-71f83298eb40,,Social Contact,,Misc,Text,,,,,,,,,,,,,,,,,,,, -858f0f06-bc62-4b04-b864-cef98a2f3845,,Cotrimoxazole Chemoprophylaxis to Prevent Pneumocystis Carinii Pneumonia,,Misc,Text,,,,,,,,,,,,,,,,,,,, -0cf2ce2c-cd3f-478b-89b7-542018674dba,,Assessment and Provision of Vaccinations,,Misc,Text,,,,,,,,,,,,,,,,,,,, -88cdde2b-753b-48ac-a51a-ae5e1ab24846,,Pre Exposure Prophylaxis (PEP),,Misc,Text,,,,,,,,,,,,,,,,,,,, -db79bc73-2f79-4b8f-b683-137fb38e3f81,,Post Exposure Prophylaxis,,Misc,Text,,,,,,,,,,,,,,,,,,,, -0be6a668-b4ff-4fc5-bbae-0e2a86af1bd1,,Post-GBV Care,,Misc,Text,,,,,,,,,,,,,,,,,,,, -e7ee9ec2-3cc7-4e59-8172-9fd08911e8c5,,Prevention Information,,Misc,Text,,,,,,,,,,,,,,,,,,,, -ac2e75dc-fceb-4591-9ffb-3f852c0750d9,,Behavioural Interventions to Support Risk Reduction - for KP,,Misc,Text,,,,,,,,,,,,,,,,,,,, -da0238c1-0ddd-49cc-b10d-c552391b6332,,Harm Reduction for People Who Inject Drugs,,Misc,Text,,,,,,,,,,,,,,,,,,,, -a56cdd43-f2eb-49d6-88fd-113aaea2e85f,,HIV Testing for Partners and Social Contacts of People from KP,,Misc,Text,,,,,,,,,,,,,,,,,,,, -f0589be1-d457-4138-b244-bfb115cdea21,,HIV Testing for Partners and Biological Children,,Misc,Text,,,,,,,,,,,,,,,,,,,, -46da10c7-49e3-45e5-8e82-7c529d52a1a8,,STI Testing and Treatment,,Misc,Text,,,,,,,,,,,,,,,,,,,, -9d4c029a-2ac3-44c3-9a20-fb32c81a9ba2,,Anal Cancer Screening,,Misc,Text,,,,,,,,,,,,,,,,,,,, -060dd5b2-2d65-4db5-85f0-cd1ba809350f,,Cervical Cancer Screening and Treatment,,Misc,Text,,,,,,,,,,,,,,,,,,,, -0097d9b1-6758-4754-8713-91638efe12ea,,Check Pregnancy Status,,Misc,Text,,,,,,,,,,,,,,,,,,,, -6488e62a-314b-49da-b8d4-ca9c7a6941fc,,Contraception and FP,,Misc,Text,,,,,,,,,,,,,,,,,,,, -bf634be9-197a-433b-8e4e-7a04242a4e1d,,Sexual and Reproductive Services Referred,,Question,Coded,Anal Cancer Screening;Cervical Cancer Screening and Treatment;Check Pregnancy Status;Contraception and FP;HIV Testing for Partners and Biological Children;HIV Testing for Partners and Social Contacts of People from KP;STI Testing and Treatment,,,,,,,,,,,,,,,,,,, -164128AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Isoniazid Preventive Treatment Program,Program for isoniazid (INH) preventive treatment,Program,N/A,,,,,,,,,,,,,,,,,,,, -960f2980-35e2-4677-88ed-79424fe0fc91,,Clinical Services Referred,,Question,Coded,Assessment and Provision of Vaccinations;Cotrimoxazole Chemoprophylaxis to Prevent Pneumocystis Carinii Pneumonia;Isoniazid Preventive Treatment Program;Tuberculosis treatment program,,,,,,,,,,,,,,,,,,, -162223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Voluntary male circumcision clinic,,Misc,N/A,,,CIEL:162223,VMMC clinic,,,,,,,,,,,,,,,, -5617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Partner or spouse,General descriptive answer.. a patient's partner or spouse.,Misc,N/A,,,AMPATH:5617;CIEL:5617;SNOMED CT:127848009,,,,Partenaire ou conjoint,,Patnè oswa Mari oswa Madanm,,,,,,,,,,, -5490AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Psychosocial counseling,Counseling provided for psychosocial support.,Procedure,N/A,,,,,,,soutien psychosocial,,Konsey siko-sosyal,,,,,,,,,,, -b5afd495-00fc-4d94-9e26-8f6c8cc8caa0,,Other Support Services Referred,,Question,Coded,Legal and Social Services;Mental health services;Psychosocial counseling;Services for Responding to Violence Against Women;Support for Disclosure and Partner Services,,,,,,,,,,,,,,,,,,, -1528AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Child,,Misc,N/A,,,,,Hijo,,Enfant,,Timoun,,,,,,,,,,, -85d3b4fe-c1a9-4e27-a86b-dcc1e30c8a93,,Relationship to Index Client,,Question,Coded,Child;Contact With and Suspected Exposure;Drug Injecting Partner;Partner or spouse;Social Contact,,,,,,,,,,,,,,,,,,, -1691AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Post-exposure prophylaxis,"Post-exposure prophylaxis (PEP) is short-term antiretroviral treatment to reduce the likelihood of HIV infection after potential exposure, either occupationally or through sexual intercourse.",Procedure,Boolean,,,,Post-exposure prophylaxis,,,Recherche préventive,,Profilaksi pòs-ekspozisyon,,,,,,,,,,, -a5261998-c635-4e27-870c-e837faf6cf9a,,HIV Status,,Question,Coded,,,,HIVStatus,,,,,,,,,,,,,,,, -166431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Target population,,Misc,N/A,,,CIEL:166431,,,,,,,,,,,,,,,,, -162576AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,New patient identifier,Link to new patient identifier if patient has transferred out of facility,Misc,Text,,,CIEL:162576,,,,,,,,,,,,,,,,, -166430AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,General population,The overall population of a studied group. A type of population often used as a denominator in an indicator.,Misc,N/A,,,CIEL:166430,,,,,,,,,,,,,,,,, -166432AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Study population type,,Question,Coded,General population;Target population,,CIEL:166432,,,,,,,,,,,,,,,,, -365371fd-0106-4a53-abc4-575e3d65d372,,People With Disability,,Misc,Text,,,OHTSTemp:PeopleWithDisability,,,,,,,,,,,,,,,,, -c038bff0-8e33-408c-b51f-7fb6448d2f6c,,People Who Inject Drugs,,Misc,Text,,,OHTSTemp:PeopleWhoInjectDrugs,,,,,,,,,,,,,,,,, -8de5bf3f-8058-4735-ae50-b5a986b2362b,,More Than 12 Months,,Misc,Text,,,,,,,,,,,,,,,,,,,, -c85e6df3-7184-400e-a686-f41aaae08113,,6-12 Months,,Misc,Text,,,,,,,,,,,,,,,,,,,, -8df190d5-7a65-4b53-9b4a-b35b9cf400b1,,3-6 Months,,Misc,Text,,,,,,,,,,,,,,,,,,,, -909edba5-c9b1-44e3-92ee-f95269964fe1,,0-3 Months,,Misc,Text,,,,,,,,,,,,,,,,,,,, -e7947a45-acff-49e1-ba1c-33e43a710e0d,,Duration Since Last HIV Test,,Question,Coded,0-3 Months;3-6 Months;6-12 Months;More Than 12 Months;Unknown,,,,,,,,,,,,,,,,,,, -976ca997-fb2b-4bef-a299-f7c9e16b50a8,,Consent for Recency Test,Documentation that someone has given consent for a recency test,Question,Boolean,,,,,,,,,,,,,,,,,,,, -9e82e55d-dbbf-49a6-900c-d8ead9985b0a,,ETV + 3TC + DRV + RTV,This is a drug regimen consisting of Etravirine + Lamivudine + Darunavir + Ritonavir,Misc,Text,,,OCT:ETV_3TC_DRV_RTV,,,,,,,,,,,,,,,,, -4ad80d98-0a1a-41d1-a9d7-2110692bf5eb,,d4T + 3TC + LPV/r,This is a drug regimen consisting of Stavudine + Lamivudine + Lopinavir/Ritonavir,Misc,Text,,,OCT:d4T_3TC_LPVr,,,,,,,,,,,,,,,,, -d8051638-0123-4322-a094-4a48adffdc37,,d4T + 3TC + NVP,This is a drug regimen consisting of Stavudine + Lamivudine + Nevirapine,Misc,Text,,,OCT:d4T_3TC_NVP,,,,,,,,,,,,,,,,, -6a3d196a-67fa-4d4f-b78d-76103d91972a,,d4T + 3TC + EFV,This is a drug regimen consisting of Stavudine + Lamivudine + Efavirenz,Misc,Text,,,OCT:d4T_3TC_EFV,,,,,,,,,,,,,,,,, -e9540e20-1ba4-4573-b189-088f5fd9dc57,,AZT + 3TC + RAL,This is a drug regimen consisting of Zidovudine + Lamivudine + Raltegravir,Misc,Text,,,OCT:AZT_3TC_RAL,,,,,,,,,,,,,,,,, -bafb40ca-b0c7-4366-bd8e-9eb923237c94,,AZT + 3TC + NVP,This is a drug regimen consisting of Zidovudine + Lamivudine + Nevirapine,Misc,Text,,,OCT:AZT_3TC_NVP,,,,,,,,,,,,,,,,, -d2b1d784-a880-42a9-b0a6-19de2db7afd6,,AZT + 3TC + LPV/r,This is a drug regimen consisting of Zidovudine + Lamivudine + Lopinavir/Ritonavir,Misc,Text,,,OCT:AZT_3TC_LPVr,,,,,,,,,,,,,,,,, -b1336ea0-3a87-4018-9fce-3a7a22d95d7d,,AZT + 3TC + EFV,This is a drug regimen consisting of Zidovudine + Lamivudine + Efavirenz,Misc,Text,,,OCT:AZT_3TC_EFV,,,,,,,,,,,,,,,,, -f2247788-6d05-490d-ad04-64544c8020b7,,AZT + 3TC + DTG,This is a drug regimen consisting of Zidovudine + Lamivudine + Dolutegravir,Misc,Text,,,OCT:AZT_3TC_DTG,,,,,,,,,,,,,,,,, -60bec021-c05c-4ae9-93fe-b798c0bf82d2,,AZT + 3TC + DRV + RTV + RAL,This is a drug regimen consisting of Zidovudine + Lamivudine + Darunavir + Ritonavir + Raltegravir,Misc,Text,,,OCT:AZT_3TC_DRV_RTV_RAL,,,,,,,,,,,,,,,,, -62243dfe-6284-48a9-afcc-63149ac6d709,,AZT + 3TC + ATV/r,This is a drug regimen consisting of Zidovudine + Lamivudine + Atazanavir/Ritonavir,Misc,Text,,,OCT:AZT_3TC_ATVr,,,,,,,,,,,,,,,,, -8bfdc328-1970-446c-9d7b-97d62703801b,,Previous use of Post Exposure Prophylaxis (PEP),Has the client previously used Post Exposure Prophylaxis,Question,Coded,,,OCT:PreviousPEPUse,,,,,,,,,,,,,,,,, -1431d032-9eeb-46b3-84e5-79f0c19354d8,,RAL + 3TC + DRV + RTV,This is a drug regimen consisting of Raltegravir + Lamivudine + Darunavir + Ritonavir,Misc,Text,,,OCT:RAL_3TC_DRV_RTV,,,,,,,,,,,,,,,,, -f47f98e7-f17a-466a-ba8e-aa4423049c7e,,RAL + 3TC + DRV + RTV + ABC,This is a drug regimen consisting of Raltegravir + Lamivudine + Darunavir + Ritonavir + Abacavir,Misc,Text,,,OCT:RAL_3TC_DRV_RTV_ABC,,,,,,,,,,,,,,,,, -3ae355dd-fc83-43c6-9312-ebbb30b51bf7,,RAL + 3TC + DRV + RTV + AZT,This is a drug regimen consisting of Raltegravir + Lamivudine + Darunavir + Ritonavir + Zidovudine,Misc,Text,,,OCT:RAL_3TC_DRV_RTV_AZT,,,,,,,,,,,,,,,,, -0fd8a042-81a3-4106-8470-63d29380d7d5,,RAL + 3TC + DRV + RTV + TDF,This is a drug regimen consisting of Raltegravir + Lamivudine + Darunavir + Ritonavir + Tenofovir,Misc,Text,,,OCT:RAL_3TC_DRV_RTV_TDF,,,,,,,,,,,,,,,,, -6b7cd8a1-77b3-4853-bbe7-ff6bf51c41c3,,TAF + 3TC + DRV/r,This is a drug regimen consisting of Tenofovir Alafenamide + Lamivudine + Darunavir/Ritonavir,Misc,Text,,,OCT:TAF_3TC_DRVr,,,,,,,,,,,,,,,,, -5f7da36e-1a83-4ede-ae6f-41aaa5304601,,TAF + 3TC + DTG,This is a drug regimen consisting of Tenofovir Alafenamide + Lamivudine + Dolutegravir,Misc,Text,,,OCT:TAF_3TC_DTG,,,,,,,,,,,,,,,,, -5a4587e2-de9e-4b99-9ea0-00717fa5605a,,TAF + 3TC + LPV/r,This is a drug regimen consisting of Tenofovir Alafenamide + Lamivudine + Lopinavir/Ritonavir,Misc,Text,,,OCT:TAF_3TC_LPVr,,,,,,,,,,,,,,,,, -907d304b-ebc4-4387-8af8-2d2c92f82910,,TDF + 3TC + DTG + DRV + RTV,This is a drug regimen consisting of Tenofovir + Lamivudine + Dolutegravir + Darunavir + Ritonavir,Misc,Text,,,OCT:TDF_3TC_DTG_DRV_RTV,,,,,,,,,,,,,,,,, -5679c813-cfed-4fb2-b252-d6149297e013,,TDF + 3TC + DTG + ETR + DRV + RTV,This is a drug regimen consisting of Tenofovir + Lamivudine + Dolutegravir + Etravirine + Darunavir + Ritonavir,Misc,Text,,,OCT:TDF_3TC_DTG_ETR_DRV_RTV,,,,,,,,,,,,,,,,, -5f123dc8-c697-47f6-bc67-007322a9bb48,,TDF + 3TC + EFV,This is a drug regimen consisting of Tenofovir + Lamivudine + Efavirenz,Misc,Text,,,OCT:TDF_3TC_EFV,,,,,,,,,,,,,,,,, -380e5e7c-7c2f-4ba8-a93c-90b1e638dc2c,,TDF + 3TC + LPV/r,This is a drug regimen consisting of Tenofovir + Lamivudine + Lopinavir/Ritonavir,Misc,Text,,,OCT:TDF_3TC_LPVr,,,,,,,,,,,,,,,,, -36685ad3-a223-4c3c-b6ee-d8358432a600,,TDF + 3TC + NVP,This is a drug regimen consisting of Tenofovir + Lamivudine + Nevirapine,Misc,Text,,,OCT:TDF_3TC_NVP,,,,,,,,,,,,,,,,, -083d46c5-dea7-49de-abd5-e16f252255a7,,TDF + FTC + DTG,This is a drug regimen consisting of Tenofovir + Emtricitabine + Dolutegravir,Misc,Text,,,OCT:TDF_FTC_DTG,,,,,,,,,,,,,,,,, -67701961-f6c1-4ebf-a7f5-c2c5d25021a0,,TDF + FTC + EFV,This is a drug regimen consisting of Tenofovir + Emtricitabine + Efavirenz,Misc,Text,,,OCT:TDF_FTC_EFV,,,,,,,,,,,,,,,,, -49676d5a-934f-47b7-b365-f5e546012c65,,TDF + FTC + NVP,This is a drug regimen consisting of Tenofovir + Emtricitabine + Nevirapine,Misc,Text,,,OCT:TDF_FTC_NVP,,,,,,,,,,,,,,,,, -dc25af21-7816-44d8-92d2-3332c7db113a,,ABC + 3TC + RAL,This is a drug regimen consisting of Abacavir + Lamivudine + Raltegravir,Misc,Text,,,OCT:ABC_3TC_RAL,,,,,,,,,,,,,,,,, -0da33711-7b3f-4997-bc9e-4a2445fbaf63,,ABC + 3TC + LPV/r,This is a drug regimen consisting of Abacavir + Lamivudine + Lopinavir/Ritonavir,Misc,Text,,,CIEL:162200;OCT:ABC_3TC_LPVr,,,,,,,,,,,,,,,,, -70e9b78a-a6d8-49c2-8217-0ba57b05803a,,ABC + 3TC + EFV,This is a drug regimen consisting of Abacavir + Lamivudine + Efavirenz,Misc,Text,,,CIEL:162563;OCT:ABC_3TC_EFV,,,,,,,,,,,,,,,,, -159db6bc-1303-4829-8fe4-32212751c934,,ABC + 3TC + DTG,This is a drug regimen consisting of Abacavir + Lamivudine + Dolutegravir,Misc,Text,,,OCT:ABC_3TC_DTG,,,,,,,,,,,,,,,,, -396d668b-b1e6-4997-b9b9-2d57f53c2321,,ABC + 3TC + DRVr,This is a drug regimen consisting of Abacavir + Lamivudine + Darunavir/Ritonavir,Misc,Text,,,OCT:ABC_3TC_DRVr,,,,,,,,,,,,,,,,, -5bb0348b-fc27-460e-b6cd-df7a4a253372,,ABC + 3TC + DRV+RTV+RAL,Regimen combination of Abacavir + Lamivudine + Darunavir+Ritonavir+Raltegravir,Misc,Text,,,OCT:ABC_3TC_DRV_RTV_RAL,,,,,,,,,,,,,,,,, -f827ed18-f816-4cd0-b77c-28a0209c96c0,,ABC + 3TC + ATVr,This is a drug regimen consisting of Abacavir + Lamivudine + Atazanavir/Ritonav,Misc,Text,,,OCT:ABC_3TC_ATVr,,,,,,,,,,,,,,,,, -98bec34c-608a-46ce-8f1a-3ee3b8b6f92b,,ABC + 3TC + NVP,This is a drug regimen consisting of Abacavir + Lamivudine + Nevirapine,Misc,Text,,,CIEL:162199;OCT:ABC_3TC_NVP,,,,,,,,,,,,,,,,, -b98c03f8-277b-43e8-b11b-b515b9b3ad84,,ABC + 3TC + DRV/r,Regimen combination of Abacavir + Lamivudine + Darunavir/Ritonavir,Question,N/A,,,OCT:ABC_3TC_DRV/r,,,,,,,,,,,,,,,,, -6a6cbda5-b155-4144-9ff9-ec3d1d1cd509,,Date last use ART for Hepatitis,Date of last use of antiretroviral drugs to treat/manage Hepatitis,Finding,Date,,,OCT:DateLastARTUseHepatitis,,,,,,,,,,,,,,,,, -fbe937b6-a4ad-4ce5-9c43-002222fbabfb,,Date last used PEP Regimen,Date the patient last took a post exposure prophylaxis regimen,Question,Date,,,OCT:DateLastUsedPEP,,,,,,,,,,,,,,,,, -5af829e9-2427-4ed7-bb55-de4381610364,,Date last used a PrEP regimen,Date the patient last took a pre exposure prophylaxis regimen,Question,Date,,,OCT:DateLastUsedPrEP,,,,,,,,,,,,,,,,, -a484d55e-dfc7-4791-82a4-eff8f21e26de,,Transfer-in without records,Transfer-in client without supporting documentation from the transferring facility,Question,N/A,,,OCT:Undocumented Transfer,,,,,,,,,,,,,,,,, -71a489e5-e393-4859-a2df-a3b14ea6b4bf,,Transfer-in with Records,"For transfer-in clients, was there documentation from the referring facility recieved",Misc,N/A,,,OCT:DocumentedTransfer,,,,,,,,,,,,,,,,, -166521AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Darunavir / Dolutegravir / Lamivudine / Ritonavir / Tenofovir,ARV regimen,Misc,N/A,,,CIEL:166521;KenyaEMR:165369,3TC/DAL/DRV/DTG/RTV,,,,,,,,,,,,,,,, -166087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dolutegravir / Lamivudine / Zidovudine,Antiretroviral regimen,Misc,N/A,,,CIEL:166087;KenyaEMR:164968;PIH:13152,DTG + 3TC + AZT,,,,,,,,,,,,,,,, -165605AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dolutegravir / lamivudine / tenofovir,,Drug,N/A,,,CIEL:165605;KenyaEMR:164969,DTG / 3TC / TDF,,,,,,,,,,,,,,,, -165086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,TDF-3TC-DTG,"Drug regimen including Tenofovir, Lamivudine and Dolutegravir.",Misc,N/A,,,CIEL:165086,,,,,,,,,,,,,,,,, -164512AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,TDF-3TC-ATV/r,"Regimen containing Tenofovir, Lamivudine, Atazanavir and Ritonavir",Misc,N/A,,,CIEL:164512,,,,,,,,,,,,,,,,, -163782AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date mother stopped receiving total maternal to child transmission prophylaxis (TPMTCT),The date the patient's mother stopped recieving maternal to child transmission prophailaxis (TPMTCT).,Question,Date,,,CIEL:163782,,,,Date ou la mère a arreter une prophylaxie totale pour la prevention de la transmission mère-enfant (PTME),,Dat Manman te suspan rEsevwa yon pwofilaktik total pou prevansyon transmisyon manman ak timoun (PTMT),,,,,,,,,,, -163260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of first visit,,Question,Date,,,CIEL:163260,,,,,,,,,,,,,,,,, -162582AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Number of occurrences,"A qualifier term which can be used to differentiate a numeric entry. For example, a duration could be a number + duration unit (number of occurrences).",Misc,N/A,,,CIEL:162582;SNOMED CT:252109000,No. of times,,,,,,,,,,,,,,,, -162560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine / Lopinavir / Ritonavir / Stavudine,Antiretroviral regimen,Misc,N/A,,,CIEL:162560,3TC/d4T/LPV/r,,,,,,,,,,,,,,,, -162200AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abacavir / Lamivudine / Lopinavir / Ritonavir,A regimen used for HIV treatment,Misc,N/A,,,CIEL:162200,3TC/ABC/LPV/r,,,,,,,,,,,,,,,, -162054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Service delivery point number,An alphanumeric code/number which represents the point where the patient received care,Question,Text,,,CIEL:162054,,,,,,,,,,,,,,,,, -161364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine / tenofovir disoproxil,,Drug,N/A,,,CIEL:161364,TDF/3TC,,,,,,,,,,,,,,,, -160642AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Telephone number of treatment supporter,,Question,Text,,,CIEL:160642,,,,,,,,,,,,,,,,, -160638AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Name of treatment supporter,,Question,Text,,,CIEL:160638,,,,,,,,,,,,,,,,, -160564AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaccination service,,Misc,N/A,,,CIEL:160564;PIH:6714,,,,,,,,,,,,,,,,, -160554AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of HIV diagnosis,,Finding,Date,,,CIEL:160554;PIH:2515,,,,Date du diagnostique de VIH,,Dat pou dyagnostik VIH,,,,,,,,,,, -160550AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sex worker outreach program,,Misc,N/A,,,CIEL:160550;PIH:1790,,,,Programme d'assistance pour travailleurs du sexe,,,,,,,,,,,,, -160548AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intravenous venous drug user outreach program,,Misc,N/A,,,CIEL:160548;PIH:1788,,,,Programme d'assistance pour consommateurs de drogues intraveineuses,,,,,,,,,,,,, -160544AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Under five clinic,,Misc,N/A,,,CIEL:160544,,,,Moins de cinq cliniques,,,,,,,,,,,,, -160536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Adult inpatient service,,Misc,N/A,,,CIEL:160536,,,,,,,,,,,,,,,,, -159833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,re-enroll,,Misc,N/A,,,CIEL:159833,re-enrol,,,,,,,,,,,,,,,, -159671AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Provincial hospital,,Misc,N/A,,,CIEL:159671;SNOMED-MVP:1596711000105007,,,,,,,,,,,,,,,,, -159599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antiretroviral treatment start date,When were the antiretroviral drugs started for the patient?,Finding,Date,,,CIEL:159599;PIH:2516;PIH-Malawi:2516;SNOMED-MVP:1595991000105005,ARV start date,,,Date de début des antirétroviraux,,Antiretwoviral tretman dat kòmansman,,,,,,,,,,, -166522AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Darunavir / Lamivudine / Raltegravir / Ritonavir / Tenofovir,ARV regimen,Misc,N/A,,,CIEL:166522;KenyaEMR:165370,3TC/DRV/RAL/RTV/TDF,,,,,,,,,,,,,,,, -165606AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abacavir / dolutegravir / lamivudine,,Drug,N/A,,,KenyaEMR:164970;RxNORM:1546887,ABC / 3TC / DTG,,,,,,,,,,,,,,,, -165085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dolutegravir,,Drug,N/A,,,CIEL:165085,DTG,,,,,,,,,,,,,,,, -164505AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine / Efavirenz / Tenofovir,Regimen,Misc,N/A,,,CIEL:164505,,,,,,,,,,,,,,,,, -163495AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Service withdrawal,"This is one of options of reasons for closing case/register, i.e. the client withdraws from the service he/she is currently receiving",Misc,N/A,,,CIEL:163495,,,,,,,,,,,,,,,,, -162727AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Other facility patient identifier,The patient's identifier from another facility,Question,Text,,,CIEL:162727,,,,,,,,,,,,,,,,, -162583AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Seconds,"Unit of time, 1/60 of a minute",Misc,N/A,,,CIEL:162583;SNOMED CT:257997001,secs,,,,,,,,,,,,,,,, -162565AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine / Nevirapine / Tenofovir,Antiretroviral regimen,Misc,N/A,,,CIEL:162565,3TC/NVP/TDF,,,,,,,,,,,,,,,, -162563AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abacavir / Efavirenz / Lamivudine,Antiretroviral regimen,Misc,N/A,,,CIEL:162563,3TC/ABC/EFV,,,,,,,,,,,,,,,, -162561AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine / Lopinavir / Ritonavir / Zidovudine,Antiretroviral regimen,Misc,N/A,,,CIEL:162561,3TC/AZT/LPV/r,,,,,,,,,,,,,,,, -162201AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine / Lopinavir / Ritonavir / Tenofovir,A regimen used for HIV treatment,Misc,N/A,,,CIEL:162201,3TC/LPV/r/TDF,,,,,,,,,,,,,,,, -162199AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abacavir / Nevirapine / Lamivudine,A regimen used in HIV treatment,Misc,N/A,,,CIEL:162199,ABC/NVP/3TC,,,,,,,,,,,,,,,, -160639AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Guardian,Relationship type. Guardian has responsibility for patient or dependent person.,Misc,N/A,,,CIEL:160639;SNOMED CT:394619001,,,,,,,,,,,,,,,,, -160563AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Transfer in,,Question,Coded,,,CIEL:160563,Transfer-in,,,Transfert dedans,,,,,,,,,,,,, -160555AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date enrolled in HIV care,,Finding,Date,,,CIEL:160555,,,,,,,,,,,,,,,,, -160549AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Adolescent outreach program,,Misc,N/A,,,CIEL:160549;PIH:1789,,,,Programme d'assistance pour adolescents,,,,,,,,,,,,, -160547AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Private company,,Misc,N/A,,,CIEL:160547;PIH:1787,,,,Compagnie privée,,,,,,,,,,,,, -160543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Community-based organization,,Misc,N/A,,,CIEL:160543;PIH:1741,,,,Organisation fondé sur la communauté,,,,,,,,,,,,, -160539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Voluntary counseling and testing program,,Misc,N/A,,,AMPATH:2047;CIEL:160539;PIH:1649,VCT Program,,,,,,,,,,,,,,,, -160537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pediatric inpatient service,,Misc,N/A,,,CIEL:160537,,,,Service d'hospitalisation pédiatrique,,Sèvis pedyat ki entène pasyan,,,,,,,,,,, -160535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Transferred from location,Text description of where a patient was transferred from.,Question,Text,,,CIEL:160535,,,,Référé de,,Kote ki te refere'l,,,,,,,,,,, -160124AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Zidovudine / Lamivudine / Efavirenz,ARV drug combination,Drug,N/A,,,CIEL:160124;PIH:1612,AZT/3TC/EFV,,,,,,,,,,,,,,,, -160104AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Efavirenz / Lamivudine / Stavudine,Antiretroviral drug combination,Drug,N/A,,,CIEL:160104;PIH:1505,d4T/3TC/EFV,,,,,,,,,,,,,,,, -159810AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Etravirine,a drug in a group of NNRTI,Drug,N/A,,,CIEL:159810;SNOMED CT:432121008,ETV,,,,,,,,,,,,,,,, -159670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,sub-district hospital,,Misc,N/A,,,CIEL:159670;SNOMED-MVP:1596701000105009,,,,,,,,,,,,,,,,, -159662AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,district hospital,Type of health care facility designed to be the district hospital.,Misc,N/A,,,CIEL:159662;SNOMED-MVP:1596621000105007,,,,,,,,,,,,,,,,, -159368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Medication duration,Length of time medication was taken for medication history. Use with duration units.,Question,Numeric,,,AMPATH:1897;CIEL:159368;SNOMED CT:261774000,,,,Durée de prise des médicaments,,Dire pou pran medikaman,,,,,,,,,,0, -154378AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Raltegravir,Integrase inhibitor drug,Drug,N/A,,,CIEL:154378;RxNORM:719872;SNOMED CT:429368003,RAL,,,Raltegravir,,Raltègravi,,,,,,,,,,, -154376AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,maraviroc,,Drug,N/A,,,CIEL:154376,,,,,,,,,,,,,,,,, -86663AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Zidovudine,,Drug,N/A,,,AMPATH:623;AMPATH:797;CIEL:86663;RxNORM:11413;SNOMED CT:27479000,AZT,,,Zidovudine,,zidovudin,,,,,,,,,,, -85160AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tipranavir,,Drug,N/A,,,CIEL:85160,,,,,,,,,,,,,,,,, -83412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ritonavir,,Drug,N/A,,,AMPATH:795;CIEL:83412;RxNORM:85762;SNOMED CT:108693005,RTV,,,Ritonavir,,Ritonavi,,,,,,,,,,, -80586AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nevirapine,,Drug,N/A,,,AMPATH:631;AMPATH:632;CIEL:80586;RxNORM:53654;SNOMED CT:108704001,NVP,,,Nevirapine,,nevirapin,,,,,,,,,,, -78643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine,,Drug,N/A,,,AMPATH:628;AMPATH:629;CIEL:78643;RxNORM:68244;SNOMED CT:108698001,3TC,,,Lamivudine,,lamividin,,,,,,,,,,, -75676AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Enfuvirtide,,Drug,N/A,,,CIEL:75676,,,,,,,,,,,,,,,,, -75628AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Emtricitabine,,Drug,N/A,,,AMPATH:791;AMPATH:804;CIEL:75628;RxNORM:276237;SNOMED CT:404855005,FTC,,,Emtricitabine,,entrisitabin,,,,,,,,,,, -104567AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Emtricitabine / tenofovir disoproxil,,Drug,N/A,,,CIEL:104567;PIH:6635;RxNORM:1008145;SNOMED CT:414090006,FTC/TDF,,,,,,,,,,,,,,,, -84795AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tenofovir,,Drug,N/A,,,CIEL:84795,TDF,,,Tenofovir,,tonofovi,,,,,,,,,,, -83690AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Saquinavir,,Drug,N/A,,,CIEL:83690,,,,Saquinavir,,Sakinavi,,,,,,,,,,, -76658AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fosamprenavir,,Drug,N/A,,,CIEL:76658,,,,,,,,,,,,,,,,, -75523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Efavirenz,,Drug,N/A,,,AMPATH:633;CIEL:75523;RxNORM:195085;SNOMED CT:116078005,EFV,,,Efavirenz,,efavirens,,,,,,,,,,, -74258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Darunavir,Retroviral drug which acts as protease inhibitor,Drug,N/A,,,CIEL:74258;RxNORM:460132;SNOMED CT:424096001,DRV,,,Darunavir,,Darunavi,,,,,,,,,,, -1733AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Minutes,interval of duration,Misc,N/A,,,CIEL:1733;SNOMED CT:258701004,min,,,Minutes,,,,,,,,,,,,, -1527AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Parent,,Misc,N/A,,,AMPATH:1672;CIEL:1527;PIH:2173;SNOMED CT:40683002,,,,Parent,,Paran,,,,,,,,,,, -71647AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Atazanavir,Protease inhibitor,Drug,N/A,,,CIEL:71647,ATV,,,Atazanavir,,atazanavi,,,,,,,,,,, -70056AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abacavir,,Drug,N/A,,,CIEL:70056,ABC,,,Abacavir,,Abakavi,,,,,,,,,,, -1073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Weeks,Generic temporal answer to question.,Misc,N/A,,,AMPATH:1073;CIEL:1073;PIH:2160;SNOMED CT:258705008,,Semanas,,,,,,,,,,,,,,, -973AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Grandparent,Family member.,Misc,N/A,,,AMPATH:973;CIEL:973;SNOMED CT:38312007,,Abuelo/abuela,,Grands-parents,,Granparan,,,,,,,,,,, -5424AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Other antiretroviral drug,Generic answer to encounter form questions.. another retroviral drug not already specified in the antiretroviral set (term 1085).,Drug,N/A,,,CIEL:5424,,,,Autres médicaments antirétroviraux,,LÒT DWÒG ANTIRETWOVIRAL,,,,,,,,,,, -54e7ff9b-4d93-41ba-ad0b-cb5f565785f2,,Nucleoside Reverse Transcriptase Inhibitors (NRTIS) ARVs,List of Nucleoside Reverse Transcriptase Inhibitors,Question,Coded,Abacavir;Emtricitabine;Lamivudine;Other antiretroviral drug;Tenofovir;Zidovudine,,OCT:NRTIS,,,,,,,,,,,,,,,,, -1822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hours,"A duration unit, 60 minutes = 1 hour.",Misc,N/A,,,CIEL:1822;SNOMED CT:258702006,HRS,Horas,,,,,,,,,,,,,,, -1734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Years,Interval of duration,Misc,N/A,,,CIEL:1734;PIH:2287;SNOMED CT:258707000,yrs,Años,,Annees,,ane,,,,,,,,,,, -1652AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine / nevirapine / zidovudine,,Drug,Boolean,,,CIEL:1652;PIH:1610;RxNORM:687064;SNOMED CT:424990009,3TC/NVP/AZT,,,Lamivudine/névirapine/zidovudine,,,,,,,,,,,,, -1274AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Moi teaching and referral hospital,"The Moi Teaching and Referral Hospital (MTRH) started as a small cottage hospital in 1917 with a sixty-bed capacity, and evolved into a fully-fledged District Hospital.",Misc,N/A,,,AMPATH:1274;CIEL:1274;SNOMED-MVP:12741000105009,,,,,,,,,,,,,,,,, -1074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Months,Generic temporal answer to question.,Misc,N/A,,,AMPATH:1074;CIEL:1074;PIH:2161;SNOMED CT:258706009,,Meses,,Mois,,Mwa,,,,,,,,,,, -1072AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Days,Generic temporal answer to question.,Misc,N/A,,,AMPATH:1072;CIEL:1072;SNOMED CT:258703001,,Dias,,Jours,,Jou,,,,,,,,,,, -972AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sibling,Family member.,Misc,N/A,,,AMPATH:972;CIEL:972;PIH:2178;SNOMED CT:375005,,Hermano/Hermana,,Enfant de mêmes parents,,Pitit menm paran,,,,,,,,,,, -160640AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Treatment supporter relationship to patient,,Question,Coded,Grandparent;Guardian;Other non-coded;Parent;Partner or spouse;Sibling,,CIEL:160640,,,,relation des supporters de traitement avec le patient,,relasyon sipòtè tretman an avèk pasyan,,,,,,,,,,, -792AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine / nevirapine / stavudine,Combination antiretroviral drug.,Drug,N/A,,,AMPATH:792;AMPATH:809;CIEL:792;PIH:1502;RxNORM:758660;SNOMED CT:428009005,d4T/3TC/NVP,,,,,,,,,,,,,,,, -dfbe256e-30ba-4033-837a-2e8477f2e7cd,,Regimen at time of referral,The regimen a client was on at time of referral,Question,Coded,ABC + 3TC + ATVr;ABC + 3TC + DRV+RTV+RAL;ABC + 3TC + DRVr;ABC + 3TC + DTG;ABC + 3TC + EFV;ABC + 3TC + LPV/r;ABC + 3TC + NVP;ABC + 3TC + RAL;AZT + 3TC + ATV/r;AZT + 3TC + DRV + RTV + RAL;AZT + 3TC + DTG;AZT + 3TC + EFV;AZT + 3TC + LPV/r;AZT + 3TC + NVP;AZT + 3TC + RAL;d4T + 3TC + EFV;d4T + 3TC + LPV/r;d4T + 3TC + NVP;ETV + 3TC + DRV + RTV;RAL + 3TC + DRV + RTV;RAL + 3TC + DRV + RTV + ABC;RAL + 3TC + DRV + RTV + AZT;RAL + 3TC + DRV + RTV + TDF;TAF + 3TC + DRV/r;TAF + 3TC + DTG;TAF + 3TC + LPV/r;TDF + 3TC + DTG + DRV + RTV;TDF + 3TC + DTG + ETR + DRV + RTV;TDF + 3TC + EFV;TDF + 3TC + LPV/r;TDF + 3TC + NVP;TDF + FTC + DTG;TDF + FTC + EFV,,OCT:HIV_Transfer_In_Regimen,,,,,,,,,,,,,,,,, -9064043b-5b18-4228-97ff-f0e20aaf9448,,Non-Nucleoside Reverse Transcriptase Inhibitors (NNRTIS) ARVs,List of Non-Nucleoside Reverse Transcriptase Inhibitors (NNRTIS),Question,Coded,Efavirenz;Etravirine;Nevirapine;Other antiretroviral drug;Unknown,,OCT:NNRTIS,,,,,,,,,,,,,,,,, -3509e1d9-93d0-4a6b-b5cb-90259699b01a,,Other ARV Drug Classes,"ARV drugs that are not NNRTIs, NRTIs or Protease Inhibitors",Question,Coded,Dolutegravir;Enfuvirtide;maraviroc;Other antiretroviral drug;Raltegravir;Unknown,,OCT:OtherARVDrugClasses,,,,,,,,,,,,,,,,, -77eed025-0f5c-4173-bf45-36e05a175aaf,,Protease Inhibitors (PIS) ARVs,List of Protease Inhibitors,Question,Coded,Atazanavir;Darunavir;Fosamprenavir;Other ARV Drug Classes;Ritonavir;Saquinavir;Tipranavir;Unknown,,OCT:ProteaseInhibitors,,,,,,,,,,,,,,,,, -8c61710e-f431-4e0a-8ccf-933385a79ba6,,Referred from EMTCT,,Misc,N/A,,,OCT:ReferredFromPMTCT,,,,,,,,,,,,,,,,, -160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Free text general,This is a freetext field for general use. It should be tied to another concept as a child.,Question,Text,,,AMPATH:1915;CIEL:160632,,,,Texte libre et générale,,Jeneral tèks,,,,,,,,,,, -4e54efb4-e622-4198-a2fe-f75e6f1174fa,,Other transport,Other mode of transport,Misc,N/A,,,,,,,,,,,,,,,,,,,, -2a67b365-11de-4efd-a5c6-5cc0f81b2059,,Water transport,Using water as a mode of transport,Misc,N/A,,,,,,,,,,,,,,,,,,,, -3114f752-d235-49d3-b85b-269d2a4f7a22,,Rail transport,Using rail as a mode of transport,Misc,N/A,,,,,,,,,,,,,,,,,,,, -48fc0df5-f63e-4e67-985b-6f3ee3226e53,,Air transport,Air as a mode of transport,Misc,N/A,,,,,,,,,,,,,,,,,,,, -0bacd43b-df1b-43ae-9102-5d78d8ad1218,,Road transport,Using road as a mode of transport,Misc,N/A,,,,,,,,,,,,,,,,,,,, -d46ce5fb-8964-430c-859d-cf42ab6840ef,,Mode of transport used,Describes the mode of transport while travelling,Question,Coded,Air transport;Other transport;Rail transport;Road transport;Water transport,,,,,,,,,,,,,,,,,,, -9a40049b-4875-4a1f-8969-d9231b807ec7,,Cardiovascular disease,Cardiovascular disease as a known underlying conditions or comorbidity,Misc,N/A,,,,,,,,,,,,,,,,,,,, -1a0ce98b-3fc0-4a07-b813-9dad49d8347e,,Tuberculosis,Tuberculosis as a known underlying conditions or comorbidity,Misc,N/A,,,,,,,,,,,,,,,,,,,, -9c37b227-6426-4866-9fb9-a19800572924,,Renal disease,Renal disease as a known underlying conditions or comorbidity,Misc,N/A,,,,,,,,,,,,,,,,,,,, -c4879004-17d7-4eee-b5fc-942e855e2027,,Malignancy,Malignancy as a known underlying conditions or comorbidity,Misc,N/A,,,,,,,,,,,,,,,,,,,, -e3ea3c4b-df5f-4659-b357-93e3de325660,,Diabetes,Diabetes as a known underlying conditions or comorbidity,Misc,N/A,,,,,,,,,,,,,,,,,,,, -5a865a1c-2778-4178-9773-f4ece614b5ca,,Date of travelling,Date when the client reports to have travelled,Question,Date,,,,,,,,,,,,,,,,,,,, -36e8970f-93d2-4870-8844-929ceb6c3790,,District or sub-county of diagnosis,District or sub-county where COVID-19 diagnosis was made,Misc,Text,,,,,,,,,,,,,,,,,,,, -df300244-2824-4b65-a72e-4cdd5432e01f,,Facility based care,Facility based care of COVID-19,Misc,N/A,,,,,,,,,,,,,,,,,,,, -52077d83-6c01-4819-8db5-f149b6f7a4d5,,Home based care,Home based care management of COVID-19,Misc,N/A,,,,,,,,,,,,,,,,,,,, -16528a12-a8b2-41cd-83ef-d337d9d384c2,,What is the place where COVID-19 management is/was done?,Place where COVID-19 management is/was done,Question,Coded,Facility based care;Home based care,,,,,,,,,,,,,,,,,,, -e1bee97b-91f4-4c19-a66d-acf82752ee4d,,Discharge summary,,Misc,Text,,,,,,,,,,,,,,,,,,,, -0cc868bd-e9dd-4b59-b278-f923afe22d82,,Other vaccine manufacturer (1st dose),Other vaccine manufacturer (1st dose),Misc,Text,,,,,,,,,,,,,,,,,,,, -a900f2c7-8922-4820-b672-676dc58dd3e9,,Other vaccine manufacturer (2nd dose),Other vaccine manufacturer (2nd dose),Misc,Text,,,,,,,,,,,,,,,,,,,, -a51c05e1-5ad5-420d-a082-966d2989b716,,What is the COVID-19 lab test confirmation date?,Date to confirm COVID-19 lab test,Question,Date,,,,,,,,,,,,,,,,,,,, -e0f1584a-cc8b-48e9-980f-64d9f724caf8,,Quarantine,Quarantine as a reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -405e23a3-c4fc-478f-9b47-df8815174ed8,,Quarantine facility,Quarantine facility as a place where the case was investigated,Misc,N/A,,,,,,,,,,,,,,,,,,,, -38769c82-a3d3-4714-97b7-015726cdb209,,Other frontline worker,Other frontline worker as a reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -30320fb8-b29b-443f-98cf-f3ef491f8947,,Health worker,Health worker as a reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -0ed2e3ca-b9a6-4ff6-ac74-4d4cd9520acc,,RDT confirmatory,RDT confirmatory as reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -f974e267-feeb-42be-9d37-61554dad16b1,,Voluntary,Voluntary as reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -1cee0ab3-bf06-49e9-a49c-baf261620c67,,Post-mortem,Post-mortem as a reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -ad8be6bf-ced7-4390-a6af-c5acebeac216,,Follow-up,Follow-up as a reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -f8c9c2cc-3070-444e-8818-26fb8100bb78,,Travel out of country,Travel out of country as a reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -677f4d21-7293-4810-abe6-57a192acde57,,Entry into a country,Entry into a country as a reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -5340f478-ec5d-41e6-bc62-961c52014d4d,,Contact of a case,Contact of a case as a reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -8a6ab892-1b1d-4ad9-82da-c6c38ee8fcfb,,Surveillance,Surveillance as a reason for COVID-19 testing,Misc,N/A,,,,,,,,,,,,,,,,,,,, -dcd1c3bf-cdbf-464b-badd-dc8eb8c34967,,Mass testing,Mass testing as a place where the case was investigated,Misc,N/A,,,,,,,,,,,,,,,,,,,, -b9ad4a80-4900-4708-8541-fdb767b040fc,,Household,Household as a place where the case was investigated,Misc,N/A,,,,,,,,,,,,,,,,,,,, -499df97a-2a34-4562-946a-3c4d5608b67f,,Which date was the specimen tested for COVID-19?,Describes the date when the specimen was tested for COVID-19,Question,Date,,,,,,,,,,,,,,,,,,,, -2950ccab-915e-4bce-9b5c-c4183b3ee5e9,,Which date was the specimen received in the lab for COVID-19 testing?,Describes the date when specimen was received in the lab for COVID-19 testing,Question,Date,,,,,,,,,,,,,,,,,,,, -d3469f27-5f94-4caa-a72c-9581ea6602f6,,Which date was the specimen sent to the lab for COVID-19 testing?,Describes the date when the specimen was sent to the lab for COVID-19 testing,Question,Date,,,,,,,,,,,,,,,,,,,, -94a6ae53-0c36-4889-b2b7-025e48542835,,Runny nose,Runny nose as a presenting symptom,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -6e7d9cd7-8a0b-40ca-bf57-c4fc7510b09a,,Diarrhoea,Diarrhoea as a presenting symptom,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -feb2a008-403c-480e-9d0e-f7100b370815,,Cough,Cough as a presenting symptom,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -527de7c2-b4b6-4eda-9f18-45005255ed79,,Health laboratory worker,Health laboratory worker as an answer to question about occupation.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -9a178649-6dc9-45a7-9591-e813637db0d2,,Works with animals,Works with animals as an answer to question about occupation.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -c61a0bdb-d775-4fa2-882b-17f4f7538b30,,Health care worker,Health care worker as an answer to question about occupation.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -d74a12b3-78f9-4a9b-abab-7da8458ca091,,What is the date of last follow up SARS Cov2 test?,Date of last follow up SARS Cov2 test,Question,Date,,,,,,,,,,,,,,,,,,,, -af7765ce-c958-44a1-af09-5a03f342c2e6,,What is the date of reporting COVID-19 diagnosis to the National Health Authority,Describes the date of reporting COVID-19 diagnosis to the National Health Authority,Question,Date,,,,,,,,,,,,,,,,,,,, -b79749c2-d178-4fec-9ca7-ec1aacb74f4b,,"In the 14 days prior to symptom onset (or positive test), has the case attended a wedding, funeral, market, mosque/church, football game or any other gathering with 10 or more people?","Description of whether the case attended a wedding, funeral, market, mosque/church, football game or any other gathering with 10 or more people in the 14 days prior to symptom onset (or positive test).",Question,Coded,,,,,,,,,,,,,,,,,,,, -1eeff102-2eb4-48c3-8c18-2cab5b13f706,,"In the 14 days prior to symptom onset (or positive test), has case had contact with a probable/suspected or confirmed case?",Description of whether case had contact with a probable/suspected or confirmed case in the 14 days prior to symptom onset (or positive test).,Question,Coded,,,,,,,,,,,,,,,,,,,, -89feed9c-1dd9-477a-ab1c-86f5f75f6762,,What is the last follow up SARS Cov2 test result?,Description of last follow up SARS Cov2 test result,Question,Coded,,,,,,,,,,,,,,,,,,,, -3f375e82-b002-498d-9aa4-9e791990878b,,"If the case was asymptomatic at time of specimen collection resulting in first laboratory confirmation, did the case develop any symptoms or signs at any time prior to discharge or death?",Description of whether the case was asymptomatic at time of specimen collection resulting in first laboratory confirmation or the case developed any symptoms or signs at any time prior to discharge or death,Question,Coded,,,,,,,,,,,,,,,,,,,, -f955d897-8855-4ad8-9431-8d35fd1909c7,,Was the COVID-19 patient admitted to Intensive care unit (ICU)?,Description of whether COVID-19 patient was admitted to Intensive care unit (ICU),Question,Coded,,,,,,,,,,,,,,,,,,,, -60a20cea-b880-4d76-a254-10966001bde1,,Was COVID-19 patient ventilated?,Description of whether COVID-19 patient was ventilated,Question,Coded,,,,,,,,,,,,,,,,,,,, -74559356-9a59-4eb5-881d-ddf6e5f426c1,,Was the patient taken to isolation?,Description of whether COVID-19 patient was taken to isolation?,Question,Coded,,,,,,,,,,,,,,,,,,,, -3f4ee14b-b4ab-4597-9fe9-406883b63d76,,What is the Diagnostic PCR result for COVID-19?,Description of Diagnostic PCR result for COVID-19,Question,Coded,,,,,,,,,,,,,,,,,,,, -cbcbb029-f11f-4437-9d53-1d0f0a170433,,What is the Rapid Antigen result for COVID-19?,Description of the result of a Rapid Antigen test for COVID-19,Question,Coded,,,,,,,,,,,,,,,,,,,, -510102a5-6b9e-4dfe-996f-11e214dbd144,,Was the specimen collected for lab testing,Describes whether specimen was collected for lab testing,Question,Boolean,,,,,,,,,,,,,,,,,,,, -6db09748-4d59-436c-a4ba-9ee70e22d0e0,,Referred as a treatment outcome,Referred as a treatment outcome,Misc,Text,,,,,,,,,,,,,,,,,,,, -468a714e-594f-4314-a421-33a171fc7dde,,Discharged as a treatment outcome,Discharged as a treatment outcome,Misc,Text,,,,,,,,,,,,,,,,,,,, -166477AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of second dose of CureVac CVnCoV,,Procedure,N/A,,,CIEL:166477,2nd CureVac CVnCoV,,,,,,,,,,,,,,,, -166475AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of CureVac CVnCoV,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166393AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of second dose of Novavax,,Procedure,N/A,,,CIEL:166393,2nd Novavax,,,,,,,,,,,,,,,, -166391AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Novavax,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166387AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Chumakov Center CoviVac,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Vector Institute EpiVacCorona,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166381AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of CanSinoBIO Convidicea,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166253AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Sinopharm BBIBP-CorV,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166251AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of first dose of Sinopharm BBIBP-CorV,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Post-Acute Sequelae of SARS-CoV-2 infection (PASC),Persistence of symptoms > 12 weeks after onset of COVID-19,Diagnosis,N/A,,,,Long COVID,,,,,,,,,,,,,,,, -166153AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of second dose of Gamaleya Sputnik V,,Procedure,N/A,,,CIEL:166153,2nd Gamaleya Sputnik V,,,,,,,,,,,,,,,, -166151AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Gamaleya Sputnik V,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166149AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of first dose of Oxford University-AstraZeneca,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166147AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Pfizer-BioNTech,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166145AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of second dose of Pfizer-BioNTech,,Procedure,N/A,,,CIEL:166145,2nd Pfizer-BioNTech,,,,,,,,,,,,,,,, -166143AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of first dose of Pfizer-BioNTech,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166019AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Immunosuppressed,,Finding,Coded,,,SNOMED CT:38013005,,,,,,,,,,,,,,,,, -165851AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Province,Generic field to capture the geographic location province,Question,Text,,,,,,,,,,,,,,,,,,,, -165833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Visited health facility in past two weeks,,Question,Coded,,,,,,,,,,,,,,,,,,,, -165795AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,History of proper isolation procedure,,Finding,Coded,,,,,,,,,,,,,,,,,,,, -165657AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Country,,ConvSet,N/A,,,SNOMED CT:223369002,,,,,,,,,,,,,,,,, -504796a1-fa47-40cd-ac90-eb40e2765df6,,What is the Country where COVID-19 diagnosis was made?,Refers to the Country where COVID-19 diagnosis was made.,Question,Coded,Country,,,,,,,,,,,,,,,,,,, -165655AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Country of employment,,Question,Coded,,,LOINC:80437-7,,,,,,,,,,,,,,,,, -165649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inconclusive,,Misc,N/A,,,CIEL:165649,,,,,,,,,,,,,,,,, -bfc5fbb9-2b23-422e-a741-329bb2597032,,Tie Breaker HIV Test Result,,Question,Coded,Inconclusive;Negative,,,,,,,,,,,,,,,,,,, -45932a53-eed8-40fb-a3a6-bfa6d8d8ba8a,,What is the test results?,Description of the test results,Question,Coded,Inconclusive;Negative,,,,,,,,,,,,,,,,,,, -165645AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,City visited (text),,Question,Text,,,LOINC:94653-3,,,,,,,,,,,,,,,,, -165643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,History of extracorporeal membrane oxygenation (ECMO),,Finding,Coded,,,SNOMED CT:67231000119106,,,,,,,,,,,,,,,,, -164422AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Laboratory name,,Question,Text,,,,,,,,,,,,,,,,,,,, -163724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date test completed,,Question,Datetime,,,,,,,Date ou le test a ete complete,,Dat tès fin fèt,,,,,,,,,,, -163364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nasopharyngeal swab,Swab collected from the posterior pharynx through the nose,Specimen,N/A,,,,,,,,,,,,,,,,,,,, -163362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oropharyngeal swab specimen,Swab collected from the throat (soft palate and/or tonsils),Specimen,N/A,,,,Throat swab,,,,,,,,,,,,,,,, -162868AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sign/symptom end date,,Question,Date,,,CIEL:162868,,,,,,,,,,,,,,,,, -162604AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Country visited,Countries part of travel history,Question,Coded,,,LOINC:94651-7,,,,,,,,,,,,,,,,, -162086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Specimen number,,Misc,Text,,,,,,,,,,,,,,,,,,,, -162078AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date test ordered,,Question,Datetime,,,CIEL:162078,,,,,,,,,,,,,,,,, -159951AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Specimen collection date,The date and time a specimen was collected from the patient.,Misc,Datetime,,,org.openmrs.module.mdrtb:SPUTUM COLLECTION DATE,specimen date,,,,,,,,,,,,,,,, -159465AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Student,Student as an answer to question about occupation.,Misc,N/A,,,,,,,,,Elèv,,,,,,,,,,, -295dd0ce-a242-4318-a240-255601c6d68f,,What is the occupation of COVID-19 client?,Description of COVID-19 client occupation,Question,Coded,Health care worker;Health laboratory worker;Other non-coded;Student;Works with animals,,,,,,,,,,,,,,,,,,, -158843AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sore throat,,Diagnosis,N/A,,,3BT:10048507;ICPC2:R74;IMO-ProblemIT:89743;SNOMED CT:267102003,,,,Maux de gorge,,,,,,,,,,,,, -156753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Immunocompromised state,,Diagnosis,N/A,,,IMO-ProblemIT:802369;SNOMED CT:370388006,,,,,,,,,,,,,,,,, -145270AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chronic Nonspecific Lung Disease,,Diagnosis,N/A,,,IMO-ProblemIT:76407;SNOMED CT:37180002,,neumopatía crónica inespecífica,,,,,,,,,,,,,,, -140237AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fever with Chills,"An abnormal elevation of body temperature, usually as a result of a pathologic process.",Diagnosis,N/A,,,3BT:10049408;ICPC2:A03;IMO-ProblemIT:325040;SNOMED CT:274640006,,fiebre con escalofríos,,,,,,,,,,,,,,, -133632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Muscle pain,,Diagnosis,N/A,,,AMPATH:6034;IMO-ProblemIT:27371;SNOMED CT:68962001,,mialgia,,Douleur musculaire,,doulè nan misk,,,,,,,,,,, -166476AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of first dose of CureVac CVnCoV,,Procedure,N/A,,,,CureVac CVnCoV,,,,,,,,,,,,,,,, -166394AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Sinopharm-Wuhan,,Procedure,N/A,,,,Sinopharm-Wuhan,,,,,,,,,,,,,,,, -166392AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of first dose of Novavax,,Procedure,N/A,,,,Novavax,,,,,,,,,,,,,,,, -166388AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Bharat Biotech Covaxin,,Procedure,N/A,,,,Bharat Biotech Covaxin,,,,,,,,,,,,,,,, -166380AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Sinovac CoronaVac,,Procedure,N/A,,,,Sinovac CoronaVac,,,,,,,,,,,,,,,, -166356AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Janssen,,Procedure,N/A,,,,Janssen,,,,,,,,,,,,,,,, -166252AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of second dose of Sinopharm BBIBP-CorV,,Procedure,N/A,,,CIEL:166252,2nd Sinopharm BBIBP-CorV,,,,,,,,,,,,,,,, -166200AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Country of diagnosis,,Question,Coded,,,,,,,,,,,,,,,,,,,, -166152AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of first dose of Gamaleya Sputnik V,,Procedure,N/A,,,,Gamaleya Sputnik V,,,,,,,,,,,,,,,, -166150AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of second dose of Oxford University-AstraZeneca,,Procedure,N/A,,,CIEL:166150,2nd Oxford University-AstraZeneca Covishield vaccine,,,,,,,,,,,,,,,, -166148AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Oxford University-AstraZeneca,,Procedure,N/A,,,,Oxford University-AstraZeneca,,,,,,,,,,,,,,,, -166146AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of Moderna,,Procedure,N/A,,,,Moderna,,,,,,,,,,,,,,,, -166144AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of second dose of Moderna,,Procedure,N/A,,,CIEL:166144,2nd Moderna,,,,,,,,,,,,,,,, -166142AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration of first dose of Moderna,,Procedure,N/A,,,,1st Moderna,,,,,,,,,,,,,,,, -a31d1148-bbcc-4ad6-a015-8359d66bcfdc,,What COVID-19 vaccine was administered?,This is a description of the COVID-19 vaccines administered,Question,Coded,Intramuscular administration of Bharat Biotech Covaxin;Intramuscular administration of CanSinoBIO Convidicea;Intramuscular administration of Chumakov Center CoviVac;Intramuscular administration of first dose of CureVac CVnCoV;Intramuscular administration of first dose of Gamaleya Sputnik V;Intramuscular administration of first dose of Moderna;Intramuscular administration of first dose of Novavax;Intramuscular administration of first dose of Oxford University-AstraZeneca;Intramuscular administration of first dose of Pfizer-BioNTech;Intramuscular administration of first dose of Sinopharm BBIBP-CorV;Intramuscular administration of Janssen;Intramuscular administration of Sinopharm BBIBP-CorV;Intramuscular administration of Sinopharm-Wuhan;Intramuscular administration of Sinovac CoronaVac;Intramuscular administration of Vector Institute EpiVacCorona;Other vaccine manufacturer (1st dose),,,,,,,,,,,,,,,,,,, -166104AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Co-morbid condition (text),,Question,Text,,,,,,,Comorbidité (texte),,,,,,,,,,,,, -165878AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Remdesivir,,Drug,N/A,,,RxNORM:2284718,,,,,,,,,,,,,,,,, -165872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tocilizumab,,Drug,N/A,,,RxNORM:612865;SNOMED CT:777794005,,,,,,,,,,,,,,,,, -165870AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient condition resolved,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -165852AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Respiratory specimen severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) antigen rapid diagnostic test,,Test,Coded,,,,SARS-COV-2 antigen rapid diagnostic test,,,,,,,,,,,,,,,, -165850AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Close contact with person with acute respiratory infection 14 days prior to developing symptoms,Has the patient had close contact with a person with acute respiratory infection in the 14 days prior to symptom onset,Question,Coded,,,,,,,,,,,,,,,,,,,, -165848AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sequencing performed by confirming laboratory,,Question,Coded,,,,,,,,,,,,,,,,,,,, -165840AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Respiratory specimen severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) RNA detection by probe and target amplification method,,Test,Coded,,,,,,,,,,,,,,,,,,,, -069f6dfe-88c1-4a45-a894-0d99549c8718,,Description of COVID-19 test type,,Question,Coded,Respiratory specimen severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) antigen rapid diagnostic test;Respiratory specimen severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) RNA detection by probe and target amplification method,,,,,,,,,,,,,,,,,,, -165792AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Confirmed present,Status is proven,Misc,N/A,,,SNOMED CT:410605003,,,,,,,,,,,,,,,,, -165656AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,History of recent travel in past 14 days,,Finding,Coded,,,,,,,,,,,,,,,,,,,, -165654AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,City where employed,,Question,Text,,,LOINC:80431-0,,,,,,,,,,,,,,,,, -165648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date/time of isolation,Date/time patient was isolated.,Question,Datetime,,,,,,,,,,,,,,,,,,,, -165646AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chronic neurological or neuromuscular disease,,Finding,Coded,,,,,,,,,,,,,,,,,,,, -165616AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Administration of severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) vaccine,,Procedure,N/A,,,IMO-ProcedureIT:1494811699;SNOMED CT:840534001;SNOMED-UK:1240491000000103,,,,,,,,,,,,,,,,, -164829AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Name of ward,,Misc,Text,,,,,,,,,,,,,,,,,,,, -164359AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason for referral (text),Non coded / text reason for referral,Question,Text,,,,,,,,,,,,,,,,,,,, -163367AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Aspirate specimen,"Specimen obtained by aspiration , site unspecified",Specimen,N/A,,,,,,,,,,,,,,,,,,,, -163229AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Type of worker (text),,Question,Text,,,,,,,,,,,,,,,,,,,, -162863AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Probable,Qualifier value for certainty,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Suspected,,Misc,N/A,,,SNOMED CT:415684004,,,,,,,,,,,,,,,,, -165793AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Case classification,,Finding,Coded,Confirmed present;Probable;Suspected,,,Case status,,,,,,,,,,,,,,,, -161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Free text comment,,Misc,Text,,,CIEL:161011,,,,Texte libre commentaire,,Kòmantè tèks,,,,,,,,,,, -160034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Died,,State,N/A,,,,,Muerte,,Dècédé,,mouri,,,,,,,,,,, -a845f3e6-4432-4de4-9fff-37fa270b1a06,,What is the treatment outcome for COVID-19?,Description of COVID-19 treatment outcomes,Question,Coded,Died;Patient condition resolved;Post-Acute Sequelae of SARS-CoV-2 infection (PASC),,,,,,,,,,,,,,,,,,, -127777AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Red eye,,Diagnosis,N/A,,,IMO-ProblemIT:75075;PIH:3692;SNOMED CT:75705005,,irritación del ojo,,,,,,,,,,,,,,, -156358AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Former cigarette smoker,,Diagnosis,N/A,,,IMO-ProblemIT:709842;SNOMED CT:281018007,,,,,,,,,,,,,,,,, -155600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cigarette smoker,,Diagnosis,N/A,,,IMO-ProblemIT:709745;SNOMED CT:65568007,,,,,,,,,,,,,,,,, -124628AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tired,,Diagnosis,N/A,,,IMO-ProblemIT:301027;SNOMED CT:224960004,,cansado,,,,,,,,,,,,,,, -139201AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,H/O: Liver Disease,,Diagnosis,N/A,,,IMO-ProblemIT:360531;SNOMED CT:161535005,,antecedente de: enfermedad hepática,,,,,,,,,,,,,,, -135589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Loss of sense of smell,Loss of or impaired ability to smell. This may be caused by OLFACTORY NERVE DISEASES; PARANASAL SINUS DISEASES; viral RESPIRATORY TRACT INFECTIONS; CRANIOCEREBRAL TRAUMA; SMOKING; and other conditions.,Diagnosis,N/A,,,IMO-ProblemIT:328542;SNOMED CT:44169009,,Ausencia del sentido del olfato,,Perte de l'odorat,,,,,,,,,,,,, -118876AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Alteration of consciousness,Organic mental disorders in which there is impairment of the ability to maintain awareness of self and environment and to respond to environmental stimuli. Dysfunction of the cerebral hemispheres or brain stem RETICULAR FORMATION may result in this condition.,Diagnosis,N/A,,,IMO-ProblemIT:380267;SNOMED CT:3006004,,alteración de la consciencia,,Altération de la conscience,,Modifikasyon nan konsyans,,,,,,,,,,, -75687AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Enoxaparin,,Drug,N/A,,,RxNORM:67108;SNOMED CT:108984007,,,,,,,,,,,,,,,,, -74609AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dexamethasone,,Drug,N/A,,,PIH:6850;RxNORM:3264;SNOMED CT:7561000,,,,Dexamethasone,,Dèksamtason,,,,,,,,,,, -82453AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Prednisone,,Drug,N/A,,,AMPATH:491;RxNORM:8640;SNOMED CT:10312003,,,,Prednisone,,Prednizonn,,,,,,,,,,, -79743AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Methylprednisolone,,Drug,N/A,,,RxNORM:6902;SNOMED CT:27242001,,,,,,,,,,,,,,,,, -77413AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Heparin,,Drug,N/A,,,PIH:7879;RxNORM:5224;SNOMED CT:84812008,,,,Héparine non fractionnée,,Eparinn,,,,,,,,,,, -4ec427d6-5f42-402a-bd76-7b12bfb8b73e,,What medications are given for COVID-19 management?,Medications for COVID-19 management,Question,Coded,Dexamethasone;Enoxaparin;Heparin;Methylprednisolone;Other non-coded;Prednisone;Remdesivir;Tocilizumab,,,,,,,,,,,,,,,,,,, -1723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Third trimester,The seven to nine month period of a pregnancy. Answer to timing questions for pregnancy.,Misc,N/A,,,SNOMED CT:41587001,Third trimester,,,Troisième trimestre,,Twosiem Trimes,,,,,,,,,,, -1721AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,First trimester,The zero to three month period of a pregnancy. Answer to timing questions for pregnancy.,Misc,N/A,,,SNOMED CT:255246003,First trimester,,,Premier trimestre,,Premye Trimes,,,,,,,,,,, -1641AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Discharge date-time,Date/Time of Discharge from Hospital or Clinic,Question,Datetime,,,AMPATH:1869;AMPATH:5071;PIH:3800;SNOMED CT:442864001,Discharge date-time,,,Date/heure du départ,,,,,,,,,,,,, -1543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of death,,Finding,Date,,,AMPATH:1570;PIH:1815;SNOMED CT:399753006,,,,Date du décès,,Dat li mouri,,,,,,,,,,, -1537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Health facility,,Misc,N/A,,,,,,,Centre médical,,,,,,,,,,,,, -b720a26b-e9e5-4159-a4a2-29b4aba6598b,,What is the place where the case was investigated for COVID-19?,Describes the place where the case was investigated for COVID-19,Question,Coded,Health facility;Household;Mass testing;Other non-coded;Quarantine facility,,,,,,,,,,,,,,,,,,, -1001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Serum,Blood supernatent product after blood clots,Specimen,N/A,,,,,,,,,,,,,,,,,,,, -5226AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Weakness,The condition or quality of being weak.,Symptom/Finding,N/A,,,AMPATH:5226;AMPATH:5543;IMO-ProblemIT:84828;SNOMED CT:13791008,,,,Faiblesse,,feblès,,,,,,,,,,, -5006AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Asymptomatic,General descriptive term.,Misc,N/A,,,AMPATH:5006;SNOMED CT:84387000,,,,,,,,,,,,,,,,, -244b0dc0-eb1b-46ae-b62a-f580345d4f46,,What are the COVID-19 presenting symptoms?,Description of COVID-19 presenting symptoms,Question,Coded,Alteration of consciousness;Asymptomatic;Cough;Diarrhoea;Fever with Chills;Loss of sense of smell;Muscle pain;Other non-coded;Red eye;Runny nose;Sore throat;Tired;Weakness,,,,,,,,,,,,,,,,,,, -1730AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sign/symptom start date,The date when the sign or symptom started.,Question,Date,,,CIEL:1730,Sign/Symptom Start,,,Date début des symptômes,,Dat siy/sentòm komanse,,,,,,,,,,, -1722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Second trimester,The four to six month period of a pregnancy. Answer to timing questions for pregnancy.,Misc,N/A,,,SNOMED CT:59466002,Second trimester,,,Second trimestre,,Deziem Trimes,,,,,,,,,,, -1640AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Admission date-time,Date/time of admission to hospital or clinic,Question,Datetime,,,AMPATH:1868;PIH:3290;SNOMED CT:399423000,Admit Date-Time,,,Date-heure d'admission,,,,,,,,,,,,, -1410AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaccination date,The full date of a vaccination,Finding,Date,,,CIEL:1410,Vaccination date,,,Date de vaccination,,Dat vaksen,,,,,,,,,,, -c85eb064-5ef7-4ac6-8e56-4749bd58df44,,What is COVID-19 vaccination date (1st dose)?,Description of COVID-19 vaccination date (1st dose),Question,Coded,Vaccination date,,,,,,,,,,,,,,,,,,, -1180AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Postpartum,Of or occurring in the period shortly after childbirth.,Misc,N/A,,,AMPATH:1180;SNOMED CT:255410009,,,,,,,,,,,,,,,,, -1068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Symptomatic,Generic answer to a question.,Misc,N/A,,,AMPATH:1068;SNOMED CT:264931009,,,,,,,,,,,,,,,,, -ae46f4b1-c15d-4bba-ab41-b9157b82b0ce,,What is the reason for COVID-19 testing?,Describes the reason for COVID-19 testing,Question,Coded,Contact of a case;Entry into a country;Follow-up;Health worker;Other frontline worker;Other non-coded;Post-mortem;Quarantine;RDT confirmatory;Surveillance;Symptomatic;Travel out of country;Voluntary,,,,,,,,,,,,,,,,,,, -1004AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sputum,"Matter coughed up and usually ejected from the mouth, including saliva, foreign material, and substances such as mucus or phlegm, from the respiratory tract.",Specimen,N/A,,,,,,,Expectorations,,krache,,,,,,,,,,, -20067dce-0d11-4a0a-bd20-681f02483c79,,Trimester of pregnancy,Categorical description of gestational age using trimesters,Question,Coded,First trimester;Second trimester;Third trimester,,,,,,,,,,,,,,,,,,, -20053cba-9171-4ae6-9997-6ce7d4c6a3cc,,Hospitalized due to COVID-19 illness?,Describes whether the patient was hospitalized due to COVID-19 illness,Question,Coded,,,,,,,,,,,,,,,,,,,, -de3bc9b7-05b5-41b6-a38d-8d2eec646c4f,,What is the patient status with regard to COVID-19?,Describes the status of patient with regard to COVID-19,Question,Coded,Asymptomatic;Symptomatic,,,,,,,,,,,,,,,,,,, -40cb816f-797b-4cb4-a9fb-2727b2373623,,Has the patient been vaccinated for COVID-19,Describes whether the patient has received COVID-19 vaccination,Question,Coded,,,,,,,,,,,,,,,,,,,, -129317AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Postpartum State,,Diagnosis,Coded,,,IMO-ProblemIT:714157;SNOMED CT:86569001,,puerperio,,,,,,,,,,,,,,, -662edd6a-9f8a-4dfa-9956-a6ec42018c72,,Presumptive Tuberculosis,Presumptive TB refers to a patient who presents with symptoms or signs suggestive of TB (previously known nas a TB suspect).,Symptom/Finding,N/A,,,OCT:PresumptiveTB,,,,,,,,,,,,,,,,, -c15f7112-d140-49e7-a844-534e723d1bbf,,Other (Specify),,ConvSet,Coded,Free text comment;Other non-coded,,OCT:OtherSpecify,,,,,,,,,,,,,,,,, -166079AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of last normal menstrual period,,Finding,Date,,,CIEL:166079;SNOMED CT:248993009,Date of LNMP,,,,,,,,,,,,,,,, -163526AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Treatment start date,,Question,Date,,,CIEL:163526;SNOMED CT:413946009,,,,Date de debut du traitement,,Dat yo komanse tretman,,,,,,,,,,, -163284AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date tuberculosis prophylaxis ended,,Finding,Date,,,CIEL:163284,,,,Fin ed la prophylaxie pour tuberculose,,Dat fini ak tibèkiloz pwofilaktik,,,,,,,,,,, -162542AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Adhesive tape,,Misc,N/A,,,CIEL:162542;SNOMED CT:84756000,,,,Ruban adhésif,,Tep adezif,,,,,,,,,,, -162540AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pollen,,Misc,N/A,,,CIEL:162540;SNOMED CT:256259004,,,,Pollen,,Polèn,,,,,,,,,,, -162538AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Latex,,Misc,N/A,,,CIEL:162538;SNOMED CT:111088007,,,,Latex,,Latèks,,,,,,,,,,, -162536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bee venom,,Misc,N/A,,,CIEL:162536;SNOMED CT:288328004,,,,,,,,,,,,,,,,, -162320AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date started on tuberculosis prophylaxis,,Finding,Date,,,CIEL:162320,,,,Début de la prophylaxie pour tuberculose,,Dat komansman tibèkiloz pwofilaktik,,,,,,,,,,, -159431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis treatment end date,Date on which the treatment for tuberculosis ended.,Finding,Date,,,CIEL:159431;PIH:2597,TB treatment end date,,,Date ou le traitement contre Ia TB a ete complete,,Fini ak tretmen pou tibekuloz,,,,,,,,,,, -166446AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Express pharmacy pickup without clinician visit,,Procedure,N/A,,,CIEL:166446;KenyaEMR:164946,,,,,,,,,,,,,,,,, -162541AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ambrosia,Organism,Misc,N/A,,,CIEL:162541;SNOMED CT:69334009,,,,,,,,,,,,,,,,, -162539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mold,Organism,Misc,N/A,,,CIEL:162539;SNOMED CT:84489001,,,,Moule,,,,,,,,,,,,, -162537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dust,,Misc,N/A,,,CIEL:162537;SNOMED CT:33008008,,,,Poussière,,Pousyè,,,,,,,,,,, -160573AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Currently not sexually active,Patient is not engaging in sexual activity.,Finding,N/A,,,CIEL:160573;PIH:3211;SNOMED CT:162171002,,,,Pas sexuellement actif,,,,,,,,,,,,, -160531AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chief complaint (text),,Finding,Text,,,CIEL:160531,,,,Complainte principale (texte),,Plent prensipal (tèks),,,,,,,,,,, -160523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Follow-up Visit, Regular",,Misc,N/A,,,CIEL:160523;PIH-Malawi:6193,,,,"Visite de suivi, régulier",,"Vizit Suivi, regilye",,,,,,,,,,, -8a9809e9-8a0b-4e0e-b1f6-80b0cbbe361b,,What type of visit is the client scheduled for?,Describes the type of HIV clinical visit a client was scheduled for,Question,Coded,"Express pharmacy pickup without clinician visit;Follow-up Visit, Regular;Unknown",,OCT:VisitType,,,,,,,,,,,,,,,,, -72609AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Caffeine,,Drug,N/A,,,CIEL:72609;RxNORM:1886;SNOMED CT:91107009,,,,Caféine,,Kafeyin,,,,,,,,,,, -5219AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chief complaint,Patient's chief complaint,Question,Coded,,,AMPATH:5219;CIEL:5219;LOINC:8661-1;SNOMED CT:33962009,,,,Plainte principale,,Plent prensipal,,,,,,,,,,, -1499AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Moderate,General qualifier value of the severity,Finding,N/A,,,AMPATH:1744;CIEL:1499;PIH:1900;PIH:1907;SNOMED CT:6736007,,,,Modéré,,Modéré,,,,,,,,,,, -1113AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis drug treatment start date,Encounter form question. Date in which tuberculosis treatment was started.,Question,Date,,,AMPATH:1113;CIEL:1113;PIH:1113;SNOMED-MVP:11131000105005,,,,Date de debut du traitement anti tuberculeux,,dat komansman tretman tibekiloz,,,,,,,,,,, -5596AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Estimated date of confinement,An estimation of the date in which a mother will give birth to her child.,Question,Date,,,AMPATH:1854;AMPATH:5596;CIEL:5596;LOINC:11779-6;SNOMED CT:366322004,EDC,,,Date probable d'accouchement,,Dat li sipoze akouche,,,,,,,,,,, -5096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Return visit date,Patient is to return on this date,Misc,Date,,,AMPATH:5096;CIEL:5096;org.openmrs.module.mdrtb:RETURN VISIT DATE;PIH-Malawi:5096;SNOMED-MVP:50961000105000,,,,Date prochaine visite,,Dat pwochen vizite,,,,,,,,,,, -1500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Severe,General qualifier value for the severity assesment,Finding,N/A,,,AMPATH:1745;CIEL:1500;PIH:1903;SNOMED CT:24484000,,,,Severe,,Sevè,,,,,,,,,,, -1498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mild,General qualifier value,Finding,N/A,,,AMPATH:1743;CIEL:1498;PIH:1901;SNOMED CT:255604002,,,,Léger,,Lejè,,,,,,,,,,, -1434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Currently pregnant,,Finding,Boolean,,,AMPATH:1484;CIEL:1434;IMO-ProblemIT:52609;SNOMED CT:77386006,Currently pregnant,,,Femme enceinte,,Fanm ensent,,,,,,,,,,, -1246AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Scheduled visit,"Question on encounter form: asks whether the current visit is scheduled.. Yes = scheduled visit, no = unscheduled visit.",Question,Boolean,,,AMPATH:1246;CIEL:1246;PIH:1246;SNOMED-MVP:12461000105003,,,,,,,,,,,,,,,,, -1154AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,New complaints,Complaints since the last visit to the clinic. Question asked on encounter form in a boolean fashion.,Question,Boolean,,,AMPATH:1154;CIEL:1154;SNOMED-MVP:11541000105006,,,,,,,,,,,,,,,,, -b5ddaf2e-dae3-4e4d-81ca-6cead3d59973,,Stop Differentiated Care Serivces,Indicated that a previously stable client has been disenrolled from differentiated care services since they are no longer stable.,Procedure,N/A,,,OCT:StopDifferentiatedCare,,,,,,,,,,,,,,,,, -9cca15ce-db78-4a39-be0d-aae19e089ec1,,Start Differentiated Care Services,Indicates that the client has commenced differentiated care services since they are considered stable clients,Procedure,N/A,,,OCT:StartDifferentiatedCare,,,,,,,,,,,,,,,,, -d4bc223e-0caf-4ee7-a177-4e9dbccca9dc,,Unstable Client,Unstable clients are those people living with HIV who require frequent nclinical consultations.,Symptom/Finding,N/A,,,OCT:Unstable,,,,,,,,,,,,,,,,, -b45e6593-8964-4e6d-8e9b-fe69084157b6,,Stable Client,Stable clients are those people living with HIV who are adherent to treatment and do not require frequent nclinical consultations.,Symptom/Finding,N/A,,,OCT:Stable,,,,,,,,,,,,,,,,, -cf0aaf49-d6d8-40d3-85c3-b80985d8e68a,,HIV stability assessment,Categorization of HIV clients to stable or unstable so as to determine the service delivery model.,Symptom/Finding,Coded,Stable Client;Unknown;Unstable Client,,OCT:StabilityAssessment,,,,,,,,,,,,,,,,, -bc4ee431-ca40-413d-8b9e-b7fa1abe38f5,,Follow-up visit type,The type of visit a client is expected to have during their next appointment,Procedure,Coded,"Express pharmacy pickup without clinician visit;Follow-up Visit, Regular;Other non-coded;Unknown",,OCT:FollowupVisitType,,,,,,,,,,,,,,,,, -166447AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Standard pharmacy pickup following clinician visit,,Procedure,N/A,,,CIEL:166447;KenyaEMR:164942,,,,,,,,,,,,,,,,, -166445AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Facility group medication distribution,,Procedure,N/A,,,CIEL:166445;KenyaEMR:164946,,,,,,,,,,,,,,,,, -166443AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Community medication distribution, healthcare worker led",,Procedure,N/A,,,CIEL:166443;KenyaEMR:164944,,,,,,,,,,,,,,,,, -165619AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cervical cancer screening performed,,Finding,N/A,,,CIEL:165619;SNOMED CT:268543007,,,,,,,,,,,,,,,,, -164362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cotrimoxazole prophylaxis stop date,,Question,Date,,,CIEL:164362,,,,,,,,,,,,,,,,, -160652AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient not using family planning,,Finding,N/A,,,CIEL:160652,,,,,,,,,,,,,,,,, -160588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pill burden,Reason for noncompliance with treatment,Misc,N/A,,,CIEL:160588,,,,,,,,,,,,,,,,, -160586AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Felt better and stopped taking medication,Reason for noncompliance with treatment,Misc,N/A,,,CIEL:160586,,,,,,,,,,,,,,,,, -160584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lost or ran out of medication,Reason for not complying with treatment,Misc,N/A,,,CIEL:160584,,,,Perdu ou manqué de médicaments,,Medikaman pèdi oswa fini,,,,,,,,,,, -160103AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Last CD4 count date,,Finding,Date,,,CIEL:160103;PIH:5497,,,,Date dernier compte CD4,,,,,,,,,,,,, -159835AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,continue,General term for continuing the given care or process,Misc,N/A,,,CIEL:159835;SNOMED-MVP:1598351000105008,,,,,,,,,,,,,,,,, -166444AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Community medication distribution, peer led",,Procedure,N/A,,,CIEL:166444;KenyaEMR:164945,,,,,,,,,,,,,,,,, -166448AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antiretroviral treatment refill model,The type of medication delivery used in Kenya for HIV ART distribution.,Question,Coded,"Community medication distribution, healthcare worker led;Community medication distribution, peer led;Express pharmacy pickup without clinician visit;Facility group medication distribution;Standard pharmacy pickup following clinician visit",,CIEL:166448;KenyaEMR:164947,ART refill model,,,,,,,,,,,,,,,, -165618AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cervical cancer screening not performed,,Finding,N/A,,,CIEL:165618;SNOMED CT:4461000175108,,,,,,,,,,,,,,,,, -e5e99fc7-ff2d-4306-aefd-b87a07fc9ab4,,Cervical cancer screening status,Has the client been screened for cervical cancer,ConvSet,Coded,Cervical cancer screening not performed;Cervical cancer screening performed;Unknown,,OCT:CervicalCancerScreeening_ConvSet,,,,,,,,,,,,,,,,, -165429AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of last cervical cancer screening,,Question,Date,,,CIEL:165429,,,,Date du dernier dépistage du cancer du Col,,Dat dènye depistaj kansè kòl,,,,,,,,,,, -164361AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cotrimoxazole prophylaxis start date,Question to capture when CTX prophylaxis was started.,Question,Date,,,CIEL:164361,,,,,,,,,,,,,,,,, -163281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of reported HIV viral load,"The date the viral load was done, as reported by the patient.",Question,Date,,,CIEL:163281,,,,Date pour la charge virale du VIH rapporte,,Dat chay viral VIH malad rapote,,,,,,,,,,, -160589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Concerned about privacy/stigma,Reason for noncompliance with treatment,Misc,N/A,,,CIEL:160589,,,,Préoccupé par l'intimité / stigmatisation,,Konsène sou vi prive / stigma,,,,,,,,,,, -160587AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Forgot to take medication,Reason for noncompliance with treatment,Misc,N/A,,,CIEL:160587,,,,Vous avez oublié de prendre des médicaments,,Bliye pran medikaman,,,,,,,,,,, -160585AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Felt too ill to take medication,Reason for noncompliance with treatment,Misc,N/A,,,CIEL:160585,,,,Se sentir trop malade pour prendre des médicaments,,Te santim twò malad pou pran medikaman yo,,,,,,,,,,, -160583AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Shares medications with others,Reason for not having sufficient medication,Misc,N/A,,,CIEL:160583,,,,,,,,,,,,,,,,, -159836AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,discontinue,General term for discontinuing the given care or process,Misc,N/A,,,CIEL:159836;SNOMED CT:421286000,,,,,,,,,,,,,,,,, -159832AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,express care program status,The status of the express care program,Misc,Coded,continue;discontinue;re-enroll,,CIEL:159832,,,,,,,,,,,,,,,,, -159376AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of reported CD4 count,Date of last CD4 count done for the patient as reported (rather than recorded as test result).,Question,Date,,,CIEL:159376;PIH:3461;SNOMED-MVP:1593761000105001,,,,Date rapporte pour le compte de CD4,,Dat pou kont total CD4,,,,,,,,,,, -5497AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CD4 count,Measure of CD4 (T-helper cells) in blood,Test,Numeric,,,AMPATH:5497;CIEL:5497;IMO-ProcedureIT:923416;LOINC:24467-3;org.openmrs.module.mdrtb:CD4 COUNT;PIH:5497;SNOMED CT:313660005,CD4,,,Numération des lymphocytes CD4,,Nivo CD4,,,,1497,,99,445,cells/uL,,0, -5329AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV staging - adult herpes zoster,WHO Stage 2 Conditions - Herpes Zoster (Within Last 5 Years),Diagnosis,N/A,,,AMPATH:5329;CIEL:5329;PIH-Malawi:5329;SNOMED CT:422127002,,,,,,,,,,,,,,,,, -5327AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Asymptomatic HIV infection,WHO Stage 1 / CDC Category N Conditions - Asymptomatic HIV Infection,Diagnosis,N/A,,,AMPATH:5327;CIEL:5327;IMO-ProblemIT:512234;SNOMED CT:91947003,,,,Infection asymptomatique VIH,,Enfeksyon VIH san semptom,,,,,,,,,,, -1259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Change regimen,Answer on encounter form. Implies that a patient will receive a change in their current drug regimen.,Misc Order,N/A,,,AMPATH:1259;CIEL:1259,,,,,,,,,,,,,,,,, -1257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Continue regimen,Answer on encounter form. Implies that a patient will continue on the same drug regimen as previously described.,Misc Order,N/A,,,AMPATH:1257;CIEL:1257;PIH:1257;SNOMED CT:266714009,,,,,,,,,,,,,,,,, -1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Normal,General descriptive answer.,Misc,N/A,,,AMPATH:1115;CIEL:1115;SNOMED CT:17621005,,Normal,,Normale,,Nòmal,,,,,,,,,,, -981AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dosing change,Medication dose/quantity alteration.,Finding,N/A,,,AMPATH:981;CIEL:981;PIH:1258,,,,,,,,,,,,,,,,, -965AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Currently using birth control,"Question on encounter form: ""Is the patient or their partner currently using any form of family planning?",Question,Boolean,,,AMPATH:965;CIEL:965;SNOMED-MVP:9651000105005,,,,Utlisation de contraception,,Metod planin,,,,,,,,,,, -5338AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV staging - tuberculosis within year,"WHO Stage 3 Conditions - Tuberculosis, Pulmonary (Within Previous Year)",Diagnosis,N/A,,,AMPATH:5338;CIEL:5338;SNOMED-MVP:53381000105001,,,,,,,,,,,,,,,,, -5334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Candidiasis, oral",Fungal infection of the mouth. Also the WHO Stage 3 Condition - Oral Candidiasis (Thrush).,Diagnosis,N/A,,,AMPATH:295;AMPATH:296;AMPATH:5172;AMPATH:5334;AMPATH:5542;CIEL:5334;IMO-ProblemIT:26007;IMO-ProblemIT:26010;PIH:5334;PIH-Malawi:7545;SNOMED CT:79740000,,,,"Candidose, bucco-pharyngée",,,,,,,,,,,,, -5332AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Weight loss less than ten percent,WHO Stage 2 Conditions - Weight Loss <= 10% of Body Weight,Diagnosis,N/A,,,AMPATH:5332;CIEL:5332;SNOMED-MVP:53321000105000,,,,Perte de poids (<10%),,Pet pwa <10%,,,,,,,,,,, -5330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV staging - minor mucocutaneous manifestations,WHO Stage 2 Conditions - Minor Mucocutaneous Manifestations,Finding,N/A,,,AMPATH:5330;CIEL:5330;SNOMED-MVP:53301000105008,,,,,,,,,,,,,,,,, -5328AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV staging - persistent generalized lymphadenopathy,WHO Stage 1 Conditions - Persistent Generalized Lymphadenopathy (PGL),Finding,N/A,,,AMPATH:5328;CIEL:5328;SNOMED CT:95892003,,,,PHASE VIH - Lymphadenopathie chronique persistante,,VIH STAD - Persistent adenopati kwonik,,,,,,,,,,, -825AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hepatosplenomegaly,Coincident enlargement of the liver and spleen.,Finding,N/A,,,3BT:10040740;AMPATH:2209;AMPATH:825;CIEL:825;ICPC2:D23;IMO-ProblemIT:86340;SNOMED CT:36760000,,hepatoesplenomegalia,,,,,,,,,,,,,,, -819AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cannot afford treatment,Patient unable to pay for treatment.,Finding,N/A,,,AMPATH:819;CIEL:819;SNOMED-MVP:8191000105002,,No puede costear el tratamiento,,Pouvez pas offrir un traitement,,Pa kapab peye tretman,,,,,,,,,,, -5012AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV staging - recurrent upper respiratory infection,"WHO Stage 2 / CDC Category A - Recurrent Or Persistent URIs, Sinusitis, Or Otitis Media",Finding,N/A,,,AMPATH:5012;CIEL:5012;SNOMED-MVP:50121000105006,,,,,,,,,,,,,,,,, -1778AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Treatment or procedure not carried out due to fear of side effects,Treatment or medication not taken/given due to patient's fear about side effects.,Finding,Boolean,,,CIEL:1778;SNOMED-MVP:17781000105003,,,,Traitement ou intervention non suivi pour cause d'effets indésirables,,Tretment oswa pwosedi ki pa fèt akòz lapè efè segondè,,,,,,,,,,, -1360AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Requests family planning information,,Question,Boolean,,,CIEL:1360;SNOMED-MVP:13601000105006,Wants Fam Planning,,,Demande d'information sur le planning familial,,,,,,,,,,,,, -160653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Family planning status,The current family planning status of the patient/client.,Question,Coded,Currently using birth control;Patient not using family planning;Requests family planning information;Unknown,,CIEL:160653,,,,,,,,,,,,,,,,, -1260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Stop all,Answer on encounter form. Implies that a patient will stop all forms of a drug at a particular patient encounter.,Misc Order,N/A,,,AMPATH:1260;CIEL:1260;PIH:1260,,,,,,,,,,,,,,,,, -1256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Start drugs,Answer on encounter form. Implies that a patient will be started on drugs for that particular encounter.,Misc Order,N/A,,,AMPATH:1256;CIEL:1256;PIH:1256;SNOMED-MVP:12561000105002,,,,,,,,,,,,,,,,, -1222AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,WHO stage 3 peds,Convenience set.,ConvSet,N/A,,,AMPATH:1222;CIEL:1222;SNOMED-MVP:12221000105008,,,,,,,,,,,,,,,,, -1116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abnormal,General descriptive answer.,Misc,N/A,,,AMPATH:1116;AMPATH:514;CIEL:1116;SNOMED CT:263654008,,Anormal,,Abnormalitiés/Anormal,,Anòmal,,,,,,,,,,, -162737AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Physical exam outcome,"General outcome of physical exam, whether any abnormalities were detected.",Question,Coded,Abnormal;Normal;Unknown,,CIEL:162737,,,,,,,,,,,,,,,,, -856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV viral load,This is a measure of the number of copies/ml of DNA/RNA in patients with HIV.,Test,Numeric,,,AMPATH:856;CIEL:856;IMO-ProcedureIT:929811;SNOMED CT:315124004,,,,VIH charge virale,,,,,,,,,,copies/ml,,0, -820AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Transport problems,Patient has difficulties with transport to health care center.,Finding,N/A,,,AMPATH:820;CIEL:820;SNOMED CT:266934004,,,,,,,,,,,,,,,,, -730AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CD4%,Percentage of T-helper lymphocytes.,Test,Numeric,,,AMPATH:5498;AMPATH:730;CIEL:730;IMO-ProcedureIT:32917475;SNOMED CT:313938009,,,,Taux CD4,,To CD4,,100,,60,,,30,%,,0, -102AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Toxicity, drug","Adverse reaction to a drug (oral, parenteral, topical).",Diagnosis,N/A,,,AMPATH:102;CIEL:102;IMO-ProblemIT:381740;SNOMED CT:7895008,,efecto adverso,,Toxicité au médicaments,,Medikaman toksik,,,,,,,,,,, -152952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Environmental Allergies,,Diagnosis,N/A,,,CIEL:152952;IMO-ProblemIT:602827;SNOMED CT:426232007,,alergia ambiental,,Allergies environnementales,,Alèji anviwonman,,,,,,,,,,, -141760AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Drug Allergy,Immunologically mediated adverse reactions to medicinal substances used legally or illegally.,Diagnosis,N/A,,,CIEL:141760,,alergia medicamentosa,,Allergie aux médicaments,,Alèji dwòg,,,,,,,,,,, -139994AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Food Allergy,"Gastrointestinal disturbances, skin eruptions, or shock due to allergic reactions to allergens ingested in food.",Diagnosis,N/A,,,CIEL:139994,,alergia alimentaria,,Allergie alimentaire,,Alèji ak manje,,,,,,,,,,, -7f91dd90-f0db-4970-91c7-90091329c755,,Allergic reaction to,,ConvSet,Coded,Drug Allergy;Environmental Allergies;Food Allergy,,OCT:Allegen,,,,,,,,,,,,,,,,, -162822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Moderate to severe,,Misc,N/A,,,CIEL:162822;SNOMED CT:371924009,,,,,,,,,,,,,,,,, -162678AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Worse,Qualifier term to mean less than previous status.,Misc,N/A,,,CIEL:162678;SNOMED CT:231877006,,,,Plus grave,,Pi mal,,,,,,,,,,, -162546AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fish,Organism,Misc,N/A,,,CIEL:162546;SNOMED CT:90580008,,,,Poisson,,Pwason,,,,,,,,,,, -162544AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chocolate,Food made from cocoa,Misc,N/A,,,CIEL:162544;SNOMED CT:102262009,,,,Chocolat,,Chokola,,,,,,,,,,, -162176AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Soya bean,,Misc,N/A,,,CIEL:162176;SNOMED CT:256355007,,,,,,,,,,,,,,,,, -165996AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Symptom name, uncoded (text)",,Symptom,Text,,,CIEL:165996,,,,,,,,,,,,,,,,, -162821AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mild to moderate,,Misc,N/A,,,CIEL:162821;SNOMED CT:371923003,,,,,,,,,,,,,,,,, -162819AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fatal,,Misc,N/A,,,CIEL:162819;SNOMED CT:399166001,,,,,,,,,,,,,,,,, -162679AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Unchanged,Qualifier,Misc,N/A,,,CIEL:162679;SNOMED CT:260388006,,,,Inchangé,,pa chanje,,,,,,,,,,, -162677AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Better,Qualifier,Misc,N/A,,,CIEL:162677;SNOMED CT:162497004,,,,Mieux,,Pi bon,,,,,,,,,,, -162676AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Symptom progression,Qualitative description of symptom progression or status.,Finding,Coded,Better;Unchanged;Unknown;Worse,,CIEL:162676,,,,,,,,,,,,,,,,, -162547AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Milk protein,,Misc,N/A,,,CIEL:162547;SNOMED CT:10827009,,,,Protéines du lait,,Pwoteyin lèt,,,,,,,,,,, -1869AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sign/symptoms onset (quantitative),Numeric measure of time of onset of symptom from beginning of illness or other mark of time.,Question,Numeric,,,CIEL:1869;SNOMED-MVP:18691000105009,,,,,,,,,,,,,,,,0, -1841AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Slowly,"General response to a timing question. Slowly, gradually, over many days, would be characterized with this value.",Misc,N/A,,,CIEL:1841;SNOMED CT:419443000,Slowly,,,Lentement,,,,,,,,,,,,, -1839AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Suddenly,"General response to a timing question. Sudden, very fast, abrupt would be characterized using this value",Misc,N/A,,,CIEL:1839;SNOMED-MVP:18391000105003,Suddenly,,,soudainement,,,,,,,,,,,,, -1731AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sign/symptom duration,The numeric value of the duration of the sign or symptom.,Question,Numeric,,,CIEL:1731;PIH:1294;PIH:2160;PIH:2161;SNOMED CT:162442009,Sign/symptom duration,,,Durée des symptômes,,,,,,,,,,,,0, -1840AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fast,"General response to a timing question. Fast, quickly, over one day would be characterized using this value.",Misc,N/A,,,CIEL:1840;SNOMED CT:277748003,Fast,,,rapidement,,,,,,,,,,,,, -1838AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sign/symptoms onset (qualitative),The onset of signs or symptoms,Question,Coded,Fast;Slowly;Suddenly;Unknown,,CIEL:1838;SNOMED CT:162461008,,,,,,,,,,,,,,,,, -1728AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sign/symptom name,The name of the sign or symptom.,Misc,Coded,,,CIEL:1728;PIH:1293,sign/symptom,,,Nom des symptômes,,Non siy/sentòm,,,,,,,,,,, -37078a69-0ddb-4533-a971-f2be3bf1177d,,Regimen Change - Other,Another reason a clients regimen was changed/switched,Question,Text,,,OCT:Other-RegimenChange,,,,,,,,,,,,,,,,, -c2d57bcb-02f2-457d-af05-8d759a1457a7,,Fluconazole Stop Date,Date Fluconazole prophylaxis /Treatment for Cryptococcal meningitis was stopped,Question,Date,,,OCT:FluconazoleStopDate,,,,,,,,,,,,,,,,, -5ac4300a-5e19-45c8-8692-31a57d6d5b8c,,Fluconazole Start Date,The date Fluconazole for Cryptococcal meningitis was commenced,Question,Date,,,OCT:FluconazoleStartDate,,,,,,,,,,,,,,,,, -164435AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Other patient decision,,Misc,N/A,,,CIEL:164435,,,,,,,,,,,,,,,,, -163545AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Last HIV viral load,This is the most recent viral load test results. HIV viral load is the measure of the number of copies/ml of DNA/RNA in patients with HIV.,Test,Numeric,,,CIEL:163545;SNOMED CT:315124004,,,,Dernière charge virale du VIH,,Dènye chaj viral VIH,,,,,,,,,,0, -162693AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Life threatening severity,,Misc,N/A,,,CIEL:162693;SNOMED CT:442452003,,,,,,,,,,,,,,,,, -160739AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antiretroviral treatment stop date,,Question,Date,,,CIEL:160739,,,,,,,,,,,,,,,,, -160018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Treatment never started - patient refused,,State,N/A,,,CIEL:160018,,,,Traitement jamais commencer - patient refus,,Tretman pa janm kòmanse - pasyan refize,,,,,,,,,,, -160016AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Planned treatment interruption,,Misc,N/A,,,CIEL:160016,Planned rx interruption,,,,,,,,,,,,,,,, -159598AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Non-compliance with treatment or therapy,Not following the prescribed course of therapy or not taking prescribed medicines.,Finding,N/A,,,CIEL:159598;SNOMED CT:275936005,,,,Le non-respect d'un traitement ou d'une thérapie,,Ki pa konfòm avèk tretman oswa terapi,,,,,,,,,,, -159406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fair,"Degree of finding, pertaining to a class fair.",Misc,N/A,,,CIEL:159406,,,,,,,,,,,,,,,,, -127750AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Refusal of treatment by patient,"Patient or client refusal of or resistance to medical, psychological, or psychiatric treatment. (APA, Thesaurus of Psychological Index Terms, 8th ed.)",Diagnosis,Boolean,,,CIEL:127750;IMO-ProblemIT:332345;PIH:1483;SNOMED CT:105480006,,rechazo del tratamiento por el paciente,,Refus de traitement par le patient,,Pasyan pa vle pran medikaman,,,,,,,,,,, -162760AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Severity of adverse reaction,,Question,Coded,Fatal;Life threatening severity;Mild;Moderate;Severe,,CIEL:162760;SNOMED-US:446401000124104,,,,La gravité de la réaction indésirable,,Gravite nan reyaksyon kontrè,,,,,,,,,,, -160738AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date drug restarted,When was the drug restarted?,Question,Date,,,CIEL:160738,,,,,,,,,,,,,,,,, -159407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Poor,Pertaining to poor grade.,Misc,N/A,,,CIEL:159407,,,,,,,,,,,,,,,,, -159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Good,"Degree of finding, as answer to question",Misc,N/A,,,CIEL:159405,,,,,,,,,,,,,,,,, -166462AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pneumocystis carinii pneumonia prophylaxis adherence,"Based on actual dispensed drugs, Good=>95%, Fair= 85-94%, Poor=<84%",Question,Coded,Fair;Good;Poor;Unknown,,CIEL:166462;KenyaEMR:164941,PCP prophylaxis adherence,,,,,,,,,,,,,,,, -161653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Isoniazid adherence,,Question,Coded,Fair;Good;Poor;Unknown,,CIEL:161653,INH adherence,,,,,,,,,,,,,,,, -da4e1fd2-727f-4677-ab5f-44058555052c,,HIV Treatment adherence,,Question,Coded,Fair;Good;Poor;Unknown,,OCT:HAARTAdherence,,,,,,,,,,,,,,,,, -1306AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Beyond detectable limit,Descriptive Term: beyond detectable limit.,Misc,N/A,,,AMPATH:1306;CIEL:1306,BDL,,,Au-delà de la limite détectable,,Pi lwen pase LIMIT ki ka detekte,,,,,,,,,,, -1302AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Not detected,"Descriptive term: unable to discover or ascertain the existence, presence, or fact of.",Misc,N/A,,,AMPATH:1302;CIEL:1302;SNOMED CT:260415000,,,,,,,,,,,,,,,,, -1258AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Change formulation,Answer on encounter form. Implies that a patient's current drugs will be changed to meet a new formulation.,Misc Order,N/A,,,AMPATH:1258;CIEL:1258,,,,Changement de formulation,,,,,,,,,,,,, -1130AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Psychiatric exam findings,Findings noted upon psychiatric examination.,Finding,Coded,,,AMPATH:1130;CIEL:1130;SNOMED-MVP:11301000105001,,Examen psiquiatrico,,Conclusions de l'examen psychiatrique,,Konklizyon egzamen sikyatrik,,,,,,,,,,, -1128AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Musculoskeletal exam findings,Findings noted on examination of the musculoskeletal region.,Finding,Coded,,,AMPATH:1128;CIEL:1128;SNOMED CT:271916000,,,,Examen clinique musculosqueletal,,Ekzamen musk ak eskelet,,,,,,,,,,, -1126AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Urogenital exam findings,Findings noted on examination of the urogenital region.,Finding,Coded,,,AMPATH:1126;CIEL:1126;SNOMED-MVP:11261000105008,,,,Conclusions de l'examen de l'appareil urogénital,,Konklizyon egzamen urojenital,,,,,,,,,,, -1124AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cardiac exam findings,Findings noted on examination of the heart.,Finding,Coded,,,AMPATH:1124;CIEL:1124;PIH:2423;SNOMED CT:271910006,,,,Conclusions de l'examen cardiaques,,Konklizyon egzamen Kadyak,,,,,,,,,,, -1122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Heent exam findings,"Findings noted on examination of the head, ears, eyes, nose and throat.",Finding,Coded,,,AMPATH:1122;CIEL:1122;LOINC:11424-9;PIH:1122;PIH:2427;SNOMED-MVP:11221000105004,,,,Conclusions de l'examen HEENT,,konklizyon egzamen HEENT,,,,,,,,,,, -1120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Skin exam findings,Findings noted on examination of the skin.,Finding,Coded,,,AMPATH:1120;CIEL:1120;SNOMED CT:164320006,,,,Conclusions de l'examen de la peau,,Konklizyon egzamen Po,,,,,,,,,,, -1391AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Physical exam,Textual field to capture generic physical exam.,Finding,Text,,,CIEL:1391;IMO-ProblemIT:32919652;IMO-ProblemIT:810352;PIH:1336;SNOMED CT:5880005,Physical exam,,,Examen physique,,Egzamen fizik,,,,,,,,,,, -1301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Detected,"Descriptive term: to discover or ascertain the existence, presence, or fact of.",Misc,N/A,,,AMPATH:1301;CIEL:1301;SNOMED CT:260373001,,,,Détecté,,detekte,,,,,,,,,,, -844AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV DNA polymerase chain reaction,Test which is used to detect genetic information inserted into the DNA of human cells by HIV,Test,Coded,Detected;Not detected;Poor sample quality,,AMPATH:844;CIEL:844;SNOMED CT:399256002,HIV DNA PCR,,,VIH ADN reaction en chaîne par polymerase,,VIH ADN reyaksyon en chèn polimerizasyon,,,,,,,,,,, -686dc1b2-68b5-4024-b311-bd2f5e3ce394,,HIV Viral load test - Qualitiative,Qualitative results of a vial load test,ConvSet,Coded,Detected;Not detected,,OCT:HIVViralLoadResult,,,,,,,,,,,,,,,,, -1253AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Completed total PMTCT,Answer to question. Implies that a person completed a course of total prevention of mother to child transmission therapy.,Finding,N/A,,,AMPATH:1253;CIEL:1253;PIH:1253,,,,Traitement PTME complete,,Fini ak PTME,,,,,,,,,,, -1129AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Neurologic exam findings,Findings noted upon neurologic examination.,Finding,Coded,,,AMPATH:1129;CIEL:1129;PIH:2421;SNOMED CT:22325002,,Hallazgos examen neurologico,,Les résultats de l'examen neurologique,,Konklizyon egzamen newolojik,,,,,,,,,,, -1127AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Extremity exam findings,Findings noted on examination of the extremities.,Finding,Coded,,,AMPATH:1127;CIEL:1127;PIH:3839;SNOMED-MVP:11271000105003,,,,Conclusions d'examen extrémité,,Konklizyon egzamen extrémité,,,,,,,,,,, -1125AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abdominal exam findings,Findings noted on examination of the abdomen.,Finding,Coded,,,AMPATH:1125;CIEL:1125;PIH:2425;SNOMED CT:271911005,,,,Conclusions de l'examen abdominaux,,Konklizyon egzamen nan vant,,,,,,,,,,, -1123AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chest exam findings,Findings noted on examination of the chest.,Finding,Coded,,,AMPATH:1123;CIEL:1123;PIH:3238;SNOMED CT:272016000,,,,Conclusions de l'examen poitrine,,Konklizyon egzamen nan lestomak,,,,,,,,,,, -983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Weight change,Alteration in a patient's weight. Could represent either a weight gain or loss.,Finding,N/A,,,AMPATH:983;CIEL:983;IMO-ProblemIT:27831401;PIH:1817;SNOMED CT:365921005,,,,,,,,,,,,,,,,, -843AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Regimen failure,Failure of a therapy or treatment to achieve its end points.,Finding,N/A,,,AMPATH:843;CIEL:843;org.openmrs.module.mdrtb:FAILED;PIH:843;SNOMED CT:266721009,,Falla de tratamiento,,,,Echek rejim,,,,,,,,,,, -166442AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ENT examination finding (text),Free text entry for ENT exam findings,Question,Text,,,CIEL:166442;KenyaEMR:164939;SNOMED CT:271914002,,,,,,,,,,,,,,,,, -163109AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nervous system examination (text),General physical exam findings of patient's nervous system,Finding,Text,,,CIEL:163109,,,,Examen du système nerveux (texte),,Egzamen sistèm nève (tèks),,,,,,,,,,, -163047AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Urogenital examination (text),,Question,Text,,,CIEL:163047,,,,,,,,,,,,,,,,, -163045AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HEENT examination (text),,Finding,Text,,,CIEL:163045;LOINC:11393-6,,,,,,,,,,,,,,,,, -162879AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason for admission (text),,Question,Text,,,CIEL:162879,,,,Motif d'admission (texte),,Rezon pou admisyon (teks),,,,,,,,,,, -161649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Micronutrient support,Provision of micronutrients to patient or patient family for patient,Procedure,N/A,,,CIEL:161649,,,,,,,,,,,,,,,,, -160947AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abdominal examination (text),,Finding,Text,,,CIEL:160947,O/E abdomen,,,,,,,,,,,,,,,, -160689AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chest examination (text),,Finding,Text,,,CIEL:160689,,,,Examen de la poitrine (texte),,Egzamen nan lestomak (tèks),,,,,,,,,,, -163048AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Musculoskeletal examination (text),,Question,Text,,,CIEL:163048,,,,,,,,,,,,,,,,, -163046AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cardiac examination (text),,Finding,Text,,,CIEL:163046,,,,Examen cardiaque (texte),,Egzamen kadyak (tèks),,,,,,,,,,, -163042AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,General examination (text),,Finding,Text,,,CIEL:163042,,,,"Examen physique, général (text)",,,,,,,,,,,,, -161650AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Therapeutic feeding,,Procedure,N/A,,,CIEL:161650;SNOMED CT:75118006,,,,,,,,,,,,,,,,, -115115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Obesity,"Increase in body weight beyond skeletal and physical standards as the result of an excessive accumulation of fat in the body. More than two times the ideal weight is considered OBESITY, MORBID.",Diagnosis,N/A,,,CIEL:115115;ICD-10-WHO:E66.9;IMO-ProblemIT:92278;SNOMED CT:414916001,,,,Obésité,,Obezite,,,,,,,,,,, -164813AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Male condom,,Medical supply,N/A,,,CIEL:164813;SNOMED CT:442450006,,,,,,,,,,,,,,,,, -159524AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sexual abstinence,"Method of family planning, practice of voluntarily refraining from sexual activities.",Misc,N/A,,,CIEL:159524;PIH:1274;PIH:1720;PIH-Malawi:3628;SNOMED CT:162171002,,,,Abstinence sexuelle,,Abstinans seksyèl,,,,,,,,,,, -136452AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,IUD Contraception,"Contraceptive devices placed high in the uterine fundus with a string extending from the device through the cervical as into the vagina. (UMDNS, 1999)",Diagnosis,N/A,,,CIEL:136452;IMO-ProblemIT:567066;SNOMED CT:312081001,,anticoncepción con dispositivo intrauterino,,Dispositif intrauterin,,Esterilè,,,,,,,,,,, -136163AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lactational amenorrhea,,Diagnosis,N/A,,,CIEL:136163;IMO-ProblemIT:567070;SNOMED CT:237122005,,amenorrea relacionada con la lactancia,,Aménorrhée par lactation,,Metòd mama,,,,,,,,,,, -164814AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Female condom,,Medical supply,N/A,,,CIEL:164814;SNOMED CT:442288006,,,,,,,,,,,,,,,,, -162332AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Contraception method undecided,,Finding,N/A,,,CIEL:162332;SNOMED CT:408822009,,,,Méthodes de contraception non encore choisi,,Metòd planin poko deside,,,,,,,,,,, -160574AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ulipristal acetate,,Drug,N/A,,,CIEL:160574;RxNORM:1005920,,,,,,,,,,,,,,,,, -160572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient thinks she can't get pregnant,,Finding,N/A,,,CIEL:160572,,,,,,,,,,,,,,,,, -159837AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hysterectomy,A surgical procedure in which uterus is removed.,Procedure,N/A,,,CIEL:159837;IMO-ProcedureIT:667244;SNOMED CT:236886002,,,,Hystérectomie,,Isterektomi,,,,,,,,,,, -159589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Implantable contraceptive (unspecified type),A form of contraception delivered through an implantable device under the skin.,Drug,N/A,,,CIEL:159589;SNOMED CT:169552007,Implantable contraceptive,,,,,,,,,,,,,,,, -78796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Levonorgestrel,,Drug,N/A,,,CIEL:78796;PIH:1718;RxNORM:6373;SNOMED CT:109032009,,,,Levonorgestrel,,Levonorgestrel,,,,,,,,,,, -5278AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Diaphragm,"A molded cap, usually of thin rubber fitted over the uterine cervix to act as a mechanical contraceptive barrier.",Misc,N/A,,,AMPATH:5278;CIEL:5278;SNOMED CT:368441006,,,,Diaphragme cervical,,Dyafram,,,,,,,,,,, -1472AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tubal ligation procedure,"The surgical procedure in fallopian tube to prevent pregnancy, a method of female sterilization.",Procedure,N/A,,,CIEL:1472;IMO-ProcedureIT:674775;PIH:1719;PIH-Malawi:1719;SNOMED CT:77543007,,,,Ligature de trompes,,Pwosedi ligati twomp,,,,,,,,,,, -5277AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Natural family planning,A method of birth control that involves abstention from sexual intercourse during the period of ovulation which is determined through observation and measurement of bodily signs (as cervical mucus and body temperature).,Misc,N/A,,,AMPATH:5277;CIEL:5277;SNOMED CT:225371000,,,,Méthode naturelle de planning familial,,Planin familyal natirèl,,,,,,,,,,, -1489AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vasectomy,A method of male sterilization.,Procedure,N/A,,,CIEL:1489;IMO-ProcedureIT:1809386;IMO-ProcedureIT:1848460;PIH:1721;SNOMED CT:22523008,,,,Vasectomie,,Vazektomi,,,,,,,,,,, -1359AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Norplant (implantable contraceptive),"The NORPLANT SYSTEM kit contains levonorgestrel implants, a set of six flexible closed capsules made of silicone rubber tubing (Silastic® , dimethylsiloxane/methylvinylsiloxane copolymer), each containing 36 mg of the progestin levonorgestrel contained in an insertion kit to facilitate implantation. The capsules are sealed with Silastic (polydimethylsiloxane) adhesive and sterilized. Each capsule is 2.4 mm in diameter and 34 mm in length. The capsules are inserted in a superficial plane beneath the skin of the upper arm.",Drug,Boolean,,,CIEL:1359;PIH:1718;SNOMED CT:169552007,Norplant,,,Norplant (implant contraceptif),,Norplan (kontraseptif enplan),,,,,,,,,,, -1175AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Not applicable,Generic response to a question. The question doesn't directly apply to the person.,Misc,N/A,,,AMPATH:1175;CIEL:1175;SNOMED CT:385432009,,,,Non applicable,,Paka aplike,,,,,,,,,,, -907AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Medroxyprogesterone acetate,"A synthetic steroid progestational hormone C24H34O4 that is used especially in the treatment of amenorrhea and abnormal uterine bleeding, in conjunction with conjugated estrogens to relieve the symptoms of menopause and to prevent osteoporosis, and as an injectable contraceptive.",Drug,N/A,,,AMPATH:191;AMPATH:907;CIEL:907;PIH:5279;SNOMED CT:126112002,,,,Acétate medroxyprogestérone,,Medroksiprojèsteron asetat,,,,,,,,,,, -162502AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Expiration date,Date of expiration of a drug or supply.,Finding,Date,,,CIEL:162502,Expiry date,,,,,,,,,,,,,,,, -1420AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaccine lot number,,Finding,Text,,,CIEL:1420,vaccine lot no,,,Numéro du lot du vaccin,,,,,,,,,,,,, -634628d2-0566-4a9d-a749-239ae267b399,,Baseline CD4,A baseline CD4 is the first CD4 count done to assess a client HIV status.,Question,N/A,,,OCT:BaselineCD4,,,,,,,,,,,,,,,,, -759e89a6-3260-4aee-9922-86a6301bcff3,,Reason for CD4 Request,A baseline CD4 is the first CD4 count request to assess a HIV positive client's immune status,Question,Coded,Baseline CD4;Regimen failure,,OCT:CD4 Request,,,,,,,,,,,,,,,,, -be5d6a4a-4018-49dd-869f-273c9f5fec9e,,Routine Viral Load,"For HIV-positive individuals on antiretroviral therapy (ART), the World Health Organization (WHO) recommends routine viral load (VL) monitoring.",Question,N/A,,,OCT:RoutineViralLoad,,,,,,,,,,,,,,,,, -5d4e13af-92ec-4b91-a8e4-97818810e577,,Baseline Viral Load,Reason for ordering a Viral load is for a baseline assessment,Question,N/A,,,OCT:BaselineVL,,,,,,,,,,,,,,,,, -aa0703b3-cf6e-4eb2-840f-f7e166dc1971,,Lab tests ordered,A list of tests ordered,Question,Coded,CD4 count;HIV viral load,,OCT:LabTestOrdered,,,,,,,,,,,,,,,,, -164509AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,TDF-ddl-LPV /R,ARV regimen,Misc,N/A,,,CIEL:164509,,,,,,,,,,,,,,,,, -164431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of ARV substitution,,Question,Date,,,CIEL:164431,,,,,,,,,,,,,,,,, -160569AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Virologic failure,,Misc,Boolean,,,CIEL:160569;PIH:1765,,,,Chec virologique,,Echèk virolojik,,,,,,,,,,, -160567AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,New diagnosis of Tuberculosis,,Misc,N/A,,,CIEL:160567;PIH:1763,,,,Nouveau diagnostique de la tuberculose,,Nouvo dyagnostik pou Tibèkiloz,,,,,,,,,,, -164516AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of switching to 2nd line ARV regimen,,Question,Date,,,CIEL:164516,,,,,,,,,,,,,,,,, -164510AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,TDF-ddl-NFV,,Misc,N/A,,,CIEL:164510,,,,,,,,,,,,,,,,, -160566AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Immunologic failure,,Misc,Boolean,,,CIEL:160566;PIH:1764,,,,Chec immunologique,,Echèk iminolojik,,,,,,,,,,, -160568AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason antiretrovirals changed to second line therapy,,Question,Coded,Immunologic failure;Regimen failure;Virologic failure,,CIEL:160568;PIH:1780;SNOMED CT:170564007,,,,Raison pour le changement des antirétrovirals à seulement des drogues de deuxième ligne,,,,,,,,,,,,, -fc33cb72-4d15-4637-a731-7fa3189ce388,,2nd dose of COVID-19 vaccine,This is a description of the COVID-19 vaccines administered as a second dose,Question,Coded,Intramuscular administration of second dose of CureVac CVnCoV;Intramuscular administration of second dose of Gamaleya Sputnik V;Intramuscular administration of second dose of Moderna;Intramuscular administration of second dose of Novavax;Intramuscular administration of second dose of Oxford University-AstraZeneca;Intramuscular administration of second dose of Pfizer-BioNTech;Intramuscular administration of second dose of Sinopharm BBIBP-CorV;Other vaccine manufacturer (2nd dose),,OCT:COVACADMIN2,,,,,,,,,,,,,,,,, -162585AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date vaccination schedule completed,The date a child was fully vaccinated. Assumes child is not only up to date with immunizations but no further immunization is required.,Question,Date,,,CIEL:162585,,,,date vaccin complet,,Date vaccin complet,,,,,,,,,,, -163293AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Unwell appearing,,Finding,N/A,,,CIEL:163293;SNOMED CT:302772006,,,,Apparaît malade,,Sanble malad,,,,,,,,,,, -159890AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Signs of physical abuse,Findings on physical exam which are consistent with physical abuse.,Finding,N/A,,,CIEL:159890;SNOMED-MVP:1598901000105008,,,,,,,,,,,,,,,,, -159438AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Well appearing,Well appearance during general physical exam.,Misc,Boolean,,,CIEL:159438;PIH:3227;SNOMED CT:102499006,,,,Bonne apparence,,Parèt an sante,,,,,,,,,,, -159439AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Distress,"Patient is in distress, as general exam finding.",Misc,Boolean,,,CIEL:159439;PIH:6735;SNOMED CT:69328002,,,,En détresse,,,,,,,,,,,,, -114413AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Overweight,"Increase in body weight beyond skeletal and physical standards as the result of an excessive accumulation of fat in the body. More than two times the ideal weight is considered OBESITY, MORBID.",Diagnosis,N/A,,,3BT:10077209;CIEL:114413;ICPC2:T83;IMO-ProblemIT:50813;PIH:3230;SNOMED CT:238131007,,sobrepeso,,,,,,,,,,,,,,, -5243AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Gluteal wasting,Atrophy of the gluteal muscles.,Finding,N/A,,,AMPATH:5243;CIEL:5243;SNOMED-MVP:52431000105000,,,,,,,,,,,,,,,,, -5201AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Temporal wasting,Abnormal reduction in the size of temporal muscles often associated with HIV,Finding,N/A,,,AMPATH:5201;CIEL:5201;SNOMED-MVP:52011000105003,,,,,,,,,,,,,,,,, -ce649506-e95e-4a5d-b731-43c8ac452b86,,Not Vaccinated,The client has not been vaccinated for COVID-19,Symptom/Finding,N/A,,,OCT:NotVaxx,,,,,,,,,,,,,,,,, -b9f8cac0-bbad-43e1-831a-79ec20740c2f,,COVID-19 Fully Vaccinated,Client has been partially or fully vaccinated for COVID-19,Symptom/Finding,N/A,,,OCT:COIVD-19Vaccinated,,,,,,,,,,,,,,,,, -3d77d076-30a8-4d3d-8d74-fc733f44d94f,,Ever had COVID-19,The client has ever been confirmed as having COVID-19,Symptom/Finding,N/A,,,OCT:EverCOVID,,,,,,,,,,,,,,,,, -6f66b62b-4a7c-449b-9555-2fabff5e47ff,,Active COVID-19,The client is considered an active COVID-19 case,Symptom/Finding,N/A,,,OCT:ActiveCOVID,,,,,,,,,,,,,,,,, -657be4ac-0c90-4acd-b7b9-e79893af6ede,,COVID Status,Does the client have/ever had COVID-19,Question,Coded,Active COVID-19;Ever had COVID-19,,OCT:COVIDStatus,,,,,,,,,,,,,,,,, -166474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CureVac CVnCoV,,Drug,N/A,,,CIEL:166474;ICD-11-WHO:XM0GQ8,,,,,,,,,,,,,,,,, -166390AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Novavax NVX-COV2373,,Drug,N/A,,,CIEL:166390,,,,,,,,,,,,,,,,, -166386AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chumakov Center Kovivac COVID-19 vaccine,,Drug,N/A,,,CIEL:166386,,,,,,,,,,,,,,,,, -166378AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cansino Biologics Convidicea COVID-19 vaccine,,Drug,N/A,,,CIEL:166378;ICD-11-WHO:XM9QW8,Ad5-nCoV COVID-19 Vaccine,,,,,,,,,,,,,,,, -166156AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Astrazeneca,,Drug,N/A,,,CIEL:166156;RxNORM:2471010,,,,,,,,,,,,,,,,, -166154AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Moderna,,Drug,N/A,,,CIEL:166154;RxNORM:2470232,,,,,,,,,,,,,,,,, -166074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,First,Number 1 in an ordinal list,Misc,N/A,,,CIEL:166074;SNOMED CT:255216001,1st,,,Première,1ère,,,,,,,,,,,, -166389AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bharat Biotech Covaxin,,Drug,N/A,,,CIEL:166389,,,,,,,,,,,,,,,,, -166355AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,JNJ-78436735 vaccine,,Drug,N/A,,,CIEL:166355,,,,,,,,,,,,,,,,, -166249AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sinovac COVID-19 vaccine,,Drug,N/A,,,CIEL:166249,CoronaVac COVID-19 vaccine,,,,,,,,,,,,,,,, -166157AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Gamaleya Sputnik V,,Drug,N/A,,,CIEL:166157,,,,,,,,,,,,,,,,, -166155AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pfizer-BioNtech,,Drug,N/A,,,CIEL:166155;RxNORM:8468230,Pfizer-BioNTech,,,,,,,,,,,,,,,, -166075AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Second,Number two in an ordinal list,Misc,N/A,,,CIEL:166075;SNOMED CT:81170007,2nd,,,Second(e),2ème,,,,,,,,,,,, -165923AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,COVID-19 convalescent plasma,,Drug,N/A,,,CIEL:165923,,,,,,,,,,,,,,,,, -9fad04c7-bdb7-4a8c-b559-672621033322,,COVID-19 Partially Vaccinated,Partially vaccinated for COVID-19,Symptom/Finding,N/A,,,OCT:COVID-19PartialVax,,,,,,,,,,,,,,,,, -128731bf-bbff-40c3-a6c9-0bf4c86182ac,,COVID-19 Immunization Status,Is the client partially or fully vaccinated,Question,Coded,COVID-19 Fully Vaccinated;COVID-19 Partially Vaccinated,,OCT:COVID-19ImmunizationStatus,,,,,,,,,,,,,,,,, -5863fa7c-4545-49a1-9793-a0c4d37f847d,,Duration on ART,How long has the client been on ART,Question,Numeric,,,OCT:DurationART,,,,,,,,,,,,,,,,0, -166091AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of entry into cohort,,Question,Date,,,CIEL:166091,,,,Date d'entrée dans la cohorte,,,,,,,,,,,,, -160643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Allergen,,Question,Coded,,,CIEL:160643;SNOMED CT:90260006,,,,,,,,,,,,,,,,, -1438AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Weeks of current gestation,Current gestation in number of weeks,Finding,Numeric,,,AMPATH:1279;AMPATH:1775;CIEL:1438;LOINC:11884-4;PIH:1279;SNOMED-MVP:14381000105006,gestational age wks,,,Semaine de la gestation actuelle,,laj groses en semen,,,,,,,,wks,,0, -e2de77ee-6970-416e-a027-68b29c1e79fd,,Final COVID-19 test result date,This is the date the final COVID-19 test result PCR/Rapid was done,Question,Date,,,OCT:Final COVID-19testDate,,,,,,,,,,,,,,,,, -157544AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lower abdominal pain,,Diagnosis,N/A,,,CIEL:157544;ICD-10-WHO:R10.3;IMO-ProblemIT:711325;SNOMED CT:54586004,,,,Douleurs abdominales basses,,Doulè anba vant,,,,,,,,,,, -153872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,female genital ulcer disease,,Diagnosis,N/A,,,CIEL:153872;IMO-ProblemIT:699881;SNOMED CT:95595008,,úlceras de los órganos genitales femeninos,,,,,,,,,,,,,,, -123861AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ulcers of Male Genital Organs,,Diagnosis,N/A,,,CIEL:123861;SNOMED CT:95589007,,,,,,,,,,,,,,,,, -c795654c-bcd8-4074-9fc7-e5f762e58f36,,Urethral Discharge,,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -c1ec84ed-f9df-4ea1-b58b-2381457c3848,,Sample rejected,Cancelled order because sample was rejected,Question,N/A,,,OCT:SampleRejected,,,,,,,,,,,,,,,,, -786a82a4-5b26-4d70-be0d-9931b6f47e96,,Old order,Cancelling an old order that was not fulfilled,Question,N/A,,,OCT:OldOrder,,,,,,,,,,,,,,,,, -05ec039d-2bcb-47e5-8165-65411295fc32,,Cancellation Date,Date order cancelled,Question,Date,,,OCT:CancellationDate,,,,,,,,,,,,,,,,, -bc10dec2-6c39-494b-8db1-b18ce75a21ba,,No sample collected,Order cancelled because No sample collected,Question,N/A,,,OCT:NoSample,,,,,,,,,,,,,,,,, -a9357eb8-cb73-495d-9648-8d44ec3d4af7,,No longer required,Reason the order was cancelled is because it is longer required,Question,N/A,,,OCT:NotRequired,,,,,,,,,,,,,,,,, -c4384456-087d-47a7-b093-3474d96fbe38,,Improperly ordered,Reason for cancelling an order was because it was Improperly ordered,Question,N/A,,,OCT:ImproperlyOrdered,,,,,,,,,,,,,,,,, -c566ca6e-1dc1-40b2-a309-f4bde03df748,,Duplicate order,Reason for cancelling an order was because if was duplicated,Question,N/A,,,OCT:DuplicateOrder,,,,,,,,,,,,,,,,, -d14c5b19-fc21-4fb7-86f1-502d401fd887,,Lab test performed,Was an ordered lab test performed,Question,Boolean,,,OCT:LabTestDone,,,,,,,,,,,,,,,,, -6681366c-2174-489a-b951-13a1404935bf,,Status of Lab Order,,Question,Coded,,,OCT:LabOrderStatus,,,,,,,,,,,,,,,,, -165568AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Specimen not labeled,,Misc,N/A,,,CIEL:165568,,,,Spécimen non étiqueté,,,,,,,,,,,,, -165246AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Wrong entry,,Misc,N/A,,,CIEL:165246,,,,,,,,,,,,,,,,, -14628774-2647-436c-b8f3-d42c6dc305ce,,Cancellation Reason,Order Cancellation Reason,Question,Coded,Duplicate order;Improperly ordered;No longer required;No sample collected;Old order;Sample rejected;Wrong entry,,OCT:OrderCancellationReason,,,,,,,,,,,,,,,,, -165183AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Supplies not available,,Misc,N/A,,,CIEL:165183;SNOMED CT:419182006,,,,,,,,,,,,,,,,, -165181AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inappropriate sample container used,,Misc,N/A,,,CIEL:165181,,,,,,,,,,,,,,,,, -165179AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Equipment failure,,Misc,N/A,,,CIEL:165179;SNOMED CT:397933008,,,,,,,,,,,,,,,,, -165180AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Blood sample coagulated,Blood specimen insufficient for analysis due to coagulation.,Misc,N/A,,,CIEL:165180,,,,,,,,,,,,,,,,, -165178AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Insufficient sample,Insufficient volume or mass of sample/specimen to evaluate.,Misc,N/A,,,CIEL:165178;SNOMED CT:281268007,,,,,,,,,,,,,,,,, -165170AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cancelled,The status of an activity that was not performed.,Misc,N/A,,,CIEL:165170;SNOMED CT:89925002,,,,,,,,,,,,,,,,, -162866AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pending,,Misc,N/A,,,CIEL:162866,,,,,,,,,,,,,,,,, -160008AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Contaminated specimen,General finding of a contaminated specimen.,Misc,N/A,,,CIEL:160008;org.openmrs.module.mdrtb:CONTAMINATED;SNOMED CT:123840003,,,,Contaminé,,,,,,,,,,,,, -165182AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason for no lab test performed,,Question,Coded,Blood sample coagulated;Contaminated specimen;Equipment failure;Inappropriate sample container used;Insufficient sample;Other non-coded;Specimen not labeled;Supplies not available,,CIEL:165182,,,,,,,,,,,,,,,,, -159968AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,specimen ID,,Misc,Numeric,,,CIEL:159968;org.openmrs.module.mdrtb:TUBERCULOSIS SPECIMEN ID,,,,,,,,,,,,,,,,0, -1648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient referred,Whether a patient was referred to the facility or not. Question on a form answered with a check box.,Question,Boolean,,,CIEL:1648;SNOMED CT:309018005,referred?,,,Patient référé,,Pasyan refere,,,,,,,,,,, -166660AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Administration of booster severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) vaccine,,Procedure,N/A,,,CIEL:166660,SARS-CoV-2 Booster Vaccine,,,,,,,,,,,,,,,, -97bf47f9-0ba7-4d00-99bd-8939cd586072,,Vaccine dose,Describes if the client is getting a first or second vaccine for COVID,Question,Coded,Administration of booster severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) vaccine;First;Other non-coded;Second,,OCT:COVIDDose,,,,,,,,,,,,,,,,, -2dbf01ab-77f6-4b35-aa2c-46dfc14b0af0,,Was a Lab Order made,Boolean question if a lab test has been ordered,Question,Boolean,,,OCT:LabOrdered,,,,,,,,,,,,,,,,, -160753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date of event,,Question,Date,,,CIEL:160753;SNOMED CT:439771001,,,,,,,,,,,,,,,,, -1118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Not done,General descriptive answer.,Misc,N/A,,,AMPATH:1118;CIEL:1118;PIH:1118;PIH:2475;SNOMED CT:385660001,,No realizada,,Pas fait,,Pat fèt,,,,,,,,,,, -165092AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV-1 recent infection algorithm result,,Question,Coded,Long duration;Not done;Recent,,,,,,,,,,,,,,,,,,, -1267AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Completed,Generic answer to a question.,Finding,N/A,,,AMPATH:1267;CIEL:1267;SNOMED CT:255594003,,,,Terminé,,Fini,,,,,,,,,,, -161562AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Name of where patient was referred to,The name of the facility or provider where the patient was referred TO.,Question,Text,,,CIEL:161562,,,,Nom de l'endroit où le patient a été référée,,Non kote pasyan te refere,,,,,,,,,,, -166379AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sinopharm-Wuhan COVID-19 vaccine,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -05112308-79ba-4e00-802e-a7576733b98e,,Type of recency test,,Question,Coded,HIV viral load;HIV-1 recent infection algorithm result,,,,,,,,,,,,,,,,,,, -290f682e-40b1-4bbc-92d5-b68b8f2bfc82,,County name,,Misc,Text,,,,,,,,,,,,,,,,,,,, -a56d42cf-fe47-4ae4-bf53-effcf0098f2c,,Sub-county name,,Misc,Text,,,,,,,,,,,,,,,,,,,, -5832db34-152d-4ead-a591-c627683c7f05,,Referred for prevention services,,Misc,Boolean,,,,,,,,,,,,,,,,,,,, -ca0b979e-d69a-43d3-bbea-9b24290b021e,,Referred for clinical services,,Misc,Boolean,,,,,,,,,,,,,,,,,,,, -7ea48919-1cfd-46fd-9ea0-8255d596e463,,Referred for sexual and reproductive health services,,Misc,Boolean,,,,,,,,,,,,,,,,,,,, -fbe382b6-6f01-49ff-a6c9-19c1cb50b916,,Referred for other support services,,Misc,Boolean,,,,,,,,,,,,,,,,,,,, -166078AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Unnatural death,Death caused by external process.,Misc,N/A,,,CIEL:166078,,,,,,,,,,,,,,,,, -160160AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV resulting in other conditions,,Diagnosis,N/A,,,CIEL:160160;PIH:7144,,,,,,,,,,,,,,,,, -160159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV resulting in infectious or parasitic disease,,Diagnosis,N/A,,,CIEL:160159;PIH:7143,,,,,,,,,,,,,,,,, -159988AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV disease resulting in malignant neoplasm,,Diagnosis,N/A,,,CIEL:159988;IMO-ProblemIT:21876188,,,,,,,,,,,,,,,,, -142917AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Death of unknown cause,,Diagnosis,N/A,,,3BT:10026772;CIEL:142917;ICPC2:A96;IMO-ProblemIT:27137;SNOMED CT:87309006,,muerte de causa desconocida,,"Décès, cause inconnue",,,,,,,,,,,,, -133481AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Natural Death,,Diagnosis,N/A,,,CIEL:133481;IMO-ProblemIT:27170;SNOMED CT:38605008,,muerte natural,,,,,,,,,,,,,,, -133475AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Natural Death with Unknown Cause,,Diagnosis,N/A,,,CIEL:133475;IMO-ProblemIT:27177;SNOMED CT:9855000,,muerte natural de causa desconocida,,,,,,,,,,,,,,, -166453AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abbott SD Bioline HIV/Syphilis Duo test kit,,Medical supply,N/A,,,,,,,,,,,,,,,,,,,, -166451AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abbott Determine(R) test kit,,Medical supply,N/A,,,,Determine test kit,,,,,,,,,,,,,,,, -166454AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Human immunodeficiency virus testing kit type (text),,Question,Text,,,,,,,,,,,,,,,,,,,, -166452AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Premier First Response(R) test kit,HIV test kit,Medical supply,N/A,,,,First response test kit,,,,,,,,,,,,,,,, -73434a78-e4fc-42f7-a812-f30f3b3cabe3,,Tie Breaker HIV Test Kit Name,,Question,Coded,Abbott Determine(R) test kit;Abbott SD Bioline HIV/Syphilis Duo test kit;HIV SD Bioline Kit;Human immunodeficiency virus testing kit type (text);Premier First Response(R) test kit,,,,,,,,,,,,,,,,,,, -b78d89e7-08aa-484f-befb-1e3e70cd6985,,Confirmatory HIV Test Kit Name,,Question,Coded,Abbott Determine(R) test kit;Abbott SD Bioline HIV/Syphilis Duo test kit;HIV First Response Kit;HIV Stat Pack Kit;Human immunodeficiency virus testing kit type (text);Premier First Response(R) test kit,,,,,,,,,,,,,,,,,,, -afa64df8-50af-4bc3-8135-6e6603f62068,,Initial HIV Test Kit Name,,Question,Coded,Abbott Determine(R) test kit;Abbott SD Bioline HIV/Syphilis Duo test kit;HIV Determine Kit;HIV-Syphilis Duo Kit;Human immunodeficiency virus testing kit type (text);Premier First Response(R) test kit,,,,,,,,,,,,,,,,,,, -5749ec67-750c-43aa-ad45-50597f38e156,,Assay 2 (second test) RDT,Second rapid diagnostic tests for HIV serology,Question,Coded,Abbott Determine(R) test kit;Abbott SD Bioline HIV/Syphilis Duo test kit;Human immunodeficiency virus testing kit type (text);Premier First Response(R) test kit,,,,,,,,,,,,,,,,,,, -04fe3874-f5f3-4621-b0e8-e3d092a32dc0,,Assay 3 (third test) RDT,Third rapid diagnostic tests for HIV serology,Question,Coded,Abbott Determine(R) test kit;Abbott SD Bioline HIV/Syphilis Duo test kit;Human immunodeficiency virus testing kit type (text);Premier First Response(R) test kit,,,,,,,,,,,,,,,,,,, -359473bd-0d21-4f2c-bcd6-03923633a468,,Assay 1 (first test) RDT,First rapid diagnostic tests for HIV serology,Question,Coded,Abbott Determine(R) test kit;Abbott SD Bioline HIV/Syphilis Duo test kit;Human immunodeficiency virus testing kit type (text);Premier First Response(R) test kit,,,,,,,,,,,,,,,,,,, -bbcf7028-1b32-48d6-a462-61e42b21677d,,Repeat assay 1 (first test) result,Results after a repeat of the first rapid diagnostic tests for HIV serology after A1 +ve and A2 -ve,Question,Coded,Inconclusive;Inconclusive HIV Result;Negative,,,,,,,,,,,,,,,,,,, -3b105e1e-f99f-46a3-ac47-0815616411d9,,Repeat Assay 1 (first test) RDT,A repeat of the first rapid diagnostic tests for HIV serology after A1 +ve and A2 -ve,Question,Coded,Abbott Determine(R) test kit;Abbott SD Bioline HIV/Syphilis Duo test kit;Human immunodeficiency virus testing kit type (text);Premier First Response(R) test kit,,,,,,,,,,,,,,,,,,, -d3255752-dcd5-4e23-953a-676079f7fec1,,Repeat A1 Done (Indeterminate A1 &A2),Repeat HIV rapid diagnostic test after an indeterminate A1 and A2 result,Question,Coded,Not done;Yes,,,,,,,,,,,,,,,,,,, -f108522e-de2f-43d9-bdaf-bd95c0ae9bbb,,Human immunodeficiency virus [HIV] disease resulting in infectious and parasitic diseases,,Code,N/A,,,,,,,,,,,,,,,,,,,, -51f1a1b4-a475-4324-a883-4bf80d572e04,,HIV disease resulting in unspecified malignant neoplasm,,Code,N/A,,,,,,,,,,,,,,,,,,,, -59ca8b95-9964-4050-b0da-993362bf5d12,,HIV disease resulting in other malignant neoplasms,,Code,N/A,,,,,,,,,,,,,,,,,,,, -ba0fc2d6-e1ee-4641-8c12-aef748a31816,,"HIV disease resulting in other malignant neoplasms of lymphoid, haematopoietic and related tissue",,Code,N/A,,,,,,,,,,,,,,,,,,,, -70895972-de2e-4dfb-82f8-d18da020c99f,,HIV disease resulting in other types of non-Hodgkin lymphoma,,Code,N/A,,,,,,,,,,,,,,,,,,,, -d57cecbc-1c6b-42b0-b722-c5e49c19e9ed,,HIV disease resulting in Burkitt lymphoma,,Code,N/A,,,,,,,,,,,,,,,,,,,, -ceca274f-7670-4628-b8d2-8f824c603c95,,HIV disease resulting in Kaposi sarcoma,,Code,N/A,,,,,,,,,,,,,,,,,,,, -373914d6-463b-4e35-aa63-186e8cbe073f,,HIV disease resulting in unspecified infectious or parasitic disease,,Code,N/A,,,,,,,,,,,,,,,,,,,, -c8eb91a1-9021-4d40-a72c-60e7a50990f8,,HIV disease resulting in other infectious and parasitic diseases,,Code,N/A,,,,,,,,,,,,,,,,,,,, -cf9cf6d1-1201-44d7-ac3d-acbcc2911878,,HIV disease resulting in Pneumocystis jirovecii pneumonia,,Code,N/A,,,,,,,,,,,,,,,,,,,, -4abca603-1462-4a0f-a490-fcd797c40041,,HIV disease resulting in other mycoses,,Code,N/A,,,,,,,,,,,,,,,,,,,, -7becaa8c-8028-4fb7-8f5f-a450fc3e3f8b,,history of contact with a person with TB,TB Screening - History of contact with a person with TB,Symptom/Finding,N/A,,,,,,,,,,,,,,,,,,,, -3e69cb60-2943-410f-83d4-b359ae83fefd,,Restart ART therapy,Restart ART therapy after interruption/Stop,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -140707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Failure to Gain Weight,,Diagnosis,N/A,,,3BT:10035463;CIEL:140707;ICPC2:T10;IMO-ProblemIT:27344;SNOMED CT:36440009,,imposibilidad de aumentar de peso,,Ne pas prendre du poids,,Pa ka pran pwa,,,,,,,,,,, -b52ffe16-b482-4f61-9bb9-9787320beef5,,Weight Loss (Abnormal weight loss),,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -69653fcf-37e4-4a61-96d6-58bbd079ad77,,Isoniazide + Rifapentine prophylaxis - One Month (1HP),Isoniazide + Rifapentine prophylaxis for TB,Misc,N/A,,,,,,,,,,,,,,,,,,,, -65889206-ebc7-4aea-afd3-dc3641ba8cad,,Rifampicin Monotherapy prophylaxis - Four Months (4R),Rifampicin Monotherapy prophylaxis for TB,Misc,N/A,,,,,,,,,,,,,,,,,,,, -bbdf46fb-f941-4075-a2ae-985163accce1,,Isoniazid+Rifampicin prophylaxis - (3HR),Isoniazid+Rifampicin prophylaxis for TB,Misc,N/A,,,,,,,,,,,,,,,,,,,, -a27faf7e-8be5-4c8b-84de-be6c0967acc6,,Isoniazid prophylaxis - 9 Months (9H),Isoniazid prophylaxis for TB 9 month regimen,Misc,N/A,,,,,,,,,,,,,,,,,,,, -107f0b45-869c-4ddb-b56b-13994a486523,,Isoniazid prophylaxis - Six Months (6H),Isoniazid prophylaxis for TB -Six Month Regimen,Misc,N/A,,,,,,,,,,,,,,,,,,,, -90c9e554-b959-48e6-90d5-8d595a074c86,,current Tuberculosis Preventive Treatment,Current regimen for TB Preventive Treatment,Question,Coded,Isoniazid prophylaxis - 9 Months (9H);Isoniazid prophylaxis - Six Months (6H);Isoniazid+Rifampicin prophylaxis - (3HR);Isoniazide + Rifapentine prophylaxis - One Month (1HP);Rifampicin Monotherapy prophylaxis - Four Months (4R),,,,,,,,,,,,,,,,,,, -164942AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bacillary burden as determined by quantitative cycle threshold,Sputum bacillary burden as determined by using quantitative output cycle threshold of PCR testing,Question,Coded,,,,,,,,,,,,,,,,,,,, -164937AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mycobacterium tuberculosis rifampin resistance detection status,,Question,Coded,,,,,,,,,,,,,,,,,,,, -162202AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis polymerase chain reaction with rifampin resistance checking,,Test,Coded,Detected;Indeterminate;Not detected,,CIEL:162202,Xpert MTB/RIF,,,,,,,,,,,,,,,, -159961AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,tuberculosis smear microscopy method,,Question,Coded,,,,,,,,,,,,,,,,,,,, -152526AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abnormal Chest X-Ray,,Diagnosis,N/A,,,CIEL:152526;IMO-ProblemIT:529961;SNOMED CT:168734001,,radiografía estándar de tórax anormal,,,,,,,,,,,,,,, -124068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis contact,"DEF: Close contacts are people who share the same breathing space for prolonged periods, typically household residents, but often includes people at work, school, and places of recreation. The precise duration and degree of contact that constitutes risk varies because TB patients vary greatly in infectiousness. REF: Merck Manual",Diagnosis,Coded,,,,TB_contact,contacto de tuberculosis,,Cas de contact avec et d'exposition à la tuberculose,,Kontac pou tibekiloz,,,,,,,,,,, -6052AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cavitary lesion,Descriptive interpretation of chest radiograph.,Finding,N/A,,,,,,,Lésion cavitaire,,,,,,,,,,,,, -6049AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Infiltrate,"General descriptive term.. when a liquid permeates a tissue by passing through its interstices or pores (ie, pulmonary infiltrate).",Finding,N/A,,,,,,,Infiltrat,,,,,,,,,,,,, -6050AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Diffuse non-miliary changes,"Descriptive finding on chest xray interpretation. Interpretive findings are diffuse throughout lung fields, but don't have a specific miliary appearance.",Finding,N/A,,,,,,,Changements diffus non-miliaires,,,,,,,,,,,,, -1137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Miliary changes,"Descriptive term, classically described as having the appearance of millet seeds. Diffuse, granular lesions throughout lung fields often seen with tuberculosis.",Finding,N/A,,,,,,,Changements miliaires,,,,,,,,,,,,, -307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sputum for acid fast bacilli,"Ziehl Nielsen stain for tuberculosis, performed on a deep sputum sample from the respiratory tract.",Test,Coded,,,,,,,Crachat BAAR,,Krache pou Tibekiloz,,,,,,,,,,, -e5426b1c-4db5-4de2-9f87-5eba0891cbe5,,Child 3rd line ARV regimen,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -406b1323-9cc3-4710-8c1f-5c18392f67d9,,Adult 3rd line ARV regimen,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -8d16da90-a29e-4375-97e8-a47fe1e259e8,,Thermal ablation (Cryotherapy or Thermal ablation),,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -efa3d52d-68ae-486d-a9b1-608a289735a1,,Loop Electro Excision Procedure (LEEP),Loop Electro Excision Procedure (LEEP) for cervical CIN,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -9580690a-0e84-451a-ada9-c4478d999dc2,,Human Papillomavirus test,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -46184e00-3417-4b88-9ef5-9990a0979b1a,,Visual Inspection of the Cervix with Lugol’s Iodine (VILI),Visual Inspection of the Cervix with Lugol’s Iodine (VILI),Procedure,N/A,,,,,,,,,,,,,,,,,,,, -8304ffef-ac7b-425c-af3b-6ddc4d052ca8,,Visual Inspection of the Cervix with Acetic Acid (VIA),Visual Inspection of the Cervix with Acetic Acid (VIA),Procedure,N/A,,,,,,,,,,,,,,,,,,,, -160705AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Colposcopy,"A diagnostic procedure to illuminate and visualize cervix and the tissue of vagina and vulva, useful for diagnosing cervical cancer",Procedure,Coded,Abnormal;Normal;Not done,,CIEL:160705;IMO-ProcedureIT:1241;SNOMED CT:392003006,,,,Colposcopie,,,,,,,,,,,,, -885AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Papanicolaou smear,"A test for cancer, especially of the female genital tract, in which a smear of exfoliated cells is specially stained and examined under a microscope for pathological changes. Also called Pap test.",Test,Coded,Abnormal;Normal;Not done,,AMPATH:41;AMPATH:885;CIEL:885;IMO-ProcedureIT:1064218;SNOMED CT:90226004,,,,Frottis Papanicolaou,,Papanicolaou tès,,,,,,,,,,, -7ddb52f4-d817-4365-b46d-1dacdbda5c44,,Gynaecological cytology (pap smear),Gynaecological cytology (pap smear),Test,Numeric,,,,,,,,,,,,,,,,,,,1, -164493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Some,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -159008AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,suspected cervical cancer,,Diagnosis,N/A,,,CIEL:159008;IMO-ProblemIT:710697;SNOMED CT:315266007,,,,,,,,,,,,,,,,, -588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Clubbing,Clubbing at distal end of fingers.,Finding,N/A,,,AMPATH:588;CIEL:588;IMO-ProblemIT:30112267;SNOMED CT:367004,,,,,,,,,,,,,,,,, -163310AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV viral load status,Caption: Has an HIV viral load test been done?,Question,Coded,Completed;Not done;Unknown,,CIEL:163310,,,,Statut charge virale VIH,,Estati chay viral VIH,,,,,,,,,,, -076f6417-7e18-44ea-a1aa-382a792fabd1,,VL <1000 copies/ml (RITA longterm),,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -a0d39eef-490f-47c0-8921-97fc810d9929,,VL >=1000 copies/ml (RITA Recent),,Symptom/Finding,N/A,,,,,,,,,,,,,,,,,,,, -04c32f8c-7070-4cad-976b-1a6bb45fa85b,,VL recency test result,,Question,Coded,VL <1000 copies/ml (RITA longterm);VL >=1000 copies/ml (RITA Recent),,,,,,,,,,,,,,,,,,, -156673AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV disease resulting in mycobacterial infection,,Diagnosis,N/A,,,3BT:10121433;CIEL:156673;ICD-10-WHO:B20.0;ICPC2:B90;IMO-ProblemIT:30122568;SNOMED CT:186717007,,,,l'infection à VIH entraînant une infection mycobactérienne,,maladi VIH ki kapab lakòz yon enfeksyon mikobakteryèn,,,,,,,,,,, -ef973f1f-557f-4620-acf5-9c4c18bf1eda,,Causes of Death,These are HIV specific causes of death,Question,Coded,Death of unknown cause;HIV disease resulting in malignant neoplasm;HIV disease resulting in mycobacterial infection;HIV resulting in infectious or parasitic disease;HIV resulting in other conditions;Natural Death;Natural Death with Unknown Cause;Unnatural death,,,,,,,,,,,,,,,,,,, -156671AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV disease resulting in multiple infections,,Diagnosis,N/A,,,CIEL:156671;ICD-10-WHO:B20.7;IMO-ProblemIT:30122567;SNOMED CT:186721000,,,,Maladie à VIH causant des infections multiples,,Maladi VIH ki kapab lakòz yon enfeksyon miltip,,,,,,,,,,, -156669AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV disease resulting in cytomegaloviral disease,,Diagnosis,N/A,,,3BT:10023841;CIEL:156669;ICD-10-WHO:B20.2;ICPC2:B90;IMO-ProblemIT:30122565;SNOMED CT:186718002,,,,,,,,,,,,,,,,, -156667AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV disease resulting in Burkitt's lymphoma,,Diagnosis,N/A,,,3BT:10015825;CIEL:156667;ICD-10-WHO:B21.1;ICPC2:B90;IMO-ProblemIT:30122570;SNOMED CT:186723002,,,,,,,,,,,,,,,,, -156672AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV disease resulting in multiple malignant neoplasms,,Diagnosis,N/A,,,3BT:10057480;CIEL:156672;ICD-10-WHO:B21.7;ICPC2:B90;IMO-ProblemIT:30122566;SNOMED CT:186725009,,,,,,,,,,,,,,,,, -156670AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV disease resulting in lymphoid interstitial pneumonitis,,Diagnosis,N/A,,,3BT:10118182;CIEL:156670;ICD-10-WHO:B22.1;ICPC2:B90;IMO-ProblemIT:30122569;SNOMED CT:186726005,,,,,,,,,,,,,,,,, -156668AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV disease resulting in candidiasis,,Diagnosis,N/A,,,3BT:10004937;CIEL:156668;ICD-10-WHO:B20.4;ICPC2:B90;IMO-ProblemIT:30122571;SNOMED CT:186719005,,,,,,,,,,,,,,,,, -150796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abnormal Weight Loss,Decrease in existing body weight.,Diagnosis,N/A,,,,,pérdidad anormal de peso,,,,,,,,,,,,,,, -143050AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cyanosis,,Diagnosis,N/A,,,AMPATH:589;CIEL:143050;ICD-10-WHO:R23.0;IMO-ProblemIT:27806;SNOMED CT:3415004,,cianosis,,,,,,,,,,,,,,, -142630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dehydration,,Diagnosis,N/A,,,AMPATH:991;CIEL:142630;IMO-ProblemIT:9786;SNOMED CT:34095006,,deshidratación,,Déshydratation,,,,,,,,,,,,, -121629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Anaemia,A reduction in the number of circulating erythrocytes or in the quantity of hemoglobin.,Diagnosis,N/A,,,AMPATH:3;AMPATH:6030;CIEL:121629;ICPC2:B82;IMO-ProblemIT:37980;PIH:3;SNOMED CT:271737000,,Anemia,,Anémie,,Anemi,,,,,,,,,,, -114108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pleural effusion,,Diagnosis,N/A,,,,,derrame pleural,,Épanchement pleural,,Plèv éfizyon,,,,,,,,,,, -5158AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Evidence of cardiac enlargement,Physical findings suggestive of cardiomegaly.,Finding,N/A,,,,,,,Cardiomégalie,,Prèv nan elajisman kadyak,,,,,,,,,,, -12AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"X-ray, chest",An examination using irradiation for imaging the chest.,Radiology/Imaging Procedure,Coded,Cavitary lesion;Diffuse non-miliary changes;Evidence of cardiac enlargement;Infiltrate;Miliary changes;Normal;Other non-coded;Pleural effusion,,AMPATH:12;AMPATH:375;AMPATH:5229;AMPATH:645;CIEL:12;IMO-ProcedureIT:708400;PIH:3386;SNOMED CT:399208008,,,,"Radiographie, thorax",,Kliche pwatrin,,,,,,,,,,, -163138AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Encounter end date/time,,Question,Datetime,,,CIEL:163138,,,,,,,,,,,,,,,,, -123396AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal discharge,"A common gynecologic disorder characterized by an abnormal, nonbloody discharge from the genital tract.",Diagnosis,N/A,,,3BT:10102961;AMPATH:5993;CIEL:123396;IMO-ProblemIT:21649296;IMO-ProblemIT:27625;IMO-ProblemIT:32928273;SNOMED CT:271939006,,secreción vaginal,,Pertes vaginales,,pet nan vajen,,,,,,,,,,, -118990AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Genital Sore,,Diagnosis,N/A,,,CIEL:118990;IMO-ProblemIT:300420,,,,,,,,,,,,,,,,, -113122AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Scrotal Mass,,Diagnosis,N/A,,,CIEL:113122;IMO-ProblemIT:12350;SNOMED CT:53929009,,masa escrotal,,,,,,,,,,,,,,, -c4f81292-61a3-4561-a4ae-78be7d16d928,,STI Screening,,Question,Coded,female genital ulcer disease;Genital Sore;Lower abdominal pain;Normal;Scrotal Mass;Ulcers of Male Genital Organs;Urethral Discharge;Vaginal discharge,,,,,,,,,,,,,,,,,,, -166384AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vector Institute EpivacCorona COVID-19 vaccine,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -e41fbe17-4aee-4a44-950b-6676d6e0ede2,,COVID-19 vaccination given,Describes the COVID-19 vaccination given to the client,Question,Coded,Astrazeneca;Bharat Biotech Covaxin;Cansino Biologics Convidicea COVID-19 vaccine;Chumakov Center Kovivac COVID-19 vaccine;COVID-19 convalescent plasma;CureVac CVnCoV;Gamaleya Sputnik V;JNJ-78436735 vaccine;Moderna;Novavax NVX-COV2373;Other non-coded;Pfizer-BioNtech;Sinopharm-Wuhan COVID-19 vaccine;Sinovac COVID-19 vaccine;Vector Institute EpivacCorona COVID-19 vaccine,,OCT:COIVD-19Vax,,,,,,,,,,,,,,,,, -163303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Moderate acute malnutrition,,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -135488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lymphadenopathy,Abnormally enlarged lymph nodes.,Diagnosis,N/A,,,3BT:10056366;AMPATH:161;AMPATH:5007;ICPC2:B02;IMO-ProblemIT:48993;PIH:161;SNOMED CT:30746006,,adenomegalia,,Lymphadénopathie,,Adenopati,,,,,,,,,,, -159971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Waiting for test results,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -146599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cachexia,"General ill health, malnutrition, and weight loss, usually associated with chronic disease.",Diagnosis,N/A,,,3BT:10015944;ICD-10-WHO:R64;ICPC2:T08;IMO-ProblemIT:9672;PIH:823;SNOMED CT:238108007,,caquexia,,,,,,,,,,,,,,, -136443AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Jaundice,DEF:Yellow pigmentation of the skin and sclerae due to a raised level of plasma bilirubin. DESC: classified by the type of circulating bilirubin (conjugated or uncongugated). REF OXFORD CLINICAL MEDICINE,Diagnosis,N/A,,,3BT:10044624;AMPATH:215;ICD-10-WHO:R17;ICPC2:D13;IMO-ProblemIT:47368;PIH:215;SNOMED CT:18165001,,ictericia,,Ictère,,Lajònis,,,,,,,,,,, -5276AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Female sterilization,"Permanent methods of family planning in which surgical procedure is done in female genital system to prevent pregnancy. Examples include tubal ligation, laparoscopic sterilization, salpingectomy and others",Procedure,N/A,,,IMO-ProcedureIT:666675;SNOMED CT:60890002,,,,Stérilisation féminine,,Rete net pou fi,,,,,,,,,,, -5275AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intrauterine device,A device (as a spiral of plastic or a ring of stainless steel) inserted and left in the uterus to prevent effective conception.,Misc,N/A,,,AMPATH:5275;SNOMED CT:268460000;SNOMED CT:312081001,,,,Outil intra-uterin,,Planin andedan matris,,,,,,,,,,, -703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Positive.,General finding of a positive result.,Misc,N/A,,,AMPATH:703;AMPATH:704;CIEL:703;org.openmrs.module.mdrtb:POSITIVE;PIH:703;SNOMED CT:10828004,,Positivo,,Positif,,Positif,,,,,,,,,,, -159427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Result of HIV test,HIV test result by unspecified PCR or rapid test,Finding,Coded,Indeterminate;Negative;Positive.,,org.openmrs.module.mdrtb:RESULT OF HIV TEST;PIH:2169;SNOMED-MVP:1594271000105002,,,,Résultat du test VIH,,Rezilta nan tès VIH,,,,,,,,,,, -1436AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Partner's HIV status,HIV seroconversion status of patient's partner,Finding,Coded,Indeterminate;Negative;Positive.;Unknown,,CIEL:1436;PIH:3082;SNOMED-MVP:14361000105003,Partner's HIV status,,,Statut sérologique du partenaire,,Rezilta tes VIH patne,,,,,,,,,,, -1325AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hepatitis C test - qualitative,,Test,Coded,Indeterminate;Negative;Poor sample quality;Positive.,,AMPATH:1325;LOINC:16128-1;SNOMED-MVP:13251000105007,Hep C test - qual,,,Test hépatite C - Qualitative,,Tès Epatit C - Kalitatif,,,,,,,,,,, -1322AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hepatitis B test - qualitative,,Test,Coded,Indeterminate;Negative;Poor sample quality;Positive.,,AMPATH:1322;SNOMED-MVP:13221000105000,Hep B test - qual,,,Test Hépatite B - Qualitative,,Tès Epatit B - Kalitatif,,,,,,,,,,, -e16b0068-b6a2-46b7-aba9-e3be00a7b4ab,,Final HIV Test Result,,Question,Coded,Indeterminate;Negative;Positive.,,CIEL:1040,,,,,,,,,,,,,,,,, -dbc4f8e9-7098-4585-9509-e2f84a4d8c6e,,Confirmatory HIV Test Result,,Question,Coded,Indeterminate;Negative;Positive.,,,,,,,,,,,,,,,,,,, -e767ba5d-7560-43ba-a746-2b0ff0a2a513,,Initial HIV Test Result,,Question,Coded,Indeterminate;Negative;Positive.,,,,,,,,,,,,,,,,,,, -165303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rapid syphilis test,,Test,Coded,Indeterminate;Negative;Positive.,,CIEL:165303,,,,Test rapide syphilis,,,,,,,,,,,,, -163722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rapid test for HIV,"Rapid test used to detect HIV. It could include rapid test 1 or rapid test 2, and should be used in the case where it is unknown whether it was rapid test 1 or 2. This is a qualitative test.",Test,Coded,Indeterminate;Negative;Positive.,,CIEL:163722,,,,Test rapide pour HIV,,Tes rapid pou HIV,,,,,,,,,,, -5da5c21b-969f-41bd-9091-e40d4c707544,,Final COVID-19 test result,Final COVID-19 test result after doing a PCR or Rapid test,Question,Coded,Inconclusive;Negative;Positive.;Waiting for test results,,OCT:COVID-19FinalResult,,,,,,,,,,,,,,,,, -166638AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,COVID-19 test status,,Question,Coded,Negative;Positive.;Unknown,,CIEL:166638;SNOMED CT:871562009,,,,,,,,,,,,,,,,, -066a446a-720a-462b-83f2-d86885127663,,Assay 3 (third HIV test) result,Third HIV rapid diagnostic tests,Procedure,Coded,Indeterminate;Negative;Positive.,,,,,,,,,,,,,,,,,,, -986964ab-f71d-4a58-bd04-57dbb1080989,,Assay 2 (second test) result,HIV Assay 2 (second test) result,Procedure,Coded,Indeterminate;Negative;Positive.,,,,,,,,,,,,,,,,,,, -52afc863-c026-49d8-9a69-5e807c33f717,,Assay 1 (first test) result,,Procedure,Coded,Indeterminate;Negative;Positive.,,,,,,,,,,,,,,,,,,, -7792a28b-f680-4dab-971e-750fb77c78d0,,Intermediate A1 & A2 HIV result,,Question,Coded,Indeterminate;Positive.,,,,,,,,,,,,,,,,,,, -ca4953af-9ad4-4514-b54a-6832acd7cae9,,Diagnostic HIV Test Type,The type of HIV testing used to make a final diagnosis,Question,Coded,HIV DNA polymerase chain reaction;Rapid test for HIV;Unknown,,OCT:HIVTestType,,,,,,,,,,,,,,,,, -190AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Condoms,Methods for preventing pregnancy.,Drug,N/A,,,AMPATH:190;AMPATH:5270;PIH:190;SNOMED CT:706506000,,,,Préservatifs,,Kapòt,,,,,,,,,,, -5f394708-ca7d-4558-8d23-a73de181b02d,,Prevention Services Referred,,Question,Coded,Behavioural Interventions to Support Risk Reduction - for KP;Condoms;Harm Reduction for People Who Inject Drugs;Other non-coded;Post-exposure prophylaxis;Post-GBV Care;Pre Exposure Prophylaxis (PEP);Prevention Information;STI Testing and Treatment;Voluntary male circumcision clinic,,,,,,,,,,,,,,,,,,, -494117dd-c763-4374-8402-5ed91bd9b8d0,,Services referred for,,Question,Coded,Clinical Services Referred;Other Support Services Referred;Prevention Services Referred;Sexual and Reproductive Services Referred,,,,,,,,,,,,,,,,,,, -5123e83b-90c2-4a7d-b634-9ee35a49726c,,ABC + 3TC + ATV/r,Regimen consisting of Abacavir + ️Lamivudine+ ️Atazanavir,Question,N/A,,,,,,,,,,,,,,,,,,,, -160538AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Prevention of maternal to child transmission program,,Misc,N/A,,,AMPATH:1776;PIH:1647,PMTCT Program,,,Programme de prévention de la transmission mère-enfant,,Pwogram prevansyon maman ak pitit,,,,,,,,,,, -159936AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,point of HIV testing,Where was the patient tested for his/her HIV status? Similar to concept 160540 Method of enrollment or Care entry point.,Finding,Coded,Current health facility;Diagnostic testing and counseling for HIV;Home based HIV testing program;Inpatient care or hospitalization;Maternal and child health program;mobile voluntary counseling and testing program;Other non-coded;Outpatient department;Prevention of maternal to child transmission program;Tuberculosis treatment program;Voluntary counseling and testing center,,,,,,,,,,,,,,,,,,, -163137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Encounter start date/time,,Question,Datetime,,,,,,,,,,,,,,,,,,,, -160551AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Self-referral,,Misc,N/A,,,PIH:1791;SNOMED CT:306098008,Self-refer,,,,,,,,,,,,,,,, -160540AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Method of enrollment,,Question,Coded,Adolescent outreach program;Adult inpatient service;Community-based organization;Intravenous venous drug user outreach program;Maternal and child health program;Nutrition program;Other non-coded;Outpatient department;Outreach program;Pediatric inpatient service;Prevention of maternal to child transmission program;Private company;Private home-based care;Self-referral;Sex worker outreach program;Sexually transmitted infection program/clinic;Tuberculosis treatment program;Under five clinic;Vaccination service;Voluntary counseling and testing program;Voluntary male circumcision clinic,,CIEL:160540;PIH:1650,,,,Méthode pour l'inscription,,,,,,,,,,,,, -119537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Depression,,Diagnosis,N/A,,,AMPATH:207;AMPATH:6038;ICD-10-WHO:F32.9;IMO-ProblemIT:41696;PIH:207;SNOMED CT:35489007,,,,Depression,,Depresyon,,,,,,,,,,, -121725AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Alcohol abuse,"A primary, chronic disease with genetic, psychosocial, and environmental factors influencing its development and manifestations. The disease is often progressive and fatal. It is characterized by impaired control over drinking, preoccupation with the drug alcohol, use of alcohol despite adverse consequences, and distortions in thinking, most notably denial. Each of these symptoms may be continuous or periodic. (Morse & Flavin for the Joint Commission of the National Council on Alcoholism and Drug Dependence and the American Society of Addiction Medicine to Study the Definition and Criteria for the Diagnosis of Alcoholism: in JAMA 1992;268:1012-4)",Diagnosis,N/A,,,3BT:10004666;ICPC2:P15;IMO-ProblemIT:29952;SNOMED CT:15167005,,abuso de alcohol,,Abus d'alcool,,Abi alkòl,,,,,,,,,,, -1589AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hospital,,Misc,N/A,,,PIH:2070;SNOMED CT:22232009,,,,Hôpital,,lopital,,,,,,,,,,, -161549AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV confirmation location,Indicates the location where the test to confirm HIV infection was done,Misc,Coded,district hospital;Health center hospital;Hospital;Moi teaching and referral hospital;Other non-coded;Provincial hospital;sub-district hospital,,CIEL:161549,,,,,,,,,,,,,,,,, -1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,None,Generic descriptive answer.,Misc,N/A,,,AMPATH:1107;CIEL:1107;org.openmrs.module.mdrtb:NONE;PIH:1107;PIH-Malawi:1107;SNOMED CT:260413007,,Ninguna,,Aucun,,Anyen,,,,,,,,,,, -1277AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cryptococcal treatment plan,Question on encounter form. Collects information related to cryptococcal drug therapy plans.,Question,Coded,Continue regimen;None;Start drugs;Stop all,,AMPATH:1277;CIEL:1277,,,,,,,,,,,,,,,,, -1261AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,PCP prophylaxis plan,Question on encounter form. Collects information related to pneumocystis drug therapy plans.,Question,Coded,Change regimen;Continue regimen;Dosing change;None;Start drugs;Stop all,,AMPATH:1261;CIEL:1261,,,,,,,,,,,,,,,,, -162642AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Severity of symptom,Level of severity of symptom,Question,Coded,Life threatening severity;Mild;Moderate;None;Severe,,CIEL:162642;SNOMED CT:405162009,,,,,,,,,,,,,,,,, -1255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antiretroviral plan,Question on encounter form. Collects information related to antiretroviral drug therapy plans.,Question,Coded,Change formulation;Change regimen;Continue regimen;Dosing change;None;Start drugs;Stop all,,AMPATH:1255;CIEL:1255,,,,,,,,,,,,,,,,, -16ba5f4b-5430-44c8-91e4-c4c66b072f29,,Tuberculosis screening questions - Peads,"Tuberculosis, review of screening questions for peads",Question,Coded,cough lasting more than 2 weeks;Failure to Gain Weight;Fever lasting more than three weeks;None;Tuberculosis contact,,,,,,,,,,,,,,,,,,, -12a22a0b-f0ed-4f1a-8d70-7c6acda5ae78,,Tuberculosis screening questions - Adults,"Tuberculosis, review of screening questions for adults and adolescents",Question,Coded,Abnormal Weight Loss;cough lasting more than 2 weeks;Fever lasting more than three weeks;Night sweats;None;Weight Loss (Abnormal weight loss),,,,,,,,,,,,,,,,,,, -1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,No,Generic answer to a question.,Misc,N/A,,,AMPATH:1066;PIH:1066;PIH-Malawi:1066;SNOMED CT:373067005,,No,,Non,,Non,,,,,,,,,,, -164401AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV test performed,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -164848AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Received HIV test result,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -159382AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Post HIV test counseling,Has the patient received counselling after HIV testing and result?,Finding,Coded,No;Unknown;Yes,,PIH:969;SNOMED CT:313077009,PHTC,,,conseils de post test VIH,,Post tès konsèy VIH,,,,,,,,,,, -160579AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sex worker,,Finding,Coded,No;Unknown;Yes,,CIEL:160579;SNOMED CT:53713009,,,,Travailleuse du sexe,,Bouzen,,,,,,,,,,, -164163AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Provider-initiated HIV testing and counseling,HIV test offer under provider-initiated counseling and testing guidelines,Procedure,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -1288AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Alcohol counseling,,Misc Order,Coded,No;Unknown;Yes,,AMPATH:1288;SNOMED CT:413473000,,,,Aide pour abus d'alcool,,,,,,,,,,,,, -1455AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tobacco use counseling,"Counseling for the cessation of tobacco use, including smoking, chewing tobacco, etc.",Misc Order,Coded,No;Unknown;Yes,,SNOMED CT:408939007,Tobacco counseling,,,Conseil À l'usage du tabac,,,,,,,,,,,,, -de32152d-93b0-412a-908a-20af0c46f215,,Pre test Counselling Done,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -e8e8fe71-adbb-48e7-b531-589985094d30,,Linked to Care & Treatment,Describes whether or not a HIV positive client has been linked to Care and Treatment,Question,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -445846e9-b929-4519-bc83-d51c051918f5,,Result Received Couples,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -160109AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sexually active,,Misc,Coded,No;Unknown;Yes,,PIH:2730,,,,Actif sexuellement,,fe bagay,,,,,,,,,,, -159218AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Unprotected sexual intercourse,,Diagnosis,Coded,No;Unknown;Yes,,IMO-ProblemIT:816022;SNOMED CT:2314005,,,,Rapports sexuels non protégés,,Rapò seksyèl san pwoteksyon,,,,,,,,,,, -156660AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,History of sexually transmitted disease,,Diagnosis,Coded,No;Unknown;Yes,,IMO-ProblemIT:824556;SNOMED CT:275881005,,,,Histoire d'autre infection sexuellement transmissible,,Istwa ist,,,,,,,,,,, -1201b688-45f8-4e56-b089-0b31138a19dd,,Confirmatory HIV Test Done,,Question,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -b221ce19-9292-4117-bdff-0adcf13f82d6,,Tiebreaker HIV Test Done,,Question,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -4fe5857e-c804-41cf-b3c9-0acc1f516ab7,,Recency Test Conducted,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -906ed69c-949b-47b5-b469-2205f0da473a,,Previous use of ART for Hepatitis,Previous use of antiretroviral drugs to treat/manage Hepatitis,Question,Coded,No;Unknown;Yes,,OCT:ARTUseHepatitis,,,,,,,,,,,,,,,,, -5d397775-0155-4033-95dc-edcec98e8190,,Previous use of Pre Exposure Prophylaxis (PrEP),Has the client previously used Pre Exposure Prophylaxis (PrEP),Question,Coded,No;Unknown;Yes,,OCT:PrEPUse,,,,,,,,,,,,,,,,, -164144AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,New client,,Question,Coded,No;Yes,,CIEL:164144,,,,,,,,,,,,,,,,, -163532AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mother enrolled in prevention of maternal to child transmission (PMTCT) program,"The patient's mother is currently enrolled in a maternal to child transmission program, also referred to as PMTCT.",Question,Coded,No;Unknown;Yes,,CIEL:163532,,,,Mère inscrite dans le programme de prévention de la transmission mère-enfant (PTME),,Manman pasyan antre nan pwogram prevansyon transmisyon manman-timoun (PMTCT),,,,,,,,,,, -163783AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mother recieved highly active antiretroviral therapy (HAART),The patient's mother was on highly active antiretroviral therapy (HAART).,Question,Coded,No;Unknown;Yes,,CIEL:163783,,,,La mère a reçu un traitement antirétroviral (Triterapie),,Manman resevwa terapi antiretwoviral aktif (Triterapi),,,,,,,,,,, -0a540601-8cc4-4d18-9360-d760780f3eb1,,Does the client have a treatment supporter?,Question asking if the client has a treatment supporter,Question,Coded,No;Yes,,OCT:TreatmentSupporterPresent,,,,,,,,,,,,,,,,, -161934AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Specimen sent to Lab,,Question,Coded,No;Unknown;Yes,,CIEL:161934;PIH:7818,,,,,,,,,,,,,,,,, -166020AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Comorbidity present,,Question,Coded,No;Unknown;Yes,,CIEL:166020,,,,,,,,,,,,,,,,, -5272AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pregnancy status,"Question on encounter form: ""Is the patient pregnant?""",Question,Coded,No;Unknown;Yes,,AMPATH:44;AMPATH:5272;PIH:5272;PIH-Malawi:1755,,Estado de embarazo,,Enceinte,,Ansent koulye a,,,,,,,,,,, -f8868467-bd15-4576-9da8-bfb8ef64ea17,,Was the patient screened for Tuberculosis?,Was the client screened for Tuberculosis during this visit?,Procedure,Coded,No;Unknown;Yes,,OCT:TuberculosisScreening;SNOMED CT:171126009,,,,,,,,,,,,,,,,, -166449AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Currently taking tuberculosis prophylaxis,,Question,Coded,No;Unknown;Yes,,CIEL:166449;KenyaEMR:164949,,,,,,,,,,,,,,,,, -159798AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,currently on tuberculosis treatment,is patient currently on tuberculosis treatment?,Question,Coded,No;Unknown;Yes,,CIEL:159798;PIH:1257,,,,Traitement de la tuberculose en cours,,Sou tretman tibèkiloz kounye a,,,,,,,,,,, -5632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Currently breastfeeding child,"Question on encounter form: ""Is the child currently being breastfed?",Question,Coded,No;Unknown;Yes,,AMPATH:5632;CIEL:5632;SNOMED CT:413712001,,,,Allaitement de l'enfant en cours,,Ap bay tete nan moman a,,,,,,,,,,, -975f11e5-7471-4e57-bba7-d3ee358ef7ea,,Antenatal Profile Screening done,Antenatal screening is the process of identifying those at high risk of a disorder.,Procedure,Coded,No;Unknown;Yes,,OCT:AntenatalScreening,,,,,,,,,,,,,,,,, -7b734819-27fb-41bb-af95-f91182c242f2,,Patient Referral,"Referring someone for consultation, review, or further action.",Procedure,Coded,No;Unknown;Yes,,OCT:PatientReferral;SNOMED CT:3457005,,,,,,,,,,,,,,,,, -9109b9f3-8176-4d2f-b47d-82630dcc02ce,,Does the client intend to conceive in the next three months,Intended pregnancy is when the mother indicated that she wants to become pregnant at that time or sooner.,Symptom/Finding,Coded,No;Unknown;Yes,,CIEL:160571;OCT:PregnancyIntention,,,,,,,,,,,,,,,,, -1941AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Blood drawn for CD4 count,This is a concept to document the workflow step of drawing blood from a patient to run a CD4 test. It does not document the order or the result of the test.,Question,Coded,No;Unknown;Yes,,CIEL:1941;SNOMED CT:82078001,Blood for CD4,,,Prise de sang pour CD4,,Pran san pou tes cd4,,,,,,,,,,, -1754AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Medications unavailable,Drugs/medications unavailable for use to treat patient. A reason for not receiving/taking medications.,Question,Coded,No;Unknown;Yes,,CIEL:1754;PIH:1761;SNOMED CT:182856006;SNOMED-MVP:17541000105004,Meds Unavailable,,,Médicaments non disponibles,,Medikaman pa disponib,,,,,,,,,,, -165341AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,New sign/symptom,Whether the patient's sign or symptom was newly described (during this encounter),Question,Coded,No;Unknown;Yes,,CIEL:165341,,,,,,,,,,,,,,,,, -1729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sign/symptom present,Whether the sign or symptom is/was present,Question,Coded,No;Unknown;Yes,,CIEL:1729;PIH:1293,sign/symptom?,Signo / sintoma presente,,Presence d'un signe/symptome,,Siy/sentòm prezan,,,,,,,,,,, -6ed9f792-b743-48e2-b36e-0e7e1caad3eb,,Does the patient have any known allergies,Does the patient have any known allergies,Question,Coded,No;Unknown;Yes,,OCT:KnownAllergies,,,,,,,,,,,,,,,,, -163403AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Previously hospitalized,Patient was hospitalized (had inpatient stay) in past.,Question,Coded,No;Unknown;Yes,,CIEL:163403,,,,Hospitalisation antérieure,,Entène lopital deja,,,,,,,,,,, -162871AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Adverse event reported,,Question,Coded,No;Unknown;Yes,,CIEL:162871,,,,,,,,,,,,,,,,, -161557AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Partner HIV tested,Has the client's partner received on-site HIV testing?,Question,Coded,No;Unknown;Yes,,CIEL:161557,,,,testé partenaire VIH,,Patnè VIH teste,,,,,,,,,,, -165613AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Partner notified about sexually transmitted infection status,,Question,Coded,No;Unknown;Yes,,CIEL:165613;KenyaEMR:164935,,,,,,,,,,,,,,,,, -165268AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Alcohol and substance abuse screening performed,,Question,Coded,No;Unknown;Yes,,CIEL:165268,,,,,,,,,,,,,,,,, -161558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient tested for sexually transmitted illness in current visit,Has the client been screened for STI (during this visit)?,Question,Coded,No;Unknown;Yes,,CIEL:161558,STI screened this visit,,,,,,,,,,,,,,,, -159423AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV status disclosed to partner,Whether or not the patient has disclosed the HIV status with the partner.,Question,Coded,No;Unknown;Yes,,CIEL:159423;PIH:2061,HIV status disclosure with partner,,,le statut VIH divulguer au partenaire,,Di patne estati VIH,,,,,,,,,,, -cbb9382b-3a47-44bf-9ecc-828966535524,,Adherence counselling - qualitative,Has drug adherence counselling been done,Question,Coded,No;Unknown;Yes,,OCT:AdherenceCounselling,,,,,,,,,,,,,,,,, -161651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Counseling about infant feeding practices,,Procedure,Coded,No;Yes,,CIEL:161651;SNOMED CT:171053005,,,,,,,,,,,,,,,,, -161648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Food support,Provision of food supplements to patient or family of patient,Procedure,Coded,No;Yes,,CIEL:161648,,,,L'aide alimentaire,,Sipò manje,,,,,,,,,,, -159777AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Condoms given during the visit,Whether condoms were given during the encounter with the person.,Question,Coded,No;Unknown;Yes,,CIEL:159777,,,,Préservatifs donnés lors de la visite,,Kapòt bay pandan vizit la,,,,,,,,,,, -160571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient wishes to get pregnant,,Finding,Coded,No;Unknown;Yes,,CIEL:160571;IMO-ProblemIT:1045429;KenyaEMR:164933,,,,La patiente souhaite une grossesse,,,,,,,,,,,,, -163523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Clinical failure,Treatment failed to improve overall patient symptoms.,Finding,Coded,No;Unknown;Yes,,CIEL:163523,,,,,,Echèk klinik,,,,,,,,,,, -f021c264-9a61-4aaf-8a90-802ffe7a29b4,,Vaccinated for COVID-19,Has a COVID-19 vaccine been administered,Question,Coded,COVID-19 Fully Vaccinated;COVID-19 Partially Vaccinated;No;Not Vaccinated;Unknown;Yes,,OCT:VaxCOVID-19,,,,,,,,,,,,,,,,, -164134AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaccination Complete,A question asked whether the patient has received all normal pediatric vaccinations,Question,Coded,No;Unknown;Yes,,CIEL:164134,,,,,,,,,,,,,,,,, -1e254484-28bd-453e-81e8-a8035fb734f2,,Assay 3 (third HIV test) done,Third HIV rapid diagnostic tests,Question,Coded,No;Not done;Yes,,,,,,,,,,,,,,,,,,, -7704e02d-fe35-48b0-99a3-b577971faacb,,Assay 2 (second HIV test) done,Second HIV rapid diagnostic tests,Question,Coded,No;Not done;Yes,,,,,,,,,,,,,,,,,,, -97d47bf3-469a-47d6-9523-903a2f80e034,,Assay 1 (first HIV test) done,First HIV rapid diagnostic tests done,Question,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -140238AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fever,"An abnormal elevation of body temperature, usually as a result of a pathologic process.",Diagnosis,Coded,No;Unknown;Yes,,3BT:10049305;AMPATH:157;AMPATH:5945;ICD-10-WHO:R50.9;ICPC2:A03;IMO-ProblemIT:27348;PIH:3722;PIH:5945;SNOMED CT:386661006,,fiebre,,Fièvre,,Fyèv,,,,,,,,,,, -5245AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pallor,Term that describes skin paleness or loss of color,Finding,Coded,No;Severe;Some;Unknown;Yes,,AMPATH:5245;CIEL:5245;IMO-ProblemIT:736264;SNOMED CT:398979000,,,,,,,,,,,,,,,,, -460AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oedema,An abnormal excess accumulation of serous fluid in connective tissue or in a serous cavity.,Finding,Coded,No;Unknown;Yes,,AMPATH:460;AMPATH:5143;AMPATH:6002;CIEL:460;IMO-ProblemIT:42607;PIH:460;PIH-Malawi:460;SNOMED CT:267038008,,,,Oedème,,enfle,,,,,,,,,,, -163302AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Severe acute malnutrition,,Diagnosis,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -1380AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nutrition counseling,,Misc Order,Coded,No;Unknown;Yes,,SNOMED CT:61310001,Nutrition counseling,,,Suivi nutritionnel,,,,,,,,,,,,, -159800AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Tuberculosis, review of screening questions",,Question,Coded,cough lasting more than 2 weeks;Fever;Fever lasting more than three weeks;Hemoptysis;Night sweats,,CIEL:159800,,,,,,,,,,,,,,,,, -5484AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nutritional support,Nutritional counseling or support for patient or patient's family,Procedure,Coded,Counseling about infant feeding practices;Food support;Micronutrient support;None;Nutrition counseling;Therapeutic feeding,,AMPATH:5484;CIEL:5484;PIH:1400;SNOMED CT:278906000,,,,soutien nutritionnel,,sipo pou mange,,,,,,,,,,, -d3d4ae96-8c8a-43db-a9dc-dac951f5dcb3,,Key PopulationType,,Question,Coded,Adolescent Girls & Young Women;Fisher Folk;Long distance truck driver;Male who has sex with men;Migrant Workers;People Who Inject Drugs;People With Disability;Prisoners;Refugees;Sex worker;Transgender Persons;Uniformed Forces,,OHTSTemp:KeyPopulation,,,,,,,,,,,,,,,,, -9641ead9-8821-4898-b633-a8e96c0933cf,,HTS Approach,,Question,Coded,Client Initiated Testing and Counselling;Provider-initiated HIV testing and counseling,,,,,,,,,,,,,,,,,,, -e407ad47-0efd-4429-ab6b-3506dbf9580a,,Partner Key Population Status,,Question,Coded,Drug Injecting Partner;Long distance truck driver;Male who has sex with men;Prisoners;Sex worker;Transgender Persons,,,,,,,,,,,,,,,,,,, -7962d0ed-0fb5-4580-8e46-6fd318091154,,Transfer-in Documentation,,Question,Coded,Mother enrolled in prevention of maternal to child transmission (PMTCT) program;Transfer-in with Records;Transfer-in without records,,OCT:TransferInDocumentation,,,,,,,,,,,,,,,,, -83e40f2c-c316-43e6-a12e-20a338100281,,Patient Type at Enrolment,"Describes if the client is a new client, a re-enrolment, transfer-in or a referral from PMTCT at the time of service enrolment into HIV Care and Treatment.",Question,Coded,New client;re-enroll;Referred from EMTCT;Transfer in,,OCT:PatientTypeAtEnrolment,,,,,,,,,,,,,,,,, -160575AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason not on family planning,,Question,Coded,Currently not sexually active;Patient thinks she can't get pregnant;Patient wishes to get pregnant,,CIEL:160575;PIH:6195,,,,,,,,,,,,,,,,, -160582AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason for poor treatment adherence,,Question,Coded,"Alcohol abuse;Cannot afford treatment;Concerned about privacy/stigma;Depression;Felt better and stopped taking medication;Felt too ill to take medication;Forgot to take medication;Lost or ran out of medication;Medications unavailable;Other non-coded;Pill burden;Shares medications with others;Toxicity, drug;Transport problems;Treatment or procedure not carried out due to fear of side effects",,CIEL:160582;PIH:3140,,,,Raison pour mauvaise adhésion au traitment,,Rezon pou move aderans tretman,,,,,,,,,,, -1119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,General exam findings,"General physical exam findings. List can be expanded, as more coded answers are identified.",Finding,Coded,Cachexia;Distress;Gluteal wasting;Jaundice;Lymphadenopathy;Oedema;Overweight;Signs of physical abuse;Temporal wasting;Unwell appearing;Well appearing,,AMPATH:1119;CIEL:1119;PIH:2419;SNOMED CT:271907004,,,,"Examen physique, général",,Rezilta egzamen general,,,,,,,,,,, -c481f80d-7553-41ab-94ca-efddb8ab294c,,nutritional assessment status,Using weight and height and age what is the nutritional assessment outcome of the client,ConvSet,Coded,Moderate acute malnutrition;Normal;Not done;Obesity;Severe acute malnutrition,,OCT:NutitionalAssessment,,,,,,,,,,,,,,,,, -86cc0cfe-bace-4969-94b6-d139f4971d13,,Reason for Viral Load Request,The reason a viral load request is being made,Question,Coded,Baseline Viral Load;Change regimen;Clinical failure;Regimen failure;Routine Viral Load,,OCT:ViralLoadRequest,,,,,,,,,,,,,,,,, -1535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Female gender,,Misc,N/A,,,PIH:2844;SNOMED CT:248152002,,,,Sexe féminin,,Sèks fi,,,,,,,,,,, -3d48768d-80cd-46df-a065-9287b9888eb0,,Reason for Poor adherence - HAART,,ConvSet,Coded,Reason for poor treatment adherence,,OCT:ReasonPoorAdherence - HAART,,,,,,,,,,,,,,,,, -b4556aaa-8574-446f-a750-2146713c6630,,Reason for Poor adherence - prophylaxis Pneumocystis Pneumonia,,ConvSet,Coded,Reason for poor treatment adherence,,OCT:PoorAdherencePCP,,,,,,,,,,,,,,,,, -5487AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis Treatment or DOT Program,none,Misc Order,Boolean,,,AMPATH:2223;AMPATH:5487;SNOMED-MVP:54871000105005,,,,TRAITEMENT TB ou DOT,,,,,,,,,,,,, -1534AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Male gender,,Misc,N/A,,,PIH:2843;SNOMED CT:248153007,,,,Sexe masculin,,Sèks gason,,,,,,,,,,, -166025AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sex at birth,,Question,Coded,Female gender;Male gender;Unknown,,,,,,,,,,,,,,,,,,, -14ae2dc9-5964-425a-87e8-9ca525cf055e,,Re-enrolment Reason,,Question,Text,,,,,,,,,,,,,,,,,,,, -20efadf9-86d3-4498-b3ab-7da4dad9c429,,Date Re-enrolled in HIV Care,Date a client was reenrolled after discontinuation of HIV Care,Question,Date,,,,,,,,,,,,,,,,,,,, -163513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason for discontinuing service (text),This indicates client's reason for terminating his/her enrollment on a health service (e.g. family planning),Question,Text,,,CIEL:163513,,,,,,,,,,,,,,,,, -162572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date patient refused HIV care/treatment,,Finding,Date,,,CIEL:162572,,,,,,,,,,,,,,,,, -166463AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Completed course of tuberculosis prophylaxis,,Question,Coded,No;Unknown;Yes,,CIEL:166463;KenyaEMR:164950,,,,,,,,,,,,,,,,, -160208AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Urinary symptoms,Other symptoms and signs involving the urinary system,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -154311AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,rectal discharge,,Diagnosis,N/A,,,,,secreción rectal,,,,,,,,,,,,,,, -148035AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Back pain,,Diagnosis,N/A,,,,,dolor de espalda,,,,,,,,,,,,,,, -147232AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal bleeding,"Hemorrhage from vessels in the uterus, sometimes manifested as vaginal bleeding.",Diagnosis,Coded,,,,,sangrado por vagina,,Saignement vaginal,,senyen nan vajen,,,,,,,,,,, -142412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Diarrhea,Passage of excessively liquid or excessively frequent stools.,Diagnosis,Coded,,,,,diarrea,,Diarrhée,,Dyare,,,,,,,,,,, -142247AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Discharge from Penis,"Inflammation of the urethra. (Dorland, 27th ed)",Diagnosis,N/A,,,,,descarga peniana,,,,,,,,,,,,,,, -141830AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dizziness and Giddiness,"An imprecise term which may refer to a sense of spatial disorientation, motion of the environment, or lightheadedness.",Diagnosis,N/A,,,,,vértigo y mareos,,,,,,,,,,,,,,, -141600AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Shortness of breath,,Diagnosis,N/A,,,,,Falta de aliento,,Difficulté à respirer,,,,,,,,,,,,, -141585AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ear Problem,,Diagnosis,N/A,,,,,problema de oído,,,,,,,,,,,,,,, -141128AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Epigastric pain,"Sensation of discomfort, distress, or agony in the abdominal region.",Diagnosis,N/A,,,,,dolor epigástrico,,Douleur épigastrique,,Doulè epigastrik,,,,,,,,,,, -140941AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Excessive Sweating,"Excessive sweating. In the localized type, the most frequent sites are the palms, soles, axillae, inguinal folds, and the perineal area. Its chief cause is thought to be emotional. Generalized hyperhidrosis may be induced by a hot, humid environment, by fever, or by vigorous exercise.",Diagnosis,N/A,,,,,sudoración aumentada,,Transpiration excessive,,Swè twòp,,,,,,,,,,, -140070AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Flank Pain,,Diagnosis,N/A,,,,,dolor en el flanco,,,,,,,,,,,,,,, -139084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Headache,"Pain in the cranial region that may occur as an isolated and benign symptom or as a manifestation of a wide variety of conditions including SUBARACHNOID HEMORRHAGE; CRANIOCEREBRAL TRAUMA; CENTRAL NERVOUS SYSTEM INFECTIONS; INTRACRANIAL HYPERTENSION; and other disorders. In general, recurrent headaches that are not associated with a primary disease process are referred to as HEADACHE DISORDERS (e.g., MIGRAINE).",Diagnosis,N/A,,,,,cefalea,,Céphalée,,Maltèt,,,,,,,,,,, -136455AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Itching,,Diagnosis,N/A,,,,,prurito,,Démangeaisons,,,,,,,,,,,,, -135595AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Loss of Appetite,Clinical manifestation consisting of a physiopathological lack or loss of appetite accompanied by an aversion to food and the inability to eat.,Diagnosis,N/A,,,,,pérdida del apetito,,Perte d'appétit,,Pèdi apeti,,,,,,,,,,, -133469AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Neck Pain,Discomfort or more intense forms of pain that are localized to the cervical region. This term generally refers to pain in the posterior or lateral regions of the neck.,Diagnosis,N/A,,,,,cervicodinia,,Douleur cervicale,,,,,,,,,,,,, -132653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Numbness of Foot,,Diagnosis,N/A,,,,,entumecimiento del pie,,,,,,,,,,,,,,, -131040AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pain in Eye,"Pain in the facial region including orofacial pain and craniofacial pain. Associated conditions include local inflammatory and neoplastic disorders and neuralgic syndromes involving the trigeminal, facial, and glossopharyngeal nerves. Conditions which feature recurrent or persistent facial pain as the primary manifestation of disease are referred to as FACIAL PAIN SYNDROMES.",Diagnosis,N/A,,,,,dolor en el ojo,,,,,,,,,,,,,,, -131034AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pain in pelvis,"Pain in the pelvic region of genital and non-genital origin and of organic or psychogenic etiology. Frequent causes of pain are distension or contraction of hollow viscera, rapid stretching of the capsule of a solid organ, chemical irritation, tissue ischemia, and neuritis secondary to inflammatory, neoplastic, or fibrotic processes in adjacent organs. (Kase, Weingold & Gershenson: Principles and Practice of Clinical Gynecology, 2d ed, pp479-508)",Diagnosis,N/A,,,,,,,Douleur pelvienne,,Doulè nan basen,,,,,,,,,,, -131032AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pain in Scrotum,,Diagnosis,N/A,,,,,dolor del escroto,,,,,,,,,,,,,,, -131021AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pain of Breast,,Diagnosis,N/A,,,,,mastodinia,,Douleur mammaire,,,,,,,,,,,,, -131015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Painful Mouth,,Diagnosis,N/A,,,,,dolor en la cavidad oral,,,,,,,,,,,,,,, -126535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Shoulder Pain,"Unilateral or bilateral pain of the shoulder. It is often caused by physical activities such as work or sports participation, but may also be pathologic in origin.",Diagnosis,N/A,,,,,dolor en el hombro,,,,,,,,,,,,,,, -125198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Swollen Feet,,Diagnosis,N/A,,,,,pies tumefactos,,,,,,,,,,,,,,, -125225AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Swallowing Painful,,Diagnosis,N/A,,,,,odinofagia,,,,,,,,,,,,,,, -122983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vomiting,The forcible expulsion of the contents of the stomach through the mouth.,Diagnosis,Coded,,,,,vómitos,,Vomissement,,Vomisman,,,,,,,,,,, -121657AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Memory Loss,"Disturbances in registering an impression, in the retention of an acquired impression, or in the recall of an impression. Memory impairments are associated with DEMENTIA; CRANIOCEREBRAL TRAUMA; ENCEPHALITIS; ALCOHOLISM (see also ALCOHOL AMNESTIC DISORDER); SCHIZOPHRENIA; and other conditions.",Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -120749AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chest pain,,Diagnosis,N/A,,,,,dolor de pecho,,Douleur thoracique,,Doulè nan pwatrin,,,,,,,,,,, -120345AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Confusion,,Finding,N/A,,,,,obnubilación mental,,,,,,,,,,,,,,, -117698AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hearing Loss,"A condition in which the sense of hearing, although defective, is functional with or without a hearing aid. The hearing loss may affect one or both ears. The normal hearing level for speech is approximately 40-70 decibels I.S.O. (International Organization for Standardization) or 30-60 db A.S.A. (American Standards Association).",Diagnosis,N/A,,,,,pérdida auditiva,,,,,,,,,,,,,,, -116558AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pain in Joint,Pain in the joint.,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -116334AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lethargy,"A syndrome characterized by persistent or recurrent fatigue, diffuse musculoskeletal pain, sleep disturbances, and subjective cognitive impairment of 6 months duration or longer. Symptoms are not caused by ongoing exertion; are not relieved by rest; and result in a substantial reduction of previous levels of occupational, educational, social, or personal activities. Minor alterations of immune, neuroendocrine, and autonomic function may be associated with this syndrome. There is also considerable overlap between this condition and FIBROMYALGIA. (From Semin Neurol 1998;18(2):237-42; Ann Intern Med 1994 Dec 15;121(12): 953-9)",Diagnosis,N/A,,,,,letargo,,Léthargie,,Letaji,,,,,,,,,,, -114399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Facial Pain,"Pain in the facial region including orofacial pain and craniofacial pain. Associated conditions include local inflammatory and neoplastic disorders and neuralgic syndromes involving the trigeminal, facial, and glossopharyngeal nerves. Conditions which feature recurrent or persistent facial pain as the primary manifestation of disease are referred to as FACIAL PAIN SYNDROMES.",Diagnosis,N/A,,,,,dolor en la cara,,,,,,,,,,,,,,, -114395AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Leg Pain,,Diagnosis,N/A,,,,,dolor de pierna,,,,,,,,,,,,,,, -113224AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rhinitis,,Diagnosis,N/A,,,,,,,rhinite,,rinit,,,,,,,,,,, -113054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Convulsions,"A general term referring to sudden and often violent motor activity of cerebral or brainstem origin. Convulsions may also occur in the absence of an electrical cerebral discharge (e.g., in response to hypotension).",Diagnosis,Coded,,,,,Convulsion,,Convulsions,,konvilsyon,,,,,,,,,,, -112200AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tremor,,Diagnosis,N/A,,,,,temblor,,,,,,,,,,,,,,, -111721AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mouth ulceration,"A loss of mucous substance of the mouth showing local excavation of the surface, resulting from the sloughing of inflammatory necrotic tissue. It is the result of a variety of causes, e.g., denture irritation, aphthous stomatitis (STOMATITIS, APHTHOUS), NOMA, necrotizing gingivitis (GINGIVITIS, NECROTIZING, ULCERATIVE), TOOTHBRUSHING, and various irritants. (From Jablonski, Dictionary of Dentistry, 1992, p842)",Diagnosis,N/A,,,,,úlcera de la boca,,Ulcération buccale,,,,,,,,,,,,, -5978AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nausea,A feeling of sickness in the stomach characterized by an urge to vomit.,Symptom,N/A,,,,,,,Nausée,,,,,,,,,,,,, -5953AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vision difficulties,Reduced visual capacity.,Symptom,Boolean,,,,,,,,,,,,,,,,,,,, -5112AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Axillary,"Of, relating to, or located near the axilla (armpit).",Anatomy,N/A,,,,,,,,,,,,,,,,,,,, -871AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chills,A sensation of feeling cold in the body often associated with a fever.,Finding,Coded,,,,,,,Des frissons,,Frison,,,,,,,,,,, -832AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Weight loss,"Clinical finding of weight loss, less severe than the wasting syndrome.",Finding,Boolean,,,,,hallazgo relacionado con el descenso de peso,,Perte de poids,,Pèdi pwa,,,,,,,,,,, -643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cervical,Anatomical location of lesion or pathology pertaining to neck (not uterine cervix).,Anatomy,N/A,,,,,,,,,,,,,,,,,,,, -512AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rash,"DEF: Lesion of the skin. DESC: The history of the particular skin lesions is also important, including time and site of initial appearance, spread, change in appearance, and triggering factors. Visual inspection is the central evaluation tool; many skin diseases are diagnosed by the characteristic appearance or morphology of the lesions. REF: Merck Manual",Symptom/Finding,Coded,,,,,,,Eruption cutanées,,,,,,,,,,,,, -506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inguinal,"Of, relating to, or situated in the region of the groin.",Anatomy,N/A,,,,,,,,,,,,,,,,,,,, -505AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Supraclavicular,Situated or occurring above the clavicle.,Anatomy,N/A,,,,,,,,,,,,,,,,,,,, -504AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Submandibular,"Of, relating to, situated, or performed in the region below the lower jaw.",Anatomy,N/A,,,,,,,,,,,,,,,,,,,, -1121AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lymph node exam findings,Findings noted on examination of the lymph nodes.,Finding,Coded,Abnormal;Axillary;Cervical;Inguinal;Normal;Submandibular;Supraclavicular,,AMPATH:1121;CIEL:1121;SNOMED CT:274303007,,,,Examen clinique des ganglions lymphatiques,,Ekzamen gland,,,,,,,,,,, -206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Seizure,Epileptic seizure of unspecified type.,Diagnosis,Coded,,,,,,,Convulsion,,Kriz,,,,,,,,,,, -151AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abdominal pain,"Pain in the abdomen, unspecified cause.",Symptom,N/A,,,,,dolor abdominal,,Douleur abdominale,,Doule nan vant,,,,,,,,,,, -f2ff2d1c-25e6-4143-9000-89633a932c2f,,List of Chief Complaints,,Symptom/Finding,Coded,Abdominal pain;Back pain;Chest pain;Chills;Confusion;Convulsions;Depression;Diarrhea;Discharge from Penis;Dizziness and Giddiness;Ear Problem;Epigastric pain;Excessive Sweating;Facial Pain;Fever;Flank Pain;Headache;Hearing Loss;Itching;Leg Pain;Lethargy;Loss of Appetite;Memory Loss;Mouth ulceration;Muscle pain;Nausea;Neck Pain;Night sweats;Numbness of Foot;Pain in Eye;Pain in Joint;Pain in pelvis;Pain in Scrotum;Pain of Breast;Painful Mouth;Rash;rectal discharge;Red eye;Rhinitis;Seizure;Shortness of breath;Shoulder Pain;Sore throat;Swallowing Painful;Swollen Feet;Tremor;Urinary symptoms;Vaginal bleeding;Vaginal discharge;Vision difficulties;Vomiting;Weight loss,,CIEL:5219,,,,,,,,,,,,,,,,, -fb21884b-e666-47bb-bff5-404b45c30eeb,,Verification Done,"Patient/Clients status was verified (Transfer-Out, Linkage to Care, Results)",State,N/A,,,,,,,,,,,,,,,,,,,, -164131AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Severely wasted,Nutritional status classification on child based on the index of Weight for Length Status less than -3 z-scores.,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -b78e20ec-0833-4e87-969b-760a29864be8,,General Examination - On Examination,,Symptom/Finding,Coded,"Anaemia;Candidiasis, oral;Clubbing;Cyanosis;Dehydration;Jaundice;Lethargy;Lymphadenopathy;Oedema;Pallor;Severely wasted",,,,,,,,,,,,,,,,,,, -160649AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date transferred out,,Finding,Date,,,CIEL:160649,,,,,,,,,,,,,,,,, -159495AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Transferred out to,Where was the patient transferred out to?,Question,Text,,,CIEL:159495;PIH:3003,,,,Transféré à,,Transfere nan,,,,,,,,,,, -150555AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abscess of skin and subcutaneous tissue,,Diagnosis,N/A,,,,,absceso de la piel Y/O del tejido celular subcutáneo,,,ABCès,,,,,,,,,,,, -141692AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dry Skin,,Diagnosis,N/A,,,,,piel seca,,,,,,,,,,,,,,, -135761AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lipodystrophy,"A collection of rare conditions resulting from defective fat metabolism and characterized by atrophy of the subcutaneous fat. They include total, congenital or acquired, partial, abdominal infantile, and localized lipodystrophy.",Diagnosis,N/A,,,,,lipodistrofia,,Lipodystrophie,,,,,,,,,,,,, -135591AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Loss of Hair,Absence of hair from areas where it is normally present.,Finding,N/A,,,,,,,,,,,,,,,,,,,, -126395AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Skin Nodule,,Diagnosis,N/A,,,,,nódulo cutáneo,,,,,,,,,,,,,,, -125201AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Swelling of Skin,,Diagnosis,N/A,,,,,tumefacción cutánea,,,,,,,,,,,,,,, -118731AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Eczema,,Diagnosis,N/A,,,,,eccema,,,,,,,,,,,,,,, -117543AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Herpes zoster,,Diagnosis,N/A,,,,,Herpes zoster,,Zona,,,,,,,,,,,,, -112934AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Skin Ulcer,,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -507AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Kaposi's sarcoma of skin,"A neoplastic disease affecting especially the skin and mucous membranes, characterized especially by the formation of pink to reddish-brown or bluish tumorous plaques, macules, papules, or nodules especially on the lower extremities, and formerly limited primarily to elderly men in whom it followed a benign course but now being a major and sometimes fatal disease associated with immunodeficient individuals with AIDS.",Diagnosis,N/A,,,,,,,Sarcome de kaposi de la peau,,Sakom kaposi po,,,,,,,,,,, -3aaaa33f-c553-4d1f-aaf0-abafeb447e29,,Skin - ROS/PE,Review of systems and Physical Examination findings of the skin,Symptom/Finding,Coded,Abscess of skin and subcutaneous tissue;Dry Skin;Eczema;Herpes zoster;Itching;Kaposi's sarcoma of skin;Lipodystrophy;Loss of Hair;Normal;Rash;Skin Nodule;Skin Ulcer;Swelling of Skin,,,,,,,,,,,,,,,,,,, -43105ef4-afde-4f33-89bd-fb318d3f07a3,,HTS Classic Form,HTS Classic Form Concept will be used in HTS forms to identify an HTS Classic Form since the HTS Classic Form and the HTS WHO form both use the same encounter type,Misc,Text,,,,,,,,,,,,,,,,,,,, -9de587b2-564d-4d86-bf72-e76da924018e,,HTS WHO Form,The HTS WHO Form Concept will be used in HTS forms to identify a HTS WHO Form since the HTS WHO form and the HTS Classic Form both use the same encounter type,Misc,Text,,,,,,,,,,,,,,,,,,,, -f0d85da0-c235-4540-a0d1-63640594f98b,,HTS Form Strategy,"HTS Form Strategy - Distinguishes the HTS Form used, whether it is a Classic or WHO",Misc,Coded,HTS Classic Form;HTS WHO Form,,,,,,,,,,,,,,,,,,, -166456AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mode of contact/client tracing,,Question,Coded,,,CIEL:166456;KenyaEMR:164966,,,,,,,,,,,,,,,,, -157593AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"malignant neoplasm of lymphoid, haematopoietic and related tissue, unspecified",,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -137375AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Infection by Pneumocystis Jiroveci,,Diagnosis,N/A,,,,,infección por Pneumocystis jiroveci,,,,,,,,,,,,,,, -133479AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Natural Death with Probable Cause Suspected,,Diagnosis,N/A,,,,,muerte natural de causa probable sospechada,,,,,,,,,,,,,,, -131768AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Opportunistic Infectious Disease,"An infection caused by an organism which becomes pathogenic under certain conditions, e.g., during immunosuppression.",Diagnosis,N/A,,,CIEL:131768;IMO-ProblemIT:23985;PIH:1401;PIH:1607;PIH:1731;PIH-Malawi:7388;SNOMED CT:61274003,,enfermedad infecciosa oportunista,,Des maladies infectieuses opportunistes,,Maladi lakoz enfeksyon opòtinis,,,,,,,,,,, -a3a83d0d-bfe8-464e-9a1a-67857c88dfa3,,HIV disease resulting in other conditions,,Diagnosis,N/A,,,ICD-10-WHO:B23,,,,,,,,,,,,,,,,, -746d0622-21d3-4c57-8ee9-4e2a69637d8c,,Unspecified HIV disease,,Symptom/Finding,N/A,,,ICD-10-WHO:B24,,,,,,,,,,,,,,,,, -e466147b-a02e-4e8a-a978-58f1c94512b6,,HIV disease resulting in other viral infections,,Diagnosis,N/A,,,ICD-10-WHO:B20.3,,,,,,,,,,,,,,,,, -42ca0273-6afa-44c8-94ad-8400e5835570,,HIV disease resulting in unspecified malignant neoplasms,,Symptom/Finding,N/A,,,ICD-10-WHO:B21.9,,,,,,,,,,,,,,,,, -af8b7e7c-c3f7-4985-a2db-8864468adbab,,HIV disease resulting in other bacterial infections,,Diagnosis,N/A,,,ICD-10-WHO:B20.1,,,,,,,,,,,,,,,,, -166457AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Physical contact/client tracing,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -166458AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Telephone contact/client tracing,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -160158AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Human immunodeficiency virus disease resulting in other specified diseases,,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -e7a0e18e-56e2-49da-b518-673f13c7bfba,,Refused Test,Contact tracing outcome,Finding,N/A,,,,,,,,,,,,,,,,,,,, -bf2af08e-6359-47e8-8a75-057a703ca486,,Contact known HIV-positive,Contact tracing outcome,Finding,N/A,,,,,,,,,,,,,,,,,,,, -56f6a5a4-7ef9-4af3-a250-26b3894e711b,,Contact will test elsewhere,Contact Tracing outcome,Finding,N/A,,,,,,,,,,,,,,,,,,,, -83f1c235-de6f-4141-8d8d-73a917b781de,,Contact came for HTS,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -4d1fbba8-478c-4876-abee-bffe6ee060f7,,Contact unwilling to come,Partner is Unwilling to come,Finding,N/A,,,,,,,,,,,,,,,,,,,, -32f81221-5080-4215-9e66-42fdca0d947b,,Contact dead,Partner confirmed to be dead,Finding,N/A,,,,,,,,,,,,,,,,,,,, -34a71cb0-5663-4e48-84f2-7150f26f4398,,Contact is far from this facility,Partner is out of the district/county and confirmed will not be able to come for HIV testing at the health facility within the next 3 months,Finding,N/A,,,,,,,,,,,,,,,,,,,, -3ffc1670-06cc-4410-bad4-cc9d4d5ad624,,Unsuccessful attempts to locate contact,All attempts to locate the partner have been unsuccessful over a period of 3 months,Finding,N/A,,,,,,,,,,,,,,,,,,,, -7c697ed1-472a-4050-bb01-01e48f9ab708,,Partner has tested for HIV(Neg or Pos),Contact Case closure outcomes,Finding,N/A,,,,,,,,,,,,,,,,,,,, -1d5a212c-b980-44e6-b23f-ebc50701f3ca,,Refused to test,Outcome of contact tracing,Finding,N/A,,,,,,,,,,,,,,,,,,,, -3e25107e-4973-4cab-9892-ed030b90f6dd,,Will test elsewhere,Outcome of contact tracing,Finding,N/A,,,,,,,,,,,,,,,,,,,, -e5ede6ae-aae8-4605-8500-88690f034fdc,,other diseases or conditions leading to death,,Diagnosis,Coded,HIV disease resulting in other conditions;Human immunodeficiency virus disease resulting in other specified diseases;Unspecified HIV disease,,ICD-10-WHO:B22,,,,,,,,,,,,,,,,, -1c06de20-fbc0-4d42-a638-f273e5db2146,,HIV disease resulting in infectious & parasitic diseases,,Diagnosis,Coded,HIV disease resulting in candidiasis;HIV disease resulting in cytomegaloviral disease;HIV disease resulting in multiple infections;HIV disease resulting in other bacterial infections;HIV disease resulting in other viral infections,,,,,,,,,,,,,,,,,,, -a0081f9b-afd9-400a-97d7-b39d921cfb66,,HIV disease resulting in other type of non-Hodgkin lymphoma,,Diagnosis,N/A,,,ICD-10-WHO:B21.2,,,,,,,,,,,,,,,,, -b35448c5-d696-435f-b722-5f284a0995c1,,HIV disease resulting in Kaposi's sarcoma,,Finding,N/A,,,ICD-10-WHO:B21.0,,,,,,,,,,,,,,,,, -e329cdf4-4eeb-4821-85ec-80ec4b503de0,,HIV Specific Causes of death,Detailed description of causes for death,Question,Coded,"HIV disease resulting in Burkitt's lymphoma;HIV disease resulting in candidiasis;HIV disease resulting in cytomegaloviral disease;HIV disease resulting in Kaposi's sarcoma;HIV disease resulting in lymphoid interstitial pneumonitis;HIV disease resulting in multiple infections;HIV disease resulting in multiple malignant neoplasms;HIV disease resulting in mycobacterial infection;HIV disease resulting in other bacterial infections;HIV disease resulting in other conditions;Human immunodeficiency virus disease resulting in other specified diseases;Infection by Pneumocystis Jiroveci;malignant neoplasm of lymphoid, haematopoietic and related tissue, unspecified;Unspecified HIV disease",,,,,,,,,,,,,,,,,,, -efd206db-ed68-4ac3-8916-da524f029643,,HIV disease resulting in cancer - Specific Causes,Specific cause of death from HIV resulting from Cancer,Diagnosis,Coded,HIV disease resulting in Burkitt's lymphoma;HIV disease resulting in Kaposi's sarcoma;HIV disease resulting in multiple malignant neoplasms;HIV disease resulting in other type of non-Hodgkin lymphoma;HIV disease resulting in unspecified malignant neoplasms,,,,,,,,,,,,,,,,,,, -a40b828f-8f4f-4a5c-8f15-9c184ca590a4,,Client referred for,Client referred for other services,Question,Coded,Clinical Services Referred;Other Support Services Referred;Prevention Services Referred;Sexual and Reproductive Services Referred,,,,,,,,,,,,,,,,,,, -cea67984-d790-4185-b7b4-67736810d365,,Eligible for HIV testing,After Risk and Eligibility assessment is the client eligible for HTS,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -163339AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Incomplete,,Misc,N/A,,,,,,,Incomplet,,Enkonplè,,,,,,,,,,, -f3bd5aaf-c2be-4194-917f-dd7768d9e517,,Undocumented/Silent transfer-out,On tracing the client they are on ART in another facility (self transfer),Finding,N/A,,,,,,,,,,,,,,,,,,,, -b62ea11b-f49d-4cbf-a94f-b018aad3dec1,,Contact Case Closure,Outcomes for case closure after contact tracing is done,Question,Coded,Contact dead;Contact is far from this facility;Contact known HIV-positive;Contact unwilling to come;Contact will test elsewhere;Other non-coded;Partner has tested for HIV(Neg or Pos);Unsuccessful attempts to locate contact,,,,,,,,,,,,,,,,,,, -166994AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Unsuccessful,,Misc,N/A,,,,,,,Infructueux,,,,,,,,,,,,, -166539AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Contact details incorrect,,Finding,N/A,,,CIEL:166539;KenyaEMR:165074,,,,,,,,,,,,,,,,, -166537AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Contact details missing,"Contact name, phone, etc. not available",Finding,N/A,,,CIEL:166537;KenyaEMR:165072,,,,,,,,,,,,,,,,, -166540AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Contact locations details incorrect,,Finding,N/A,,,CIEL:166540;KenyaEMR:165075,,,,,,,,,,,,,,,,, -166538AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Contact location details missing,,Finding,N/A,,,CIEL:166538;KenyaEMR:165073,,,,,,,,,,,,,,,,, -160432AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dead,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -160119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Currently taking ARV,,Misc,Coded,No;Unknown;Yes,,,,,,Prise d'ARV en cours,,ap pran arv,,,,,,,,,,, -5566AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Partner confirmed HIV+,"Answer on encounter form: ""Patient knows spouse or partner is HIV+""",Misc,N/A,,,AMPATH:5566;CIEL:5566,,,,,,,,,,,,,,,,, -36a3e671-9d60-4109-b41f-046f44f4b389,,Contact Outcome,Outcomes recorded after client tracing is done,Question,Coded,Contact came for HTS;Contact will test elsewhere;Partner confirmed HIV+;Refused Test,,,,,,,,,,,,,,,,,,, -a51f1923-80ff-422a-8c22-5d6fb39bcf67,,Final Outcome - Contact,Final outcome after contract tracing for 3 months,Question,Coded,Contact is far from this facility;Contact unwilling to come;Dead;Partner confirmed HIV+;Partner HIV tested;Unsuccessful;Will test elsewhere,,,,,,,,,,,,,,,,,,, -5240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lost to followup,Patients that are lost to followup.. boolean question.,Question,Boolean,,,,,,,Perdu au suivi,,Pa't fè swivi,,,,,,,,,,, -04dcb442-384c-41b5-9f0e-2fe24b977cb2,,Date booked for HIV Test,,Question,Date,,,,,,,,,,,,,,,,,,,, -24c9e221-bc34-4a41-8a2e-ffb7331890e1,,Booked for a HIV Test,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -e55c2b5c-24d9-4d2e-b994-b92aca421eca,,Not Contacted,Attempt to reach a client was unsuccessful,State,N/A,,,,,,,,,,,,,,,,,,,, -4b7e9d1a-201b-4a13-a6b7-f468aca123aa,,Calls not going through,Client called but call did not go through,State,N/A,,,,,,,,,,,,,,,,,,,, -a3c4407d-aa96-4a3e-9ec4-e954eb1b4661,,Not found at home,Client visited but not found at home,State,N/A,,,,,,,,,,,,,,,,,,,, -160415AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Moved away,Description of patient/family/etc. disposition.,Misc,N/A,,,,,,,Déménagé,,Deplase ale,,,,,,,,,,, -1c62a3dc-7b1a-40b8-8280-2ad71b79f085,,Reason patient not contacted,,Question,Coded,Calls not going through;Contact location details missing;Contact locations details incorrect;Moved away;Not found at home,,,,,,,,,,,,,,,,,,, -159796AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason for missed visit,Free text field to document reason for missed visit.,Question,Text,,,CIEL:159796;SNOMED-MVP:1597961000105005,,,,,,,,,,,,,,,,, -eeba884c-67fc-4f03-be2e-8dd3eb64ae10,,Final status reached,Has a final status been reached,Question,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -52e74b91-ad02-4efe-9715-6bf332114a45,,Client could not get an off from work/school,Reason a patient missed an appointment,Finding,N/A,,,,,,,,,,,,,,,,,,,, -1d7e550b-3252-4a34-87cf-50702aa8ff2b,,Had enough medications,Reason a client did not keep and appointment,Finding,N/A,,,,,,,,,,,,,,,,,,,, -1b9a90ef-d7cb-4ff2-ba5f-0757463fae0b,,COVID-19 Restrictions,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -165610AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Exposure to COVID-19,,Finding,N/A,,,,,Exposición a COVID-19,,Exposition à COVID-19,,,,,,,,,,,,, -162888AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient was seen in another health center,Question documenting whether the patient was previously seen in a different health center than the current one.,Question,Coded,,,,,,,,,,,,,,,,,,,, -162192AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient forgot to attend appointment,,Finding,N/A,,,,,,,Patient a oublié de participer au rendez-vous,,Pasyan bliye ale nan randevou,,,,,,,,,,, -124153AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Traveling,,Diagnosis,N/A,,,,,viajar,,En voyage,,En voyaj,,,,,,,,,,, -76072178-3545-4eb4-b5d0-55f59134d46a,,Reasons missed appointment,The reason a client missed a clinical appointment,Question,Coded,Client could not get an off from work/school;COVID-19 Restrictions;Exposure to COVID-19;Felt better and stopped taking medication;Had enough medications;Inpatient care or hospitalization;Patient forgot to attend appointment;Patient was seen in another health center;Traveling,,,,,,,,,,,,,,,,,,, -7557d77c-172b-4673-9335-67a38657dd01,,Antiretroviral (ART) plan,,Question,Coded,Change formulation;Change regimen;Restart ART therapy;Start drugs;Stop all,,,,,,,,,,,,,,,,,,, -797e0073-1f3f-46b1-8b1a-8cdad134d2b3,,Verification Complete,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -160730AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sister,female sibling,Misc,N/A,,,,,,,Soeur,,Sè,,,,,,,,,,, -160728AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Daughter,female child,Misc,N/A,,,,,,,Fille,,Pitit fi,,,,,,,,,,, -160729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Brother,male sibling,Misc,N/A,,,,,,,Frère,,Frè,,,,,,,,,,, -160726AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Paternal grandmother,,Misc,N/A,,,,,,,Grand-mère paternelle,,Grann patènèl,,,,,,,,,,, -160727AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Son,male child,Misc,N/A,,,,,,,Fils,,Pitit gason,,,,,,,,,,, -160724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Maternal grandfather,,Misc,N/A,,,,,,,Grand-père maternel,,Granpapa matènèl,,,,,,,,,,, -160725AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Paternal grandfather,,Misc,N/A,,,,,,,Grand-père paternel,,Granpapa patènèl,,,,,,,,,,, -160723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Maternal grandmother,,Misc,N/A,,,,,,,Grand-mère maternelle,,Grann matènèl,,,,,,,,,,, -160273AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Grandfather,,Misc,N/A,,,,grand-father,Abuelo,,Grand-père,,Granpè,,,,,,,,,,, -159772AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Grandmother,family relation (mother of person's mother),Misc,N/A,,,,,Abuela,,Grand-mère,,Granmè,,,,,,,,,,, -5620AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Other family member,A general descriptive answer: a patient's other family member.,Misc,N/A,,,,,,,Autre membre de la famille,,Lòt manm nan fanmi an,,,,,,,,,,, -975AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Aunt,Family member.,Misc,Boolean,,,,,TIA,,Tante,,Matant,,,,,,,,,,, -974AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Uncle,Family member.,Misc,N/A,,,,,Tío,,Oncle,,Tonton,,,,,,,,,,, -971AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Father,Family member.,Misc,N/A,,,,,Padre,,Père,,Papa,,,,,,,,,,, -970AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mother,Family member.,Misc,N/A,,,,,Madre,,Mère,,Manman,,,,,,,,,,, -1560AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Family member,,Misc,Coded,Aunt;Brother;Child;Daughter;Father;Grandfather;Grandmother;Grandparent;Maternal grandfather;Maternal grandmother;Mother;Other family member;Parent;Partner or spouse;Paternal grandfather;Paternal grandmother;Sibling;Sister;Son;Uncle,,CIEL:1560;PIH:6441;SNOMED CT:303071001,,,,Membre de la famille,,Manm fanmi an,,,,,,,,,,, -feba905e-d208-4124-8de9-58391fe88367,,By Who,,Question,Coded,Aunt;Brother;Child;Daughter;Father;Grandfather;Grandmother;Grandparent;Maternal grandfather;Maternal grandmother;Mother;Other family member;Parent;Partner or spouse;Paternal grandfather;Paternal grandmother;Sibling;Sister;Son;Uncle;Unknown,,,,,,,,,,,,,,,,,,, -f625d9fa-35c2-4c01-ac0c-d7ed98e14e14,,Other Vaccine,"A generic and descriptive answer which is a handwritten, non-coded response to What vaccine was administered?",Misc,Text,,,,,,,,,,,,,,,,,,,, -8742967d-8107-4cbb-a17e-9a8c7f624673,,Differentiated Care,Differentiated Care,Question,Coded,Start Differentiated Care Services;Stop Differentiated Care Serivces,,,,,,,,,,,,,,,,,,, -c52ecf45-bd6c-43ed-861b-9a2714878729,,Opportunistic Infection present,Does the patient have an opportunistic infection during this visit,Question,Coded,None;Opportunistic Infectious Disease;Unknown,,,,,,,,,,,,,,,,,,, -166519AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Screening not done,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -c0661c0f-348b-4941-812b-c531a0a67f2e,,What was the TB screening outcome?,"Outcome of a systematic identification of people with suspected active TB, using tests, examinations or other procedures that can be applied rapidly.",Symptom/Finding,Coded,currently on tuberculosis treatment;Currently taking tuberculosis prophylaxis;Negative;Presumptive Tuberculosis;Screening not done,,OCT:TuberculosisScreeningOutcome,,,,,,,,,,,,,,,,, -160442AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV encephalopathy,This is a neurological disorder associated with HIV infection and AIDS.,Diagnosis,N/A,,,,,,,Encéphalopathie a VIH,,ansefalit ak VIH,,,,,,,,,,, -160007AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mycobacterium tuberculosis,Type of mycobacterium which can cause tuberculosis.,Misc,N/A,,,,M. tuberculosis,,,,,,,,,,,,,,,, -156590AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,hepatitis C virus infection,,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -153466AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,herpes simplex type 2 infection,,Diagnosis,N/A,,,,,"infección por virus del herpes simple, tipo 2",,,,,,,,,,,,,,, -145872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cerebral Cryptococcosis,"Meningeal inflammation produced by CRYPTOCOCCUS NEOFORMANS, an encapsulated yeast that tends to infect individuals with ACQUIRED IMMUNODEFICIENCY SYNDROME and other immunocompromised states. The organism enters the body through the respiratory tract, but symptomatic infections are usually limited to the lungs and nervous system. The organism may also produce parenchymal brain lesions (torulomas). Clinically, the course is subacute and may feature HEADACHE; NAUSEA; PHOTOPHOBIA; focal neurologic deficits; SEIZURES; cranial neuropathies; and HYDROCEPHALUS. (From Adams et al., Principles of Neurology, 6th ed, pp721-2)",Diagnosis,N/A,,,,,criptococosis cerebral,,,,,,,,,,,,,,, -142963AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cytomegalovirus infection,"Infection with CYTOMEGALOVIRUS, characterized by enlarged cells bearing intranuclear inclusions. Infection may be in almost any organ, but the salivary glands are the most common site in children, as are the lungs in adults.",Diagnosis,N/A,,,,,infección por citomegalovirus,,Infection au cytomegalovirus,,,,,,,,,,,,, -137480AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Infection due to Candida Albicans,"Infection with a fungus of the genus CANDIDA. It is usually a superficial infection of the moist areas of the body and is generally caused by CANDIDA ALBICANS. (Dorland, 27th ed)",Diagnosis,N/A,,,,,infección por Candida albicans,,,,,,,,,,,,,,, -128139AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pulmonary Cryptococcosis,Infection with a fungus of the species CRYPTOCOCCUS NEOFORMANS.,Diagnosis,N/A,,,,,criptococosis pulmonar,,,,,,,,,,,,,,, -127198AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Salmonella Septicaemia,"A genus of gram-negative, facultatively anaerobic, rod-shaped bacteria that utilizes citrate as a sole carbon source. It is pathogenic for humans, causing enteric fevers, gastroenteritis, and bacteremia. Food poisoning is the most common clinical manifestation. Organisms within this genus are separated on the basis of antigenic characteristics, sugar fermentation patterns, and bacteriophage susceptibility.",Diagnosis,N/A,,,,,septicemia por Salmonella,,Sepsie à Salmonella,,,,,,,,,,,,, -120781AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cervical Intraepithelial Neoplasm,"A malignancy arising in uterine cervical epithelium and confined thereto, representing a continuum of histological changes ranging from well-differentiated CIN 1 (formerly, mild dysplasia) to severe dysplasia/carcinoma in situ, CIN 3. The lesion arises at the squamocolumnar cell junction at the transformation zone of the endocervical canal, with a variable tendency to develop invasive epidermoid carcinoma, a tendency that is enhanced by concomitant human papillomaviral infection. (Segen, Dictionary of Modern Medicine, 1992)",Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -120330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Coccidioidomycosis,"Infection with a fungus of the genus COCCIDIOIDES, species C. immitis. The primary form is an acute, benign, self-limited respiratory infection due to inhalation of spores and varying in severity. The secondary form is a virulent, severe, chronic, progressive granulomatous disease with systemic involvement. (From Dorland, 27th ed)",Diagnosis,N/A,,,,,coccidioidomicosis,,Coccidiomycoses,,,,,,,,,,,,, -117514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Histoplasmosis,"Infecton resulting from inhalation or ingestion of spores of the fungus of the genus HISTOPLASMA, species H. capsulatum. It is worldwide in distribution and particularly common in the midwestern United States. (From Dorland, 27th ed)",Diagnosis,N/A,,,,,histoplasmosis,,,,,,,,,,,,,,, -116322AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Leukoencephalopathy,,Diagnosis,N/A,,,,,leucoencefalopatía,,,,,,,,,,,,,,, -116104AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Malignant Lymphoma,A general term for various neoplastic diseases of the lymphoid tissue.,Diagnosis,N/A,,,,,linfoma maligno (clínico),,,,,,,,,,,,,,, -114100AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pneumonia,Inflammation of the lungs.,Diagnosis,N/A,,,,,neumonía,,Peumonie,,Nemoni,,,,,,,,,,, -111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hepatitis B,,Diagnosis,N/A,,,,,hepatitis viral tipo B,,Hépatite B,,,,,,,,,,,,, -5355AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Toxoplasmosis,"WHO Stage 4 Conditions - Toxoplasmosis, CNS",Diagnosis,Boolean,,,,,Toxoplasmosis,,Toxoplasmose,,,,,,,,,,,,, -882AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pneumocystis carinii pneumonia,Diagnosis of pneumocystis pneumonia.,Diagnosis,N/A,,,,,,,Pneumonie à pneumocystis,,Nemoni pneumocystis karinii,,,,,,,,,,, -823AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Wasting syndrome,Clinical diagnosis of a patient with extreme weight loss. Used in both WHO and CDC HIV staging.,Diagnosis,N/A,,,,,,,Syndrome cachectique,,Po ven zo,,,,,,,,,,, -6bdf2636-7da1-4691-afcc-5eede094138f,,Current HIV related opportunistic infections,List of current HIV related opportunistic infections that the patient has,Diagnosis,Coded,Cerebral Cryptococcosis;Cervical Intraepithelial Neoplasm;Coccidioidomycosis;Cytomegalovirus infection;Hepatitis B;hepatitis C virus infection;herpes simplex type 2 infection;Herpes zoster;Histoplasmosis;HIV encephalopathy;Infection due to Candida Albicans;Leukoencephalopathy;Malignant Lymphoma;Mycobacterium tuberculosis;Pneumocystis carinii pneumonia;Pneumonia;Pulmonary Cryptococcosis;Salmonella Septicaemia;Toxoplasmosis;Wasting syndrome,,,,,,,,,,,,,,,,,,, -ec8b1fb4-fad1-47ae-859e-b70ecb8c5533,,State of HIV Testing Algorithm,"A HIV Testing encounter starts as ""Not Done"" then becomes ""Incomplete"" before finally having a status of "" Completed""",Question,Coded,Completed;Incomplete;Not done,,,,,,,,,,,,,,,,,,, -51269164-ce0b-47c9-a81f-f15d9b848644,,Facility ARV Distribution Group,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -2ae36671-2df2-4d03-ab0e-e00bfc899616,,Facility based group,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -59f34bfe-4375-461c-88a6-bd3d82ee7b79,,Facility based DSD Model,,Misc,Coded,Express pharmacy pickup without clinician visit;Facility ARV Distribution Group;Facility based group;Facility group medication distribution;Standard pharmacy pickup following clinician visit,,,,,,,,,,,,,,,,,,, -f375b807-b470-4009-98c8-adebffb97d7f,,Express Care (Fast Track Drug Refill),,Misc,N/A,,,,,,,,,,,,,,,,,,,, -cf8de440-a26b-4c8c-8c43-f7ce7d2cd4fb,,Community Dispensing,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -e8616121-6f0c-493e-8ec6-1b2bec7ccfb4,,Community ARV Distribution – Peer Led,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -edc52b98-f1ca-40b3-8106-e6416bbf7ee5,,Community ARV Distribution – HCW Led,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -52824cbe-0e4d-4c18-8179-80b5799f34ed,,Community Based DSD Model,,Misc,Coded,"Community ARV Distribution – HCW Led;Community ARV Distribution – Peer Led;Community medication distribution, healthcare worker led;Community medication distribution, peer led",,,,,,,,,,,,,,,,,,, -722c7801-eb9f-4069-b9fc-b782eb2f77af,,DSD Model,,Question,Coded,Community Based DSD Model;Facility based DSD Model,,,,,,,,,,,,,,,,,,, -46a17ff2-c8dc-4d9b-a967-e674cc2adde5,,Reason for Discontinuing DSD,,Question,Coded,Standard pharmacy pickup following clinician visit;Unknown;Unstable Client,,,,,,,,,,,,,,,,,,, -135588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Loss of Taste,"Complete or severe loss of the subjective sense of taste, frequently accompanied by OLFACTION DISORDERS.",Diagnosis,N/A,,,3BT:10091167;CIEL:135588;ICPC2:N16;IMO-ProblemIT:300621;SNOMED CT:36955009,Ageusia,Pérdida de gusto,,Perte de goût,,,,,,,,,,,,, -126319AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sneezing,,Diagnosis,N/A,,,AMPATH:878;CIEL:126319;ICD-10-WHO:R06.7;IMO-ProblemIT:27443;PIH-Malawi:878;SNOMED CT:76067001,,estornudo,,,,,,,,,,,,,,, -117399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hypertension,Persistently high arterial blood pressure. Currently accepted threshold levels are 140 mm Hg systolic and 90 mm Hg diastolic pressure.,Diagnosis,N/A,,,CIEL:117399;IMO-ProblemIT:86491;SNOMED CT:38341003,,,,Hypertension artérielle,HTA,Ipètansyon,,,,,,,,,,, -bb68ce09-a3e3-4d01-8671-6944462ad33e,,Passive Refferal Approach,,Symptom/Finding,Text,,,,,,,,,,,,,,,,,,,, -2b05a01a-b628-4bef-9693-28f32803bb78,,Dual Refferal Approach,,Symptom/Finding,Text,,,,,,,,,,,,,,,,,,,, -495b592f-3f9e-4ac4-ae74-767e8b6ad322,,Provider Refferal Approach,,Symptom/Finding,Text,,,,,,,,,,,,,,,,,,,, -0564d564-a45d-4e1b-a3ce-7b19d012c5a7,,Contract Refferal Approach,,Symptom/Finding,Text,,,,,,,,,,,,,,,,,,,, -8a211f7d-169f-44a4-9fc2-f1c39bbdb492,,PNS Refferal Approach,,Question,Coded,Contract Refferal Approach;Dual Refferal Approach;Passive Refferal Approach;Provider Refferal Approach,,,,,,,,,,,,,,,,,,, -166517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Shares drug injecting equipment,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -2ab60e5a-c40e-40d1-9a04-9b7b2ce0af28,,Index types,,Question,Coded,Child;Partner or spouse;Shares drug injecting equipment,,,,,,,,,,,,,,,,,,, -953f6271-57ef-414e-bdba-fe9e0246db58,,How OftenThreatened,How often partner was threatened,Misc,Numeric,,,,,,,,,,,1000,,,0,,,,,0, -1dd53a22-2e8f-425b-8ba4-59172ed3fafe,,How Often Sexually Molested,How Often Partner Sexually Molested,Test,Numeric,,,,,,,,,,,1000,,,0,,,,,0, -513260c4-5f9d-4a28-9665-155b61544f5f,,How Often Physical,,Test,Numeric,,,,,,,,,,,1000,,,0,,,,,0, -4ea7ab72-4ce8-46b0-bef4-1940386b20ad,,Actual scheduled visit date,Date a client was scheduled for when they show up for an unscheduled visit,Question,Date,,,,,,,,,,,,,,,,,,,, -70057AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abacavir sulfate,,Drug,N/A,,,CIEL:70057;RxNORM:221052;SNOMED CT:412075008,,,,,,,,,,,,,,,,, -162156AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient-generated history: Hospitalizations and operations section text,,Question,Text,,,CIEL:162156,,,,"Histoire d'hospitalisations et opérations du patient, section texte",,"Istwa ospitalizasyon ak operasyon pasyan,seksyon tèks",,,,,,,,,,, -158493AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,premenopausal patient,,Diagnosis,N/A,,,CIEL:158493;IMO-ProblemIT:734450;SNOMED CT:22636003,,,,,,,,,,,,,,,,, -148989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Amenorrhea,Absence of menstruation.,Diagnosis,N/A,,,3BT:10005112;AMPATH:2060;CIEL:148989;ICD-10-WHO:N91.2;IMO-ProblemIT:37903;SNOMED CT:14302001,,amenorrea,,Amenorrhee,,Reg pa vini,,,,,,,,,,, -164805AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,VIA screening for women aged between 30-49 years,,Misc,N/A,,,CIEL:164805,,,,,,,,,,,,,,,,, -164364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Serum creatinine (mg/dL),"Laboratory test that determines a blood serum creatinine level. Often used with BUN to assess kidney function. Units of mg/dL. If desired units are umol/L, use CIEL:790",Test,Numeric,,,CIEL:164364,Cr (mg/dl),,,Créatinine (mg/dL),,Kreyatinin (mg/dL),,,,,0,,,mg/dL,,1, -163613AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cryptococcus Sp Ag presence in serum test,"A lab test that detects cryptococcal antigen (abbreviated “CrAg”), an indicator of infection, in serum The antigen test can detect cryptococcal antigen in serum a median of 22 days before symptoms of meningitis develop.",Test,Text,,,CIEL:163613;SNOMED CT:315107005,,,,Test présence Cryptococcus Sp Ag dans le de sérum,,tès prezans Cryptococcus Sp Ag nan sewòm,,,,,,,,,,, -162096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Urine dipstick for blood,,Test,Coded,Negative,,CIEL:162096;SNOMED CT:270894005,,,,Bandelette urine de sang,,Bandlèt pipi pou san,,,,,,,,,,, -161442AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Urine ketone test,,Test,Coded,Negative,,CIEL:161442;IMO-ProcedureIT:26740568;LOINC:22702-5;SNOMED CT:167285005,,,,Test de cétone d'urine,,Tès mezire aceeton nan pipi,,,,,,,,,,, -161440AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Urine nitrite test,This test is utilized to screen for urinary tract infection,Test,Coded,Indeterminate;Negative;Positive.,,CIEL:161440;IMO-ProcedureIT:1060258;LOINC:20407-3;SNOMED CT:73392001,,,,"Nitrite, urine",,tès nitrite nan pipi,,,,,,,,,,, -161471AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hepatitis C antibody spot test,,Test,Coded,Indeterminate;Negative;Positive.,,CIEL:161471;LOINC:22327-1,,,,Test anticorps anti-hépatite C,,,,,,,,,,,,, -161439AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Urine specific gravity,,Test,Numeric,,,CIEL:161439;IMO-ProcedureIT:929097;LOINC:2965-2;SNOMED CT:310406009,,,,Gravité spécifique de l'urine,,Espesifik gravite pipi,,1.1,,1.035,1,,,,,1, -161232AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cytomegalovirus antigen test,,Test,Coded,Negative;Positive.,,CIEL:161232;SNOMED CT:134287002,CMV antigen test,,,,,,,,,,,,,,,, -161156AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Culture and sensitivity, urine","This is the process where urine sample of a patient is incubated in different culture media to grow the micro-organism and once it is grown and isolated, sensitivity of the micro-organism to different antibiotics is also tested.",Test,Text,,,CIEL:161156;IMO-ProcedureIT:930692;LOINC:630-4,,,,Culture et sensibilité l'urine,,Kilti ak sansiblite pipi,,,,,,,,,,, -160708AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Toxoplasma IgG antibody test,,Test,Coded,Negative;Not done;Positive.,,CIEL:160708,,,,,,,,,,,,,,,,, -159869AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"sputum for acid fast bacilli, five months",AFB test after 5 months of treatment,Test,N/A,,,CIEL:159869;SNOMED-MVP:1598691000105005,,,,,,,,,,,,,,,,, -159867AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"sputum for acid fast bacilli, two months",AFB test after 2 months on treatment,Test,N/A,,,CIEL:159867;SNOMED-MVP:1598671000105009,,,,,,,,,,,,,,,,, -159866AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"sputum for acid fast bacilli, zero month",Sputum for acid fast bacilli sent on the day of therapy or before one month of therapy.,Test,N/A,,,AMPATH:2304;CIEL:159866;SNOMED-MVP:1598661000105007,,,,,,,,,,,,,,,,, -159734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Glucose measurement, qualitative, urine",,Test,Coded,Negative;Positive.;Unknown,,CIEL:159734;SNOMED CT:69376001,,,,,,,,,,,,,,,,, -159647AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cerebrospinal fluid glucose,Measurement of glucose in CSF sample in mg/dL,Test,Numeric,,,CIEL:159647;IMO-ProcedureIT:934941;LOINC:2342-4;SNOMED CT:365815007,CSF glucose,,,,,,,,,,,,,mg/dL,,1, -159648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,cerebrospinal fluid bacterial culture,Bacterial culture of CSF sample,Test,Text,,,CIEL:159648;SNOMED-MVP:1596481000105008,CSF bacterial culture,,,Culture bactérienne liquide céphalorachidien,,Kilti bakteri likid ki nan tet ak rèl do,,,,,,,,,,, -159430AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hepatitis B Surface Antigen Test,The test is qualitative immunoassay to find out Hepatitis B infection which detects Hepatitis B surface antigen in serum or blood.,Test,Coded,Indeterminate;Negative;Positive.,,CIEL:159430;IMO-ProcedureIT:28894167;LOINC:63557-3;PIH:2439;SNOMED CT:47758006,HBsAg,,,,,,,,,,,,,,,, -135850AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Leukocytes in Urine,"Infections affecting those structures of the body which participate in the secretion and elimination of urine, i.e., the kidney, the ureters, the urinary bladder, and the urethra.",Diagnosis,N/A,,,CIEL:135850;IMO-ProblemIT:805950;SNOMED CT:275741008,,leucocitos en orina,,,,,,,,,,,,,,, -134191AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Microscopic Hematuria,Presence of blood in the urine.,Diagnosis,N/A,,,CIEL:134191;IMO-ProblemIT:500846;SNOMED CT:197940006,,hematuria microscópica,,,,,,,,,,,,,,, -105281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sulfamethoxazole / trimethoprim,,Drug,N/A,,,AMPATH:261;AMPATH:916;AMPATH:93;CIEL:105281;PIH:916;RxNORM:10831;SNOMED CT:777642002,,,,Cotrimoxazole,,Kotrimoxasol,,,,,,,,,,, -86417AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Warfarin sodium,,Drug,N/A,,,CIEL:86417;RxNORM:114194;SNOMED CT:48603004,,,,,,,,,,,,,,,,, -86267AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vincristine sulfate,,Drug,N/A,,,CIEL:86267;RxNORM:11203;SNOMED CT:75292001,,,,,,,,,,,,,,,,, -86052AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Valproic acid,,Drug,N/A,,,CIEL:86052;PIH:4062;RxNORM:11118;SNOMED CT:13965000,,,,,,,,,,,,,,,,, -84797AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tenofovir disoproxil fumarate,,Drug,N/A,,,CIEL:84797;RxNORM:322248,,,,,,,,,,,,,,,,, -84239AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Spironolactone,,Drug,N/A,,,AMPATH:2269;CIEL:84239;PIH:3184;PIH:4061;RxNORM:9997;SNOMED CT:13929005,,,,Spironolactone,,spironolakton,,,,,,,,,,, -84309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Stavudine,,Drug,N/A,,,AMPATH:625;AMPATH:626;CIEL:84309;RxNORM:59763;SNOMED CT:108690008,d4T,,,Stavudine,,stavudin,,,,,,,,,,, -83352AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rifabutin,Reinforcement TB med with unclear efficacy. Rifabutin is a bactericidal antibiotic drug primarily used in the treatment of tuberculosis.,Drug,N/A,,,CIEL:83352;org.openmrs.module.mdrtb:RIFABUTINE;PIH:2460;RxNORM:55672;SNOMED CT:108684009,RFB,,,,,,,,,,,,,,,, -83405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Risperidone,,Drug,N/A,,,CIEL:83405;RxNORM:35636;SNOMED CT:108386000,,,,,,,,,,,,,,,,, -82919AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pyrimethamine,,Drug,N/A,,,CIEL:82919;RxNORM:9010;SNOMED CT:59589008,,,,Pyrimethamine,,Pirimethamin,,,,,,,,,,, -82416AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Praziquantel,,Drug,N/A,,,CIEL:82416;PIH:4058;RxNORM:8628;SNOMED CT:55889005,,,,,,,,,,,,,,,,, -81953AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Phenobarbital sodium,,Drug,N/A,,,CIEL:81953;RxNORM:82077,,,,,,,,,,,,,,,,, -81022AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ofloxacin,,Drug,N/A,,,CIEL:81022;org.openmrs.module.mdrtb:OFLOXACIN;PIH:1418;RxNORM:7623;SNOMED CT:96086002,Ofx,,,Ofloxacine,,,,,,,,,,,,, -80945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nystatin,,Drug,N/A,,,AMPATH:919;CIEL:80945;RxNORM:7597;SNOMED CT:12096000,,,,Nystatin,,Nystaten,,,,,,,,,,, -80637AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nifedipine,,Drug,N/A,,,AMPATH:250;CIEL:80637;RxNORM:7417;SNOMED CT:85272000,,,,,,,,,,,,,,,,, -80109AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Morphine sulfate,,Drug,N/A,,,CIEL:80109;RxNORM:30236;SNOMED CT:60886004,,,,,,,,,,,,,,,,, -79784AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Metronidazole hydrochloride,,Drug,N/A,,,CIEL:79784;RxNORM:82047;SNOMED CT:776774005,,,,,,,,,,,,,,,,, -79757AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Metoclopramide hydrochloride,,Drug,N/A,,,CIEL:79757;RxNORM:267036;SNOMED CT:31147000,,,,,,,,,,,,,,,,, -79723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Methyldopa,,Drug,N/A,,,AMPATH:251;AMPATH:252;CIEL:79723;RxNORM:6876;SNOMED CT:84078002,,,,Methyldopa,,Metildopa,,,,,,,,,,, -79413AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mebendazole,,Drug,N/A,,,AMPATH:244;AMPATH:245;CIEL:79413;RxNORM:6672;SNOMED CT:56059005,,,,Mebendazole,,Mebendazòl,,,,,,,,,,, -79247AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Magnesium sulfate,,Drug,N/A,,,CIEL:79247;RxNORM:6585;SNOMED CT:37400007,,,,,,,,,,,,,,,,, -79054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lorazepam,,Drug,N/A,,,CIEL:79054;RxNORM:6470;SNOMED CT:19225000,,,,,,,,,,,,,,,,, -78952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lithium carbonate,,Drug,N/A,,,CIEL:78952;RxNORM:42351;SNOMED CT:16977003,,,,,,,,,,,,,,,,, -79053AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Loratadine,,Drug,N/A,,,AMPATH:741;AMPATH:957;CIEL:79053;RxNORM:28889;SNOMED CT:108652002,,,,Loratadine,,LORATADINN,,,,,,,,,,, -79038AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Loperamide hydrochloride,,Drug,N/A,,,CIEL:79038;RxNORM:82038;SNOMED CT:412428001,,,,,,,,,,,,,,,,, -78788AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Levofloxacin,,Drug,N/A,,,AMPATH:754;AMPATH:755;CIEL:78788;org.openmrs.module.mdrtb:LEVOFLOXACIN;RxNORM:82122;SNOMED CT:96087006,Lfx,,,Lévofloxacine,,,,,,,,,,,,, -78342AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ivermectin,,Drug,N/A,,,CIEL:78342;PIH:4048;RxNORM:6069;SNOMED CT:96138006,,,,Ivermectin,,Ivemectin,,,,,,,,,,, -78280AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Isoniazid,A crystalline antibacterial compound (C6H7N3O) used in the treatment of tuberculosis.,Drug,N/A,,,AMPATH:2226;AMPATH:2227;AMPATH:2228;AMPATH:2229;AMPATH:2230;AMPATH:656;AMPATH:750;CIEL:78280;org.openmrs.module.mdrtb:ISONIAZID;PIH:656;RxNORM:6038;SNOMED CT:81335000,INH,,,Isoniazid,,izoniazid,,,,,,,,,,, -77795AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hydroxyurea,,Drug,N/A,,,CIEL:77795;RxNORM:5552;SNOMED CT:56602009,,,,,,,,,,,,,,,,, -77897AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ibuprofen,,Drug,N/A,,,AMPATH:234;AMPATH:475;AMPATH:912;CIEL:77897;RxNORM:5640;SNOMED CT:38268001,,,,Ibuprofène,,Ibipwofèn,,,,,,,,,,, -77696AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hydrochlorothiazide,,Drug,N/A,,,AMPATH:1243;CIEL:77696;RxNORM:5487;SNOMED CT:91667005,HCZTZ,,,Hydrochlorothiazide,HCZTZ,Idroklorotyazid,HCZTZ,,,,,,,,,, -77165AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Griseofulvin microsize,,Drug,N/A,,,CIEL:77165;RxNORM:91077;SNOMED CT:412398008,,,,,,,,,,,,,,,,, -76942AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Gentamicin sulfate (usp),,Drug,N/A,,,CIEL:76942;RxNORM:142438;SNOMED CT:411310000,,,,,,,,,,,,,,,,, -76734AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Furosemide,,Drug,N/A,,,AMPATH:255;AMPATH:753;AMPATH:99;CIEL:76734;RxNORM:4603;SNOMED CT:81609008,,,,Furosemide,,Furosemide,,,,,,,,,,, -76613AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Folic acid,,Drug,N/A,,,AMPATH:257;CIEL:76613;RxNORM:4511;SNOMED CT:6247001,,,,Acide folique,,Asid folik,,,,,,,,,,, -76488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fluconazole,,Drug,N/A,,,AMPATH:744;AMPATH:747;CIEL:76488;PIH:747;RxNORM:4450;SNOMED CT:31865003,,,,Fluconazole,,Fluconazole,,,,,,,,,,, -75948AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ethambutol,Anti-mycobaterial drug used to treat active tuberculosis. Always used with other antimycobacterial agents.,Drug,N/A,,,AMPATH:2226;AMPATH:2227;AMPATH:2228;AMPATH:2230;AMPATH:745;CIEL:75948;org.openmrs.module.mdrtb:ETHAMBUTOL;PIH:745;RxNORM:4110;SNOMED CT:24450004,E,,,Ethambutol,,Ethambutol,,,,,,,,,,, -1270AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis treatment started,Part of the encounter form plan. Answers are drugs started at the end of the particular encounter.,Question,Coded,Ethambutol;Isoniazid,,AMPATH:1270;CIEL:1270;SNOMED-MVP:12701000105007,,,,,,,,,,,,,,,,, -1252AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason antiretrovirals stopped,Question on encounter form. Part of the plan gathers a reason for stopping ARVs. This concept captures that information.,Question,Coded,"Cannot afford treatment;Change formulation;Completed total PMTCT;Currently pregnant;Inpatient care or hospitalization;Medications unavailable;Non-compliance with treatment or therapy;Other non-coded;Other patient decision;Planned treatment interruption;Refusal of treatment by patient;Regimen failure;Toxicity, drug;Treatment never started - patient refused;Tuberculosis treatment started;Unknown;Weight change",,AMPATH:1252;CIEL:1252;org.openmrs.module.mdrtb:REASON ANTIRETROVIRALS CHANGED OR STOPPED;PIH:1252,,,,Antirétroviraux raison d'arrêt,,Rezon dwog antiretwoviral te sispann,,,,,,,,,,, -75976AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ethionamide,Isonicotinic acid derivative used in drug-resistant TB treatment. (Short name from WHO),Drug,N/A,,,CIEL:75976;org.openmrs.module.mdrtb:ETHIONAMIDE;PIH:1414;RxNORM:4127;SNOMED CT:414148003,Ethio,,,,,,,,,,,,,,,, -75847AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Erythromycin stearate,,Drug,N/A,,,CIEL:75847;RxNORM:24351;SNOMED CT:420446003,,,,,,,,,,,,,,,,, -75634AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Enalapril maleate,,Drug,N/A,,,CIEL:75634;RxNORM:203123;SNOMED CT:3046005,,,,,,,,,,,,,,,,, -75224AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Doxycycline hyclate,,Drug,N/A,,,CIEL:75224;RxNORM:23663;SNOMED CT:71417000,,,,,,,,,,,,,,,,, -74807AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Didanosine,,Drug,N/A,,,AMPATH:796;AMPATH:806;CIEL:74807;RxNORM:3364;SNOMED CT:19194001,DDI,,,Didanosine,,Didanosin,,,,,,,,,,, -74745AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Diazepam,,Drug,N/A,,,AMPATH:247;AMPATH:470;AMPATH:471;CIEL:74745;RxNORM:3322;SNOMED CT:48546005,,,,Diazepam,,Vyazpam,,,,,,,,,,, -74250AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dapsone,,Drug,N/A,,,AMPATH:92;CIEL:74250;RxNORM:3108;SNOMED CT:17308007,,,,,,,,,,,,,,,,, -74123AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cycloserine,D-Alanine analog used in drug-resistant TB treatment. (Short name from WHO),Drug,N/A,,,CIEL:74123;org.openmrs.module.mdrtb:CYCLOSERINE;PIH:1413;RxNORM:3007;SNOMED CT:51334008,Cs,,,,,,,,,,,,,,,, -73624AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Clotrimazole,,Drug,N/A,,,AMPATH:757;AMPATH:960;CIEL:73624;RxNORM:2623;SNOMED CT:5797005,,,,Clotrimazole,,klotrimazol,,,,,,,,,,, -73547AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Clindamycin hydrochloride,,Drug,N/A,,,CIEL:73547;RxNORM:81982;SNOMED CT:63084001,,,,,,,,,,,,,,,,, -73498AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Clarithromycin,"Reinforcement TB med with unclear efficacy. Clarithromycin is a macrolide antibiotic used to treat pharyngitis, tonsillitis, acute maxillary sinusitis, acute bacterial exacerbation of chronic bronchitis, pneumonia (especially atypical pneumonias associated with Chlamydia pneumoniae or TWAR), skin and skin structure infections, and, in HIV and AIDS patients to prevent, and to treat, disseminated Mycobacterium avium complex (MAC). In addition, it is sometimes used to treat Legionellosis.",Drug,N/A,,,CIEL:73498;org.openmrs.module.mdrtb:CLARITHROMYCIN;PIH:2459;RxNORM:21212;SNOMED CT:83999008,CLR,,,Clarithromycine,,Klaritromisinn,,,,,,,,,,, -73450AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ciprofloxacin hydrochloride,,Drug,N/A,,,CIEL:73450;RxNORM:81981;SNOMED CT:20450009,,,,,,,,,,,,,,,,, -73006AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cefixime,,Drug,N/A,,,AMPATH:772;AMPATH:963;CIEL:73006;RxNORM:25033;SNOMED CT:96052006,,,,,,,,,,,,,,,,, -72822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Carbamazepine,,Drug,N/A,,,AMPATH:312;AMPATH:920;CIEL:72822;RxNORM:2002;SNOMED CT:40820003,,,,Carbamazepine,,Karbamazein,,,,,,,,,,, -72265AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bleomycin sulfate,,Drug,N/A,,,CIEL:72265;RxNORM:1621;SNOMED CT:15660006,,,,,,,,,,,,,,,,, -71917AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Beclomethasone dipropionate,,Drug,N/A,,,CIEL:71917;RxNORM:1348;SNOMED CT:1389007,,,,,,,,,,,,,,,,, -71648AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Atazanavir sulfate,,Drug,N/A,,,CIEL:71648;RxNORM:358299;SNOMED CT:404837001,,,,,,,,,,,,,,,,, -71780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Azithromycin,,Drug,N/A,,,AMPATH:735;CIEL:71780;RxNORM:18631;SNOMED CT:96034006,,,,Azithromycine,,Azitwomisinn,,,,,,,,,,, -71184AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Amphotericin B,,Drug,N/A,,,AMPATH:2252;CIEL:71184;RxNORM:732;SNOMED CT:354049008,,,,Amphotericin B,,Amfoterisin b,,,,,,,,,,, -71162AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Amoxicillin trihydrate,,Drug,N/A,,,CIEL:71162;RxNORM:133008;SNOMED CT:96068000,,,,,,,,,,,,,,,,, -70246AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Acyclovir sodium,,Drug,N/A,,,CIEL:70246;RxNORM:81944;SNOMED CT:72387009,,,,,,,,,,,,,,,,, -70116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Acetaminophen,,Drug,N/A,,,AMPATH:453;CIEL:70116;RxNORM:161;SNOMED CT:90332006,,,,Acétaminophène,,Asetaminofèn,,,,,,,,,,, -1945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Serum Pregnancy Test, Qualitative","Beta-HCG blood test for pregnancy, qualitative",Test,Coded,Indeterminate;Negative;Positive.,,CIEL:1945;PIH:2473;SNOMED CT:166434005,,,,"Sérum test de grossesse, qualitative",,"Serik Gwosès Tès, Kalitatif",,,,,,,,,,, -1643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rapid test for malaria,Test for rapid diagnosis of Malaria.,Test,Coded,Indeterminate;Negative;Positive.,,CIEL:1643;SNOMED CT:391513009,RDT Malaria,,,Test rapide malaria,,tès RAPID pou malarya,,,,,,,,,,, -1619AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rapid plasma reagin,,Test,Coded,Negative;Positive.;Unknown,,AMPATH:299;CIEL:1619;IMO-ProcedureIT:923450;PIH:1478;SNOMED CT:19869000,,,,Réagine rapide,,Rapid konplo,,,,,,,,,,, -1447AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Artemether-lumefantrine,,Drug,N/A,,,AMPATH:2251;CIEL:1447;PIH:2292;PIH:4051;RxNORM:282448;SNOMED CT:395268004,artemether-lumefan,,,,,,,,,,,,,,,, -1408AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,High,High value (above normal) as part of a range of values: low-normal-high,Finding,Boolean,,,CIEL:1408;SNOMED CT:75540009,High,,,Élevé,,ampil,,,,,,,,,,, -163683AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Erythrocytes presence in urine sediment by light microscopy test,A lab test to identify the presence of erythrocytes (red blood cells) in urine under a light microscope.,Test,Coded,High;Moderate;None,,CIEL:163683,,,,Présence d'érythrocytes dans le sédiment urinaire par un test de microscopie optique,,Tès prezans emati nan sediman pipi pa mikwoskospi,,,,,,,,,,, -1367AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sputum gram stain,,Test,Coded,Negative;Other non-coded;Positive.,,CIEL:1367;IMO-ProcedureIT:602182;LOINC:648-6;SNOMED-MVP:13671000105002,"Gram Stain, Sputum",,,Examen des crachats,,,,,,,,,,,,, -1339AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Monocytes (%) - microscopic exam,"Large, circulating, phagocytic white blood cells, having a single well-defined nucleus and very fine granulation in the cytoplasm. Monocytes constitute from 3 to 8 percent of the white blood cells in humans. This is a microscopic exam.",Test,Numeric,,,AMPATH:1339;CIEL:1339;IMO-ProcedureIT:1072362;SNOMED CT:271037006,,,,Monocytes (%),,Monosit (%),,100,,,0,,,%,,0, -1340AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Eosinophils (%) - microscopic exam,"A type of white blood cell found in vertebrate blood, containing cytoplasmic granules that are easily stained by eosin or other acid dyes. This is a microscopic exam.",Test,Numeric,,,AMPATH:1340;CIEL:1340;IMO-ProcedureIT:1070469;SNOMED CT:310540006,,,,Eosinophiles (%),,Eozinofil (%),,100,,,0,,,%,,0, -1338AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lymphocytes (%) - microscopic exam,Agranulocytic leukocyte that normally makes up about 25% of the total white blood cell count but increases in the presence of infection. This is a microscopic exam.,Test,Numeric,,,AMPATH:1338;CIEL:1338;IMO-ProcedureIT:1064629;SNOMED CT:271036002,,,,Lymphocytes (%),,Limfosit (%),,100,,,0,,,%,,0, -1336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Neutrophils (%) - microscopic exam,"Test to find, count and examine Neutrophils the type of white blood cell which form an early line of defence against bacterial infections by using microscopic exam",Test,Numeric,,,AMPATH:1336;CIEL:1336;IMO-ProcedureIT:1060713;PIH:3060;SNOMED CT:30630007,,,,Neutrophiles (%),,Netwofil (%),,100,,,0,,,%,,0, -1330AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Absolute neutrophil count,"Absolute neutrophil count (ANC) is a measure of the number of neutrophil granulocytes (also known as polymorphonuclear cells, PMN's, polys, granulocytes, segmented neutrophils or segs) present in the blood. Neutrophils are a type of white blood cell that fights against infection. -\n -\nANC = (%neutrophils + %bands) x WBC",Test,Numeric,,,AMPATH:1330;CIEL:1330;IMO-ProcedureIT:601440;PIH:6675;SNOMED CT:30630007,,,,,,,,,,,0,,,10^3/uL,,0, -1305AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"HIV viral load, qualitative",This is a qualitative result for the number of copies/ml of DNA/RNA in patients with HIV.,Test,Coded,Beyond detectable limit;Detected;Not detected;Poor sample quality,,AMPATH:1305;CIEL:1305;SNOMED-MVP:13051000105000,"Viral load, qual",,,"VIH charge virale, qualitatif",,"VIH chaj viral, kalitatif",,,,,,,,,,, -1299AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Amylase,To diagnose pancreatitis or other pancreatic diseases,Test,Numeric,,,AMPATH:1299;CIEL:1299;IMO-ProcedureIT:31004384;IMO-ProcedureIT:601338;PIH:3054;SNOMED CT:64435009,,,,Amylase,,Amilaz,,,,200,0,,28,IU/L,,0, -1160AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Few,Descriptive quantifying term. Amounting to or consisting of a small number.,Misc,N/A,,,AMPATH:1160;CIEL:1160;SNOMED CT:57176003,,,,peu,,kèk,,,,,,,,,,, -163696AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Casts presence in urine sediment by light microscopy test,A lab test used to determine the presence of casts in urine specimen using a light microscope.,Test,Coded,Few;High;Moderate;None,,CIEL:163696;SNOMED CT:365689007,,,,Présence de cylindre dans le sédiment urinaire par un test de microscope optique,,Tès prezans silind nan sediman pipi nan limyè mikwoskospi,,,,,,,,,,, -163684AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Leukocytes presence in urine sediment by light microscopy,A lab test to identify the presence of leukocytes in urine under a light microscope.,Test,Coded,Few;High;Moderate;None,,CIEL:163684;SNOMED CT:252385000,,,,Présence Leucocytes dans le sédiment urinaire par microscopie optique,,Prezans lekosit nan sediman pipi pa mikwoskospi,,,,,,,,,,, -1031AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Treponema pallidum hemagglutination assay,A treponemal antigen serologic test for syphilis using tanned sheep red blood cells coated with antigen from the Nichol's strain of Treponema pallidum and patient serum absorbed with an extract of Reiter treponemes to remove nonspecific antibodies. It is similar in sensitivity and specificity to the FTA-ABS test except that it is less sensitive in detecting primary syphilis.,Test,Coded,Poor sample quality,,AMPATH:1031;CIEL:1031;SNOMED CT:269829001,TPHA,,,Test presence du treponem pallidum par hemagglutination,,Tes prezans treponem palidum pa emaglitinasyon,,,,,,,,,,, -1036AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Neisseria gonorrhoeae polymerase chain reaction,Test to detect neisseria infections via PCR,Test,Coded,,,AMPATH:1036;CIEL:1036;IMO-ProcedureIT:33411925;SNOMED CT:399143002,GC PCR,,,,,,,,,,,,,,,, -1023AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Monocytes,"Large, circulating, phagocytic white blood cells, having a single well-defined nucleus and very fine granulation in the cytoplasm. Monocytes constitute from 3 to 8 percent of the white blood cells in humans.",Test,Numeric,,,AMPATH:1023;CIEL:1023;IMO-ProcedureIT:28473044;SNOMED CT:67776007,Monos,,,,,,,100,,,0,,,%,,0, -1021AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lymphocytes,Agranulocytic leukocyte that normally makes up about 25% of the total white blood cell count but increases in the presence of infection.,Test,Numeric,,,AMPATH:1021;AMPATH:1319;CIEL:1021;SNOMED CT:56972008,Lymph,,,,,,,100,,,0,,,%,,0, -1024AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Eosinophils,"A type of white blood cell found in vertebrate blood, containing cytoplasmic granules that are easily stained by eosin or other acid dyes.",Test,Numeric,,,AMPATH:1024;CIEL:1024;IMO-ProcedureIT:853162;PIH:6676;SNOMED CT:365601007,Eos,,,,,,,100,,,0,,,%,,0, -1015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hematocrit,Percent of whole blood that is composed of red blood cells.,Test,Numeric,,,AMPATH:1015;CIEL:1015;IMO-ProcedureIT:2464;IMO-ProcedureIT:935674;SNOMED CT:365616005,Hct,,,Hématocrite,,Ematokrit,,100,,51.9,0,21,32.3,%,,1, -1022AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Neutrophils,Type of white blood cell which forms an early line of defence against bacterial infections,Test,Numeric,,,AMPATH:1022;CIEL:1022;IMO-ProcedureIT:924920;SNOMED CT:30630007,Polys,,,,,,,100,,,0,,,%,,0, -1009AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Triglycerides (mmol/L),"Blood component, measure of fat concentration in blood.",Test,Numeric,,,AMPATH:1009;CIEL:1009;IMO-ProcedureIT:30953289;SNOMED CT:14740000,TG,,,Triglycerides,,trigliserid,,,,2.26,0,,,mmol/L,,1, -1007AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,High-density lipoprotein cholesterol measurement (mmol/L),Test for HDL cholesterol is used along with other lipid tests to determine risk of heart disease.,Test,Numeric,,,AMPATH:1007;CIEL:1007;IMO-ProcedureIT:687121;SNOMED CT:166832000,HDL,,,Lipoprotéines cholestérol de haute densité,,Mas volimik kolestewòl ki wo lipoprotein,,,,,0,,0.91,mmol/L,,1, -1008AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Low-density lipoprotein cholesterol (mmol/L),Test for LDL cholesterol is used along with other lipid tests to determine risk of heart disease.,Test,Numeric,,,AMPATH:1008;CIEL:1008;IMO-ProcedureIT:29962510;SNOMED CT:113079009,LDL,,,Lipoprotéines de basse densité CHOLESTÉROL,,Lipoprotein dansite ba kolestewòl,,,,2.59,0,,,mmol/L,,1, -1006AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Total cholesterol (mmol/L),Test often used to help establish later risk of heart disease,Test,Numeric,,,AMPATH:1006;CIEL:1006;IMO-ProcedureIT:923300;SNOMED CT:121868005,Chol,,,Cholestérol total,,kolestewòl total,,,,5.17,0,,,mmol/L,,1, -952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Absolute lymphocyte count,Total lymphocyte count in blood.,Test,Numeric,,,AMPATH:650;AMPATH:952;CIEL:952;IMO-ProcedureIT:21649014;SNOMED CT:446325007,,,,,,,,,,,0,,,10^3/uL,,0, -931AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Amitriptyline,A tricyclic antidepressant drug C20H23N that is administered in the form of its hydrochloride salt and has been used to treat migraine headaches and neuropathic pain as well as depression.,Drug,N/A,,,AMPATH:361;AMPATH:931;CIEL:931;RxNORM:704;SNOMED CT:40589005,,,,,,,,,,,,,,,,, -855AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Erythrocyte sedimentation rate,Measurement of the sedimation rate of red blood cells in a blood specimen.,Test,Numeric,,,AMPATH:855;CIEL:855;IMO-ProcedureIT:923254;IMO-ProcedureIT:927536;PIH:1477;PIH:3409;SNOMED CT:416838001,,,,Vitesse de Sedimentation,,Vites sedimentasyon,,,,30,0,,0,mm/hr,,0, -848AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Serum albumin,Laboratory test for measuring albumin levels in serum.,Test,Numeric,,,AMPATH:848;CIEL:848;IMO-ProcedureIT:5103;SNOMED CT:104485008,,,,Albumine serum,,Albumin sewòm,,,,5.4,0,,2.8,g/dL,,1, -794AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lopinavir / ritonavir,Combination of two medications in a category of HIV antriretrovirals called protease inhibitors. Lopinavir and ritonavir prevent HIV from multiplying.,Drug,N/A,,,AMPATH:793;AMPATH:794;CIEL:794;RxNORM:284640;SNOMED CT:134573001,LPV/r,,,Lopinavir / ritonavir,,lopinavi/ritonavi,,,,,,,,,,, -790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Serum creatinine (umol/L),Laboratory test that determines a blood serum creatinine level. Often used with BUN to assess kidney function.,Test,Numeric,,,AMPATH:790;CIEL:790,Cr,,,Créatinine,,Kreyatinin,,,,,0,,,umol/L,,1, -767AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rifampicin,"Semisynthetic antibiotic often used in tuberculosis, leprosy and meningococcal treatment/prophylaxis. Also commonly known as Rifampin.",Drug,N/A,,,AMPATH:767;CIEL:767;org.openmrs.module.mdrtb:RIFAMPICIN;RxNORM:9384;SNOMED CT:29175007,R,,,Rifampicine,,rifampisin,,,,,,,,,,, -729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Platelets,"Minute, nonnucleated, disklike cytoplasmic bodies found in the blood plasma of mammals, derived from a megakaryocyte and function to promote blood clotting.",Test,Numeric,,,AMPATH:651;AMPATH:729;CIEL:729;IMO-ProcedureIT:6348;IMO-ProcedureIT:687330;PIH:729;SNOMED CT:61928009,,,,Plaquettes,,Plakèt,,,,419,0,49,134,10^3/mL,,0, -679AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Red blood cells,Blood test to measure the number of red blood cells.,Test,Numeric,,,AMPATH:679;AMPATH:681;AMPATH:682;CIEL:679;IMO-ProcedureIT:923240;SNOMED CT:14089001,RBC,,,Globules rouges,,Globil wouj,,,,6.1,0,2.3,4,10^6/uL,,1, -678AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,White blood cells,Blood test to measure the number of white blood cells.,Test,Numeric,,,AMPATH:649;AMPATH:676;AMPATH:678;AMPATH:680;CIEL:678;IMO-ProcedureIT:923338;SNOMED CT:391558003,WBC,,,Globules blancs,,Globil blan,,,,11,0,1.4,4,10^3/uL,,1, -653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Serum glutamic-oxaloacetic transaminase,"Liver function test, which usually is used to detect liver injury.",Test,Numeric,,,AMPATH:653;CIEL:653;IMO-ProcedureIT:923373;SNOMED CT:250641004,SGOT,,,Sérum transaminase glutamique-oxalacétique,,Sewòm tranzaminaz glutamique-oxaloacetic,,,,45,0,,25,IU/L,,0, -654AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Serum glutamic-pyruvic transaminase,"Liver function test, which usually is used to detect liver injury.",Test,Numeric,,,AMPATH:654;CIEL:654;IMO-ProcedureIT:687110;SNOMED CT:390961000,SGPT,,,Serum transaminase glutamique-pyruvique,,Sewòm tranzaminaz glutamique-pyruvic,,,,35,0,,0,IU/L,,1, -630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lamivudine / zidovudine,Antiretroviral combination drug (Zidovudine & Lamivudine),Drug,N/A,,,AMPATH:630;CIEL:630;RxNORM:214671;SNOMED CT:324859007,AZT/3TC,,,Lamivudine / zidovudine,,Kombivi,,,,,,,,,,, -309AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"X-ray, other","An examination using irradiation for imaging the body, site unknown.",Radiology/Imaging Procedure,Coded,Abnormal;Normal,,AMPATH:309;AMPATH:395;AMPATH:396;CIEL:309;IMO-ProcedureIT:1058146;SNOMED-MVP:3091000105006,,,,"Radiographie, autre",,,,,,,,,,,,, -302AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Urinalysis order,"An examination of the urine by physical or chemical means. Urinalysis comprises a battery of chemical and microscopic tests that help to screen for urinary tract infections, renal disease, and diseases of other organs that result in abnormal metabolites (break-down products) appearing in the urine.",Test,Coded,Abnormal;Normal;Unknown,,AMPATH:302;AMPATH:303;CIEL:302;IMO-ProcedureIT:5771;PIH:1479;PIH:1542;SNOMED CT:27171005,,,,Analyse d'urine,,,,,,,,,,,,, -32AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Malarial smear,"Peripheral smear study for malarial parasites is the gold standard in diagnosing malarial infection. It involves collection of a blood smear, staining and examination of the the red blood cells for intracellular malarial parasites.",Test,Coded,Indeterminate;Negative;Positive.,,AMPATH:32;AMPATH:847;CIEL:32;IMO-ProcedureIT:936476;PIH:1476;SNOMED CT:12845003,,,,Frottis paludéen,GE,,,,,,,,,,,, -21AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Haemoglobin,"The iron-containing respiratory pigment in red blood cells of vertebrates, consisting of about 6 percent heme and 94 percent globin.",Test,Numeric,,,AMPATH:21;AMPATH:301;AMPATH:648;CIEL:21;IMO-ProcedureIT:930136;PIH-Malawi:7982;SNOMED CT:441689006,Hgb,,,Hémoglobine,,Emoglobin,,,,17.8,0,7,10.4,g/dL,,1, -3454e38b-4e03-4808-b1db-4590b7857c0a,,HIV Status Of Partner/Child,HIV Status of Partner/Child,Question,Coded,Negative;Positive.;Unknown,,,,,,,,,,,,,,,,,,, -167005AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Not being able to stop or control worrying over past two weeks,,Question,Coded,,,,,,,Ne pas être capable d'arrêter ou de contrôler ses inquiétudes au cours des deux dernières semaines,,,,,,,,,,,,, -167001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,More than half the days,,Misc,N/A,,,,,,,Plus de la moitié des jours,,,,,,,,,,,,, -167002AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nearly every day,,Misc,N/A,,,,,,,Presque tous les jours,,,,,,,,,,,,, -167000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Several days,,Misc,N/A,,,,,,,Plusieurs jours,,,,,,,,,,,,, -166590AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient Health Questionnaire-4 (PHQ-4) score,,Question,Numeric,,,,PHQ-4 score,,,Score PHQ-4,,,,12,,,0,,,,,0, -165137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient Health Questionnaire Nine Item score,,Question,Numeric,,,CIEL:165137;SNOMED CT:720433000,PHQ-9,,,Score du questionnaire santé patient (PHQ-9),Score PHQ-9,,,27,,,0,,,,,0, -160215AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Not at all,Answer to a likert-like scale question,Misc,N/A,,,,,,,Pas du tout,,,,,,,,,,,,, -167073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Moving or speaking so slowly that other people could have noticed or being so fidgety or restless that you have been moving around lot more than usual,,Question,Coded,More than half the days;Nearly every day;Not at all;Several days,,,,,,Bouger ou parler si lentement que d'autres personnes auraient pu le remarquer ou être si agité ou agité que vous vous êtes déplacé beaucoup plus que d'habitude,,,,,,,,,,,,, -167071AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Feeling bad about yourself or that you're a failure or have let yourself or your family down,,Question,Coded,More than half the days;Nearly every day;Not at all;Several days,,,,,,Vous sentir mal dans votre peau ou que vous êtes un échec ou d'avoir laissé tomber votre famille ou vous meme,,,,,,,,,,,,, -167069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Feeling tired or having little energy over past two weeks,,Question,Coded,More than half the days;Nearly every day;Not at all;Several days,,,,,,Se sentir fatigué ou avoir peu d'énergie au cours des deux dernières semaines,,,,,,,,,,,,, -167074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Thoughts that you would be better off dead or of hurting yourself in some way,,Question,Coded,More than half the days;Nearly every day;Not at all;Several days,,,,,,Pensées que vous feriez mieux de mourir ou de vous faire du mal d'une manière ou d'une autre,,,,,,,,,,,,, -167072AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Trouble concentrating on things such as reading the newspaper or watching television,,Question,Coded,More than half the days;Nearly every day;Not at all;Several days,,,,,,Difficulté à se concentrer sur des choses comme lire le journal ou regarder la télévision,,,,,,,,,,,,, -167070AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Poor appetite or overeating over past two weeks,,Question,Coded,More than half the days;Nearly every day;Not at all;Several days,,,,,,Manque d'appétit ou excès alimentaires au cours des deux dernières semaines,,,,,,,,,,,,, -167068AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Trouble falling or staying asleep, or sleeping too much over past two weeks",,Question,Coded,More than half the days;Nearly every day;Not at all;Several days,,,,,,"Difficulté à s'endormir ou à rester endormi, ou trop dormir au cours des deux dernières semaines",,,,,,,,,,,,, -167007AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Feeling down, depressed, or hopeless over past two weeks",,Question,Coded,More than half the days;Nearly every day;Not at all;Several days,,CIEL:167007,,,,"Se sentir déprimé, abattu ou désespéré au cours des deux dernières semaines",,,,,,,,,,,,, -167006AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Little interest or pleasure in doing things over past two weeks,,Question,Coded,More than half the days;Nearly every day;Not at all;Several days,,CIEL:167006,,,,Peu d'intérêt ou de plaisir à faire les choses au cours des deux dernières semaines,,,,,,,,,,,,, -455a7760-1bb4-4d15-969d-aedfa4e5e20d,,Age is known?,,Question,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -85fbdcc8-8dbc-40a9-b85f-5d1bfe1ab63d,,Date of Disclosure,Date of disclosure,Question,Date,,,,,,,,,,,,,,,,,,,, -37c60d5a-e873-429d-a59f-aeff839ada3c,,Full disclosure: Stage 4,Stage 4: Tell the child about their HIV status. Support parents to disclose to the child and clarify the mode of infection. Address immediate reactions and concerns a child might have,Finding,N/A,,,,,,,,,,,,,,,,,,,, -708acbc1-d493-499c-b3e7-67abd685a943,,Full disclosure: Stage 3,Stage 3:Use an imaginary exercise or story to assess child’s reaction to disclosure of HIV status,Finding,N/A,,,,,,,,,,,,,,,,,,,, -13784dde-37e1-4e40-b224-dbc9701bc605,,Full disclosure: Stage 2,"Stage 2: Assess the child’s prior knowledge about HIV including information given at school, any myths and misconceptions. Offer or reinforce accurate information",Finding,N/A,,,,,,,,,,,,,,,,,,,, -761c9ffb-8a75-44c6-bad3-b62cd700d41c,,Full disclosure :Stage 1,Stage 1: Assessing the child’s social support system to ensure availability of sufficient support once disclosure is completed,Finding,N/A,,,,,,,,,,,,,,,,,,,, -c301615b-f4c6-4c1b-a8e3-98864438de2f,,Full disclosure,Full disclosure: This stage provides the child or adolescent with the name of the diagnosis and full information and knowledge about HIV.,Finding,N/A,,,,,,,,,,,,,,,,,,,, -621816e2-16ba-4ae3-aa62-b5b3812780c1,,Partial disclosure,"Partial disclosure: Telling the child the truth, but not the whole truth; usually withholding the name of HIV (can be a step in the full disclosure process)",Finding,N/A,,,,,,,,,,,,,,,,,,,, -2961369f-6d08-4553-bc52-329c43135d76,,Pre-disclosure,Pre-disclosure: The child has not yet been told about their HIV status.,State,N/A,,,,,,,,,,,,,,,,,,,, -573f93e2-12f6-483e-aa6e-14e9b76b311a,,Stage of Disclosure,Stage at which the child/adolescent is at with disclosure.,Question,Coded,Full disclosure :Stage 1;Full disclosure: Stage 2;Full disclosure: Stage 3;Full disclosure: Stage 4;Partial disclosure;Pre-disclosure,,,,,,,,,,,,,,,,,,, -166574AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Middle name,,Question,Text,,,,,,,Deuxième nom,,,,,,,,,,,,, -54181d28-ff4d-40d3-b835-a813db07eb0e,,HIV Disease,,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -0651869c-6e90-48d6-b25c-406270c76bee,,What are the known underlying conditions or comorbidity?,Describes known underlying conditions or comorbidity,Question,Coded,Cardiovascular disease;Chronic neurological or neuromuscular disease;Chronic Nonspecific Lung Disease;Cigarette smoker;Diabetes;Former cigarette smoker;H/O: Liver Disease;HIV Disease;Hypertension;Immunocompromised state;Malignancy;Other non-coded;Renal disease;Tuberculosis,,,,,,,,,,,,,,,,,,, -1109AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient reported current PCP prophylaxis,Question on encounter form. Other current medications used to provide PCP prophylaxis.,Question,Coded,Dapsone;None;Sulfamethoxazole / trimethoprim,,,,,,Patient rapporte une prophylaxie pour PCP,,Pasyan rapote pwofilaksi PCP,,,,,,,,,,, -1254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CD4 count greater than 200,Answer on encounter form. Implies that a patient had a CD4 count greater than 200.,Finding,N/A,,,,,,,,,,,,,,,,,,,, -982AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CD4 count greater than 15%,Answer on encounter form. Implies that a patient had a CD4 percentage greater than 15.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -1262AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason PCP prophylaxis stopped,Question on encounter form. Part of the plan gathers a reason for stopping PCP prophylactic drugs. This concept captures that information.,Question,Coded,"CD4 count greater than 15%;CD4 count greater than 200;Other non-coded;Toxicity, drug;Weight change",,,,,,,,,,,,,,,,,,, -163323AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,TB Treatment comment,Free text description of TB Regimen,Question,Text,,,,,,,Traitement de TB commentaire,,Kòmantè tretman TB,,,,,,,,,,, -162749AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Clinical management plan comment,,Question,Text,,,,,,,,,,,,,,,,,,,, -162549AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date medication refills due,,Finding,Date,,,,,,,Date de renouvellement de la prescription,,Dat renouvèlman medikaman,,,,,,,,,,, -160456AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Obstetrics and gynecology department,,Misc,N/A,,,,,,,Gynécologie-Obstétrique,,Sèvis obstetrik ak jinekoloji,,,,,,,,,,, -5488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Adherence counseling,none,Finding,Numeric,,,,,,,Assistance conseillée,,,,,,,,,,,,0, -1636AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Referral for pregnancy termination,Referral for pregnancy termination or abortion.,Procedure,Boolean,,,,referral termination,,,Consultation pour avortement,,,,,,,,,,,,, -1609AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Referral for imaging study,Referral to another institution for the purpose of obtaining an imaging or radiological study.,Misc Order,N/A,,,,,,,Consultation pour radiographie,,,,,,,,,,,,, -1610AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Referral for antiretroviral therapy,Referral to another institution for the purpose of starting or managing antiretroviral therapy,Misc Order,N/A,,,,,,,Consultation pour thérapie antirétrovirale,,,,,,,,,,,,, -1588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Health clinic/post,Health clinic or health post,Misc,N/A,,,,,,,Centre médical/poste,,,,,,,,,,,,, -1272AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Referrals ordered,Question on encounter form. Answers are referrals made during a particular patient visit.,Question,Coded,Adherence counseling;Alcohol counseling;ARV for mother;Dental care referral;Diagnostic testing and counseling for HIV;Disclosure counseling;Family planning services;Health center hospital;Health clinic/post;Hospital;Inpatient care or hospitalization;Maternal and child health program;Mental health services;None;Nutritional support;Obstetrics and gynecology department;Ophthalmology referral;Other non-coded;Postnatal care referral;Prenatal care referral;Private health care clinic/facility;Private home-based care;Psychosocial counseling;Referral for antiretroviral therapy;Referral for imaging study;Referral for opportunistic infection treatment;Referral for pregnancy termination;Sexually transmitted infection program/clinic;Social support services;Surgical Outpatient Department;Tobacco use counseling;Tuberculosis Treatment or DOT Program;Voluntary counseling and testing for HIV,,AMPATH:1272;AMPATH:1932;SNOMED CT:439980006,,,,Consultation demandée,,odone referans,,,,,,,,,,, -164852AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date isoniazid prophylaxis was started,,Question,Date,,,,,,,,,,,,,,,,,,,, -164074AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date tuberculosis prophylaxis actually was collected,Date tuberculosis prophylaxis dose was actually collected/administered by patient,Finding,Date,,,,,,,,,,,,,,,,,,,, -164073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date tuberculosis prophylaxis to be collected,The date that the patient was to obtain TB prophylaxis dose.,Finding,Date,,,,,,,,,,,,,,,,,,,, -162280AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date defaulted on tuberculosis prophylaxis,,Finding,Date,,,,,,,,,,,,,,,,,,,, -162278AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Child exposed to tuberculosis,Child under five years old exposed to a person with active tuberculosis.,Test,N/A,,,,,,,,,,,,,,,,,,,, -162281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date discontinued tuberculosis prophylaxis,,Finding,Date,,,,,,,,,,,,,,,,,,,, -162279AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date completed tuberculosis prophylaxis,,Finding,Date,,,,,,,,,,,,,,,,,,,, -162277AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,In prison,Patient or person is confined in a prison (prisoner).,Finding,N/A,,,,,,,,,,,,,,,,,,,, -138571AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV Positive,"Includes the spectrum of human immunodeficiency virus infections that range from asymptomatic seropositivity, thru AIDS-related complex (ARC), to acquired immunodeficiency syndrome (AIDS).",Diagnosis,N/A,,,CIEL:138571,,virus de la inmunodeficiencia humana positivo,,,,,,,,,,,,,,, -162276AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason for tuberculosis prophylaxis,Reason eligible for tuberculosis prophylaxis,Finding,Coded,Child exposed to tuberculosis;HIV Positive;In prison,,,,,,,,,,,,,,,,,,, -1679AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Isoniazid prophylaxis,TB Prophylaxis regimen including: Isoniazid,Misc,N/A,,,,INH prophylaxis,,,Prophilaxie isoniazide,,Isoniazid pwofilaktik,,,,,,,,,,, -1677AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rifampicin/isoniazid/ethambutol prophylaxis,"TB Prophylaxis regimen including: Rifampicin, Isoniazid and Ethambutol",Misc,N/A,,,,RHE prophylaxis,,,Prophylaxie rifampicine/isoniazide/éthambutol,,,,,,,,,,,,, -1675AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rifampicin/isoniazid/pyrazinamide/ethambutol prophylaxis,"TB Prophylaxis regimen including: Rifampicin, Isoniazid, Pyrazinamide and Ethambutol",Misc,N/A,,,,RHZE prophylaxis,,,Prophylaxie rifampicine/isoniazide/pyrazinamide/éthambutol,,,,,,,,,,,,, -1678AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rifampicin/isoniazid prophylaxis,TB Prophylaxis regimen including: Rifampicin and Isoniazid,Misc,N/A,,,,RH prophylaxis,,,Prophylaxie rifampicine/isoniazide,,,,,,,,,,,,, -1676AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ethambutol/isoniazid prophylaxis,TB Prophylaxis regimen including: Ethambutol and Isoniazid,Misc,N/A,,,,EH Prophylaxis,,,Éthambutol prophylaxie à l'isoniazide,,,,,,,,,,,,, -1674AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Streptomycin/rifampicin/isoniazid/pyrazinamide/ethambutol prophylaxis,"TB Prophylaxis regimen including: Streptomycin, Rifampicin, Isoniazid, Pyrazinamide and Ethambutol",Misc,N/A,,,,SRHZE prophylaxis,,,Prophylaxie streptomycine/rifampicine/isoniazide/pyrazinamide/éthambutol,,,,,,,,,,,,, -1265AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis prophylaxis plan,Question on encounter form. Collects information related to tuberculosis drug therapy plans.,Question,Coded,Continue regimen;Dosing change;None;Start drugs;Stop all,,,,,,plan prophylaxie tuberculose,,plan pwofilaksi tibèkiloz,,,,,,,,,,, -1266AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason tuberculosis prophylaxis stopped,Question on encounter form. Part of the plan gathers a reason for stopping TB prophylactic drugs. This concept captures that information.,Question,Coded,"Completed;Other non-coded;Toxicity, drug;Weight change",,,,,,,,,,,,,,,,,,, -1264AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis prophylaxis started,Part of the encounter form plan. Answers are drugs started at the end of the particular encounter.,Question,Coded,,,,,,,,,,,,,,,,,,,, -1110AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient reported current tuberculosis prophylaxis,Question on encounter form. Other current medications used to provide tuberculosis prophylaxis.,Question,Coded,Ethambutol/isoniazid prophylaxis;Isoniazid prophylaxis;None;Rifampicin/isoniazid prophylaxis;Rifampicin/isoniazid/ethambutol prophylaxis;Rifampicin/isoniazid/pyrazinamide/ethambutol prophylaxis;Streptomycin/rifampicin/isoniazid/pyrazinamide/ethambutol prophylaxis,,,,,,Le patient a signalé avoir suivi une prohylaxie pour la tuberculose,,Pasyan rapote ke li tap pran pwofilakti pou tibekiloz,,,,,,,,,,, -162275AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Evaluated for tuberculosis prophylaxis,Indicate if patient has been evaluated for tuberculosis prophylaxis such as IPT (Isoniazid preventive therapy),Question,Coded,No;Not applicable;Yes,,,Evaluted for IPT,,,,,,,,,,,,,,,, -1163AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,All,Descriptive quantifying term. 100% of the amount.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -1161AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Half,Descriptive quantifying term. 50% of the total amount.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -1162AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Most,Descriptive quantifying term. Being one of a large indefinite number.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -1165AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis prophylaxis adherence in past week,"Question on encounter form: ""During the last seven days how many of his/her pills did the patient take?""",Question,Coded,All;Few;Half;Most;None,,,,,,,,,,,,,,,,,,, -160595AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Perimenopausal status,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -113928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Postmenopausal Status (Age-Related) (Natural),"Cessation of menstruation in the human female, occurring usually around the age of 50. (Dorland, 28th ed)",Diagnosis,N/A,,,,,estado postmenopáusico,,,,,,,,,,,,,,, -160596AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Menstrual status,,Question,Coded,Currently pregnant;Perimenopausal status;Postmenopausal Status (Age-Related) (Natural);premenopausal patient,,CIEL:160596,,,,,,,,,,,,,,,,, -5989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Menstruating,"Patient is actively menstruating, symptom.",Symptom/Finding,N/A,,,,,,,,,,,,,,,,,,,, -082ddc79-e355-4344-a4f8-ee458c15e3ef,,Current Menstruation Status,Current menstruation status are reported by the patient,Question,Coded,Amenorrhea;Currently pregnant;Lactational amenorrhea;Menstruating;Postmenopausal Status (Age-Related) (Natural),,,,,,,,,,,,,,,,,,, -07b06c66-7eaa-40d0-b9a5-1cbf167e97b6,,Other Entry Point (Specify),,Finding,Text,,,,,,,,,,,,,,,,,,,, -939cdaee-fb72-404b-89d5-fc697f0339d2,,Cancer Unit,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -19eeedc1-ed24-4a4a-a2f2-6fb251939d1c,,Tuberculosis Clinic,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -aa5ef0df-b64c-4616-81bf-a85374ae1b07,,Antiretraviral Treatment Clinic,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -8cb69148-cdce-448e-90c6-f582b5c169da,,Date enrolled for cervical cancer screening,Date a client is enrolled for cervical cancer screening/care,Finding,Date,,,,,,,,,,,,,,,,,,,, -167050AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inpatient department,,Misc,N/A,,,,IPD,,,Service d'hospitalisation,,,,,,,,,,,,, -166518AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ineligible for screening,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -165617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Screened for cancer of uterine cervix,,Question,Coded,Unknown,,,,,,,,,,,,,,,,,,, -164951AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Obstetrics and gynecology service,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -161627AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,General medicine service,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -159927AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,outreach clinic,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -155209AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,atypical glandular cells on Pap smear,,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -153204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Adenocarcinoma in Situ (AIS) of Uterine Cervix,,Diagnosis,N/A,,,,,adenocarcinoma in situ de cuello uterino,,,,,,,,,,,,,,, -145822AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ASCUS (Atypical Squamous Cells of Undetermined Significance) on Pap Smear,,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -1623AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Postnatal care services,Reason for visit or referral,Procedure,Boolean,,,,Postnatal care,,,Service de soin postnatale,,Swen apre akouchman,,,,,,,,,,, -1622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antenatal care services,Reason for visit or referral,Procedure,Boolean,,,,Antenatal care,,,Services soins prénataux,,Klinik fanm ansent,,,,,,,,,,, -8ef61711-3036-4e29-ad0f-340bd18c1168,,Cervical Cancer Entry Point,Entry point for cervical cancer client screening,Question,Coded,Antenatal care services;Antiretraviral Treatment Clinic;Cancer Unit;Family planning services;Inpatient department;Other Entry Point (Specify);Outpatient department;outreach clinic;Postnatal care services;Sexually transmitted infection program/clinic;Tuberculosis Clinic,,,,,,,,,,,,,,,,,,, -1592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antenatal services,,Misc,Coded,,,,,,,Service prénatal,,Sevis avan akouchman,,,,,,,,,,, -1169AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV infected,Describes when a person has actually been confirmed to be infected with the Human Immunodeficiency Virus. NOTE: THIS IS A BAD CONCEPT AND SHOULD BE RETIRED.,Diagnosis,Coded,Negative;Positive.;Unknown,,,,,,infecté par le VIH,,VIH enfekte,,,,,,,,,,, -MSFOCP-MSFF-AAAAAA000000000000000140,,HSIL,,Finding,N/A,,,,,,,HSIL,,,,,,,,,,,,, -af413d9d-9061-4f4e-bc8a-52d19c9bff3b,,Re-screening after 5 years,Re-screening for cervical cancers after 5 years,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -3928aa82-85d4-403c-a6ee-3c5a14afe843,,Re-screening after 3 years,Re-screening for cervical cancer after 3 years,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -13c3ee77-4e7c-4224-ae40-0b2727932a0f,,Re-Screening after 1 year,Re-screening for cervical cancer after one year,Finding,N/A,,,,,,,,,,,,,,,,,,,, -fa3c067f-89f3-4e34-a388-b1fb8b7c3cb2,,Ready for cervical cancer screening services,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -ffdb0e29-19df-482d-b624-06b611654f90,,Ready for cervical screening services,Eligible client willing to be screened for cervical cancer,Question,N/A,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -b77ef6d3-4895-4e88-8b17-fa4aff6eba59,,Eligible for cancer screening,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -a24c644b-2f4b-4a8b-b314-26a50c1e1416,,Ever had a total hysterectomy,Has the client ever had a total hysterectomy,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -d22184d3-be1d-43f0-834b-3cedd0b0f6bf,,Pre-test counselling for cervical cancer,Was pre-test counselling for CaCx done,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -2f256b46-395b-40f8-b93e-3ea68e5531bc,,Date screened for cervical cancer,,Question,Date,,,,,,,,,,,,,,,,,,,, -ae82e6f0-ef22-4c27-825e-1de739182986,,Cervical Map,"Describes obs seen (color, boarders, lesion size)",Finding,Text,,,,,,,,,,,,,,,,,,,, -219c5248-1f61-41cc-bf79-7432ce528197,,Unsatisfactory - No squamo-columnar junction seen,"During a colposcopic examination the colposcopic examination is termed inadequate or unsatisfactory if the transformation zone is only partially seen, or not at all. The examination is thus deemed to be inadequate or unsatisfactory for the purpose of ruling out CIN",Finding,N/A,,,,,,,,,,,,,,,,,,,, -5aadf6b8-9898-4a3a-8c9f-fd4b21ba7760,,Date histology done,,Question,Date,,,,,,,,,,,,,,,,,,,, -4846ea7b-c2eb-476a-a339-82c036d22520,,Date colposcopy done,,Question,N/A,,,,,,,,,,,,,,,,,,,, -9b246586-dd91-4076-8dca-45d83503397b,,Date cervical cytology done,,Question,N/A,,,,,,,,,,,,,,,,,,,, -c4aaf12e-6117-47cc-b20f-e43f737793f4,,Date Visual Inspection of the Cervix with Lugol’s Iodine (VILI) done,,Question,N/A,,,,,,,,,,,,,,,,,,,, -b7158b64-a1c8-43bc-a907-0962f202e1bd,,Date Visual Inspection of the Cervix with Acetic Acid (VIA) done,,Question,Date,,,,,,,,,,,,,,,,,,,, -2a7bb0f3-1f7a-4815-9ee6-363d504637e1,,Date HPV test was done,,Question,Date,,,,,,,,,,,,,,,,,,,, -d7b25f40-4c8e-4221-b587-65a9d9721c2b,,Post-treatment follow-up other,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -3f4a6148-39c1-4980-81c6-6d703367c4a6,,Post-treatment follow-up at 1 year,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -f611b4d9-8de4-4032-ae45-6d719d2bd9f5,,Post-treatment follow up to 6 weeks,,Question,N/A,,,,,,,,,,,,,,,,,,,, -164051AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Examination under anesthesia,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -159859AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Polymerase chain reaction, human papilloma virus, qualitative",,Test,Coded,Indeterminate;Negative;Positive.;Unknown,,,"PCR HPV, qualitative",,,,,,,,,,,,,,,, -158243AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Papanicolaou smear of vagina with atypical squamous cells cannot exclude high grade squamous intraepithelial lesion (ASC-H),,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -155424AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"carcinoma of uterine cervix, invasive",,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -145808AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Abnormal Pap Smear, Low Grade Squamous Intraepithelial Lesion (LGSIL)",A spectrum of histologic changes in the epithelium of the cervix uteri which may begin as a superficial lesion and progress to invasive carcinoma.,Diagnosis,N/A,,,,LSIL,citología cervicovaginal: lesión intraepitelial escamosa de bajo grado,,"Frottis anormal, Lésion Squameuse Intraépithéliale de Bas Grade",LSIL,,,,,,,,,,,, -145806AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cervical Intraepithelial Neoplasia Grade III with Severe Dysplasia,"A malignancy arising in uterine cervical epithelium and confined thereto, representing a continuum of histological changes ranging from well-differentiated CIN 1 (formerly, mild dysplasia) to severe dysplasia/carcinoma in situ, CIN 3. The lesion arises at the squamocolumnar cell junction at the transformation zone of the endocervical canal, with a variable tendency to develop invasive epidermoid carcinoma, a tendency that is enhanced by concomitant human papillomaviral infection. (Segen, Dictionary of Modern Medicine, 1992)",Diagnosis,N/A,,,,,neoplasia intraepitelial cervical grado III con displasia severa,,,,,,,,,,,,,,, -145809AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cervical Intraepithelial Neoplasia Grade 1,A spectrum of histologic changes in the epithelium of the cervix uteri which may begin as a superficial lesion and progress to invasive carcinoma.,Diagnosis,N/A,,,,,neoplasia intraepitelial cervical grado 1,,Dysplasie légère du col de l'utérus (CIN 1),,,,,,,,,,,,, -145807AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cervical Intraepithelial Neoplasia Grade 2,A spectrum of histologic changes in the epithelium of the cervix uteri which may begin as a superficial lesion and progress to invasive carcinoma.,Diagnosis,N/A,,,,,neoplasia intraepitelial cervical grado 2,,Dysplasie moyenne du col de l'utérus (CIN 2),,,,,,,,,,,,, -145805AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Papanicolaou Smear of Cervix with High Grade Squamous Intraepithelial Lesion (HGSIL),,Diagnosis,N/A,,,,HSIL,citología cervicovaginal: lesión intraepitelial escamosa de alto grado o carcinoma,,"Frottis anormal, Lésion Intraépithéliale Squameuse de Haut Grade (HGSIL)",HSIL,,,,,,,,,,,, -122688AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Papanicolaou Smear of Cervix with Atypical Squamous Cells Cannot Exclude High Grade Squamous Intraepithelial Lesion (ASC-H),,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -110645AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Papanicolaou Smear of Cervix with Cytologic Evidence of Malignancy,,Diagnosis,N/A,,,,,Extendido cervical de Papanicolaou positivo para neoplasia maligna,,,,,,,,,,,,,,, -8c028667-8179-485f-bda7-1ceee8b5d533,,164844AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,Is the client on her menses at the time of consultation,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -82fdc4f5-338e-4c22-8856-65ca9cb53fa3,,Cold knife cone biopsy of cervix,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -1299502a-cd0e-4410-8559-38f5ac51cb57,,Pregnant in the last three months,Has the client conceived in the past three months,Finding,Coded,,,,,,,,,,,,,,,,,,,, -7cf4c96a-3e68-4ca5-9b49-9148adc6263d,,Previously Screened for Cervical Cancer,,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -166706AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Thermocauterization of cervix,,Procedure,N/A,,,,,,,Thermocautérisation du col de l'utérus,,,,,,,,,,,,, -165084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Loop electrosurgical excision procedure of cervix,,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -162812AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cryosurgery of lesion of cervix,,Procedure,N/A,,,,,,,Cryochirurgie de lésion du col de l'utérus,,,,,,,,,,,,, -3a8bb4b4-7496-415d-a327-57ae3711d4eb,,Treatment of precancerous lesions of the cervix,,Question,Coded,Cold knife cone biopsy of cervix;Cryosurgery of lesion of cervix;Hysterectomy;Loop electrosurgical excision procedure of cervix;None;Other non-coded;Thermocauterization of cervix,,,,,,,,,,,,,,,,,,, -9bd94bd2-059c-4273-8b6b-31a8e02c6f02,,Purpose for visit - Cervical Screening,Why type of visit is the client coming for - Cervical Screening,Question,Coded,Post-treatment follow-up other;Post-treatment follow-up at 1 year;Post-treatment follow up to 6 weeks;Re-Screening after 1 year;Re-screening after 3 years;Re-screening after 5 years;Treatment of precancerous lesions of the cervix,,,,,,,,,,,,,,,,,,, -146602AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ca Cervix - Screening Done,Collection of pooled secretions of the posterior vaginal fornix for cytologic examination.,Diagnosis,N/A,,,,,cáncer de cuello uterino - cribado realizado,,,,,,,,,,,,,,, -0dcf23d4-3008-4d8e-b12c-4ec95d1cfd97,,Medical supply,Durable medical equipment and other supplies.,Concept Class,N/A,,,,,,,,,,,,,,,,,,,, -162964AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Previously received oncology treatment,"Has the patient has received oncology treatment in the past, but is no longer receiving treatment?",Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -cc647244-0826-4d8e-8c5a-d7a371267bf4,,Finding from visual inspection of the cervix,Finding from a visual examination of the uterine cervix after application of 3-5% acetic acid +/- Lugol’s iodine,Finding,Coded,Negative;Positive.;suspected cervical cancer,,,,,,,,,,,,,,,,,,, -53ff5cd0-0f37-4190-87b1-9eb439a15e94,,Cervical Cancer screening method,Method Used to Screen for Cervical Cancer,Question,Coded,Colposcopy;Human Papillomavirus test;Papanicolaou smear;Visual Inspection of the Cervix with Acetic Acid (VIA);Visual Inspection of the Cervix with Lugol’s Iodine (VILI),,,,,,,,,,,,,,,,,,, -163611AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Invalid,A generic answer to a question. Not valid or erroneous.,Misc,N/A,,,,,,,Invalide,,Envalid,,,,,,,,,,, -28bab50e-7ff7-4216-81be-3f7ad05c6547,,Cervical cytology results,cervical screening used to detect potentially precancerous and cancerous processes in the cervix,Finding,Coded,"Abnormal Pap Smear, Low Grade Squamous Intraepithelial Lesion (LGSIL);Adenocarcinoma in Situ (AIS) of Uterine Cervix;ASCUS (Atypical Squamous Cells of Undetermined Significance) on Pap Smear;atypical glandular cells on Pap smear;Invalid;Normal;Papanicolaou Smear of Cervix with Cytologic Evidence of Malignancy;Papanicolaou Smear of Cervix with High Grade Squamous Intraepithelial Lesion (HGSIL);Papanicolaou smear of vagina with atypical squamous cells cannot exclude high grade squamous intraepithelial lesion (ASC-H)",,,,,,,,,,,,,,,,,,, -f63642da-5da9-4c22-8676-50d2a877d25d,,Cervical cancer histology results,histology of cervical for malignancy and precancerous cells,Finding,Coded,"carcinoma of uterine cervix, invasive;Cervical Intraepithelial Neoplasia Grade 1;Cervical Intraepithelial Neoplasia Grade 2;Cervical Intraepithelial Neoplasia Grade III with Severe Dysplasia;Invalid;Normal",,,,,,,,,,,,,,,,,,, -162965AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Previous oncology treatment comment,"Details of oncology treatment received previously, including where it was received",Question,Text,,,,,,,,,,,,,,,,,,,, -132e8ce5-5fef-4413-a6f8-bbff384d5c10,,Unsatisfactory,,State,N/A,,,,,,,,,,,,,,,,,,,, -7fe8d523-fb0d-4435-9c77-547342b1a04f,,Low grade,"Low-grade SIL - refers to early changes in the size, shape, and number of cells that form the surface of the cervix.",State,N/A,,,,,,,,,,,,,,,,,,,, -0e663529-b62f-4680-b886-bc37ca008d60,,High Grade,"High-grade SIL - means there are a large number of precancerous cells, these precancerous changes involve only cells on the surface of the cervix.",State,N/A,,,,,,,,,,,,,,,,,,,, -9096a18e-c009-4f4c-b0ba-0605e0f16578,,Colposcopy of cervix findings,Finding on a colposcopy examination of the cervix,Question,Coded,High Grade;Low grade;Normal;Unsatisfactory,,,,,,,,,,,,,,,,,,, -59560ede-43e2-4e56-a47e-0f876779f0e1,,Other treatment,"Client currently undergoing other type of treatment, not in optional list",Question,Text,,,,,,,,,,,,,,,,,,,, -162967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Current oncology treatment comment,"Details of current treatment, including where it is being administered.",Question,Text,,,,,,,,,,,,,,,,,,,, -2ca55823-3434-48a9-8558-66439e676bba,,Are you child or Adult,,Question,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -ec4ceae1-36cf-40eb-8b68-67f8145ef324,,Gender,,Question,Coded,Female gender;Male gender,,,,,,,,,,,,,,,,,,, -164500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient diagnosed with active tuberculosis,,Misc,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -a3d8dbc0-bbbd-4fb7-8a86-e6ef708ff6e5,,challenges with regular followup,Challenges with regular followup either Yes or No,Question,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -162752AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bedridden,,Finding,N/A,,,,,,,Alité,,Malad kouche,,,,,,,,,,, -162750AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Able to walk without assistance,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -162751AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Able to walk with assistance,,Finding,N/A,,,,,,,,,,,,,,,,,,,, -162062AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Able to stand alone,Infant milestone. Child is able to stand unassisted.,Finding,Coded,,,,,,,,,,,,,,,,,,,, -162060AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Speaks several words,Infant milestone. Child is able to speak several different words and associates those words with specific objects or actions.,Finding,Coded,,,,,,,,,,,,,,,,,,,, -162058AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Turns toward source of sound,Infant milestone. Child turns toward the source of a sound.,Finding,Coded,,,,,,,,,,,,,,,,,,,, -162056AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Social smile,Infant milestone. Child smiles when is smiled at.,Finding,Coded,,,,,,,,,,,,,,,,,,,, -162063AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Able to walk independently,Infant milestone. Child is able to walk unassisted.,Finding,Coded,,,,,,,,,,,,,,,,,,,, -162061AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Able to sit upright,Infant milestone. Child is able to sit unassisted.,Finding,Coded,,,,,,,,,,,,,,,,,,,, -162059AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Extends hand to grasp an object,"Infant milestone. Child extends a hand to grasp an object that he/she wants, such as a toy.",Finding,Coded,,,,,,,,,,,,,,,,,,,, -162057AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Holds head up,Infant milestone. Child is able to hold head up and/or control head movement,Finding,Coded,,,,,,,,,,,,,,,,,,,, -162069AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Developmental milestones,,Question,Coded,Able to sit upright;Able to stand alone;Able to walk independently;Extends hand to grasp an object;Holds head up;Social smile;Speaks several words;Turns toward source of sound,,,,,,,,,,,,,,,,,,, -161654AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis treatment number,"Case number or treatment number for patient. This is not a count, but an identifier.",Question,Numeric,,,,,,,,,,,,,,0,,,,,0, -160636AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lives outside of catchment area,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -160635AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lives in catchment area,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -160637AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Catchment area residency status,,Question,Coded,Lives in catchment area;Lives outside of catchment area,,,,,,,,,,,,,,,,,,, -160525AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pre-ART Visit,,Misc,N/A,,,,,,,Visite Pre ARV,,Vizit Pre ARV,,,,,,,,,,, -c43be276-f38d-4f07-90d5-a91ec1471738,,Category of Patient at Enrollment,,Question,Coded,New client;Pre-ART Visit;Transfer in,,,,,,,,,,,,,,,,,,, -160026AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient ambulatory,Status of patient who is well enough to walk.,Misc,N/A,,,,,,,Patient ambulatoire,,Pasyan kapab mache,,,,,,,,,,, -159901AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Forceps delivery,,Procedure,Coded,,,,,,,Accouchement au forcep,,Akouchman ak forcep,,,,,,,,,,, -159739AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,emergency caesarean section,C-section done to deliver the baby due to emergency indications,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -159468AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Physically able to work,Answer to question: CAPTION: Are you currently able to work?,Question,Coded,,,,,,,Physiquement capable de travailler,,Fizikman kapab travay,,,,,,,,,,, -162753AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Level of mobility,,Question,Coded,Able to walk with assistance;Able to walk without assistance;Bedridden;Patient ambulatory;Physically able to work;Unknown,,,Mobility,,,Niveau de mobilité,,Nivo nan mobilite,,,,,,,,,,, -159372AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Primary Care Clinic,Health care center which offers outpatient services.,Finding,N/A,,,,PHC,,,Soins primaires,,,,,,,,,,,,, -159260AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,vacuum extractor delivery,,Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -118159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Forceps or Vacuum Extractor Delivery,,Procedure,N/A,,,,,,,Accouchement par forceps ou ventouse,,,,,,,,,,,,, -6022AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Delayed milestones,Delay in a set of functional skills or age-specific tasks that most children can do by a certain age range.,Finding,N/A,,,,,,,,,,,,,,,,,,,, -5621AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Other household member,A general descriptive answer: a patient's other household member which is not a family member.,Misc,N/A,,,,,,,Autres membres du menage,,LÒT MOUN NAN KAY LA,,,,,,,,,,, -5619AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Health care provider,A general descriptive answer: a patient's health care provider.,Misc,Coded,,,,,,,Membre du service de santé,,founisè swen sante,,,,,,,,,,, -5618AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Friend,A general descriptive answer.. a patient's friend.,Misc,N/A,,,,,,,AMI,,Zanmi,,,,,,,,,,, -5616AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"HIV disclosure to anyone, specific","Question on encounter form: ""Have you disclosed your HIV status to any of the following people?""",Question,Coded,Friend;Health care provider;Other family member;Other household member;Other non-coded;Partner or spouse,,,,,,"Divulgation VIH envers quiconque, spécifique",,"Di estati VIH ba nenpòt moun, espesifik",,,,,,,,,,, -5314AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Head circumference,Measurement of the largest part of the infant's head (just above the eyebrow and ears) used to determine brain growth.,Finding,Numeric,,,,HC,,,Circonférence de la tête,,Sikonferans tèt,,,,,0,,,cm,,1, -1601AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,En route to health facility,"Location where something may occur. For example, patient died en route to health facility rather than at the facility or at home.",Misc,N/A,,,,,,,Sur le trajet vers un établissement médical,,,,,,,,,,,,, -1593AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mother's name,,Question,Text,,,,,,,Nom de la mère,,,,,,,,,,,,, -1594AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Father's name,,Question,Text,,,,,,,Nom du père,,,,,,,,,,,,, -1586AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Child name,Name of Child including first and last names,Question,Text,,,,,,,Nom de l'enfant,,,,,,,,,,,,, -1536AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Home,,Misc,N/A,,,,,Casa,,Domicile,,lakay,,,,,,,,,,, -1572AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Location of birth,The location where the baby was delivered.,Question,Coded,district hospital;En route to health facility;Health clinic/post;Home;Hospital;Other non-coded;Primary Care Clinic;Provincial hospital;sub-district hospital;Unknown,,,,,,Lieu de naissance,,kote akouchman te fèt,,,,,,,,,,, -1200AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Developmental exam findings,Findings noted upon developmental evaluation.,Finding,Coded,Abnormal;Delayed milestones;Normal,,,,,,,,,,,,,,,,,,, -1171AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cesarean section,"A surgical incision through the abdominal wall and uterus, performed to deliver a fetus.",Procedure,N/A,,,,,,,Césarienne,,Sezaryèn,,,,,,,,,,, -1172AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Breech delivery,Delivery of a fetus with the buttocks or feet appearing first.,Finding,N/A,,,,,,,,,,,,,,,,,,,, -1170AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Spontaneous vaginal delivery,Describes a routine fetal delivery through the vaginal tract which occured spontaneously.,Finding,Coded,,,,,,,Accouchement spontané par voie naturelle,,Akouchman espontane pa voi natirèl,,,,,,,,,,, -5630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Method of delivery,Describes how a child was delivered during the birthing process.,Question,Coded,Breech delivery;Cesarean section;emergency caesarean section;Forceps delivery;Forceps or Vacuum Extractor Delivery;Other non-coded;Spontaneous vaginal delivery;Unknown;vacuum extractor delivery,,,,,,Mode d'accouchement,,Metòd akouchman,,,,,,,,,,, -1048AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV disclosure to anyone,"Question on encounter form: ""Have you disclosed your HIV status to anyone?""",Question,Boolean,,,,,,,,,,,,,,,,,,,, -160480AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Government-run health clinic/facility,,Misc,N/A,,,,,,,Clinique/établissement de santé géré par le gouvernement,,,,,,,,,,,,, -91eb14f1-c951-4d65-a4b4-6dbf9d88cd1a,,Outside the facility entry point,,Question,Coded,Free text comment;Government-run health clinic/facility;Health center hospital;Private health care clinic/facility;Self-referral,,,,,,,,,,,,,,,,,,, -9c849633-3589-42c7-bcb1-b4af7ec392c5,,Chronically Ill,Identified by observation and history taking,Symptom/Finding,N/A,,,,,,,,,,,,,,,,,,,, -1855AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,In good health,Overall assessment in health status: Good.,Finding,Boolean,,,,good health,,,En bonne santé,,,,,,,,,,,,, -4ab0e5e3-fff7-4819-bd2e-4f070eedcd3d,,Family Members Health Status,,Question,Coded,Chronically Ill;Dead;In good health,,,,,,,,,,,,,,,,,,, -165171AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Milligram per meter squared,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162778AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Powder for injection,,Drug form,N/A,,,,Powd inj,,,,,,,,,,,,,,,, -162772AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rectal solution,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162770AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral solution,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162771AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral tablet,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162474AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal suppository,Drug form,Drug form,N/A,,,,Vaginal supp,,,,,,,,,,,,,,,, -162472AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal ointment,Drug form,Drug form,N/A,,,,Vaginal ont,,,,,,,,,,,,,,,, -162470AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal foam,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162468AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Urethral suppository,Drug form,Drug form,N/A,,,,Urethral supp,,,,,,,,,,,,,,,, -162466AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Toothpaste,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162464AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Enteric-coated tablet,Drug form,Drug form,N/A,,,,Tablet EC,,,,,,,,,,,,,,,, -162460AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sublingual tablet,Drug form,Drug form,N/A,,,,SL tab,,,,,,,,,,,,,,,, -162458AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rectal suppository,Drug form,Drug form,N/A,,,,Rectal supp,,,,,,,,,,,,,,,, -162456AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rectal gel,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162454AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rectal cream,Drug form,Drug form,N/A,,,,Rectal Cr,,,,,,,,,,,,,,,, -162450AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Peritoneal dialysis solution,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162448AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Transdermal patch,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162446AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ear suspension,Drug form,Drug form,N/A,,,,Otic susp,,,,,,,,,,,,,,,, -162444AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral powder,Drug form,Drug form,N/A,,,,Oral pwd,,,,,,,,,,,,,,,, -162442AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral ointment,Drug form,Drug form,N/A,,,,Oral ont,,,,,,,,,,,,,,,, -162440AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral foam,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162438AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Eye suspension,,Drug form,N/A,,,,Op Susp,,,,,,,,,,,,,,,, -162436AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Eye gel,,Drug form,N/A,,,,Op gel,,,,,,,,,,,,,,,, -162434AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oil,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162432AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nasal solution,,Drug form,N/A,,,,Nasal sol,,,,,,,,,,,,,,,, -162430AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nasal gel,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162428AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mouthwash,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Irrigation solution,,Drug form,N/A,,,,Irrig sol,,,,,,,,,,,,,,,, -162424AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inhalation powder,,Drug form,N/A,,,,Inhl pwd,,,,,,,,,,,,,,,, -162422AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Implant,"Device, not procedure",Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162475AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal tablet,Drug form,Drug form,N/A,,,,Vaginal tab,,,,,,,,,,,,,,,, -162420AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Gel,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162473AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal ring,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162418AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Foam,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162471AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal gel,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162416AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Douche,"Form or object, not procedure",Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162469AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal cream,Drug form,Drug form,N/A,,,,Vaginal cr,,,,,,,,,,,,,,,, -162414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Crystals,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162467AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Topical solution,Drug form,Drug form,N/A,,,,Top sol,,,,,,,,,,,,,,,, -162412AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chewable tablet,,Drug form,N/A,,,,Chew tab,,,,,,,,,,,,,,,, -162465AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sustained-release tablet,Drug form,Drug form,N/A,,,,Tablet SR,,,,,,,,,,,,,,,, -162410AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sustained-release capsule,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162408AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cake,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162461AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Solution,Drug form,Drug form,N/A,,,,Sol,,,,,,,,,,,,,,,, -162406AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Buccal tablet,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162459AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Shampoo,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162404AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Beads,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162457AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rectal ointment,Drug form,Drug form,N/A,,,,Rectal ont,,,,,,,,,,,,,,,, -162455AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rectal foam,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162453AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Powder suspension,,Drug form,N/A,,,,Pwd susp,,,,,,,,,,,,,,,, -162451AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pre-filled syringe,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162449AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pellet,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162447AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Paste,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162445AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ear solution,,Drug form,N/A,,,,Otic sol,,,,,,,,,,,,,,,, -162443AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral paste,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162441AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral gel,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162439AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral cream,Drug form,Drug form,N/A,,,,Oral cr,,,,,,,,,,,,,,,, -162437AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Eye irrigation solution,,Drug form,N/A,,,,Op Sol,,,,,,,,,,,,,,,, -162382AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vial,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162380AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tube,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162435AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Eye cream,,Drug form,N/A,,,,Op Cr,,,,,,,,,,,,,,,, -162378AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tablespoon,,Units of Measure,N/A,,,,Tbsp,,,,,,,,,,,,,,,, -162433AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nasal spray,Drug form,Drug form,N/A,,,,NASP,,,,,,,,,,,,,,,, -162376AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Application,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nasal ointment,,Drug form,N/A,,,,Nasal ont,,,,,,,,,,,,,,,, -162374AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Scoopful,,Units of Measure,N/A,,,,Scoop,,,,,,,,,,,,,,,, -162429AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oromucosal spray,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162372AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Puff,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lotion,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162370AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patch,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162425AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inhalation solution,,Drug form,N/A,,,,Inhl sol,,,,,,,,,,,,,,,, -162368AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nebulizer,,Units of Measure,N/A,,,,Neb,,,,,,,,,,,,,,,, -162423AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inhalation form,Drug form,Drug form,N/A,,,,Inhl,,,,,,,,,,,,,,,, -162366AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Microgram,,Units of Measure,N/A,,,,mcg,,,,,,,,,,,,,,,, -162421AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Granules,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162364AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Milliequivalent,,Units of Measure,N/A,,,,MEq,,,,,,,,,,,,,,,, -162419AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Gas,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Kilogram,,Units of Measure,N/A,,,,kg,,,,,,,,,,,,,,,, -162417AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dry powder inhaler,,Drug form,N/A,,,,DPI,,,,,,,,,,,,,,,, -162360AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Gum,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162415AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Disintegrating tablet,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162358AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fluid ounce,,Units of Measure,N/A,,,,Oz,,,,,,,,,,,,,,,, -162413AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cream,Drug form,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162356AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Drop,Unit of measurement,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162411AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Chew gum,Drug form,Drug form,N/A,,,,Gum,,,,,,,,,,,,,,,, -162354AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CAN,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162409AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Enteric-coated capsule,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sustained release buccal tablet,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Buccal film,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162383AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Biscuit wafer,,Units of Measure,N/A,,,,Wafer,,,,,,,,,,,,,,,, -162381AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Unit,,Units of Measure,N/A,,,,U,,,,,,,,,,,,,,,, -162379AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Teaspoon,,Units of Measure,N/A,,,,Tsp,,,,,,,,,,,,,,,, -162377AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Syringe,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162375AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Spray,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162373AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ring pessary,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162371AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pint,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162369AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pad,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162367AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Million units,,Units of Measure,N/A,,,,MU,,,,,,,,,,,,,,,, -162365AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Metric drop,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lozenge,,Units of Measure,Text,,,,,,,,,,,,,,,,,,,, -162361AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inch,,Units of Measure,N/A,,,,in,,,,,,,,,,,,,,,, -162359AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Gallon,,Units of Measure,N/A,,,,gal,,,,,,,,,,,,,,,, -162357AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Enema,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162355AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Container,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162351AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bar,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162335AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ampule(s),A unit for dosing medications.,Units of Measure,N/A,,,,Amp,,,,,,,,,,,,,,,, -162264AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,International units,Unit of measurement,Misc,N/A,,,,IU,,,,,,,,,,,,,,,, -162262AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Liter,"Unit of measurement, 1000 milliliters",Units of Measure,N/A,,,,L,,,,,,,,,,,,,,,, -162263AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Milliliter,Unit of measurement 1/1000 of a liter,Units of Measure,N/A,,,,mL,,,,,,,,,,,,,,,, -161554AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Gram,Unit of measurement of mass,Units of Measure,N/A,,,,gm,,,,,,,,,,,,,,,, -161553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Milligram,Unit of measurement of mass,Units of Measure,N/A,,,,mg,,,,,,,,,,,,,,,, -160054AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Eye solution,medication form used for documentation of medication administration or history,Drug form,N/A,,,,Op sol,,,,,,,,,,,,,,,, -1939AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Suspension for injection,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -1940AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral suspension,Medication form created by suspending drug in liquid for oral consumption,Drug form,N/A,,,,Oral susp,,,,,,,,,,,,,,,, -1608AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Capsule,,Misc,N/A,,,,Cap,,,Gellule,,,,,,,,,,,,, -1517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ointment,,Misc,N/A,,,,Ont,,,Pommade,,,,,,,,,,,,, -1520AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ophthalmic ointment,,Misc,N/A,,,,Op ont,,,Pommade opht,,,,,,,,,,,,, -1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tablet,,Misc,N/A,,,,Tab,,,Comprimé,,,,,,,,,,,,, -1518AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Suppository,,Units of Measure,N/A,,,,Supp,,,Suppositoire,,,,,,,,,,,,, -1516AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Solution for injection,,Misc,N/A,,,,Inj sol,,,Solution pour injection,,,,,,,,,,,,, -1514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Packets,Dispensing unit,Misc,N/A,,,,,,,Sachets,,,,,,,,,,,,, -54bea05b-ccb7-457f-adda-3477c1ff69ec,,What to Do If One Forgets Dose,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -c747f426-b251-4c21-aced-30e48fda4a19,,What Side Effects & How to Manage,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -7cf784f8-8995-4f0d-adf4-3a4911174548,,"Explain Dose, When to Take",,Misc,N/A,,,,,,,,,,,,,,,,,,,, -5dd7af11-8660-44ed-82e2-d9c259d381d7,,Why Complete Adherence Needed,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -53b65b6b-2f57-4955-997c-f7fe8b2e17f8,,Education on Essentials of ART,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -fbc970ba-044c-4d48-8114-0d6538560987,,"Available Treatment/ Prophylaxis CPT, IPT,FPT",,Misc,N/A,,,,,,,,,,,,,,,,,,,, -088303a1-8e4d-436e-b919-e3813f400221,,Progression of Disease,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -379e9981-09db-495e-8809-ed3f5ecea7ae,,Positive Living,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -00c38fb5-f6d3-4ecd-933d-84b8e7a2bc8b,,"Prevention: Abstinence, Safer Sex, Condoms",,Misc,N/A,,,,,,,,,,,,,,,,,,,, -861a38bc-69cf-48f5-86a5-220d9c92c557,,Basic HIV & TB Transmission Education,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -bbcdc4d4-8e9e-41ab-b197-2b5d97c1a7e0,,Issues Addressed,,Question,Coded,"Available Treatment/ Prophylaxis CPT, IPT,FPT;Basic HIV & TB Transmission Education;Education on Essentials of ART;Explain Dose, When to Take;Positive Living;Prevention: Abstinence, Safer Sex, Condoms;Progression of Disease;What Side Effects & How to Manage;What to Do If One Forgets Dose;Why Complete Adherence Needed",,,,,,,,,,,,,,,,,,, -1532AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Respondent age,,Finding,Numeric,,,,,,,Âge du répondant,,,,,,,,,,,,0, -cc786035-c6cf-49ac-b4fb-c849ea07eb33,,To be enrolled as transferred in Pre-ART client,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -cf055224-fe93-432b-8934-5a11a98ce999,,To be enrolled as new Pre-ART,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -30458643-b575-4a93-98e8-06a1011633ca,,To be enrolled in ART,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -2cb28f68-0277-48d7-8b38-8e6cf38a30a9,,Reason for referral,,Question,Coded,To be enrolled as new Pre-ART;To be enrolled as transferred in Pre-ART client;To be enrolled in ART,,,,,,,,,,,,,,,,,,, -649003a9-cced-46c7-8cbc-5da1edc06c66,,Private Clinic,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -96501b46-c65f-4df5-a332-7307278a5e6e,,NGO/FBO Hospital,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -477bc08a-f55a-4f60-8d6e-b922a5c9c8b1,,Private Hospital,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -049b9dec-5b8a-4d7b-a99b-d8a7a798efa2,,Public Hospital,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -89342bd3-c71b-4dce-aa2b-014de7e7ad4b,,Health Center,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -166576AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Non-governmental organization facility,,Misc,N/A,,,,,,,Structure d'organisation non gouvernementale,Structure ONG,,,,,,,,,,,, -166664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Screening result,,Finding,Coded,Inconclusive;Negative;Positive.;Unknown,,,,,,,,,,,,,,,,,,, -4a42845a-31ab-427f-b83e-45b4ccbb35cb,,Referrals for management or diagnosis related to cervical cancer,Referral for diagnostic or management services for cervical cancer,Question,Coded,Colposcopy;Cryosurgery of lesion of cervix;Loop electrosurgical excision procedure of cervix;Other non-coded;Papanicolaou smear;Thermocauterization of cervix,,,,,,,,,,,,,,,,,,, -69f412ef-ee46-48f4-8194-b81b83f861bd,,Noncommunicable diseases,"A group of conditions that are not mainly caused by an acute infection, result in long-term health consequences and often create a need for long-term treatment and care. These conditions include cancers, cardiovascular disease, diabetes and chronic lung illnesses.",Diagnosis,N/A,,,,,,,,,,,,,,,,,,,, -32d88ed9-b780-439e-bb57-52ec6f93ed44,,Screening for malignant neoplasm of breast,Breast cancer screening,Procedure,N/A,,,,,,,,,,,,,,,,,,,, -2e9380e8-7b9f-47ce-aa96-4141897c30de,,Referrals for other services (Cervical Cancer Screening),Referrals from the cervical cancer screening services,Question,Coded,Diagnostic testing and counseling for HIV;Family planning services;Noncommunicable diseases;Referral for antiretroviral therapy;Screening for malignant neoplasm of breast,,,,,,,,,,,,,,,,,,, -2bc8403e-7984-483d-a8b0-436e467cf465,,Cervical management postponed due to client-related reason,"The reason cervical cancer management was postponed is due to a client related reason. (Menstruating, Pregnant etc)",Finding,N/A,,,,,,,,,,,,,,,,,,,, -120240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Complications,"A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown.",Diagnosis,N/A,,,,,complicación,,,,,,,,,,,,,,, -cbb5586b-8f89-4312-a8b8-0199ed7de612,,single-visit approach,"women are tested through visual inspection of the cervix with acetic acid wash (VIA) and, if they test positive, receive immediate treatment of the precancerous lesion with cryotherapy.",Procedure,N/A,,,,,,,,,,,,,,,,,,,, -2381a415-f4b4-42d1-833f-9b72963c04b0,,other reason cervical pre-cancer treatment was postponed,Client screening positive for cervical cancer had treatment postponed in a program using a screening and treatment strategy,Finding,Text,,,,,,,,,,,,,,,,,,,, -f1c4d558-7dea-47ec-926b-af49113ebfd3,,Treatment complications of cervical cancer,Complications as a result of management of precancerous lesions of the cervix,Diagnosis,Text,,,,,,,,,,,,,,,,,,,, -47e0087b-e29b-4e32-bfb3-72ca576dfbb1,,Visual Inspection of the Cervix with Acetic Acid (VIA) done,Was visual Inspection of the Cervix with Acetic Acid (VIA) done,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -08fc4a20-7fbe-48f5-acfa-7fa6502b8bcd,,Knowledge level about cancer management,Knowledge level about cancer management of the health worker,Finding,N/A,,,,,,,,,,,,,,,,,,,, -67dab24f-2ff1-4879-8880-f034b6133d87,,reason cervical pre-cancer treatment was postponed,The reason why a client who tested positive on cervical cancer screening had their treatment postponed.,Question,Coded,Cervical management postponed due to client-related reason;Knowledge level about cancer management;Other non-coded;Supplies not available,,,,,,,,,,,,,,,,,,, -5708d66f-9d4c-423a-8a86-32bf3e6ca5af,,screening for malignant neoplasm of cervix declined,Refused to be screened for cervical cancer,Finding,N/A,,,,cervical cancer screening refused,,,,,,,,,,,,,,,, -afad9744-cd89-41c4-8dc2-94c96e30e679,,Reason VIA was not done,,Question,Coded,Menstruating;screening for malignant neoplasm of cervix declined;Supplies not available;suspected cervical cancer;Unsatisfactory - No squamo-columnar junction seen,,,,,,,,,,,,,,,,,,, -2d384f52-0604-4575-afa3-5e9cf3376966,,Treatment postponed,Treatment was deferred to another time and day,Finding,N/A,,,,,,,,,,,,,,,,,,,, -5b6f9566-f21b-4fca-8d2e-f7bd48b2e068,,Cervical pre-cancer management strategy,,Question,Coded,Patient referred;single-visit approach;Treatment postponed,,,,,,,,,,,,,,,,,,, -857e08cb-1ca7-4b4e-9698-38cdb76df59b,,Low-level viremia,Reason for ordering a viral load is due to persistent low-level viremia,Question,Numeric,,,,,,,,,,,,,,,,,,,0, -161363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,lamivudine / stavudine,,Drug,N/A,,,,3TC/d4T,,,,,,,,,,,,,,,, -161361AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,efavirenz / lamivudine / tenofovir disoproxil,,Drug,N/A,,,,EDF/3TC/EFV,,,,,,,,,,,,,,,, -160105AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Efavirenz / Stavudine / Zidovudine,Antiretroviral drug combination,Drug,N/A,,,,Azv/3TC/EFV,,,,,,,,,,,,,,,, -103166AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Abacavir / lamivudine,,Drug,N/A,,,,ABC/3TC,,,,,,,,,,,,,,,, -80487AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nelfinavir,,Drug,N/A,,,,,,,Nelfinavir,,Nelfinavi,,,,,,,,,,, -79040AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Lopinavir,,Drug,N/A,,,,LPV,,,,,,,,,,,,,,,, -77995AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Indinavir,,Drug,N/A,,,,Idv,,,Indinavir,,indinavi,,,,,,,,,,, -5811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Unknown antiretroviral drug,"Generic answer to a question. Patient knows that they are on an antiretroviral medicine, but does not know the name of it, and it hasn't been specified on the encounter form.",Drug,N/A,,,,,,,,,,,,,,,,,,,, -164844AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV status of source person,Used to capture HIV status of source person in PEP exposure,Frequency,Coded,Indeterminate;Negative;Positive.,,,,,,,,,,,,,,,,,,, -989AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient age,"Generic answer to a question. For example, a patient stops a medication because of his or her age.",Misc,N/A,,,,,,,,,,,,,,,,,,,, -164363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date medically eligible for antiretroviral therapy after adherence counseling,,Question,Date,,,,,,,,,,,,,,,,,,,, -162227AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Date medically eligible for antiretroviral therapy,,Finding,Date,,,,Date eligible for ARVs,,,,,,,,,,,,,,,, -159964AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,tuberculosis test result date,The date a TB test is completed,Misc,Datetime,,,,TB result date,,,Date du résultat de test de tuberculose,,tibèkiloz dat rezilta tès,,,,,,,,,,, -167281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Long-acting injectable antipsychotics,,Pharmacologic Drug Class,N/A,,,,,,,Antipsychotique injectable à longue durée d'action,LAI,,,,,,,,,,,, -167077AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Anti-psychotics,,Pharmacologic Drug Class,N/A,,,,AP,,,Antipsychotique,AP,,,,,,,,,,,, -167075AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Anxiolytics,,Pharmacologic Drug Class,N/A,,,,AX,,,Anxiolitique,AX,,,,,,,,,,,, -167076AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antidepressants,,Pharmacologic Drug Class,N/A,,,,AD,,,Antidépresseur,AD,,,,,,,,,,,, -166119AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Certolizumab pegol,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -166117AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Temsirolimus,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -166115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Upadacitinib,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -166120AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Golimumab,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -166116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tofacitinib,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -165874AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Baricitinib,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -165244AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antihemorrhoidal agents,,Pharmacologic Drug Class,Coded,,,,,,,,,,,,,,,,,,,, -165238AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Anthelmintic,Drugs used to treat worms,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165236AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antiviral drugs,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165234AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antiasthmatic agent,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165232AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Thyroid drugs,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165230AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Anticonvulsant,,Pharmacologic Drug Class,N/A,,,,,,,Antiépileptique,,,,,,,,,,,,, -165255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hemorrhoid preparation,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165237AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antihypertensive drug,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165235AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antitussive drug,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165233AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hematinic,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165231AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Analgesic,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162824AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intraosseous administration,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162798AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nasogastric tube administration,"Administration through the nose and into the stomach, usually by means of a tube.",Misc,N/A,,,,,,,,,,,,,,,,,,,, -162780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Topical cream,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162776AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Topical ointment,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162774AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Topical gel,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162768AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Mucous membrane topical solution,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162764AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,24 hour transdermal patch,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162779AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral solution concentrate,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162777AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Topical spray,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162775AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Topical lotion,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162773AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Topical foam,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162769AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral capsule,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162765AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,72 hour transdermal patch,,Drug form,N/A,,,,,,,,,,,,,,,,,,,, -162462AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Suspension,,Drug form,N/A,,,,Susp,,,,,,,,,,,,,,,, -162452AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Powder,Drug form,Drug form,N/A,,,,Pwd,,,,,,,,,,,,,,,, -162463AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sustained-release suspension,Drug form,Drug form,N/A,,,,Susp SR,,,,,,,,,,,,,,,, -162392AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vaginal administration,Administration into the vagina.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162390AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bilateral eye administration,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162388AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Left eye administration,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162386AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Right ear administration,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162393AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Rectal administration,Administration to the rectum.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162391AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Transdermal administration,Administration through the dermal layer of the skin to the systemic circulation by diffusion.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162352AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bolus,,Units of Measure,N/A,,,,,,,,,,,,,,,,,,,, -162389AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Right eye administration,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162387AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bilateral ear administration,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162385AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Left ear administration,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162353AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Bottle,,Units of Measure,N/A,,,,,,,Bouteille,,,,,,,,,,,,, -162308AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Non-coded unit of measure,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -162256AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Every Monday, Wednesday and Friday",,Frequency,N/A,,,,qMWF,,,,,,,,,,,,,,,, -162254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every thirty-six hours,,Frequency,N/A,,,,q36h,,,,,,,,,,,,,,,, -162252AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every twenty-four hours,,Frequency,N/A,,,,q24h,,,,,,,,,,,,,,,, -162250AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every eight hours,,Frequency,N/A,,,,q8h,,,,,,,,,,,,,,,, -162248AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every five hours,,Frequency,N/A,,,,q5h,,,,,,,,,,,,,,,, -162246AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every three hours,,Frequency,N/A,,,,q3h,,,,,,,,,,,,,,,, -162244AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every hour,,Frequency,N/A,,,,q1h,,,,,,,,,,,,,,,, -162257AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Non-coded frequency,,Frequency,N/A,,,,,,,,,,,,,,,,,,,, -162255AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every seventy-two hours,,Frequency,N/A,,,,q72h,,,,,,,,,,,,,,,, -162253AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every forty-eight hours,,Frequency,N/A,,,,q48h,,,,,,,,,,,,,,,, -162251AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every twelve hours,,Frequency,N/A,,,,q12h,,,,,,,,,,,,,,,, -162249AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every six hours,,Frequency,N/A,,,,q6h,,,,,,,,,,,,,,,, -162247AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every four hours,,Frequency,N/A,,,,q4h,,,,,,,,,,,,,,,, -162245AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every two hours,,Frequency,N/A,,,,q2h,,,,,,,,,,,,,,,, -162243AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Every 30 min,,Frequency,N/A,,,,q30m,,,,,,,,,,,,,,,, -162135AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,One time,,Frequency,N/A,,,,,,,,,,,,,,,,,,,, -161253AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nasal administration,Administration to the nose; administered by way of the nose.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -161179AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Everolimus,An immunosuppresant used to prevent transplant rejection,Drug,N/A,,,,,,,,,,,,,,,,,,,, -160872AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Four times daily, before meals and at bedtime",,Frequency,N/A,,,,QIDACHS,,,,,,,,,,,,,,,, -160870AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Four times daily,,Frequency,N/A,,,,QID,,,,,,,,,,,,,,,, -160868AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Thrice daily, before meals",,Frequency,N/A,,,,TIDAC,,,,,,,,,,,,,,,, -160866AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Thrice daily,,Frequency,N/A,,,,TD,,,,,,,,,,,,,,,, -160864AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Once daily, in the evening",,Frequency,N/A,,,,qPM,,,,,,,,,,,,,,,, -160862AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Once daily,,Frequency,N/A,,,,OD (once daily),,,,,,,,,,,,,,,, -160860AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Twice daily after meals,,Frequency,N/A,,,,BIDPC,,,,,,,,,,,,,,,, -160858AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Twice daily,,Frequency,N/A,,,,BD,,,,,,,,,,,,,,,, -160871AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Four times daily, after meals and at bedtime",,Frequency,N/A,,,,QiIDPCHS,,,,,,,,,,,,,,,, -160869AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Thrice daily, with meals",,Frequency,N/A,,,,TIDWM,,,,,,,,,,,,,,,, -160867AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Thrice daily, after meals",,Frequency,N/A,,,,TIDPC,,,,,,,,,,,,,,,, -160865AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Once daily, in the morning",,Frequency,N/A,,,,qAM,,,,,,,,,,,,,,,, -160863AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Once daily, at bedtime",,Frequency,N/A,,,,qHS,,,,,,,,,,,,,,,, -160861AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Twice daily with meals,,Frequency,N/A,,,,BIDWM,,,,,,,,,,,,,,,, -160859AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Twice daily before meals,,Frequency,N/A,,,,BIDAC,,,,,,,,,,,,,,,, -160242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intravenous administration,Administration within or into a vein or veins.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -160240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral administration,Administration to or by way of the mouth.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -160245AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Subcutaneous administration,Administration beneath the skin; hypodermic.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -160243AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Intramuscular administration,Administration within a muscle.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -160241AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Inhaled administration,Administration within the respiratory tract by inhaling orally or nasally for local or systemic effect.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -105232AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Pyrimethamine / sulfadoxine,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -104813AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Heparinoids / salicylic acid,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -104811AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Heparinoids / hyaluronidase,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -84462AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sulfadoxine,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -83983AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sirolimus,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -81088AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Opiate drug class,,Pharmacologic Drug Class,N/A,,,,Opiates,,,,,,,,,,,,,,,, -78029AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Infliximab,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -77414AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Heparin sodium,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -77419AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Heparinoids,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -75942AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Etanercept,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -72681AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Calcium heparin,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -70259AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Adalimumab,,Drug,N/A,,,,,,,,,,,,,,,,,,,, -1099AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Weekly,Time descriptor. Every week.,Frequency,N/A,,,,,,,,,,,,,,,,,,,, -1098AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Monthly,Time descriptor. Every month.,Frequency,N/A,,,,,,,,,,,,,,,,,,,, -924AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sulfadoxine and pyrimethamine,Antimalarial prophylactic and therapy. Also being used for PCP treatment.,Drug,N/A,,,,,,,Fansidar,,,,,,,,,,,,, -166076AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Third,Number three in an ordinal list,Misc,N/A,,,,3rd,,,Troisième,3ème,,,,,,,,,,,, -166005AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,General lymph node exam (text),,Finding,Text,,,,,,,,,,,,,,,,,,,, -163337AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Ear exam findings,,Finding,Coded,,,,,,,Conclusions de l'examen des Oreilles,,Konklizyon ekzamen zorey,,,,,,,,,,, -160981AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Skin examination (text),,Finding,Text,,,,O/E skin,,,,,,,,,,,,,,,, -159963AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,tuberculosis test date received,,Misc,Datetime,,,,,,,Date de réception du résultat d'examen pour la tuberculose,,,,,,,,,,,,, -134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight),"The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.",Diagnosis,N/A,,,,,desnutrición moderada (según la clasificación de Gómez peso entre 60% y menos del 75% del peso estándar),,Malnutrition modérée,,,,,,,,,,,,, -134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight),"The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.",Diagnosis,N/A,,,,,desnutrición leve (según la clasificación de Gómez: peso entre 75% y menos del 90% del peso estándar),,Malnutrition légère,,Malnitrisyon lejè,,,,,,,,,,, -126598AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Severe protein-calorie malnutrition (Gomez: Less than 60% of Standard Weight),"The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.",Diagnosis,N/A,,,,,desnutrición caloricoproteica grave (Gomez: menos del 60% del peso adecuado),,Malnutrition sévère en protein-calorie,,Malnitrisyon grav,,,,,,,,,,, -123814AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Underweight,,Diagnosis,Coded,,,,,bajo peso corporal,,,,,,,,,,,,,,, -123815AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Undernourished,"The lack of sufficient energy or protein to meet the body's metabolic demands, as a result of either an inadequate dietary intake of protein, intake of poor quality dietary protein, increased demands due to disease, or increased nutrient losses.",Diagnosis,N/A,,,,,desnutrido,,,,,,,,,,,,,,, -5271AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Family planning,"Question on encounter form: ""Is the patient or their partner currently using any form of family planning?""",Question,Boolean,,,,,,,Planification familiale,,planin familyal,,,,,,,,,,, -1854AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Weight for age status,"A qualitative assessment of the child's weight given his/her age. Generally, growth chart is used to identify the nutritional status.",Question,Coded,Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight);Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight);Normal;Overweight;Severe protein-calorie malnutrition (Gomez: Less than 60% of Standard Weight);Undernourished;Underweight;Unknown,,,weight for age,,,Poids pour âge,,,,,,,,,,,,, -1149AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,On antiretroviral therapy,"Describes a state: patient is, or was taking antiretroviral medications",Finding,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -7c67f18a-d9ff-4e4c-8c55-35ea70b9c697,,Assessed for pain,Answers whether the patient has been assessed for pain,Question,Coded,No;Unknown;Yes,,,,,,,,,,,,,,,,,,, -164086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Severe nutritional stunting,Nutritional status classification on child based on the index of Height for Age Status less than -3 z-scores.,Finding,N/A,,,,Severely stunted,,,,,,,,,,,,,,,, -164085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nutritional stunting,Nutritional status classification on child based on the index of Height for Age Status between -3 and -2 z-scores.,Finding,N/A,,,,Stunted,,,,,,,,,,,,,,,, -163363AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nasal swab specimen,Swab collected from the anterior nares,Specimen,N/A,,,,Nasal swab,,,,,,,,,,,,,,,, -ae127f82-1861-4165-ac81-8554e5a3aac4,,What is the type of COVID-19 specimen taken?,Description of COVID-19 specimen type,Question,Coded,Nasal swab specimen;Nasopharyngeal swab;Other non-coded;Unknown,,,,,,,,,,,,,,,,,,, -112467AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tall Stature,For children: Nutritional status classification on child based on the index of Height for Age Status more than 2 z-scores.,Diagnosis,N/A,,,,,alta estatura,,,,,,,,,,,,,,, -1462AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,On antiretrovirals,,Symptom/Finding,Boolean,,,,,,,"Actif, sous ARVs",,,,,,,,,,,,, -bb251925-c706-420a-a1d1-58fa2b0e0a7e,,Enrolled to OTZ,"Operation Triple Zero (OTZ) engages AYPLHIV as active stakeholders and partners in their health by promoting a responsive service delivery model. AYPLHIV joining OTZ clubs are offered a comprehensive HIV treatment literacy package, and they commit to a simple treatment goal of achieving “three zeroes”: zero missed appointments, zero missed drugs/medications, and zero viral load (VL).",Procedure,N/A,,,,,,,,,,,,,,,,,,,, -f6e38a71-c304-4835-984c-270e8d192218,,Patient started on ART,,Question,Coded,No;Yes,,,,,,,,,,,,,,,,,,, -1f69ba7c-9cb3-4238-beec-d12affda2142,,Cotrimoxazole dispensed in days,Cotrimoxazole dispensed in days,Question,Numeric,,,,,,,,,,,180,150,120,30,60,,,,0, -03dc76ef-75ab-4cdd-b24b-761c4fa3c92f,,Fluconazole dispensed in days,Fluconazole dispensed in days,Question,Numeric,,,,,,,,,,,180,150,120,30,60,,,,0, -3a0709e9-d7a8-44b9-9512-111db5ce3989,,ARV dispensed in days,ARV dispensed in days,Question,Numeric,,,,,,,,,,,180,150,120,30,60,,,,0, -314260d1-7be8-43cb-95ab-dd1764d70a5e,,Assessed for STI,Assessed for STI,Misc,Text,,,,,,,,,,,,,,,,,,,, -8c3aeb01-71d6-42df-9d70-606586fd8561,,Agreed to disclose to partner / friend / family,Agreed to disclose to partner/friend/family,Misc,Text,,,,,,,,,,,,,,,,,,,, -0479490b-c7ba-4e26-8ddc-fb31b83233e6,,Agreed to disclose to partner/friend/family,Agreed to disclose to partner/friend/family,Misc,Text,,,,,,,,,,,,,,,,,,,, -ae92c742-89bb-481b-88a3-a62400989552,,Client managed for STI,Client managed for STI,Misc,Text,,,,,,,,,,,,,,,,,,,, -cf907a84-caca-4b80-b873-52a4ebad27cf,,Decides to avoid or decrease substance use,Decides to avoid or decrease substance use,Misc,Text,,,,,,,,,,,,,,,,,,,, -1a093518-7d2d-44a7-a2dc-e3cc84f3df31,,Discussed & agreed to practice safer sex,Discussed & agreed to practice safer sex,Misc,Text,,,,,,,,,,,,,,,,,,,, -9ad0a69e-9725-4c3b-ac8c-f68c29fece79,,Agreed to bring child for testing,,Misc,Text,,,,,,,,,,,,,,,,,,,, -164426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Clinical eligibility only,Patient started on treatment based on clinical eligibility criteria with no other support criteria,Misc,N/A,,,,,,,,,,,,,,,,,,,, -164402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Unique Antiretroviral therapy (ART) Number,,Question,Numeric,,,,,,,,,,,,,,,,,,,0, -164427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Targeted Long-Acting Combination Antiretroviral Therapy,,Misc,N/A,,,,,,,,,,,,,,,,,,,, -163328AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Patient with age >50 years,,Misc,N/A,,,,,,,Patient avec un âge >50 ans,,Malad gen plus ke 50 an,,,,,,,,,,, -163326AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,WHO Stage 3 and CD4 count <500,,Misc,N/A,,,,,,,OMS Stade III et CD4 inferieur au 500,,OMS estad 3 ak CD4 inferie a 500,,,,,,,,,,, -163324AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Co-infection with human immunodeficiency virus and tuberculosis,,Diagnosis,N/A,,,,,,,Co-infectés par le VIH et la tuberculose,,Infeksyon TB ak VIH,,,,,,,,,,, -163329AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Test and Treatment protocol,,Misc,N/A,,,,,,,Protocole de depistage et de traitement,,Tes ak tretman,,,,,,,,,,, -163327AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Medical eligibility was established on the previous visit,,Misc,N/A,,,,,,,Eligibilite medicale etablie a La visite anterieure,,Malad la te eligib depi nan visit anvan a,,,,,,,,,,, -163325AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Co-infection with human immunodeficiency virus and hepatitis B,,Diagnosis,N/A,,,,,,,Co-infectés par le VIH et l'Hepatite B,,Infeksyon HBV ak VIH,,,,,,,,,,, -162226AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Option B Plus program,Antiretroviral therapy program where an HIV+ pregnant woman can receive ARV therapy for life regardless of CD4 count,Misc,N/A,,,,Option B+,,,,,,,,,,,,,,,, -162224AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,SEARCH study participant,"Patient is a participant in the Sustainable East Africa Research on Community Health (SEARCH) Collaboration.The study is supported by the World Bank, NIAID, PEPFAR, WHO, the Ministries of Health in Kenya and Uganda, and Gilead.",Misc,N/A,,,,,,,,,,,,,,,,,,,, -159409AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Very severe,Grading as very severe.,Misc,N/A,,,,,,,,,,,,,,,,,,,, -153701AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,HIV-associated nephropathy,,Diagnosis,N/A,,,,,nefropatía relacionada con el síndrome de inmunodeficiencia adquirida,,Nephropathie a VIH,,VIH bay maladi ren,,,,,,,,,,, -6096AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Discordant couple,"Question on encounter form: ""Discordant couple?""",Question,Coded,,,,,,,Couple serodiscordant,,Koup diskodan,,,,,,,,,,, -1087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Previous antiretroviral drugs used for treatment,"Question on encounter forms: ""Is the patient currently taking, or has the patient ever taken, any of the following retroviral medications? Reason for use?"". This particular concept stores a history of previous use of the associated antiretroviral medications for HIV treatment.",Question,Coded,,,,,,,Précédemment sur thérapie antirétrovirale,,Malad te konn pran ARV,,,,,,,,,,, -1114AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Vital signs,Convenience set. Listing of vital signs.,ConvSet,N/A,,Arterial blood oxygen saturation (pulse oximeter);Diastolic blood pressure;Height (cm);Karnofsky performance score;Mid-upper arm circumference;Pulse;Respiratory rate;Systolic blood pressure;Température (c);Weight (kg),AMPATH:1114;CIEL:1114;PIH:1335,Vital Signs,,,Signes vitaux,Signes vitaux,,,,,,,,,,,, -1732AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Duration units,The units which correspond to the numeric value entered for a duration,Question,Coded,Days;Hours;Minutes;Months;Number of occurrences;Seconds;Weeks;Years,Days;Hours;Minutes;Months;Number of occurrences;Seconds;Weeks;Years,CIEL:1732;PIH-Malawi:2286,Units of duration,,,Durée unitaire,,Init dire,,,,,,,,,,, -160746AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Treatment supporter relationship to patient, detailed",,ConvSet,N/A,,Free text general;Treatment supporter relationship to patient,CIEL:160746,,,,,,,,,,,,,,,,, -a782ce41-5499-4521-ae42-16347fe6b9e0,,What is the other reason for COVID-19 testing?,Describes the other reason for COVID-19 testing,Question,Text,,Free text general,,,,,,,,,,,,,,,,,, -896a1386-ecf9-4f8a-9648-e223949c9934,,What is the other treatment outcome for COVID-19?,Description of other treatment outcome for COVID-19,Question,Text,,Free text general,,,,,,,,,,,,,,,,,, -dd451da0-8e64-435c-a9eb-3962c923a261,,What are the other COVID-19 medications received?,Other COVID-19 medications received,Question,Text,,Free text general,,,,,,,,,,,,,,,,,, -7a2fe2d6-ada8-4fa0-9cd7-de86dcfd2a89,,What is other place case was investigated for COVID-19?,Describes other place case was investigated for COVID-19,Question,Text,,Free text general,,,,,,,,,,,,,,,,,, -d07aba2e-f37d-49dd-bb65-b27e8df80399,,What is the other specimen type?,Describes other type of specimen,Question,Text,,Free text general,,,,,,,,,,,,,,,,,, -879b3af6-2a81-4d8d-9713-f218bb4650e9,,Why was the specimen for COVID-19 testing not collected?,Describes why specimen for COVID-19 testing was not collected,Question,Text,,Free text general,,,,,,,,,,,,,,,,,, -b9a5de7c-47ab-48eb-9596-d1ee46e69c49,,What or why is treatment outcome unknown?,Description of Unknown treatment outcome,Question,Text,,Free text general,,,,,,,,,,,,,,,,,, -4560c560-4bd6-4989-bff8-6e4e1fa39972,,What is the description of Long COVID?,Long COVID description,Question,Text,,Free text general,,,,,,,,,,,,,,,,,, -08287bbb-3b2d-41fc-83e6-9c827e79b8e0,,What is the other COVID-19 presenting symptom?,Other COVID-19 presenting symptom,Question,Text,,Free text general,,,,,,,,,,,,,,,,,, -b50399ac-1358-4ad2-8756-304e73257538,,What is the name of health care worker facility?,Name of health care worker facility,Question,Text,,Health facility name,,,,,,,,,,,,,,,,,, -af4edc22-c757-451e-827a-f7bfac1616d8,,What is the name of the health facility where the patient received clinical management?,Description of the health facility where the patient received clinical management,Question,Text,,Health facility name,,,,,,,,,,,,,,,,,, -42ee7f5c-fdd3-48c1-8d3a-5c6e248e6cb9,,What is COVID-19 vaccination date (2nd dose)?,Description of COVID-19 vaccination date (2nd dose),Question,Date,,,,,,,,,,,,,,,,,,,, -4a77ab44-0323-490e-96be-e168c0e5c9de,,What is the diagnostic PCR test result date?,Description of Diagnostic PCR test result date.,Question,Date,,,,,,,,,,,,,,,,,,,, -af159c77-bc5d-46dd-90d9-bcbffb22267f,,What is the Rapid Antigen test result date?,Description of Rapid Antigen test result date,Question,Date,,,,,,,,,,,,,,,,,,,, -162554AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reference application common environmental allergens,A convenience set to allow for easy selection of common environmental allergens,ConvSet,N/A,,Adhesive tape;Ambrosia;Bee venom;Dust;Latex;Mold;Other non-coded;Pollen,CIEL:162554,,,,,,,,,,,,,,,,, -162552AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reference application common drug allergens,A convenience set to allow for easy selection of common drug allergens,ConvSet,N/A,,Other non-coded,CIEL:162552,,,,,,,,,,,,,,,,, -162555AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reference application allergic reactions,A convenience set of reactions to allergens for documenting allergy history,ConvSet,N/A,,Anaemia;Diarrhea;Fever;Headache;Hypertension;Itching;Other non-coded;Rash;Unknown,CIEL:162555,,,,,,,,,,,,,,,,, -162553AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reference application common food allergens,A convenience set to allow for easy selection of common food allergens,ConvSet,N/A,,Caffeine;Chocolate;Fish;Milk protein;Other non-coded;Soya bean,CIEL:162553,,,,,,,,,,,,,,,,, -1223AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,WHO stage 4 peds,Convenience set.,ConvSet,N/A,,Kaposi's sarcoma of skin;Pneumocystis carinii pneumonia;Toxoplasmosis;Wasting syndrome,AMPATH:1223;CIEL:1223;SNOMED-MVP:12231000105006,,,,,,,,,,,,,,,,, -1221AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,WHO stage 2 peds,Convenience set.,ConvSet,N/A,,HIV staging - recurrent upper respiratory infection,AMPATH:1221;CIEL:1221;SNOMED-MVP:12211000105002,,,,,,,,,,,,,,,,, -1207AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,WHO stage 4 adult,Convenience set.,ConvSet,N/A,,Kaposi's sarcoma of skin;Pneumocystis carinii pneumonia;Wasting syndrome,AMPATH:1207;CIEL:1207;PIH:1207;SNOMED CT:103418009,,,,OMS stade 4,,OMS granmoun stad 4,,,,,,,,,,, -1205AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,WHO stage 2 adult,Convenience set.,ConvSet,N/A,,HIV staging - adult herpes zoster;HIV staging - minor mucocutaneous manifestations;HIV staging - recurrent upper respiratory infection;Weight loss less than ten percent,AMPATH:1205;CIEL:1205;PIH:1205;SNOMED CT:103416008,,,,OMS etape 2 adulte,,OMS Granmoun stad 2,,,,,,,,,,, -657AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CD4 panel,"Breakdown of lymphocytes by surface receptors, including counts, percentiles and ratios.",LabSet,N/A,,CD4 count;CD4%,AMPATH:657;CIEL:657;SNOMED-MVP:6571000105005,,,,Panel CD4,,Panel CD4,,,,,,,,,,, -1220AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,WHO stage 1 peds,Convenience set.,ConvSet,N/A,,Asymptomatic HIV infection;Hepatosplenomegaly;HIV staging - persistent generalized lymphadenopathy,AMPATH:1220;CIEL:1220;SNOMED-MVP:12201000105000,,,,,,,,,,,,,,,,, -1206AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,WHO stage 3 adult,Convenience set.,ConvSet,N/A,,"Candidiasis, oral;HIV staging - tuberculosis within year",AMPATH:1206;CIEL:1206;PIH:1206;SNOMED CT:103417004,,,,OMS Stade 3 ADULTE,,OMS Granmoun stad 3,,,,,,,,,,, -160562AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Reason antiretrovirals changed for first line therapy,,Question,Coded,"Currently pregnant;Medications unavailable;New diagnosis of Tuberculosis;Other non-coded;Toxicity, drug;Transfer in;WHO stage 3 adult;WHO stage 4 adult",,CIEL:160562;PIH:1779,,,,Raison pour laquelle les antirétroviraux ont éte substitués ou changés (traitement de première ligne),,,,,,,,,,,,, -1204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,WHO stage 1 adult,Convenience set.,ConvSet,N/A,,Asymptomatic HIV infection;HIV staging - persistent generalized lymphadenopathy,AMPATH:1204;CIEL:1204;PIH:1204;SNOMED CT:103415007,,,,OMS etape 1 adulte,,OMS Granmoun Stad 1,,,,,,,,,,, -5356AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Current WHO HIV stage,Question asked on encounter form. Expects a numeric answer defining the HIV stage at a particular visit.,Finding,Coded,Unknown;WHO stage 1 adult;WHO stage 1 peds;WHO stage 2 adult;WHO stage 2 peds;WHO stage 3 adult;WHO stage 3 peds;WHO stage 4 adult;WHO stage 4 peds,,AMPATH:5356;CIEL:5356;PIH:1480;PIH-Malawi:7562;SNOMED CT:385354005,,,,Current stage oms VIH,,STAD VIH KOUNYE,,,,,,,,,,, -162820AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Problem severity,A question which identifies the severity of a problem or diagnosis. Also can be used as a convenience set.,Finding,Coded,Fatal;Mild;Mild to moderate;Moderate;Moderate to severe;Severe,Fatal;Mild;Mild to moderate;Moderate;Moderate to severe;Severe,CIEL:162820,,,,,,,,,,,,,,,,, -1727AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Signs and symptoms,"A structured symptoms history concept which allows the capturing of symptoms, onset and duration in an array.",ConvSet,N/A,,"Duration units;New sign/symptom;Severity of symptom;Sign/symptom duration;Sign/symptom end date;Sign/symptom name;Sign/symptom present;Sign/symptom start date;Sign/symptoms onset (qualitative);Sign/symptoms onset (quantitative);Symptom name, uncoded (text);Symptom progression",CIEL:1727,Signs/symptoms,,,Signes et symptômes,,,,,,,,,,,,, -164513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Adult 2nd line ARV regimen,,ConvSet,N/A,,Abacavir / Lamivudine / Lopinavir / Ritonavir;Lamivudine / Lopinavir / Ritonavir / Tenofovir;Lamivudine / Lopinavir / Ritonavir / Zidovudine;TDF-3TC-ATV/r;TDF-ddl-LPV /R;TDF-ddl-NFV,CIEL:164513,,,,,,,,,,,,,,,,, -164507AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Child 1st line ARV regimen,,ConvSet,N/A,,Abacavir / Lamivudine / Lopinavir / Ritonavir;Efavirenz / Lamivudine / Stavudine;Lamivudine / Efavirenz / Tenofovir;Lamivudine / Lopinavir / Ritonavir / Zidovudine;Lamivudine / nevirapine / stavudine;Lamivudine / nevirapine / zidovudine;Zidovudine / Lamivudine / Efavirenz,CIEL:164507,,,,,,,,,,,,,,,,, -164514AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Child 2nd line ARV regimen,,ConvSet,N/A,,Abacavir / Efavirenz / Lamivudine;Abacavir / Lamivudine / Lopinavir / Ritonavir;Lamivudine / Efavirenz / Tenofovir;Lamivudine / Lopinavir / Ritonavir / Tenofovir;Lamivudine / Lopinavir / Ritonavir / Zidovudine;TDF-ddl-LPV /R;TDF-ddl-NFV,CIEL:164514,,,,,,,,,,,,,,,,, -164506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Adult 1st line ARV regimen,,ConvSet,N/A,,Abacavir / Efavirenz / Lamivudine;Abacavir / Nevirapine / Lamivudine;Lamivudine / Efavirenz / Tenofovir;Lamivudine / Nevirapine / Tenofovir;Lamivudine / nevirapine / zidovudine;Zidovudine / Lamivudine / Efavirenz,CIEL:164506,,,,,,,,,,,,,,,,, -164515AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ARV regimen or code patient is switched to,Captures the new ARV regimen,Question,Coded,Adult 1st line ARV regimen;Adult 2nd line ARV regimen;Child 1st line ARV regimen;Child 2nd line ARV regimen,,CIEL:164515,,,,,,,,,,,,,,,,, -164517AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ARV change/substitution construct,Convenient set to capture change in ARVs,ConvSet,N/A,,ARV regimen or code patient is switched to;Date of ARV substitution;Date of switching to 2nd line ARV regimen;Reason antiretrovirals changed for first line therapy;Reason antiretrovirals changed to second line therapy,CIEL:164517,,,,,,,,,,,,,,,,, -162228AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Allergen detail,,Finding,N/A,,Allergen;Free text general,CIEL:162228,,,,,,,,,,,,,,,,, -164945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,GeneXpert MTB/Rif Lab set,,LabSet,N/A,,Bacillary burden as determined by quantitative cycle threshold;Mycobacterium tuberculosis rifampin resistance detection status;Tuberculosis polymerase chain reaction with rifampin resistance checking,CIEL:164945,,,,,,,,,,,,,,,,, -a39dfa34-a139-4335-9eac-219d6fedf868,,Action taken - Presumptive TB,Investigation of a presumptive TB case,Question,Coded,"Free text general;GeneXpert MTB/Rif Lab set;Sputum for acid fast bacilli;X-ray, chest",,,,,,,,,,,,,,,,,,, -165254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Tuberculosis test type,,Question,Coded,GeneXpert MTB/Rif Lab set;tuberculosis smear microscopy method,,CIEL:165254,,,,,,,,,,,,,,,,, -160570AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Emergency contraceptive pills,The method of contraception which can be used after sexual intercourse to prevent pregnancy. This should just be for emergency cases where the sexual intercourse happened without protection and the partners do not want pregnancy. This should not be used as a general method of contraception.,MedSet,N/A,,Levonorgestrel;Ulipristal acetate,,Emergency contraception,,,Pilules contraceptives d'urgence,,Grenn kontraseptif ijans,,,,,,,,,,, -5279AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Injectable contraceptives,Injectable medicines which enable deliberate prevention of conception or impregnation.,MedSet,N/A,,Medroxyprogesterone acetate,AMPATH:5279;SNOMED-MVP:52791000105008,,,,Contraceptifs injectables,,Piki planin,,,,,,,,,,, -780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Oral contraception,Female contraception method. Ultimately will make a good MedSet.,MedSet,N/A,,,AMPATH:13;AMPATH:780;SNOMED CT:5935008,,,,Contraceptifs oraux,,Grenn planin,,,,,,,,,,, -374AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Method of family planning,,Question,Coded,Condoms;Contraception method undecided;Diaphragm;Emergency contraceptive pills;Female condom;Female sterilization;Hysterectomy;Implantable contraceptive (unspecified type);Injectable contraceptives;Intrauterine device;IUD Contraception;Lactational amenorrhea;Levonorgestrel;Male condom;Medroxyprogesterone acetate;Natural family planning;None;Norplant (implantable contraceptive);Not applicable;Oral contraception;Other non-coded;Sexual abstinence;Tubal ligation procedure;Unknown;Vasectomy,,AMPATH:374;CIEL:374;PIH:374;SNOMED CT:13197004,,,,Methode de PF utiliser,,A ki metod planin ou sevi,,,,,,,,,,, -ac4f3fd1-8a2a-4c5e-a335-3f675b82dd78,,Refused (stopped) treatment,Reason and date a patient refused treatment for HIV Care,ConvSet,N/A,,Date patient refused HIV care/treatment;Reason for discontinuing service (text),,,,,,,,,,,,,,,,,, -bc45edbd-11e7-4888-ad7d-4ec3dd8cdcf6,,Final contact tracing outcome -Patient,Final outcome after tracing a client who missed an appointment/Drug pick-up,Question,Coded,Currently taking ARV;Dead;Lost to followup;Refused (stopped) treatment;Undocumented/Silent transfer-out,,,,,,,,,,,,,,,,,,, -59c023dd-eed2-4b11-8c34-b88e9439db3c,,Contact mode,Modes of contacting listed partners,Question,Coded,Other non-coded;Physical contact/client tracing;Telephone contact/client tracing,Free text comment,,,,,,,,,,,,,,,,,, -911d08b4-b523-46e4-8b65-e6924e95d015,,Contacted,Attempt to reach a client was successful,Question,Coded,No;Unknown;Yes,Return visit date,,,,,,,,,,,,,,,,,, -2a228c6a-1575-43d7-9d42-9b68d0629f46,,Ever been assaulted,,Question,Boolean,,No;Yes,,,,,,,,,,,,,,,,,, -aad380bb-ddc2-43de-bd24-6a123f6b2486,,Ever been sexually Abused,,Question,Boolean,,No;Yes,,,,,,,,,,,,,,,,,, -bd86f7ee-1d5f-4f5d-aa0f-4680aa6e65cb,,Ever been threatened,Ever been threatened,Question,Boolean,,No;Yes,,,,,,,,,,,,,,,,,, -161451AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Stool test,,LabSet,N/A,,,CIEL:161451,,,,,,,,,,,,,,,,, -159645AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cerebrospinal Fluid Examination,"Macroscopic, microscopic, microbiological and/or biochemical analysis of CSF",LabSet,N/A,,cerebrospinal fluid bacterial culture;Cerebrospinal fluid glucose,CIEL:159645;LOINC:54230-8;SNOMED CT:167699000,CSF exam,,,Examen du liquide céphalo-rachidien,,Egzamen likid ki nan tèt ak rèl do,,,,,,,,,,, -1026AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Differential,Describes the relative distribution of the different types of white blood cells,LabSet,N/A,,,AMPATH:1026;CIEL:1026;SNOMED CT:165511009,Diff,,,,,,,,,,,,,,,, -160634AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,"Reason tuberculosis prophylaxis stopped, detailed",Complex question for reason tb prophylaxis stopped and freetext answer.,Question,N/A,,Free text general;Reason tuberculosis prophylaxis stopped,,,,,,,,,,,,,,,,,, -162384AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dosing unit,,ConvSet,N/A,,Ampule(s);Application;Bar;Biscuit wafer;CAN;Capsule;Container;Drop;Enema;Fluid ounce;Gallon;Gram;Gum;Inch;International units;Kilogram;Liter;Lozenge;Metric drop;Microgram;Milliequivalent;Milligram;Milligram per meter squared;Milliliter;Million units;Nebulizer;Pad;Patch;Pint;Puff;Ring pessary;Scoopful;Spray;Suppository;Syringe;Tablespoon;Tablet;Teaspoon;Tube;Unit;Vial,,Dose unit,,,,,,,,,,,,,,,, -162350AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Drug forms,This is a a set to facilitate order entry,ConvSet,N/A,,Beads;Biscuit wafer;Buccal film;Buccal tablet;Cake;Capsule;Chew gum;Chewable tablet;Cream;Crystals;Disintegrating tablet;Douche;Dry powder inhaler;Ear solution;Ear suspension;Enema;Enteric-coated capsule;Enteric-coated tablet;Eye cream;Eye gel;Eye irrigation solution;Eye solution;Eye suspension;Foam;Gas;Gel;Granules;Implant;Inhalation form;Inhalation powder;Inhalation solution;Irrigation solution;Lotion;Lozenge;Mouthwash;Nasal gel;Nasal ointment;Nasal solution;Nasal spray;Oil;Ointment;Ophthalmic ointment;Oral cream;Oral foam;Oral gel;Oral ointment;Oral paste;Oral powder;Oral suspension;Oromucosal spray;Packets;Pad;Paste;Pellet;Peritoneal dialysis solution;Powder suspension;Pre-filled syringe;Rectal cream;Rectal foam;Rectal gel;Rectal ointment;Rectal suppository;Shampoo;Solution;Solution for injection;Spray;Sublingual tablet;Suspension for injection;Sustained release buccal tablet;Sustained-release capsule;Sustained-release tablet;Tablet;Toothpaste;Topical solution;Transdermal patch;Urethral suppository;Vaginal cream;Vaginal foam;Vaginal gel;Vaginal ointment;Vaginal ring;Vaginal suppository;Vaginal tablet,,,,,,,,,,,,,,,,,, -1085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Antiretroviral drugs,Set which contains all drugs used to treat HIV.,MedSet,N/A,,Abacavir;Abacavir / lamivudine;Atazanavir;Didanosine;Efavirenz;Efavirenz / Lamivudine / Stavudine;efavirenz / lamivudine / tenofovir disoproxil;Efavirenz / Stavudine / Zidovudine;Emtricitabine;Indinavir;Lamivudine;Lamivudine / nevirapine / stavudine;Lamivudine / nevirapine / zidovudine;lamivudine / stavudine;Lamivudine / tenofovir disoproxil;Lamivudine / zidovudine;Lopinavir;Lopinavir / ritonavir;Nelfinavir;Nevirapine;Other antiretroviral drug;Ritonavir;Stavudine;Tenofovir;Unknown antiretroviral drug;Zidovudine;Zidovudine / Lamivudine / Efavirenz,CIEL:1085,,,,,,,,,,,,,,,,, -166121AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,TNF-alpha inhibitors,,Pharmacologic Drug Class,N/A,,Adalimumab;Certolizumab pegol;Etanercept;Golimumab;Infliximab,,,,,,,,,,,,,,,,,, -166118AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,mTOR inhibitors,,Pharmacologic Drug Class,N/A,,Everolimus;Sirolimus;Temsirolimus,,,,,,,,,,,,,,,,,, -166114AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Janus kinase inhibitors,,Pharmacologic Drug Class,N/A,,Baricitinib;Tofacitinib;Upadacitinib,,JAK inhibitors,,,,,,,,,,,,,,,, -165949AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Carbapenems,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165948AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Corticosteroids and derivatives,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -165930AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Neuromuscular blocking agent,,Pharmacologic Drug Class,N/A,,,,NMBA,,,,,,,,,,,,,,,, -163212AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Diuretics,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -163213AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Calcium channel blockers,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -163211AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Beta blockers,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -163082AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Opiate agonists,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162674AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Artemisinin-based Combination Therapy (ACT),,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162394AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Routes of administration,,ConvSet,N/A,,Bilateral ear administration;Bilateral eye administration;Inhaled administration;Intramuscular administration;Intraosseous administration;Intravenous administration;Left ear administration;Left eye administration;Nasal administration;Nasogastric tube administration;Oral administration;Rectal administration;Right ear administration;Right eye administration;Subcutaneous administration;Transdermal administration;Vaginal administration,,,,,,,,,,,,,,,,,, -162306AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Nonsteroidal anti-inflammatory agent drug class,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162304AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Quinolone drug class,,Pharmacologic Drug Class,N/A,,,,Quinolones,,,,,,,,,,,,,,,, -162302AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Macrolide drug class,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162300AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Aspirin-containing drug class,,Pharmacologic Drug Class,N/A,,,,Salicylates,,,,,,,,,,,,,,,, -162298AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Angiotensin-converting enzyme inhibitors drug class,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162307AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Hydroxymethylglutaryl-coenzyme A reductase inhibitor drug class,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162305AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Heparin drug class,,Pharmacologic Drug Class,N/A,,Calcium heparin;Heparin;Heparin sodium;Heparinoids;Heparinoids / hyaluronidase;Heparinoids / salicylic acid,,,,,,,,,,,,,,,,,, -162303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Fluoroquinolone drug class,,Pharmacologic Drug Class,N/A,,,,Fluoroquinolones,,,,,,,,,,,,,,,, -162301AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Cephalosporin drug class,Drug class containing all Cephalosporin generations,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162299AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Angiotensin II receptor blockers,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162297AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Penicillin drug class,,Pharmacologic Drug Class,N/A,,,,,,,,,,,,,,,,,,,, -162170AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Sulfonamide drug class,Class of antibiotic or substance,Pharmacologic Drug Class,N/A,,Pyrimethamine / sulfadoxine;Sulfadoxine;Sulfadoxine and pyrimethamine,,,,,,,,,,,,,,,,,, -162399AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Each,Default Dispensing unit,Misc,N/A,,,SNOMED CT:419473009,,,,,,,,,,,,,,,,, -162402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,Dispensing Units,,ConvSet,N/A,,Each,,,,,,,,,,,,,,,,,, diff --git a/distro/configuration/concepts/convsets-core_demo.csv b/distro/configuration/concepts/convsets-core_demo.csv deleted file mode 100644 index b34b8f840..000000000 --- a/distro/configuration/concepts/convsets-core_demo.csv +++ /dev/null @@ -1,3 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Short name:en,Short name:fr,Description:en,Description:fr,Data class,Data type,Answers,Members,_version:1,_order:1001 -1114AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:1114;AMPATH:1114;PIH:1335,Vital signs,Signes vitaux,Vital Signs,Signes vitaux,Convenience set. Listing of vital signs.,,ConvSet,N/A,,5085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;5086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;5088AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;5087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;5092AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1343AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;5242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;5283AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -ad2218e0-4bb1-11ed-bdc3-0242ac120002,,,Laboratory tests,Essais en laboratoire,Lab tests,Essais en laboratoire,Convenience set for all lab tests/panels,,ConvSet,N/A,,851AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163695AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1338AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161447AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;729AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163686AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1325AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161448AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;160735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1015AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163688AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163687AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1016AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163689AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163426AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;655AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161450AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;678AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;717AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;857AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163683AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161445AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163699AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;21AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;654AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;160225AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;159430AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163684AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161449AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;653AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;790AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163696AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;887AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;304AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;785AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;159362AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;679AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1336AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163692AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1018AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1017AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161431AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161488AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;953AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;161451AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;163697AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;1019AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, \ No newline at end of file diff --git a/distro/configuration/concepts/covid-core_demo.csv b/distro/configuration/concepts/covid-core_demo.csv deleted file mode 100644 index 87684c295..000000000 --- a/distro/configuration/concepts/covid-core_demo.csv +++ /dev/null @@ -1,24 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:es,Short name:en,Short name:es,Description:en,Data class,Data type,Complex data handler,Answers,Members,Allow decimals,Units,Normal low,Normal high,Absolute low,Absolute high,_version:1,_order:1700 -2134b7e3-4e15-11e4-8a57-0800271c1b75,,,"Rash, nonvesicular, unspec.","Rash, nonvesicular, unspec.","Erupción no vesicular, no especificada","Erupción no vesicular, no especificada","Rash, nonvesicular, unspec.",Finding,N/A,,,,,,,,,,, -30e2da8f-34ca-4c93-94c8-d429f22d381c,,,Congestion,Congestion,Congestión,Congestión,Congestion,Finding,N/A,,,,,,,,,,, -140238AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,,Fever,Fever,Fever,Fever,Fever,Finding,N/A,,,,,,,,,,, -21835173-4e15-11e4-8a57-0800271c1b75,,,Shortness of breath,Shortness of breath,Dificultad para respirar,Dificultad para respirar,Shortness of breath,Finding,N/A,,,,,,,,,,, -703AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,,Positive,Positive,Positive,Positive,,Finding,N/A,,,,,,,,,,, -664AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,,Negative,Negative,Negative,Negative,,Finding,N/A,,,,,,,,,,, -81a50873-81c8-4c2e-8892-b2cd635b704c,,,Onset Date,Onset Date,Onset Date,Onset Date,,Finding,Date,,,,,,,,,,, -f412690e-465d-4c5a-a32f-d22e90ef2e20,,,Presence of Symptoms,Presencia de síntomas,Presence of Symptoms,Presencia de síntomas,,Question,Coded,,Yes; No,,,,,,,,, -2395de62-f5a6-49b6-ab0f-57a21a9029c1,,,Sneezing,Estornudos,Sneezing,Estornudos,,Finding,N/A,,,,,,,,,,, -2c75944e-5fc5-4d9d-b389-fe878fde38e3,,,Sore throat or pain with swallowing,Dolor de garganta o dolor al tragar,Sore throat or pain with swallowing,Dolor de garganta o dolor al tragar,,Finding,N/A,,,,,,,,,,, -40829791-1535-4c02-9b6f-e97dd1a516f6,,,Loss of taste,Pérdida del gusto,Loss of taste,Pérdida del gusto,,Finding,N/A,,,,,,,,,,, -c1fb49bd-0ca5-43ae-bf8d-df35e73c34ea,,,Loss of smell,Pérdida del olfato,Loss of smell,Pérdida del olfato,,Finding,N/A,,,,,,,,,,, -87b3f6a1-6d79-4923-9485-200dfd937782,,,"Diarrea, Vomiting or Abdominal pain","Diarrea, vómitos o dolor abdominal","Diarrea, Vomiting or Abdominal pain","Diarrea, vómitos o dolor abdominal",,Finding,N/A,,,,,,,,,,, -64fb3f91-08d8-4a3b-92ba-16655e834b1c,,,Practicing social distancing,Practicando el distanciamiento social,Practicing social distancing,Practicando el distanciamiento social,,Finding,N/A,,,,,,,,,,, -0eaa21e0-5f69-41a9-9dea-942796590bbb,,,Covid 19 Signs and Symptom in past 14 days,Covid 19 signos y síntomas en los últimos 14 días,Covid 19 Signs and Symptom in past 14 days,Covid 19 signos y síntomas en los últimos 14 días,,Question,Coded,,"Congestion;Cough;Sneezing;Fever;Headache;Sore throat or pain with swallowing;Shortness of breath;Loss of taste;Loss of smell;Diarrea, Vomiting or Abdominal pain;Practicing social distancing;Rash, nonvesicular, unspec.",,,,,,,,, -464d8752-45f8-4a25-8972-772cbc52efbe,,,Covid 19 Signs and Symptom Set,Conjunto de signos y síntomas de Covid 19,Covid 19 Signs and Symptom,Covid 19 signos y síntomas,,ConvSet,N/A,,,Covid 19 Signs and Symptom in past 14 days;Date,,,,,,,, -89c5bc03-8ce2-40d8-a77d-20b5a62a1ca1,,,Tested for COVID 19,Probado para COVID 19,Tested for COVID 19,Probado para COVID 19,,Question,Coded,,Yes;No,,,,,,,,, -efe34fae-de1e-4430-86ac-3198d0fb4a70,,,Respiratory PCR,PCR respiratoria,Respiratory PCR,PCR respiratoria,,Misc,N/A,,,,,,,,,,, -7149a26d-c0a7-42c4-86ae-099616830831,,,Rapid blood test,Análisis de sangre rápido,Rapid blood test,Análisis de sangre rápido,,Misc,N/A,,,,,,,,,,, -c1cc178c-390c-4194-b286-f9c57e0f313d,,,ELISA blood test,Análisis de sangre ELISA,ELISA blood test,Análisis de sangre ELISA,,Misc,N/A,,,,,,,,,,, -611190b4-2b83-42c5-bbb1-8d99bfaec9ed,,,Test Done,Prueba realizada,Test Done,Prueba realizada,,Question,Coded,,Respiratory PCR;Rapid blood test;ELISA blood test,,,,,,,,, -192f67ac-247c-4e1d-966a-4c223e33d38b,,,Test Results,Resultados de la prueba,Test Results,Resultados de la prueba,,Question,Coded,,Positive; Negative,,,,,,,,, -4c2a4b12-becc-4429-a94d-b78e06699d0f,,,Covid 19 Test Set,Equipo de prueba Covid 19,Covid 19 Test,Prueba Covid 19,,ConvSet,N/A,,,Tested for COVID 19;Test Done;Test Results,,,,,,,, diff --git a/distro/configuration/concepts/diagnosis_core-demo.csv b/distro/configuration/concepts/diagnosis_core-demo.csv deleted file mode 100644 index d411540a2..000000000 --- a/distro/configuration/concepts/diagnosis_core-demo.csv +++ /dev/null @@ -1,45 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Short name:en,Short name:fr,Description:en,Description:fr,Data class,Data type,Answers,Members,_version:1,_order:1001 -1284AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:1284,org.openmrs.module.emrapi:Coded Diagnosis,Problem List,Liste de problème,,List of problems for a given patient visit.,,Finding,Coded,,,,, -160250AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,SNOMED CT:89100005;CIEL:160250,Final diagnosis,Diagnostic final,,,,,Misc,N/A,,,,, -159392AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,SNOMED CT:395098000;CIEL:159392;org.openmrs.module.emrapi:Confirmed;PIH:1345,Confirmed diagnosis,Diagnostic confirmé,,,"The diagnosis is confirmed, not just presumed.",,Misc,N/A,,,,, -160249AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,SNOMED CT:148006;CIEL:160249,Provisional diagnosis,Diagnostic provisoire,,,,,Misc,N/A,,,, -159393AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,SNOMED CT:410596003;CIEL:159393;org.openmrs.module.emrapi:Presumed;PIH:1346,Presumed diagnosis,Diagnostic probable,,,The diagnosis is yet to be confirmed by special tests. This is the diagnosis based on clinical findings.,,Misc,N/A,,,,, -159394AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,SNOMED CT:106230009;CIEL:159394;org.openmrs.module.emrapi:Diagnosis Certainty,Diagnosis certainty,Certitude de diagnostic,,,The level of the certainty of the diagnosis made.,,Finding,Coded,CIEL:160250;CIEL:159392;CIEL:160249;CIEL:159393,,,, -159947AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:159947;org.openmrs.module.emrapi:Diagnosis Concept Set,Visit Diagnoses,,,,The set of diagnoses that were either addressed or diagnosed during the current visit,,ConvSet,N/A,CIEL:159394,,,, -159943AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,SNOMED CT:63161005;CIEL:159943;org.openmrs.module.emrapi:Primary,Primary,Principal,,,Primary diagnosis,,Misc,N/A,,,,, -159944AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,SNOMED CT:2603003;CIEL:159944;org.openmrs.module.emrapi:Secondary,Secondary,Secondaire,,,Secondary Diagnosis,,Misc,N/A,,,,, -159946AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:159946;org.openmrs.module.emrapi:Diagnosis Order, Diagnosis order,L'ordre de Diagnostic,,,"Classification of diagnosis as primary, secondary, etc.",,Finding,Coded,,,,, -0016512d-4388-44f0-a4b6-f6ad9e18fdcd,,ICD-10:J45.9,Mild persistent asthma (J45.9),Asthme persistant leger (J45.9),Mild persistent asthma,Asthme persistant leger,,,Diagnosis,N/A,,,,, -006ab3b2-a0ea-45bf-b495-83e06f26f87a,,ICD-10:I00,Acute rheumatic fever (I00),Rhumatisme articulaire aigu (I00),Acute rheumatic fever,Rhumatisme articulaire aigu,,,Diagnosis,N/A,,,,, -02db87f6-40d0-4b2a-8c19-927db2c43168,,ICD-10:I42.8,Idiopathic cardiomyopathy (I42.8),Cardiomyopathie idiopathique (I42.8),Idiopathic cardiomyopathy,Cardiomyopathie idiopathique,,,Diagnosis,N/A,,,,, -0670f6b9-5456-4bd3-86b1-846abc4fe2ba,,ICD-10:I50.9,Heart Failure (I50.9),Insuffisance cardiaque (I50.9),Heart Failure,Insuffisance cardiaque,,,Diagnosis,N/A,,,,, -06cc08fb-414a-46e6-8c20-136535609812,,ICD-10:I00,Rheumatic Fever Without Heart Involvement (I00),"Fievre rhumatismale, sans attente cardiaque (I00)",Rheumatic Fever Without Heart Involvement,"Fievre rhumatismale, sans attente cardiaque",,,Diagnosis,N/A,,,,, -08e9c0e1-d72f-425d-81ea-dbe88eb90772,,ICD-10:P21.9,Birth Asphyxia (P21.9),Asphyxie a la naissance (P21.9),Birth Asphyxia,Asphyxie a la naissance,,,Diagnosis,N/A,,,,, -105903f4-7b6d-496a-b613-37ab9d0f5450,,ICD-10:E10,Type 1 diabetes (E10),Diabete de type 1 (E10),Type 1 diabetes,Diabete de type 1,,,Diagnosis,N/A,,,,, -110112AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:C96.7,Malignant tumor of lymphatic and hematopoietic tissue (C96.7),Tumeurs malignes des tissus lymphoïde et hematopoïetique (C96.7),Malignant tumor of lymphatic and hematopoietic tissue,Tumeurs malignes des tissus lymphoïde et hematopoïetique,,,Diagnosis,N/A,,,,, -110169AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:L56.3,"Urticaria, Solar (L56.3)",Urticaire solaire (L56.3),"Urticaria, Solar",Urticaire solaire,,,Diagnosis,N/A,,,,, -110516AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:B00.8,Herpes simplex esophagitis (B00.8),Oesophagite a herpes simplex (B00.8),Herpes simplex esophagitis,Oesophagite a herpes simplex,,,Diagnosis,N/A,,,,, -110521AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:S92.4,Fracture of great toe (S92.4),Fracture du gros orteil (S92.4),Fracture of great toe,Fracture du gros orteil,,,Diagnosis,N/A,,,,, -110771AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:D48.1,Stromal tumor of digestive system (D48.1),Tumeur stromale gastro-intestinale (D48.1),Stromal tumor of digestive system,Tumeur stromale gastro-intestinale,,,Diagnosis,N/A,,,,, -110807AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:S02.1,Fracture of Base of Skull (S02.1),Fracture de la base du crane (S02.1),Fracture of Base of Skull,Fracture de la base du crane,,,Diagnosis,N/A,,,,, -111103AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:I64,Cerebrovascular Accident (I64),Accident vasculaire cerebral (I64),Cerebrovascular Accident,Accident vasculaire cerebral,,,Diagnosis,N/A,,,,, -111459AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:L80,Vitiligo (L80),Vitiligo (L80),Vitiligo,Vitiligo,,,Diagnosis,N/A,,,,, -111523AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:P07.2,"Extreme prematurity, < 28 weeks gestation (P07.2)","Prematurite extreme, < 28 semaines (P07.2)","Extreme prematurity, < 28 weeks gestation","Prematurite extreme, < 28 semaines",,,Diagnosis,N/A,,,,, -111588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:N81.5,Vaginal Enterocele (N81.5),Enterocele vaginale (N81.5),Vaginal Enterocele,Enterocele vaginale,,,Diagnosis,N/A,,,,, -111616AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:N85.5,Uterine Inversion (N85.5),Inversion de l'uterus (N85.5),Uterine Inversion,Inversion de l'uterus,,,Diagnosis,N/A,,,,, -111628AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:N20.9,Urinary calculus (N20.9),Pyelonephrite avec lithiase (N20.9),Urinary calculus,Pyelonephrite avec lithiase,,,Diagnosis,N/A,,,,, -111662AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:M15.9,Polyarthropathy or Polyarthritis (M15.9),Polyarthrose (M15.9),Polyarthropathy or Polyarthritis,Polyarthrose,,,Diagnosis,N/A,,,,, -111705AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:O69.9,Umbilical Cord Complication During Labor and Delivery (O69.9),Travail et accouchement compliques d'anomalies du cordon ombilical (O69.9),Umbilical Cord Complication During Labor and Delivery,Travail et accouchement compliques d'anomalies du cordon ombilical,,,Diagnosis,N/A,,,,, -111772AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:O30.0,Twin Pregnancy (O30.0),"Grossesse multiple, jumeaux (O30.0)",Twin Pregnancy,"Grossesse multiple, jumeaux",,,Diagnosis,N/A,,,,, -11180d8f-1628-4ea7-9fcc-ea80726d3829,,ICD-10:I42.0,Dilated cardiomyopathy (I42.0),Myocardiopathie avec dilatation (I42.0),Dilated cardiomyopathy,Myocardiopathie avec dilatation,,,Diagnosis,N/A,,,,, -111939AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:A18.4,Tuberculosis of skin and subcutaneous tissue (A18.4),Tuberculose de la peau et du tissu cellulaire sous-cutane (A18.4),Tuberculosis of skin and subcutaneous tissue,Tuberculose de la peau et du tissu cellulaire sous-cutane,,,Diagnosis,N/A,,,,, -111967AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:A17.0,Tuberculous Meningitis (A17.0),Meningite tuberculeuse (A17.0),Tuberculous Meningitis,Meningite tuberculeuse,,,Diagnosis,N/A,,,,, -112030AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:A18.3,Tuberculosis of the peritonium (A18.3),Tuberculose du peritoine (A18.3),Tuberculosis of the peritonium,Tuberculose du peritoine,,,Diagnosis,N/A,,,,, -112094AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:A17.9,Tuberculosis Of Central Nervous System (A17.9),Tuberculose du systeme nerveux (A17.9),Tuberculosis Of Central Nervous System,Tuberculose du systeme nerveux,,,Diagnosis,N/A,,,,, -112115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:A18.0,Tuberculosis of bones and joints (A18.0),Tuberculose des os et des articulations (A18.0),Tuberculosis of bones and joints,Tuberculose des os et des articulations,,,Diagnosis,N/A,,,,, -112163AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:A30.1,Tuberculoid Leprosy (Type T) (A30.1),Lepre tuberculoide (A30.1),Tuberculoid Leprosy (Type T),Lepre tuberculoide,,,Diagnosis,N/A,,,,, -112188AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:O30.1,Triplet Pregnancy (O30.1),"Grossesse multiple, triples (O30.1)",Triplet Pregnancy,"Grossesse multiple, triples",,,Diagnosis,N/A,,,,, -112245AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:S68.1,Traumatic Amputation of Finger(s) (S68.1),Amputation traumatique d'un (des) doigt(s) (S68.1),Traumatic Amputation of Finger(s),Amputation traumatique d'un (des) doigt(s),,,Diagnosis,N/A,,,,, -112250AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:T11.6,Amputation of arm (T11.6),Amputation traumatique du membre superieur (T11.6),Amputation of arm,Amputation traumatique du membre superieur,,,Diagnosis,N/A,,,,, -112264AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:P22.1,Transitory tachypnea of newborn (P22.1),Tachypnee transitoire du nouveau-ne (P22.1),Transitory tachypnea of newborn,Tachypnee transitoire du nouveau-ne,,,Diagnosis,N/A,,,,, -112276AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,ICD-10:G45.9,Transient Cerebral Ischemia (G45.9),Ischemie cerebrale transitoire (G45.9),Transient Cerebral Ischemia,Ischemie cerebrale transitoire,,,Diagnosis,N/A,,,,, diff --git a/distro/configuration/concepts/disable_false-core_demo.csv b/distro/configuration/concepts/disable_false-core_demo.csv deleted file mode 100644 index 9d3619d37..000000000 --- a/distro/configuration/concepts/disable_false-core_demo.csv +++ /dev/null @@ -1,2 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Fully specified name:es,Short name:en,Short name:fr,Short name:es,Description:en,Description:fr,Description:es,Data class,Data type,_version:1,_order:500 -488b58ff-64f5-4f8a-8979-fa79940b1594,true,,False,Faux,Falso,,,,,,,Misc,N/A,, diff --git a/distro/configuration/concepts/drugs_concepts.csv b/distro/configuration/concepts/drugs_concepts.csv deleted file mode 100644 index f8eaeea6b..000000000 --- a/distro/configuration/concepts/drugs_concepts.csv +++ /dev/null @@ -1,471 +0,0 @@ -Uuid,Void/Retire,Short name:en,Fully specified name:en,Fully specified name:fr,Data class,Data Type,Members,_version:1,_order:500 -a5a5aaf1-541e-4ca6-9753-bd4b0e479f81,,,Ciprofloxacin,Ciprofloxacine,Drug,N/A,,, -9881091b-1802-4c62-8b80-a8fcb170b59f,,,Paracetamol,Paracétamol,Drug,N/A,,, -f05a49a3-8930-434d-a6da-240f2e127754,,,Streptomycin,Streptomycine,Drug,N/A,,, -83c9a8d1-d282-437f-a882-ff4c3179908d,,,Isoniazid,Lisoniazide,Drug,N/A,,, -38dcc101-d385-4771-b005-7ba9825ca0c6,,,Rifampicin,Rifampicine,Drug,N/A,,, -aa018411-bcb2-4392-ab5f-b489f7243612,,,Ethambutol,Ethambutol,Drug,N/A,,, -0a1d2888-fd53-4031-9470-ca2140f997a9,,,Calcium,,Drug,N/A,,, -5fd156c3-c76f-4067-9856-6a6bd1912a96,,,Pyrazinamide,Pyrazinamide,Drug,N/A,,, -01e09697-7bd1-42da-9c71-79f0fd1f8e02,,,Pioglitazone,Pioglitazone,Drug,N/A,,, -e6701098-9f0e-41f9-9c9d-fcdb57715bef,,,Glipizide,Glipizide,Drug,N/A,,, -38752a31-5b23-4957-ae0c-ecdbc6b0a489,,,Aceclofenac,Aceclofenac,Drug,N/A,,, -783aff6f-c427-4511-8df4-872b87fad050,,,Acyclovir,Acyclovir,Drug,N/A,,, -d770fc0a-1482-4078-b0cd-9a91d9afe0e5,,,Adrenaline,Adrénaline,Drug,N/A,,, -8f668b49-584f-4cba-b0f2-817a8aaf50c4,,,Albendazole,Albendazole,Drug,N/A,,, -80afda71-a024-4565-a936-9800fb3cb66d,,,Allopurinol,Allopurinol,Drug,N/A,,, -93ab76c0-6a9a-4d3e-9654-78dadae5db72,,,Alprazolam,Alprazolam,Drug,N/A,,, -15ed8cf2-f0bf-4cfa-9181-9a285e1349bd,,,Amikacin,Amikacine,Drug,N/A,,, -d721dc0f-fcc0-4beb-801c-6c6c21baa5bf,,,Amitriptyline,Amitriptyline,Drug,N/A,,, -73a42073-eff0-436c-aed3-3001b0a2b603,,,Amlodipine & Atenolol,Amlodipine et aténolol,Drug,N/A,,, -627a6041-ad81-4968-8adf-2f49aec4433b,,,Amoxicillin,Amoxicilline,Drug,N/A,,, -5af24242-1f58-40ef-a9a6-417cdf53c81c,,,Amoxicillin & Clavulanate,Amoxicilline et clavulanate,Drug,N/A,,, -7d46eccd-e611-4476-a114-9abd22767947,,,Amoxicillin & Clavulanic Acid,Amoxicilline et acide clavulanique,Drug,N/A,,, -f0dbd31e-d189-44ca-b3cb-4dfe7f88c08f,,,Amoxicillin & Cloxacillin,Amoxicilline et cloxacilline,Drug,N/A,,, -0212639d-bb3a-4307-9bb5-95c84e78b8ef,,,Amphotericin B,Amphotéricine b,Drug,N/A,,, -f9f69437-669d-4a3e-930b-b36994a2f9d4,,,Ampicillin,Ampicilline,Drug,N/A,,, -08c44970-d497-4270-8dad-e50a3df7e6a8,,,Ampicillin & Cloxacillin,Ampicilline et cloxacilline,Drug,N/A,,, -d00fa604-4fe6-445d-81e9-7ae4aff8341f,,,Antacid,Anti-acide,Drug,N/A,,, -9cedc898-c7e5-4edb-8085-0a40f33645d0,,,Antioxidant,Antioxydant,Drug,N/A,,, -316441ec-c0fd-44bc-a040-c68f4da8d228,,,Atenolol,Aténolol,Drug,N/A,,, -83902f85-63ba-4121-9446-940158804bc2,,,Atorvastatin,Atorvastatine,Drug,N/A,,, -b4dc0131-0a26-477c-806a-f690225194d6,,,Atropine,Atropine,Drug,N/A,,, -12f2b5bc-a9be-4860-9393-03f30fa3f1cd,,,Beclomethasone Dipropionate,Dipropionate de béclométhasone,Drug,N/A,,, -502820f5-5a8b-4ee9-beba-fcf23c1ec2f7,,,Benzoic & Salicylic Acid,Acide benzoïque et salicylique,Drug,N/A,,, -9bc6c942-9da6-401f-ab44-87b95fa86830,,,Benzoyl Peroxide,Peroxyde de benzoyle,Drug,N/A,,, -a7ce5d88-1940-4569-b07b-97b12cb9656f,,,Betamethasone,Bétamethasone,Drug,N/A,,, -208b5be3-5c5a-4a1f-9c9a-2779373c7d86,,,Bupivacaine Hydrochloride,Chlorhydrate de bupivacaïne,Drug,N/A,,, -bb2afe54-a7d9-4ee5-9823-5a53fe03b725,,,Caffeine Citrate,Citrate de caféine,Drug,N/A,,, -d08ec8fe-2d91-489f-a416-16af0a043b0b,,,Calamine,Calamine,Drug,N/A,,, -9a318894-5341-424f-a4ed-98bea3a5e0ce,,,Calcium Gluconate,Gluconate de calcium,Drug,N/A,,, -aa367bfd-3846-4792-888d-32b13b13933b,,,Carbamazine,Carbamazine,Drug,N/A,,, -d4844d6b-4348-46ef-9dcf-f3d9c3541f83,,,Cefadroxil,Céfadroxil,Drug,N/A,,, -d7301792-6622-49e7-8de1-1f5e8471529c,,,Cefazolin,Céfazoline,Drug,N/A,,, -4907047b-1435-4eaf-9645-b67fba8a2e23,,,Cefepime,Céfépime,Drug,N/A,,, -4316906b-9ef4-4326-bd76-2988beed82a4,,,Cefixime,Céfixime,Drug,N/A,,, -38d061a2-e963-49dd-86fb-c8444b5de4c3,,,Ceftazidime,Ceftazidime,Drug,N/A,,, -dfeb53e9-4253-42fc-8f6e-edc6213c9515,,,Cetirizine,Cetirizine,Drug,N/A,,, -34f39ebd-e88e-4b74-b384-60eb9b3370e8,,,Dipirone,Dipirone,Drug,N/A,,, -2d0057fc-7a3c-40df-b0fb-2ae2c004dad6,,,Chlordiazepoxide,Chlordiazépoxide,Drug,N/A,,, -e6787b61-c496-43e7-93c9-77a2eb043105,,,Chlorhexidine Gluconate,Gluconate de chlorhexidine,Drug,N/A,,, -b48e38a8-b121-4cdf-91b9-469acd99273b,,,Chloroquine,Chloroquine,Drug,N/A,,, -b46265ad-397e-4db3-a439-594ff495f39f,,,Chlorpheniramine,Chlorphéniramine,Drug,N/A,,, -b50c9258-d3cc-43ea-9855-1c2b685f4aa9,,,Chlorpromazine,Chlorpromazine,Drug,N/A,,, -a4391c57-549b-4047-8971-c3fa72e140b5,,,Clarithromycine,Clarithromycine,Drug,N/A,,, -0797df4b-bdcd-4f4e-976e-b929874f814b,,,Clobazam,Clobazam,Drug,N/A,,, -3bb38c6e-d972-4cee-89c9-a3bddf60f698,,,Clobetasol Propionate,Propionate de clobétasol,Drug,N/A,,, -3ecf1ff7-22e4-4846-90dc-10ed9255ce8e,,,Clonazepan,Clonazepan,Drug,N/A,,, -895ae798-25af-4232-b4a1-942b11abd446,,,Clotrimazole,Clotrimazole,Drug,N/A,,, -1a785710-08a7-4798-b122-4c88d2a98b53,,,Clotrimazole & Lignocaine,Clotrimazole et lignocaïne,Drug,N/A,,, -ebfa6b78-15c2-4343-a240-31f9fce66723,,,Clotrimazole Otic,Clotrimazole otic,Drug,N/A,,, -cbbde229-f044-43ae-9a34-504fb77ce42f,,,Clove Oil,Huile de clou de girofle,Drug,N/A,,, -1b535529-68fb-4bb5-bb5a-202ec74efb1d,,,Cloxacillin,Cloxacilline,Drug,N/A,,, -62f52893-4ec1-4de6-8585-92da6d917579,,,Codeine Phosphate,Phosphate de codéine,Drug,N/A,,, -55e6671b-f5c3-4699-8b76-a7f59701d35b,,,Co-trimoxazole,Co-trimoxazole,Drug,N/A,,, -990f8299-6f88-49bc-af49-9fa3944d0fc1,,,Cremaffin,Cremaffin,Drug,N/A,,, -8ebd43a6-fc66-4c00-a0de-108c6acd5721,,,Cycloserine,Cyclosérine,Drug,N/A,,, -e4a0426a-4235-416d-8089-84ae113808d6,,,Dexamethasone,Dexaméthasone,Drug,N/A,,, -49be9771-c89d-4b0d-a03c-ecd6283f0caa,,,Dextrose,Dextrose,Drug,N/A,,, -8f29cfad-b34f-463b-b4f8-9ea56e4ea9d3,,,Dextrose & Normal Saline (DNS),Dextrose & Chlorure de sodium (DNS),Drug,N/A,,, -eab2bb93-b2d1-42ef-817e-1b47d79d76db,,,Diazepam,Diazépam,Drug,N/A,,, -391d02a4-2640-4d7b-900f-f74de8e1b6ed,,,Diclofenac,Diclofénac,Drug,N/A,,, -392ff197-bcb2-44f3-933c-6e8ecb3d926e,,,Dicyclomine,Dicyclomine,Drug,N/A,,, -39e70f10-d942-4e2e-b976-28a629d6740b,,,Diethylcarbamazine,Diéthylcarbamazine,Drug,N/A,,, -72005c75-6d84-468e-a28e-43ca17a7216a,,,Digoxin,Digoxine,Drug,N/A,,, -0948a889-1da2-44a2-9e30-51c38874a65d,,,Disodium Hydrogen Citrate,Hydrogéno-citrate disodique,Drug,N/A,,, -b68192db-fc09-445f-9232-0ba54858e41d,,,Domperidone,Dompéridone,Drug,N/A,,, -f1e6e3c0-acf9-478a-b69e-94cf54a0d45b,,,Dopamine,Dopamine,Drug,N/A,,, -b571adbe-388f-4219-be01-343738d3ed80,,,Doxycycline,Doxycycline,Drug,N/A,,, -d612ddcc-9d3b-4489-97e1-22893c9735df,,,Enalapril,Enalapril,Drug,N/A,,, -e5c615d2-e6d6-463f-945b-92afb28e027f,,,Ethamsylate,Ethamsylate,Drug,N/A,,, -706797d0-635b-44d3-a46c-ddbe0d8483c1,,,Ethionamide,Ethionamide,Drug,N/A,,, -7f097fc4-be12-4916-99e5-4ebdc8abe832,,,Etophylline & Theophylline,Etophylline et theophylline,Drug,N/A,,, -e2650794-cf62-4a1a-a678-0bcc3bf21323,,,Finasteride,Finastéride,Drug,N/A,,, -32d6f1a8-7a0d-46f7-845a-84e3a27e686e,,,Fluconazole,Fluconazole,Drug,N/A,,, -ce9896a2-de40-4b8e-88fb-e6477eb27f18,,,Fluoxetine,Fluoxétine,Drug,N/A,,, -9486be67-f05f-44a3-8962-0746f0904f1b,,,Folic Acid,Acide folique,Drug,N/A,,, -a82fd4d8-1898-4aa3-86dd-5a0c09381a3f,,,Frusemide,Frusémide,Drug,N/A,,, -81e598ec-f743-409e-8e35-1a682339042d,,,Frusemide & Amiloride,Frusémide et amiloride,Drug,N/A,,, -9f6c3927-2a31-485c-8735-f10b9951aef9,,,Furosemide,Furosémide,Drug,N/A,,, -cb8b19e0-efae-44a2-923f-c65a08595cbf,,,Furosemide & Spironolactone,Furosémide et spironolactone,Drug,N/A,,, -41bf087e-6031-4735-a310-7d6232f2b027,,,Fusidic Acid,Acide fusidique,Drug,N/A,,, -0c0563de-cd06-49de-8b31-af79d668b81b,,,Gabapentin,Gabapentine,Drug,N/A,,, -f59f2ffe-18b9-4534-b15b-9e8f4ef41bbd,,,Gamma Benzene Hexachloride & Cetrimide,Hexachlorures de benzene gamma et cétrimide,Drug,N/A,,, -1b6b830c-068d-460d-8411-c42ffe7b0331,,,Gentamycin,Gentamycine,Drug,N/A,,, -c30f5267-e067-4e01-9b88-8f4ee5c7c069,,,Gentian Violet,Violet de gentiane,Drug,N/A,,, -e94c6d4c-589d-46c5-a971-99070df288a8,,,Glimepiride,Glimépiride,Drug,N/A,,, -6b90f8e8-2406-45f0-bec4-19d65477147f,,,Glycerine & Sodium Chloride Enema,Lavement glycerine et chlorure de sodium,Drug,N/A,,, -604fc052-da3e-4032-aeb8-3f88a8041448,,,Glyceryl Trinitrate,Trinitrate de glycéryle,Drug,N/A,,, -5831575c-89a8-45d5-a02e-ac194d70c064,,,Haloperidol,Halopéridol,Drug,N/A,,, -a2956625-0a07-48b7-9344-3cb707dcd542,,,Hydrocortisone,Hydrocortisone,Drug,N/A,,, -fd8e84b9-be65-4a8f-b5e1-1b0f80a09035,,,Hydrogen Peroxide,Peroxyde d'hydrogene,Drug,N/A,,, -44dbd31a-7c2d-422d-b584-004532e4aaff,,,Hyoscine Butylbromide,Butylbromure d'hyoscine,Drug,N/A,,, -ff5cdb18-0258-4467-bf1f-35c7b6339767,,,Ibuprofen,Ibuprofene,Drug,N/A,,, -46a9fa37-d6f2-4f72-8a16-c1a76008f508,,,Ibuprofen & Paracetamol,Ibuprofene et paracétamol,Drug,N/A,,, -1550184e-b01e-487e-98e6-6be5affdd67d,,,Indomethacin,Indométhacine,Drug,N/A,,, -aee5f376-e00c-46f3-83ef-3759e54f85a1,,,Insulin,Insuline,Drug,N/A,,, -3fce12df-5872-4466-841c-2ec8e195733b,,,Ipratropium,Ipratropium,Drug,N/A,,, -d5a8fc85-6ee9-4983-a056-f4d3449f6af8,,,Ipratropium Bromide,Bromure d'ipratropium,Drug,N/A,,, -c65d61af-b804-4a17-8f6b-b6d758fcf75a,,,Isosorbide Mononitrate,Mononitrate d'isosorbide,Drug,N/A,,, -b4f9dd7f-4718-47ab-8697-9ce41548452e,,,Ivermectin,Ivermectine,Drug,N/A,,, -bc2a1619-fd05-479e-a122-5de978ef114d,,,Ketamine,Kétamine,Drug,N/A,,, -73e9e187-7164-4e0a-bb36-0a7178406288,,,Ketoconazole,Kétoconazole,Drug,N/A,,, -b24cc360-c046-44cf-a6be-e4aeb385992e,,,Lactulose,Lactulose,Drug,N/A,,, -98dbb9b2-9859-4b68-b08a-78f88f629d40,,,Levofloxacin,Lévofloxacine,Drug,N/A,,, -9ee39084-8962-48d8-bb31-fb89337e8bce,,,Levonorgestrel & Ethinylestradiol,Lévonorgestrel et éthinyl estradiol,Drug,N/A,,, -e61d0a67-a5a6-44e7-8907-6a82d765ca1f,,,Levothyroxine,Lévothyroxine,Drug,N/A,,, -7eb9a61f-a390-4bc4-bc07-c5b1520d3cb4,,,Lignocaine,Lignocaïne,Drug,N/A,,, -c38432d2-3b74-4431-8b60-12a6b053394b,,,Lignocaine & Adrenaline,Lignocaïne et adrénaline,Drug,N/A,,, -502a66e9-2eb3-4e13-926f-57fe9d393a94,,,Losartan,Losartan,Drug,N/A,,, -0bdba7cc-fcd1-41e1-8f79-6407d2835a78,,,Magnesium,Magnésium,Drug,N/A,,, -00fe2104-f143-4250-ab30-d22ca130e685,,,Mannitol,Mannitol,Drug,N/A,,, -00e041c7-1731-4d0f-bf0d-980192ad38c1,,,Medroxyprogesterone,Médroxyprogestérone,Drug,N/A,,, -fcac77cf-fd5d-4083-9426-1591531bdb84,,,Medroxyprogesterone Acetate,Acétate de médroxyprogestérone,Drug,N/A,,, -017dcf18-5ba3-4aac-b12a-27a5df1ffee5,,,Methotrexate,Méthotrexate,Drug,N/A,,, -79ae8e90-0903-41fd-a727-deca362b1d2e,,,Methylergometrine,Méthylergométrine,Drug,N/A,,, -fa2a3b41-e500-45cd-8f93-e7d77d5db398,,,Metoclopramide,Métoclopramide,Drug,N/A,,, -c929e588-db44-4d91-8040-d82cd21744d1,,,Metronidazole & Diloxanide,Métronidazole et diloxanide,Drug,N/A,,, -75fd74ef-1b85-4fac-9a44-b56eb5c2b2a3,,,"Metronidazole, Chlorhexidine, Lignocaine & Menthol","Métronidazole, chlorhéxidine, lignocaïne et menthol",Drug,N/A,,, -75354dd0-4650-438e-a819-b1bee23e0f0e,,,Midazolam,Midazolam,Drug,N/A,,, -62000346-9e4b-4462-bd36-561804ad10ad,,,Mifepristone & Misoprostol,Mifepristone et misoprostol,Drug,N/A,,, -75523cab-d099-40a9-aaed-8ac097d88014,,,Miltefosine,Miltefosine,Drug,N/A,,, -30754108-af96-41aa-adee-2b6556bc48f3,,,Mirtazapine,Mirtazapine,Drug,N/A,,, -eb3c251d-b345-4517-9438-8ffb9336ebc9,,,Misoprostol,Misoprostol,Drug,N/A,,, -77a46432-ce20-4aab-96dc-6a12feac08b4,,,Naloxone,Naloxone,Drug,N/A,,, -a1b11bd9-f344-432a-877e-c12784c1acc1,,,Neomycin & Polymyxin B & Bacitracin Zinc,"Néomycine, polymyxine B et bacitracine-zinc",Drug,N/A,,, -251a17f9-c229-4aee-9555-9bf7620b2a5a,,,Nifedipine,Nifédipine,Drug,N/A,,, -e678879b-630d-441c-aa5e-e93f6eff038f,,,Nimesulide,Nimesulide,Drug,N/A,,, -64d72b1f-2585-48e2-b66a-0da320d068da,,,Nitrofurantoin,Nitrofurantoïne,Drug,N/A,,, -cc4a27b0-78cb-4d3d-9c85-51f4a06d1f4a,,,Normal Saline (NS),Solution physiologique salée (NS),Drug,N/A,,, -3bb1e50f-7d8e-440e-8bc9-9736d147a5bd,,,Ofloxacin,Ofloxacine,Drug,N/A,,, -df3f7c1f-dac8-429b-ba38-90d770c1253c,,,Omeprazole,Omeprazole,Drug,N/A,,, -4f4a63d6-b45c-48fa-9382-d35b6ea20c87,,,Oral Hormonal Contraceptive Pills,Contraceptifs hormonaux oraux,Drug,N/A,,, -98764756-01cd-4a55-a339-b33ab13c4b46,,,Oral Rehydration Solution (ORS),Solution de réhydratation orale (ORS),Drug,N/A,,, -e16636a1-5350-40b3-9a42-a806996687e0,,,Oxymetazoline,Oxymétazoline,Drug,N/A,,, -2a301cf3-7a51-487d-8a07-5f9db3baafd7,,,Oxytocin,Ocytocine,Drug,N/A,,, -2ba5c05a-357c-4469-b83b-2b8d30ca126c,,,P Dextrose And Electrolyte Solution,Solution de dextrose P et electrolytes,Drug,N/A,,, -b3ed709f-f800-4ea9-bbba-f52c69ef0d86,,,Pantoprazole,Pantoprazole,Drug,N/A,,, -2f24dfb3-a88d-435f-989d-12673a2a005b,,,Paracetamol & Codeine Phosphate,Paracétamol et phosphate de codeine,Drug,N/A,,, -8686e582-0eff-45d6-bd70-a75f3478d338,,,Paracetamol Paediatric,Paracétamol pédiatrique,Drug,N/A,,, -214ebdfb-2940-42f8-a5e6-e04c2455c1c5,,,Paradichloro Benzene,Paradichlorobenzene,Drug,N/A,,, -9d7acd58-f181-4be0-9350-bcd152512451,,,"Paradichlorobenzene, Benzocaine, Chlorbutol & Turpentine Oil","Paradichlorobenzene, benzocaine, chlorbutol et huile de térébenthine",Drug,N/A,,, -ec1d2aab-f420-4442-94cc-425158e6d6e5,,,Pheniramine,Phéniramine,Drug,N/A,,, -a83d9a71-15da-4b26-81e6-c7845e3f5986,,,Pheniramine Maleate,Maléate de pheniramine,Drug,N/A,,, -172ca645-fdf5-4b81-b521-ded7718a869f,,,Phenobarbitone,Phenobarbitone,Drug,N/A,,, -885e1f5c-ad78-4614-98a6-b03760030a11,,,Phenytoin,Phénytoïne,Drug,N/A,,, -818ef5bc-4455-4c4d-ba15-a9082ec416e9,,,Pilex,Pilex,Drug,N/A,,, -bcd42942-6c33-4195-a857-e3b62da29711,,,Polyvalent Anti Snake Serum,Antivenin de serpent polyvalent,Drug,N/A,,, -a5547d6c-7e42-4a50-94e2-8e6e73aa6afe,,,Potassium Chloride,Chlorure de potassium,Drug,N/A,,, -159bc783-b046-433f-93ef-9b33496f962e,,,Prednisolone,Prednisolone,Drug,N/A,,, -2e873fde-66b3-41b4-bdb7-1c29c8d5e1cf,,,Primaquine,Primaquine,Drug,N/A,,, -5ec1c55d-1874-4616-a950-585453a5b710,,,Prochlorperazine Maleate,Maléate de prochlorperazine,Drug,N/A,,, -983d2877-a259-4a77-8f0e-985e5b97fec7,,,Promethazine,Promethazine,Drug,N/A,,, -5dd2c915-f10d-4e97-945d-bd62d7eae63c,,,Promethazine Hydrochloride (HCl),Hydrochlorure de promethazine (HCl),Drug,N/A,,, -ed70dd9f-fa19-48e9-9218-ce2998c63c49,,,Propofol,Propofol,Drug,N/A,,, -062fc7f6-3d11-409a-96f7-a60cd8a71a36,,,Propranolol,Propranolol,Drug,N/A,,, -14f9dc07-8881-41fe-aee6-0f2ab502d0c3,,,Pyridoxine,Pyridoxine,Drug,N/A,,, -35191c44-1b60-4f6f-b378-d3bc34b83612,,,Pyrimethamine Sulfadoxine,Pyrimethamine et sulfadoxine,Drug,N/A,,, -a0660319-fed1-4830-ad75-4c9e02519fc5,,,Rabeprazole Sodium,Rabéprazole sodique,Drug,N/A,,, -4c187e9c-3623-4763-94b4-86426e6a447f,,,Ranitidine,Ranitidine,Drug,N/A,,, -b85c29f2-21fe-4384-ab1e-b98f35112702,,,Risperidone,Risperidone,Drug,N/A,,, -b368b7f7-f87b-4414-9537-1f6bee82e448,,,Ringers Lactate (RL),Ringers lactate (RL),Drug,N/A,,, -9088359a-587f-4dbc-b13e-b3c38a07cd85,,,Salbutamol,Salbutamol,Drug,N/A,,, -1dd509c8-b38b-4e7e-abde-8fc87652efc5,,,Salbutamol & Bromhexine,Salbutamol et bromhexine,Drug,N/A,,, -702e6e2b-6098-4b48-9398-897faffe9e66,,,Saline,Saline,Drug,N/A,,, -26eafc63-b224-4b57-afb9-55c7c4a7686e,,,Silver Sulphadiazene,Sulphadiazene argentique,Drug,N/A,,, -c5d5c9ba-02fe-4c57-ad35-db23e8138561,,,Sodium Valproate,Valproate sodique,Drug,N/A,,, -d4c72168-24b0-4d22-ba60-848e7c146333,,,Spironolactone,Spironolactone,Drug,N/A,,, -becdbefb-d88b-4a21-affa-46a2c5dbdbdb,,,Sulfamethoxazole & Trimethoprim,Sulfaméthoxazole et triméthoprime,Drug,N/A,,, -7d576a6f-1755-44f5-8fd6-2b3a848c6bb5,,,Tetanus Antitoxin,Antitoxine tétanique,Drug,N/A,,, -f97877a1-a7c1-4965-9c49-8cd5ad0c0a70,,,Tetanus Immunoglobulin,Immunoglobuline tétanique,Drug,N/A,,, -98b66058-5de5-4a1e-85ef-ec981bee6ad3,,,Tetracycline Ophtalmic,Tétracycline opthalmique,Drug,N/A,,, -49abc01a-a419-4941-9d9b-8c6eacc105b0,,,Tinidazole,Tinidazole,Drug,N/A,,, -5d750d5c-8d7f-4917-a4db-42a252f1f42a,,,Tizanidine,Tizanidine,Drug,N/A,,, -34daf0c8-739f-4649-9d96-b45a32a233d6,,,Tramadol,Tramadol,Drug,N/A,,, -c6557538-cc7e-4ca8-bfeb-80ff5c4f4976,,,Tranexamic Acid,Acide tranéxamique,Drug,N/A,,, -89c0742a-477b-4292-bf7d-b9e57aa002f0,,,Triamcinolone,Triamcinolone,Drug,N/A,,, -ace96e9a-ad72-49bc-a662-49f9b143f05c,,,Trihexyphenidyl,Trihexyphénidyl,Drug,N/A,,, -2e5adbd4-8ddf-4848-ade4-ebd8d16e9c3f,,,Trypsin Chymotrypsin,Trypsine et chymotrysine,Drug,N/A,,, -0a3353a4-ddf7-4a65-b882-3da94520c565,,,Tuberculin Purified Protein Derivative (PPD),Tuberculine (PPD),Drug,N/A,,, -ffa61758-5521-463b-a8a6-ca074f407fd2,,,Valproic Acid,Acide valproïque,Drug,N/A,,, -040cf656-a2ac-4807-923f-a35eec824f0f,,,Verapamil,Vérapamil,Drug,N/A,,, -836b7f4c-9e3c-4a53-bb08-ab8990b5b9d8,,,Vitamin B Complex,Complexe de vitamines B,Drug,N/A,,, -62f323dd-2a15-43b3-a633-08114aa4984d,,,Vitamin K,Vitamine K,Drug,N/A,,, -5e97fe35-58df-4925-bba7-7c49d75268a1,,,Warfarin,Warfarine,Drug,N/A,,, -e3d3ea1c-4e80-49d6-8e0c-57680f0139d5,,,Zinc Sulphate,Sulphate de zinc,Drug,N/A,,, -095d1d67-1f62-4731-aa4e-a76bb77f2fa9,,,Methimazole,Méthimazole,Drug,N/A,,, -e770a760-5e8b-42d8-939f-c7b12ea3754f,,,Multi-Vitamin Adult,Multi-vitamines adulte,Drug,N/A,,, -8a52cbaf-7303-44a8-ba47-976c4104f9d7,,,Multi-Vitamin Children,Multi-vitamines enfants,Drug,N/A,,, -564a7a84-148f-4814-a520-d0351dbea6dc,,,Multi-Vitamin Prenatal,Multi-vitamines prénatal,Drug,N/A,,, -1e10d8c9-36f0-4d6b-8ff6-7a453876d512,,,Tenormin,Tenormin,Drug,N/A,,, -72c81a79-f281-40ac-a54c-bed78c89e385,,,Celecoxib,Célécoxib,Drug,N/A,,, -f381801c-7c75-4ab9-bdfe-3caa07175dfc,,,Calcium Carbonate,Carbonate de calcium,Drug,N/A,,, -da550975-a6c3-47f2-b568-1e2e749644c7,,,Glipizide Er,Glipizide Er,Drug,N/A,,, -2dc41359-1deb-4a83-b5ae-82c7df066bb4,,,Bacitracin,Bacitracine,Drug,N/A,,, -984a9a0b-13f6-4bb4-b55d-c51d5ce225c9,,,Nystatin,Nystatine,Drug,N/A,,, -0f5a1ae5-e52f-4252-96c4-895487daa4ff,,,Valacyclovir,Valacyclovir,Drug,N/A,,, -18e51e1e-544c-4716-a87b-79748cb46229,,,Gamma-Hexachlorocyclohexane,Gamma-hexachlorocyclohexane,Drug,N/A,,, -43338e03-ed88-43c9-af23-995d91b94c0d,,,Amoxicillin & Clauvulanate,Amoxicilline et clauvulanate,Drug,N/A,,, -3c1e94bf-2892-461c-8d95-32bd533802a6,,,Cefuroxime,Céfuroxime,Drug,N/A,,, -0fef4696-0ca0-4d5d-9fd2-69735171412f,,,Atovaquone & Proquanil,Atovaquone et proquanil,Drug,N/A,,, -c5a918a7-e968-4836-b8c3-15f7e1b22373,,,Fluticasone & Salmeterol,Fluticasone et salmeterol,Drug,N/A,,, -04cda318-f9d2-4c09-bf27-8597b9bbdc68,,,Budesonide & Formoterol,Budésonide et formotérol,Drug,N/A,,, -39aee96f-314c-4535-a249-171b4191b70f,,,Fluticasone Furoate & Vilanterol,Furoate de fluticasone et vilanterol,Drug,N/A,,, -6ad5a53a-4d46-475e-9de9-d16a4ee9bbfe,,,Tiotropium,Tiotropium,Drug,N/A,,, -7e31f224-d756-41e6-9fd0-eb5ce3985460,,,Budesonide,Budésonide,Drug,N/A,,, -445f380a-f693-4100-9c9a-e43b73635039,,,Albuterol,Albutérol,Drug,N/A,,, -55db5ea6-2a10-4782-acbf-6971017de4b6,,,Levabuterol,Levabutérol,Drug,N/A,,, -5a26faba-ca4c-458c-9f41-2a75e242694e,,,Polyethylene Glycol,Polyéthylene glycol,Drug,N/A,,, -1a88b47f-b42f-414c-a159-c0261634441d,,,Docusate Sodium,Docusate de sodium,Drug,N/A,,, -e0e07cd2-9da6-492f-bbfa-8599e87ad9a4,,,Senna,Séné,Drug,N/A,,, -2950f6c0-e75a-458e-9585-4096b9c759bf,,,Loratadine,Loratadine,Drug,N/A,,, -1d4d3f02-ccf9-4c9e-b321-486b75c50924,,,Diphenhydramine,Diphenhydramine,Drug,N/A,,, -8d27dba5-b2ee-4f02-acb7-49e63267cdfe,,,Prednisone,Prednisone,Drug,N/A,,, -fefa8262-934f-49c5-827f-be9533a4cd94,,,Tramadol & Acetaminophen,Tramadol et acétaminophen,Drug,N/A,,, -85be45f9-2e97-4427-a1f8-0d3b830bef11,,,"Peanut, Sugar, Vegetable oil, Milk, Vitamins, minerals","Peanut, Sugar, Vegetable oil, Milk, Vitamins, minerals",Drug,N/A,,, -4d159957-5f5c-444c-9637-8ab41e564f1f,,,Cyclobenzaprine,Cyclobenzaprine,Drug,N/A,,, -6315c226-01f6-4c59-9332-74f5347c3ef7,,,Permethrin,Perméthrine,Drug,N/A,,, -965b643b-c07e-4959-8476-172e4aa5c4f9,,,Miconozole,Miconozole,Drug,N/A,,, -af2ea7b7-e1f3-4e26-be0d-7d67242b8fd4,,,Tolnoftate,Tolnoftate,Drug,N/A,,, -4ceec0ac-5c27-4c46-bb21-73dde18d02bd,,,Lidocaine,Lidocaïne,Drug,N/A,,, -1b296ced-55cc-48b7-96c3-9447267d1302,,,Benzyl Benzoate,Benzoate de benzyl,Drug,N/A,,, -37466129-caab-4a63-b050-95f6d7024ef6,,,Glyburide,Glyburide,Drug,N/A,,, -73e70d41-9b9c-467d-b7a8-8ca548d34031,,,Cefaclor,Céfaclor,Drug,N/A,,, -fdb394d2-4ed8-4a8f-be4b-a37e3a783537,,,Famciclovir,Famciclovir,Drug,N/A,,, -42bd60df-ddbb-402e-afb0-55479036d9c2,,,Minocycline,Minocycline,Drug,N/A,,, -be063ef1-5a35-491c-b521-fd93bcad0117,,,Clindamycin,Clindamycine,Drug,N/A,,, -587a6e6e-3675-4c92-bac0-a5c99ce1425e,,,Tobramycin & Dexamethasone,Trobramycine & Dexaméthasone,Drug,N/A,,, -fb23af41-6811-4e45-b0ee-dc1c0e2239cb,,,Methylprednisolone,Méthylprednisolone,Drug,N/A,,, -17faad0f-246e-40fa-ba44-182e08ad51e5,,,Tetrahydrozoline,Tétrahydrozoline,Drug,N/A,,, -8f446491-b746-43ae-bb22-1511aa0c5e29,,,Fexofenadine,Fexofenadine,Drug,N/A,,, -0e35f48a-437d-4f32-8b83-bfb20c814457,,,Guaifenesin,Guaifénésine,Drug,N/A,,, -73e97253-5b15-4893-bd83-d4aca5f57eb7,,,Aclidinium Bromide,Bromure d'aclidinium,Drug,N/A,,, -dbd7f53b-ea41-4cdd-bfe1-32d47536b469,,,Amoxicillin & Clauvulanic Acid,Amoxicillin et acide clauvulanique,Drug,N/A,,, -5a2b62f9-6254-4ef1-925b-0224f8dfefb1,,,Atovaquone & Proquanil hydrochloride,Atovaquone et chlorihydrate de proquanil,Drug,N/A,,, -f5e348b5-ecd5-47cf-9a37-78e7ef08978d,,,Captopril,Captopril,Drug,N/A,,, -7c929bab-b652-4ef1-b0de-6d98c6cee180,,,Chloroquine phosphate,Phosphate de chloroquine,Drug,N/A,,, -213140e7-8ea5-467e-8915-014de88149b2,,,Corticosteroid,Corticostéroïdes,Drug,N/A,,, -8d26417d-5d45-4ca8-9d91-c18ae5792c8b,,,Emollient Lotion,Lotion émolliente,Drug,N/A,,, -bbd3baa3-64bc-443d-b794-d684b413d7dd,,,Erythromycin estolate,Estolate érythromycine,Drug,N/A,,, -d49e1658-7a16-41d2-8937-4c785a8f6d4b,,,Ferrous sulfate,Sulfate ferreux,Drug,N/A,,, -59c4799f-151b-4479-a9c8-a05a27893d29,,,Fluticasone spray,Fluticasone en vaporisateur,Drug,N/A,,, -3332a02d-c154-45e8-ae0a-b9d36c899770,,,Hydrocortisone & Acetic Acid,Hydrocortisone et acid acétique,Drug,N/A,,, -36b65481-8912-496e-b26a-10da10cd1d4e,,,Iptratropium bromide & albuterol,Bromure d'iptratropium et albuterol,Drug,N/A,,, -6a5c3069-492d-4aa3-99a1-93497fb3d1c9,,,Lansoprazole,Lansoprazole,Drug,N/A,,, -6ff87358-869f-4756-b74d-dda05de51848,,,Odansetron hydrochloride,Hydrochlorure d'odansetron,Drug,N/A,,, -28001e9e-9369-421a-8e01-f2d9d68f0784,,,Oral rehydration therapy,Thérapie de rehydration orale,Drug,N/A,,, -8540ed16-f5ba-4abb-b707-6abd20032a84,,,Propranolol hydrochloride,Hydrochlorure de propranolol,Drug,N/A,,, -f7977809-0fbe-47a4-8905-e375bcb31f3f,,,Saline flush,Saline flush,Drug,N/A,,, -516e7c1e-9019-4c19-a853-862e4a8fd8c1,,,Sulfacetamide,Sulfacetamide,Drug,N/A,,, -33bf57ae-526a-469f-8e88-a2fd07bd9da9,,,Tiotropium powder,Poudre de tiotropium,Drug,N/A,,, -e28a653a-d7fc-4158-989f-9515963ea3db,,,Triple antibiotic,Antibiotique triple,Drug,N/A,,, -70f0f39c-9a43-4902-9f56-d7f8007f5c6c,,,Eye glasses,Lunettes,Drug,N/A,,, -3fc18bdb-948e-4573-add5-37d75853daf6,,,Orthopedic device,Appareil orthopédique,Drug,N/A,,, -b88ca045-2707-4fff-b383-89840293334d,,,Heatwrap,Heatwrap,Drug,N/A,,, -84bb5c70-878b-45c3-96e7-3282e4121e02,,,Alpha Methyl Dopa,Alpha Métyl Dopa,Drug,N/A,,, -07470e7f-f959-4344-89f6-8e6a0f442bef,,,Antipyrine,Antipyrine,Drug,N/A,,, -66de98f3-03e1-4733-9534-1f59dee19429,,,Apetamine,Apetamine,Drug,N/A,,, -a6ba4400-1db2-4d47-854f-3342204995ba,,,Apressoline,Apressoline,Drug,N/A,,, -ca2598c9-64d9-475a-b506-b6cc81741a61,,,Bebe Sirop,Bébé Sirop,Drug,N/A,,, -7736310e-38d7-4a06-804b-086874b76876,,,Bromhexine,Bromhexine,Drug,N/A,,, -a4615855-e041-4352-baae-339940d274f7,,,Co-Amoxiclav,Co-Amoxiclav,Drug,N/A,,, -b50b13e1-4188-447d-8fbc-bd29fb91daa3,,,Dolex,Dolex,Drug,N/A,,, -ec4cfcae-c438-48fb-b2e5-e696d7172270,,,Dypirone,Dypirone,Drug,N/A,,, -5f9d24b2-ac16-40eb-be4c-ab16af8f8faa,,,Ergotamine,Ergotamine,Drug,N/A,,, -d1274833-6c0e-480c-9c0a-b656156e6e7f,,,Ferrous Folate,Fer Folate,Drug,N/A,,, -f83db0a5-cf84-4d4e-a3bc-32eff500c578,,,Fungobacter,Fongobacter,Drug,N/A,,, -e6701098-9f0e-41f9-9c9d-fcdb57715bef,,,Glipizide,Glipizide,Drug,N/A,,, -c1131909-2911-4aa2-8b6c-ae7927f0ee90,,,Glibenclamide,Glibenclamide,Drug,N/A,,, -c9c0c627-7ba6-4880-a702-cfc985a296fa,,,Griseofulvine,Griséofulvine,Drug,N/A,,, -7dc18dde-ad3f-405a-be1e-8fc15a01cd91,,,Metoprolol,Metoprolol,Drug,N/A,,, -f9608d19-a304-4508-9074-4858cd3ccbed,,,Metronidazole and Nystatin,Metronidazole et Nystatin,Drug,N/A,,, -dee29eca-5758-4d7f-a98d-9a20551aaac3,,,Neomycin,Neomycine,Drug,N/A,,, -a86aa3b5-1e6e-4eb0-bc3c-e564d60eb490,,,Benzocaine-Chloroxylenol,Benzocaïne-chloroxylénol,Drug,N/A,,, -3fc5c46f-9c31-46ef-b96e-a12216f93a62,,,Simethicone,Siméthicone,Drug,N/A,,, -3cba8193-4ffd-4cc3-828b-3269da016da5,,,Simvastatin,Simvastatine,Drug,N/A,,, -0f57f6ea-d4bf-4291-98a0-81eacbb8b49f,,,Sorbitol,Sorbitol,Drug,N/A,,, -8836eada-b012-423d-bb77-e4da796f5885,,,"Acetaminophen,Pseudo-ephedrine,Dextrometorphan,Chlorpheniramine","Acétaminophene,pseudo-éphédrine,dextrométorphane,chlorphéniramine",Drug,N/A,,, -b7bab21f-5d84-4e48-b056-bdc25e696365,,,Vitamin C,Vitamine C,Drug,N/A,,, -e0cf9a43-ec8a-4b41-a856-688983c1a974,,,Amino Acids and Vitamins,Acides aminés et vitamines,Drug,N/A,,, -b2727136-70f5-470b-81a2-26aeff3f346f,,,"Levonorgestrel, Ethinylestradiol","Levonorgestrel, Ethinylestradiol",Drug,N/A,,, -71eb922d-5a51-415a-a838-8a815280abfa,,,Levonorgestrel,Levonorgestrel,Drug,N/A,,, -6533b40f-a783-435f-9c92-19d5e7343d98,,,Medroxyprojesterone acetate,Medroxyprojesterone acetate,Drug,N/A,,, -c103ec05-577d-4f64-85ec-54c361895198,,,"Rifampicine, Isoniazide, Ethambutol, pyrazinamide","Rifampicine, Isoniazide, Ethambutol, pyrazinamide",Drug,N/A,,, -606f9339-1430-4a00-8515-55095ef66c3b,,,"Rifampicine, Isoniazide","Rifampicine, Isoniazide",Drug,N/A,,, -7f27a5d2-cf2c-46da-a3c8-efaaa52c08e3,,,Albendazole and Vitamin A Set,Albendazole en Vitamine A Set,MedSet,N/A,Albendazole;Vitamin A,, -03fd8509-dd26-4e5f-bb17-70b66dcb5ad4,,,Paracetamol & Chlorzoxasone,Paracetamol & Chlorzoxasone,Drug,N/A,,, -0aa49771-8ef2-49cb-aa5d-0e2c842a0a1b,,,Sevoflurane,Sevoflurane,Drug,N/A,,, -20cd9b9c-9821-43f9-b6e7-531796b7a624,,,Succinylcholine,Succinylcholine,Drug,N/A,,, -f296897c-9b91-41e7-9af0-46a3ac07b9ce,,,Rocuronium,Rocuronium,Drug,N/A,,, -1b5edd5a-bf63-4fdd-8913-bfbf107a19ab,,,Vecuronium,Vecuronium,Drug,N/A,,, -86852158-699f-4522-af42-205a9bc758ca,,,Neostigmine,Neostigmine,Drug,N/A,,, -12b05d95-1ff2-49bf-b09e-706681e2f2d0,,,Fentanyl,Fentanyl,Drug,N/A,,, -1f70df91-2f8e-4d68-a40f-a2a47a2c2761,,,Thiopental,Thiopental,Drug,N/A,,, -bc09e8b4-cd8f-4ffc-ae74-5db1d76aed11,,,Bupivacaine spinal heavy,Bupivacaine spinal heavy,Drug,N/A,,, -5c07fc3a-5bcd-4282-9717-f0a3fbfe6f7e,,,Lidocaine & Epinephrine,Lidocaine & Epinephrine,Drug,N/A,,, -8652f96c-4a08-4545-a466-42b485ea07b2,,,Diphenidramine,Diphenidramine,Drug,N/A,,, -388ee6dc-41a5-478a-bc7c-2fdc9057ad23,,,Complex B,Complex B,Drug,N/A,,, -ced8473f-fd48-4058-a44b-7d8fb1a28c31,,,"Complex B (B1, B6, B12)","Complex B (B1, B6, B12)",Drug,N/A,,, -6ccf5902-c320-4367-88e4-211722dbfef8,,,Multivitamin,Multivitamin,Drug,N/A,,, -82cc193d-f772-4868-9c7f-5260500c7540,,,Multivitamin & Lysine,Multivitamin & Lysine,Drug,N/A,,, -a5f95187-9584-4bf6-abb7-536325edbca6,,,Ascorbic acid (Vit C),Ascorbic acid (Vit C),Drug,N/A,,, -f2bbf84c-646b-40a6-8265-6f6f9de694ab,,,Phytomenadione (Vit K),Phytomenadione (Vit K),Drug,N/A,,, -d58883a6-cd22-4d66-96dc-a2d3eace3d2e,,,Proteines,Protéines,Drug,N/A,,, -a7587ce7-f402-4ee3-b36b-4ab78d93d221,,,Zinc,Zinc,Drug,N/A,,, -d2b1ec52-b6e8-4646-be5b-6c5a850233b4,,,Heparin,Héparine,Drug,N/A,,, -cb8afacc-1b2c-493a-aad2-b67e69c73973,,,Clopidogrel,Clopidogrel,Drug,N/A,,, -4b0d1e15-abe9-4954-8a77-08c52f621a12,,,Nitroglycerin,Nitroglycérine,Drug,N/A,,, -24a723ac-3117-4772-aa2f-180bd7e2f026,,,Amiodarone,Amiodarone,Drug,N/A,,, -b78b18d6-b1ac-48dc-8111-5ab4ba588514,,,Nitroglycerin (Glycerine Trinitrate),Nitroglycérine (Glycerine Trinitrate),Drug,N/A,,, -91e206fa-fc82-43e1-a72b-dd1653b41428,,,Isosorbide dinitrate,Isosorbide dinitrate,Drug,N/A,,, -b87151c8-136b-4986-90bd-ca472176a08c,,,Hydralazine,Hydralazine,Drug,N/A,,, -2abaf024-1a07-4828-ad80-cff39e62c1f4,,,Methyldopa,Méthyldopa,Drug,N/A,,, -f9c6a3f8-a5d0-4034-ac77-e413c4b3c620,,,Labetalol,Labétalol,Drug,N/A,,, -428df146-4254-42d2-90cb-9a5d1bb95e3b,,,Nicardipine,Nicardipine,Drug,N/A,,, -2a1522a5-45f4-4cdd-ab7e-475724bdf32a,,,Sprironolactone,Sprironolactone,Drug,N/A,,, -0d935b47-6288-4856-b0b5-aa0f168dce69,,,Nifedepine SR,Nifédépine SR,Drug,N/A,,, -ba3cd2c4-d28f-4546-86d6-f6906fffc046,,,Carvedilol,Carvédilol,Drug,N/A,,, -8d8f4ed5-37b7-4eeb-b1d1-47ec84fedb18,,,Metoprolol tartrate,Métoprolol tartrate,Drug,N/A,,, -40e6108c-3561-4478-9df7-e5385277edd4,,,Propranalol,Propranalol,Drug,N/A,,, -94fad0f0-89b2-4489-9af0-043c4c40f529,,,Phenobarbital,Phénobarbital,Drug,N/A,,, -5b2fd057-c9f9-4603-b471-28b71c9ac864,,,Protamine,Protamine,Drug,N/A,,, -ddc56548-b688-4cd2-9402-0e2058407877,,,Insulin regular,Insuline réguliere,Drug,N/A,,, -468716a5-6e90-42c1-b870-59ae0911875a,,,Insulin NPH,Insuline NPH,Drug,N/A,,, -6e1f9544-89f0-4fb4-a0b1-fa4d457da618,,,Insulin (Fast & Long Acting),Insuline (Action rapide et longue),Drug,N/A,,, -ce130684-6cc5-4495-8c9e-24997c4d897f,,,Albumin,Albumine,Drug,N/A,,, -2dbd29cf-a0bc-4bfc-bb20-95dfd8c05245,,,Dextran,Dextran,Drug,N/A,,, -02a15b77-9093-4265-b422-4c4b218fc489,,,Gelofusine,Gélofusine,Drug,N/A,,, -409beedf-4f72-4f1c-9478-908917c11a8f,,,Calcium chloride,Chlorure de calcium,Drug,N/A,,, -800bb234-aabc-449c-ad8e-7510446dc1b1,,,Sodium bicarbonate,Bicarbonate de soude,Drug,N/A,,, -861a302b-cb47-4fc4-82ac-65ba4e971ff9,,,Aluminum & Magnesium hydroxide & Simethicone,Simethicone et hydroxide de magnesium et aluminium,Drug,N/A,,, -93c9e6d7-71f0-4817-8e64-1c12469cff4c,,,Bisacodyl,Bisacodyl,Drug,N/A,,, -ecff0e05-2d5d-40b8-8112-22ee733b17a1,,,Sodium phosphate (Fleet's),Phosphate de sodium (Fleet's),Drug,N/A,,, -2f427b27-c1ba-43e8-a3e1-bda24d9ec103,,,"Nitrofurasone, Neomycin, Dexamethasone (Otofuran®)","Nitrofurasone, Neomycin, Dexamethasone (Otofuran®)",Drug,N/A,,, -c2d40d92-735f-42fe-88e2-be50a53c8f97,,,Latanoprost,Latanoprost,Drug,N/A,,, -6f53a9b8-b484-4899-a020-033500546631,,,Trobramycin,Trobramycine,Drug,N/A,,, -cecfff9f-6e73-4c65-b4a2-43883973b0c5,,,Ketorolac,Kétorolac,Drug,N/A,,, -4bfe538d-32d9-40bc-84de-ff5dc043a301,,,Sodium hyaluronate,Hyaluronate de sodium,Drug,N/A,,, -23df848e-435a-4f8a-b6bc-27235b98e018,,,Timolol,Timolol,Drug,N/A,,, -e5a0d185-4c6a-42c8-a21e-e7436720d03c,,,Sodium hyaluronate & Oxymetazoline,Hyaluronate de sodium & Oxymetazoline,Drug,N/A,,, -8ebe6adf-72e3-495e-860f-c4a71ffc8016,,,Sodium chloride,Chlorure de sodium,Drug,N/A,,, -3ea490ec-60e1-446e-83ca-6f5d1da8c2e6,,,Brimonidine tartrate,Tartrate de brimonidine,Drug,N/A,,, -b39042a0-345a-478c-8f8c-91286aa066d6,,,Betaxolol,Bétaxolol,Drug,N/A,,, -04c434fc-ab58-4a4f-84c5-18e6eaa08646,,,Brimonidine & timolol,Brimonidine & timolol,Drug,N/A,,, -3d0fed4d-1fd4-44a4-99fd-d59401067134,,,Dorzolamine & timolol,Dorzolamine & timolol,Drug,N/A,,, -975c29db-ab3a-4c08-a3fb-829f79a6a7e8,,,Pilocarpine,Pilocarpine,Drug,N/A,,, -32ed8cb1-bc73-44aa-934d-bf7626154af8,,,Cyclopentolate,Cyclopentolate,Drug,N/A,,, -c5e3d595-76ae-4bf0-81d2-b3db54c36e6b,,,Propacaine,Propacaine,Drug,N/A,,, -8d6744e1-4607-4cef-abd6-0827113e9cbe,,,Phenylephrine,Phenylephrine,Drug,N/A,,, -e1b3ec78-175f-449b-a689-250641da6a05,,,Salbutamol & Iprotopium bromide,Salbutamol & bromure de Iprotopium,Drug,N/A,,, -b2841832-add7-4c6d-aa6e-425b97bb717d,,,Alcohol,Alcohol,Drug,N/A,,, -66010c7d-dd21-4f83-b950-e2fff1ff6a73,,,Chlorhexidine,Chlorhexidine,Drug,N/A,,, -cee47202-131e-46b9-8d23-3321cc03f750,,,Eucerin,Eucerin,Drug,N/A,,, -f3ea42fb-f51f-4083-8b63-d787f8e991c5,,,Phenylephrine & pramoxine,Phenylephrine & pramoxine,Drug,N/A,,, -73bbac06-6b84-4d1c-b961-9fd6437ba89f,,,Mineral oil,Huile minérale,Drug,N/A,,, -dd850b07-d068-441b-a4e9-a806b4f8f004,,,Neomycin & Bacitracin,Néomycine & Bacitracine,Drug,N/A,,, -5b1d3ede-3a08-4939-9b37-887bb63f68f9,,,Permanganate potassium,Permanganate de potassium,Drug,N/A,,, -6985c680-2c42-440a-bbbf-bedeeefe71e7,,,Petrolatum,Pétrolatum,Drug,N/A,,, -f7ae1d83-7687-45da-8327-8bf5532618e9,,,Povidone iodine,Povidone iodine,Drug,N/A,,, -89e4c545-85af-4d9c-9e8c-c8e54f815cf0,,,Silver sulfadiazine,Sulfadiazine argentique,Drug,N/A,,, -407ff256-aa15-4dac-92c1-8173ba46232c,,,Benzathine penicillin,Benzathine pénicilline,Drug,N/A,,, -2bcf9bff-87d5-4abc-b95b-e212f6861dc5,,,Benzyl penicillin,Benzyl pénicilline,Drug,N/A,,, -aee293c2-1ca7-413e-b85a-50ae41bc5305,,,Benzyl penicillin Procaine,Benzyl pénicilline procaine,Drug,N/A,,, -1605530b-1d7a-4a66-bb68-9be3c40d0c74,,,Cefalexin,Céfalexine,Drug,N/A,,, -a93ad5bd-6f39-45d1-8fa7-d21c5bbc7ddd,,,Cefotaxime,Céfotaxime,Drug,N/A,,, -404e784f-e4d8-427d-ad64-196348672168,,,Erythromycin,Erythromycine,Drug,N/A,,, -9019b2e5-62fd-4238-b448-909a44f845ca,,,Gentamicin,Gentamicine,Drug,N/A,,, -36d8bcf5-01f1-4c60-ac78-a7b5ccd31f2d,,,Quinine sulfate,Sulfate de quinine,Drug,N/A,,, -facb9b18-efad-4c4f-8855-0d20316a9326,,,Serum antitetatique,Serum antitetatique,Drug,N/A,,, -41f47998-29ae-4f21-ad8c-32c50d0939f6,,,Vancomycin,Vancomycine,Drug,N/A,,, -ab684df6-849b-42f7-84db-e4d974d3941c,,,Rifampicin & Isoniazide & Pyrazinamide,Rifampicine & Isoniazide & Pyrazinamide,Drug,N/A,,, -a75e7808-8b0a-4fbd-9ec9-244d632d71a8,,,Rifampicin & Izsoniazide & Ethambutol,Rifampicine & Izsoniazide & Ethambutol,Drug,N/A,,, -f292890a-e7ea-4dc8-b505-79e329e31b52,,,Abacavir (ABC),Abacavir (ABC),Drug,N/A,,, -5c8b92d4-a633-4d47-bb89-b08a65aea42e,,,Atazanavir & Ritonavir,Atazanavir & Ritonavir,Drug,N/A,,, -db3f2064-e3e5-450d-82d1-e07944d48430,,,Didanosine (DDI),Didanosine (DDI),Drug,N/A,,, -6744c8d5-ac9b-4552-ab55-6e9b2d235b75,,,Efavirenz (ENV or EFZ),Efavirenz (ENV ou EFZ),Drug,N/A,,, -da210f84-25d6-45a1-a8f4-7da11dadb24b,,,Efavirenz & Lamivudine & Tenofovir,Efavirenz & Lamivudine & Tenofovir,Drug,N/A,,, -55f59f64-9160-4a5a-865a-ac7bbaff3833,,,Lamivudine (3TC),Lamivudine (3TC),Drug,N/A,,, -dd2af8e4-fc75-4dc6-b66b-18cab45f01c5,,,Lamivudine & Tenofovir,Lamivudine & Tenofovir,Drug,N/A,,, -63405d09-cdb2-4ced-995d-fa4eef9f8781,,,Lopinavir & Ritonavir (LPV/r),Lopinavir & Ritonavir (LPV/r),Drug,N/A,,, -1bcc8df8-076b-46f6-afc0-c1cbf9e33438,,,Nevirapine (NVP),Névirapine (NVP),Drug,N/A,,, -dc93032f-aff4-445f-bc64-c4524ca314ac,,,Tenofovir,Ténofovir,Drug,N/A,,, -e14ca630-37ba-4a2b-94ac-fd2c3fa01d10,,,Zidovudine (AZT),Zidovudine (AZT),Drug,N/A,,, -72e3dc8b-9d9c-4978-b3a7-773df0045460,,,Zidovudine & Lamivudine (AZT/3TC),Zidovudine & Lamivudine (AZT/3TC),Drug,N/A,,, -32369173-ba00-455c-a85e-b0377e24a948,,,Zidovudine & Lamivudine & Nevirapine (AZT/3TC/NVP),Zidovudine & Lamivudine & Nevirapine (AZT/3TC/NVP),Drug,N/A,,, -4f60c141-9051-4f22-a4b1-f286e17681a8,,,BCG vaccine,BCG vaccine,Drug,N/A,,, -b5a7051e-b3c0-4aa7-b4aa-9b5a3b64e1af,,,Moderna Covid 19 Vaccine,Moderna Covid 19 Vaccine,Drug,N/A,,, -0158e0b1-5fe4-4238-b06d-7fdede7b261a,,,Pfizer-BioNTech Covid 19 Vaccine,Pfizer-BioNTech Covid 19 Vaccine,Drug,N/A,,, -0d4c670b-5107-4c4f-8bb8-0e564b54f980,,,Johnson & Johnson Covid 19 Vaccine,Johnson & Johnson Covid 19 Vaccine,Drug,N/A,,, -556d6907-f002-42e9-96ba-af6c6f4b6d2e,,,Oral polio vaccine (OPV),Vaccin polio oral (VPO),Drug,N/A,,, -e981d07a-3541-4c09-9916-cc1460757c7b,,,Polio Vaccine-Inactivated Vaccine (IPV),Vaccin antipoliomyélitique inactivé (VPI),Drug,N/A,,, -7a849926-646e-4e96-948e-68dfe6272591,,,Measles Rubella Vaccine (MR),Vaccin rubéole rougeole (RR),Drug,N/A,,, -613c8c54-a1f5-435c-a1f0-ec9beaa42d06,,,Pentavalent Vaccine (Penta),Pentavalent Vaccine (Penta),Drug,N/A,,, -7dc377e9-793c-4ad5-8d79-59811de57d31,,,Rotavirus Vaccine (Rota),Vaccin rotavirus (Rota),Drug,N/A,,, -51ef2b9a-2ac7-4903-9594-c1bdb88eb10d,,,Diphtheria Tetanus Vaccine (DT),Vaccin diphtérique tétanique (dT),Drug,N/A,,, -59381959-d0c2-4bfb-9da5-fbf75a046827,,,Diphtheria Tetanus Pertusis Vaccine (DTP),Vaccin diphtérique tétanique coquelucheux (DTP),Drug,N/A,,, -c1c2676e-0533-40f7-89b4-f6f071817e02,,,Pneumococcal Vaccine (PCV13),Vaccin pneumocoque (PCV13),Drug,N/A,,, -c5032f5b-11b8-49f2-a183-bd3d3a95df31,,,Ready-to-Use Supplementary Foods,Aliments Suplementaires Prets a l'emploi (ASPE),Drug,N/A,,, -92836bbe-aa15-458f-97d6-96da0a5a2345,,,Aminophyllin,Aminophylline,Drug,N/A,,, -51aba50f-c957-494b-aae9-c8137e56d303,,,Biperidene lactate,Lactate de bipéridène,Drug,N/A,,, -c731f7a1-669d-43fe-89b4-1cc4655c7156,,,Calcium & vit,Calcium & vit,Drug,N/A,,, -ebe04ba6-768f-42e5-9933-a5449b51a210,,,Activated charcoal,Charbon activé,Drug,N/A,,, -a67db321-80d4-41f0-be6a-24f50d11c804,,,Cisatracurium,Cisatracurium,Drug,N/A,,, -f4392a22-8b70-44b1-ae74-78ea084b76ef,,,Clomifen citrate,Clomifen citrate,Drug,N/A,,, -28ed2e52-c83c-4956-95f2-0b4cf1c27655,,,Cortisone & antibiotic & antimycotic,Cortisone & antibio & antimycosique,Drug,N/A,,, -18b4fab2-68da-4ea4-9f05-4664ac6d855d,,,Dextran in NaCl,Dextrane dans NaCl,Drug,N/A,,, -14146168-c1af-414c-b211-679cf1952d3d,,,Enoxaparin,Énoxaparine,Drug,N/A,,, -e198d906-4a82-42bb-bc03-38d8083ca324,,,Ephedrine,éphédrine,Drug,N/A,,, -62313920-a030-48fa-aa97-db7b3afadaba,,,Esmolol,Esmolol,Drug,N/A,,, -153a837f-9c6b-4011-b062-0add78571d1a,,,Etomidate,Etomidate,Drug,N/A,,, -1a615bb7-2fc4-419c-98b9-93f05e3953b8,,,Fenofibrate,Fénofibrate,Drug,N/A,,, -0a5315d5-9599-43ac-868a-96a4278a617a,,,Fer elementaire & Acide folique,Fer elementaire & Acide folique,Drug,N/A,,, -56a2f553-a2f8-4a85-b66d-b6d0db670515,,,Flumazenil,Flumazénil,Drug,N/A,,, -9643b503-02ec-4fde-aeb1-a293dc8d7c75,,,Glycopyrrolate,Glycopyrrolate,Drug,N/A,,, -b07006a3-62c1-485a-b8ef-af0de629d04c,,,Hialorunate de Na+,Hialorunate de Na+,Drug,N/A,,, -bd8f1042-b1bd-4bb2-8b3b-fbda065e371f,,,Hialorunate de Na+ et oxymetazoline,Hialorunate de Na+ et oxymetazoline,Drug,N/A,,, -3673e2b5-63bd-400a-a499-87d15e50d8a7,,,Hydrocortisone hemorrhoidal,Hydrocortisone hémorroïdaire,Drug,N/A,,, -7055f997-aef8-4c05-9b18-6e002c6add03,,,Rabies immunoglobulins,Immunoglobulines antirabiques,Drug,N/A,,, -13c78cde-f14e-4ce9-94db-67e549dc8903,,,Formula Milk,Formule Lait,Drug,N/A,,, -4c7472fd-a025-49a1-bdca-ffd7d4fd766f,,,Lidocaine w & epinephrine dental,Lidocaine w & epinephrine dental,Drug,N/A,,, -89ed13af-d803-46dc-a1f2-3db6c5b8969b,,,Meperidine,Mépéridine,Drug,N/A,,, -9cf2bb23-9d7c-4281-862c-aa1e5ed94802,,,MTV & Fer gttes (pr neonato),MTV & Fer gttes (pr neonato),Drug,N/A,,, -3009dd8b-d64f-44a0-ba23-2e33ca11279b,,,Nitroprussiate,Nitroprussiate,Drug,N/A,,, -70298171-26e2-4e1c-8b46-036b09e52af9,,,Noradrenaline,Noradrénaline,Drug,N/A,,, -8f63ffb3-f3cc-4242-8de4-1c1b097a14ad,,,Parenteral nutrition (peripheral at least),Nutrition parentérale (périphérique au moins),Drug,N/A,,, -677d828f-8b7f-4fae-9391-f726b4eae941,,,Petroleum,Pétrole,Drug,N/A,,, -1fe88165-4877-427f-846e-b3b310039f15,,,Propafenone,Propafénone,Drug,N/A,,, -a90d51dd-bd38-4534-8ff6-d363d7f11fb0,,,Glycerin,glycérine,Drug,N/A,,, -c7eb7c7d-55d5-4163-acc4-35b14b715a96,,,Bupivacaine,Bupivacaïne,Drug,N/A,,, -5f373a4f-5793-4660-9868-87df0eca033a,,,Propylthiouracil,Propylthiouracile,Drug,N/A,,, -3ea17ac3-945f-48aa-a651-cd61ee838e97,,,Protamine sulfate,Sulfate de protamine,Drug,N/A,,, -3ab0a0ea-241d-42f4-8f86-b256c848f947,,,Sildenafil,Sildénafil,Drug,N/A,,, -fb7fc6f2-d105-4063-a35a-113e71857c5a,,,Streptokinase,Streptokinase,Drug,N/A,,, -c02185e2-eee3-4f1a-bb99-501d565499cd,,,Tamoxifen,Tamoxifène,Drug,N/A,,, -d22ab275-609b-458b-ba00-b9697af0bd41,,,Tobramycin,Tobramycine,Drug,N/A,,, -a52f6561-87d2-4f1c-b173-42ed8d27aaa7,,,Tocopherol,Tocophérol,Drug,N/A,,, -fb9b6f7f-af33-4988-8865-7e2b7ea20f92,,,Vasopressin,Vasopressine,Drug,N/A,,, -f2300d2e-7751-4504-aff4-7d8f68e14165,,,Vitamins A and D,Vitamines A et D,Drug,N/A,,, -eac72f49-5761-42bd-94f5-d2ea19810bd1,,,Voltaren,Voltarène,Drug,N/A,,, -a5a5aaf1-541e-4ca6-9753-bd4b0e479f81,,,Ciprofloxacin,Ciprofloxacine,Drug,N/A,,, -136d7f67-07d7-48f3-9bc8-8b275f0d45c3,,,Someticone,Someticone,Drug,N/A,,, -bb9c9e33-00db-4f9f-b230-adde3df9b092,,,Primoquine,Primoquine,Drug,N/A,,, -497457dc-48c1-40f9-8261-0bd9f4bf6b21,,,Dyphenhydramine,Dyphenhydramine,Drug,N/A,,, -48bcdab5-adb0-4229-aef3-1168a51c2932,,,Eucalyptus & Diphenhydramine & Phenylephrine,Eucalyptus & Diphenhydramine & Phenylephrine,Drug,N/A,,, -a5a5aaf1-541e-4ca6-9753-bd4b0e479f81,,,Ciprofloxacin,Ciprofloxacine,Drug,N/A,,, -136d7f67-07d7-48f3-9bc8-8b275f0d45c3,,,Someticone,Someticone,Drug,N/A,,, -bb9c9e33-00db-4f9f-b230-adde3df9b092,,,Primoquine,Primoquine,Drug,N/A,,, -497457dc-48c1-40f9-8261-0bd9f4bf6b21,,,Dyphenhydramine,Dyphenhydramine,Drug,N/A,,, -48bcdab5-adb0-4229-aef3-1168a51c2932,,,Eucalyptus & Diphenhydramine & Phenylephrine,Eucalyptus & Diphenhydramine & Phenylephrine,Drug,N/A,,, -984e4058-d87f-489f-a28d-138c90565666,,,Silver Nitrate,Silver Nitrate,Drug,N/A,,, -a546446e-e789-4d02-b02f-c938c6bd373f,,,Boric acid & Antipyrine & Ephedrine,Acide borique & Antipyrine & Ephedrine,Drug,N/A,,, -252159dc-3a8c-4587-801f-762118de992c,,,Belladona & Phenobarbital,Belladona & Phenobarbital,Drug,N/A,,, -8f8920be-f144-4fba-b4db-d32940dcea04,,,Dequalinium & Lidocaine,Déqualinium & Lidocaïne,Drug,N/A,,, -05130695-8005-4d57-a803-111265f0f4c1,,,Diclofenac & Vitamin B complex,Diclofénac & Complexe de vitamine B,Drug,N/A,,, -66c997ab-d252-43e5-94ca-b5925a60fdbb,,,Diclofenac & Methocarbamol & Paracetamol,Diclofenac & Methocarbamol & Paracetamol,Drug,N/A,,, -5ac2861d-71e9-4488-bf29-449d555ddfcb,,,Diosmine & Hesperidine,Diosmine & Hesperidine,Drug,N/A,,, -909ea570-031b-422e-b28d-17b7f492a1b9,,,Gemfibrozil,Genfibrozil,Drug,N/A,,, -1d47e474-4ae6-4e47-9b69-2ce6ed7399ac,,,Glucosamine & Chondroitin,Glucosamine & Chondroitin,Drug,N/A,,, -a30dc1f2-a26b-4bc0-90a4-e7eb7feea473,,,Nystatin & Zinc Oxide,Nystatine et oxyde de zinc,Drug,N/A,,, -bcf73538-3f39-4429-a30d-8499609942cd,,,Multivitamin & Iron,Multivitamines et fer,Drug,N/A,,, -d644e9bd-7ae2-4ef3-b7b7-739816051213,,,Pentoxifylline,Pentoxifylline,Drug,N/A,,, -792871a0-4a52-4e5d-bdd2-4fd49d636227,,,Podophillin,Podophylline,Drug,N/A,,, diff --git a/distro/configuration/concepts/findings.csv b/distro/configuration/concepts/findings.csv deleted file mode 100644 index 15ed9483d..000000000 --- a/distro/configuration/concepts/findings.csv +++ /dev/null @@ -1,10 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Short name:en,Short name:fr,Description:en,Description:fr,Data class,Data type,Absolute low,Critical low,Normal low,Normal high,Critical high,Absolute high,Units,Allow decimals,Display precision,_version:1,_order:1000 -5085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5085;PIH:5085;AMPATH:5085;SNOMED CT:271649006,Systolic blood pressure,Tension arterielle systolique,SBP,,A patient's systolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position),,Finding,Numeric,0,85,100,140,180,250,mmHg,No,,, -5086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5086;PIH:5086;AMPATH:5086;SNOMED CT:271650006;LOINC:35094-2,Diastolic blood pressure,Tension arterielle diastolique,DBP,,A patient's diastolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position),,Finding,Numeric,0,40,55,90,120,150,mmHg,No,,, -5088AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5088;PIH:5088;AMPATH:5088,Temperature (c),Température (c),Temp (c),,Patient's temperature in degrees centigrade.,,Finding,Numeric,25,,,,,43,DEG C,Yes,,, -5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5090;PIH:5090;AMPATH:5090,Height (cm),Taille (cm),HT,,Patient's height in centimeters.,,Finding,Numeric,10,,,,,272,cm,Yes,,, -5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5089;PIH:5089;AMPATH:5089,Weight (kg),Poids (kg),WT,,Patient's weight in kilograms.,,Finding,Numeric,0,,,,,250,kg,Yes,,, -5087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5087;PIH:5087;AMPATH:5087;SNOMED CT:78564009,Pulse,Pouls,HR,,"Patient pulse rate, as measured with a peripheral oximeter.",,Finding,Numeric,0,49,55,100,130,230,beats/min,No,,, -1343AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:1343;PIH:1290;AMPATH:1343;SNOMED CT:284473002,Mid-upper arm circumference,Circonférence du haut du bras,MUAC,,"MUAC is the circumference of the left upper arm, measured at the mid-point between the tip of the shoulder and the tip of the elbow. MUAC is useful for the assessment of nutritional status.",,Finding,Numeric,,,,,,,cm,Yes,,, -5242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5242;PIH:5242;AMPATH:5242;SNOMED CT:86290005,Respiratory rate,Rythme respiratoire,RR,,Measured respiratory rate in breaths per minute,Frequence respiratoire,Finding,Numeric,0,8,12,18,26,999,breaths/min,No,,, -5283AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5283;AMPATH:5283,Karnofsky performance score,,KPS,,"Zero to 100 scale commonly used for assessing terminally ill patients.",,Finding,Numeric,,,,,,,%,,0,, diff --git a/distro/configuration/concepts/group_session_meta-core_demo.csv b/distro/configuration/concepts/group_session_meta-core_demo.csv deleted file mode 100644 index 6fbc144af..000000000 --- a/distro/configuration/concepts/group_session_meta-core_demo.csv +++ /dev/null @@ -1,5 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:es,Short name:en,Short name:es,Description:en,Data class,Data type,Complex data handler,Answers,Members,Allow decimals,Units,Normal low,Normal high,Absolute low,Absolute high,_version:1,_order:1700 -e2559620-900b-4f66-ae41-0b9c4adfb654,,,Session Name,Nombre de sesión,Name,Nombre,Session Name,Misc,Text,,,,,,,,,,, -ceaca505-6dff-4940-8a43-8c060a0924d7,,,Session Date,Fecha de la sesión,Date,Fecha,Session Date,Misc,Date,,,,,,,,,,, -f1a2d58c-1a0e-4148-931a-aac224649fdc,,,Practitioner,Facultativo,Practitioner,Facultativo,Practitioner,Misc,Text,,,,,,,,,,, -fa8fedc0-c066-4da3-8dc1-2ad8621fc480,,,Session Notes,Notas de la sesión,Notes,Notas,Session Notes,Misc,Text,,,,,,,,,,, \ No newline at end of file diff --git a/distro/configuration/concepts/misc-core_data.csv b/distro/configuration/concepts/misc-core_data.csv deleted file mode 100644 index 076fbac4e..000000000 --- a/distro/configuration/concepts/misc-core_data.csv +++ /dev/null @@ -1,6 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Fully specified name:es,Short name:en,Short name:fr,Short name:es,Description:en,Description:fr,Description:es,Data class,Data type,Answers,_version:1,_order:1000 -1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:1067;PIH:1067;AMPATH:1067;SNOMED CT:261665006,Unknown,Ne sait pas,Desconocido,,,,Generic answer to a question.,,,Misc,N/A,,, -66cdc0a1-aa19-4676-af51-80f66d78d9eb,,,On time,À temps,On time,À temps,,,,,,Misc,N/A,,, -90af4b72-442a-4fcc-84c2-2bb1c0361737,,,Late,En retard,Late,En retard,,,,,,Misc,N/A,,, -5c3ce9c9-75bd-4730-8878-08c03ec02e9d,,,Early,Tôt,Early,Tôt,,,,,,Misc,N/A,,, -d81d4698-e78c-420d-aac5-cb1f606fb32e,,,Visit Punctuality,Visite Ponctualité,Visit Punctuality,Visite Ponctualité,,,,,,Question,Coded,On time;Late;Early,, diff --git a/distro/configuration/concepts/operative_progress-core_demo.csv b/distro/configuration/concepts/operative_progress-core_demo.csv deleted file mode 100644 index 852c8e2e7..000000000 --- a/distro/configuration/concepts/operative_progress-core_demo.csv +++ /dev/null @@ -1,22 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Short name:en,Fully specified name:es,Short name:es,Description:en,Description:es,Data class,Data type,Complex data handler,Answers,Members,Allow decimals,Units,Normal low,Normal high,Absolute low,Absolute high,_version:1,_order:1100 -a957ff9c-80f1-4f31-8937-3bef0cfb8c0e,,,Pre-Operative Diagnosis,Pre-Op Diagnosis,Diagnóstico preoperatorio,Diagnóstico preoperatorio,,,Misc,Text,,,,,,,,,,, -f348e4b5-4124-4169-966a-2dff2a944566,,,Post-Operative Diagnosis,Post-Operative Diagnosis,Diagnóstico postoperatorio,Diagnóstico postoperatorio,,,Misc,Text,,,,,,,,,,, -27fe6714-0bc6-4435-adb0-818538abe42c,,,Procedure,Procedure,Procedimiento,Procedimiento,,,Misc,Text,,,,,,,,,,, -acda413c-56cc-48ab-825d-af58cb947f15,,,Assistants,Assistants,Asistentes,Asistentes,,,Misc,Text,,,,,,,,,,, -3ca389b4-6b9d-487c-bdd9-73d2cfeeab0c,,,General,General,General,General,,,Misc,N/A,,,,,,,,,,, -5392d074-eed3-4f88-a8e9-5bae333e7589,,,Monitored Anesthesia Care,MAC,Atención de anestesia supervisada,Atención de anestesia supervisada,,,Misc,N/A,,,,,,,,,,, -84ba7929-3714-4023-843a-2b1814563207,,,Knee Block,Knee Block,bloque de rodilla,bloque de rodilla,,,Misc,N/A,,,,,,,,,,, -7dd25939-b4e5-4657-8c69-ac4993f183b5,,,Axillary Block,Axillary Block,Bloque Axilar,Bloque Axilar,,,Misc,N/A,,,,,,,,,,, -0f087406-b092-419c-a9ae-bd32c9e29a43,,,Interscalene Block,Interscalene Block,Bloque interescalénico,Bloque interescalénico,,,Misc,N/A,,,,,,,,,,, -20fafddb-bfd4-421e-acfb-639454741e94,,,Intravenous Block,IV Block,Bloque intravenoso,bloque CI,,,Misc,N/A,,,,,,,,,,, -3dbb2d82-ee96-43a5-a905-0401c2d8b1a9,,,Local Anesthesia and Sedation,Local Anesthesia & Sedation,Anestesia local y Sedación,Anestesia local y Sedación,,,Misc,N/A,,,,,,,,,,, -ea6ac7de-d7cf-4105-aadb-b1e489536a7e,,,Local Anesthesia,Local Anesthesia,Anestesia local,Anestesia local,,,Misc,N/A,,,,,,,,,,, -3017f680-5c3c-4f7b-94e1-6afda9e07eaf,,,Anesthesia Type,Anesthesia Type,Tipo de anestesia,Tipo de anestesia,,,Misc,Coded,,General; Monitored Anesthesia Care; Knee Block; Axillary Block; Interscalene Block; Intravenous Block; Local anesthesia and Sedation;Local Anesthesia,,,,,,,,, -b5ab7bc0-bffb-4dc8-b832-2e1713f06944,,,Estimated Blood Loss,EBL,Pérdida de sangre estimada,LBE,,,Misc,Numeric,,,,,mls,,,,,, -64fe56e6-5b52-4cdb-adc2-b6d50bfdee63,,,Complications,Complications,Complicaciones,Complicaciones,,,Misc,Text,,,,,,,,,,, -08f1f638-b3c7-4040-8ae9-c95a5df59755,,,Specimens,Spcmns,especímenes,Spcmns,,,Misc,Text,,,,,,,,,,, -59185273-c5b8-4e73-8ba2-c68710f6c507,,,Drains,Drains,Drenajes,Drenajes,,,Misc,Text,,,,,,,,,,, -a1da87f9-c4af-4598-accd-489268a2d325,,,Condition upon discharge from OR,Condition upon discharge from OR,Condición al alta del quirófano,Condición al alta,,,Misc,Text,,,,,,,,,,, -0b21ca75-2fab-4c34-bf4c-f66ae2415829,,,Surgeon,Surgeon,Cirujano,Cirujano,,,Misc,Text,,,,,,,,,,, -0934658e-fee3-44e3-a8f2-292dc3587f54,,,Time of Procedure,Time of Prdure,Tiempo de Procedimiento,tiempo de prdura,,,Misc,Datetime,,,,,,,,,,, -2554a66d-46fe-4f5f-813a-2b491716bddf,,,Post-Operative Instructions,Post-Operative Instructions,Instrucción Post-Operatoria,Instrucción postoperatoria,,,Misc,Text,,,,,,,,,,, \ No newline at end of file diff --git a/distro/configuration/concepts/programs_workflows_states_core-demo.csv b/distro/configuration/concepts/programs_workflows_states_core-demo.csv deleted file mode 100644 index 79d00b97f..000000000 --- a/distro/configuration/concepts/programs_workflows_states_core-demo.csv +++ /dev/null @@ -1,7 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Fully specified name:es,Short name:en,Short name:fr,Short name:es,Description:en,Description:fr,Description:es,Data class,Data type,_version:1,_order:1000 -7dc376cc-1725-11ed-861d-0242ac120002,,SNOMED MVP:PMTCT,Prevention of Maternal to Child HIV transmissio,,,PMTCT,,,Prevention of Maternal to Child HIV transmission program,,,Misc,N/A,, -7dc379f6-1725-11ed-861d-0242ac120002,,SNOMED MVP:HIV_TS,HIV treatment status,,,Treatment status (HIV),,,HIV treatment status program workflow,,,Misc,N/A,, -7dc37ad2-1725-11ed-861d-0242ac120002,,SNOMED MVP:PROGRAM_STATUS,Program status,,,Program status,,,Program status program workflow,,,Misc,N/A,, -7dc37bb8-1725-11ed-861d-0242ac120002,,SNOMED MVP:OATT,On Antiretrovirals Treatment,,,On Antiretrovirals,,,On Antiretrovirals Treatment program workflow state,,,Misc,N/A,, -7dc37c9e-1725-11ed-861d-0242ac120002,,SNOMED MVP:LTFU,Lost to follow-up,,,Lost follow-up,,,Lost to follow-up program workflow state,,,Misc,N/A,, -7dc37d7a-1725-11ed-861d-0242ac120002,,SNOMED MVP:NS,Never started,,,Never started,,,Never started program workflow state,,,Misc,N/A,, diff --git a/distro/configuration/concepts/questions_core-demo.csv b/distro/configuration/concepts/questions_core-demo.csv deleted file mode 100644 index f46f45538..000000000 --- a/distro/configuration/concepts/questions_core-demo.csv +++ /dev/null @@ -1,3 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Fully specified name:es,Short name:en,Short name:fr,Short name:es,Description:en,Description:fr,Description:es,Data class,Data type,_version:1,_order:1000 -165095AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:165095,General patient note,,,,,,A general patient note,,,Question,Text,, -162169AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:162169,Text of encounter note,,,,,,Free text note field intended to capture unstructured description of the patient encounter,,,Question,Text,, diff --git a/distro/configuration/concepts/tests_core-demo.csv b/distro/configuration/concepts/tests_core-demo.csv deleted file mode 100644 index d34164f6c..000000000 --- a/distro/configuration/concepts/tests_core-demo.csv +++ /dev/null @@ -1,11 +0,0 @@ -Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Short name:en,Short name:fr,Description:en,Description:fr,Data class,Data type,Absolute low,Critical low,Normal low,Normal high,Critical high,Absolute high,Units,Allow decimals,Display precision,_version:1,_order:1000, -5092AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5092;AMPATH:5092;SNOMED CT:431314004,Arterial blood oxygen saturation (pulse oximeter),Saturation d'oxygène dans le sang,SpO2,,"Oxygen saturation, as measured from a peripheral oximeter.",,Finding,Numeric,0,90,95,,,100,%,Yes,,,, -5086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5086;AMPATH:5086;PIH:5086;SNOMED CT:271650006,Diastolic blood pressure,Tension artérielle diastolique,,,A patient's diastolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position),,Finding,Numeric,0,50,60,90,110,150,mmHg,No,,,, -5085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5085;AMPATH:5085;PIH:5085;SNOMED CT:271649006;org.openmrs.module.mdrtb:SYSTOLIC BLOOD PRESSURE,Systolic blood pressure,Tension artérielle systolique,Spb,,A patient's systolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position),,Finding ,Numeric,0,90,100,140,180,250,mmHg,No,,,, -5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5090;LOINC:8302-2;AMPATH:5090;PIH:5090;SNOMED CT:50373000,Height (cm),Taille (CM),HT,,Patient's height in centimeters.,,Finding ,Numeric,10,,,,,272,cm,Yes,,,, -5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5089;LOINC:3141-9;AMPATH:5089;PIH:5089;SNOMED CT:27113001;org.openmrs.module.mdrtb:WEIGHT,Weight (kg),Poids (kg),WT,,Patient's weight in kilograms.,,Finding,Numeric,0,,,,,250,kg,Yes,,,, -5087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5087;LOINC:8867-4;SNOMED CT:78564009,Pulse,Pouls,HR,,"Patient pulse rate, as measured with a peripheral oximeter.",,Finding,Numeric,0,45,60,100,110,230,beats/min,No,,,, -5242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5242;LOINC:9279-1;SNOMED CT:86290005,Respiratory rate,Rythme respiratoire,RR,,Measured respiratory rate in breaths per minute,FREQUENCE RESPIRATOIRE,Finding,Numeric,0,10,12,18,24,99,,No,,,, -5088AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:5088,Temperature (c),Température (c),Temp(c),,Patient's temperature in degrees centigrade.,,Finding,Numeric,25,,35,37.7,39,43,ºC,Yes,,,, -1133AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:1133;SNOMED CT:271236005,Serum potassium,Kaliémie,K,,Laboratory test that determines a blood serum potassium level.,,Test,Numeric,0,2.4,3.5,5.6,6.6,,mmol/L,Yes,,,, -856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,CIEL:856,HIV viral load,VIH charge virale,,,This is a measure of the number of copies/ml of DNA/RNA in patients with HIV.,CHARGE VIRALE VIH,Test,Numeric,0,,,,,,copies/ml,No,,,, diff --git a/distro/configuration/conceptsources/conceptsources-core_data.csv b/distro/configuration/conceptsources/conceptsources-core_data.csv deleted file mode 100644 index 3d27aca61..000000000 --- a/distro/configuration/conceptsources/conceptsources-core_data.csv +++ /dev/null @@ -1,25 +0,0 @@ -UUID,Void/Retire,Name,Description,HL7 Code,Unique ID -1ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,SNOMED CT,SNOMED Preferred mapping,SCT, -2ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,SNOMED NP,Non-preferred SNOMED CT mappings,, -4ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,RxNORM,RxNORM CUI,, -5ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,RxNORM Comb,RxNORM Combination generics MVP Code,, -6ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,LOINC,LOINC code,, -12ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,PIH Malawi,Partners in Health Malawi concept dictionary,, -13ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,AMPATH,AMPATH concept dictionary,, -14ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,SNOMED MVP,MVP Namespace Identifier extensions to SNOMED CT,, -18ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,HL7 2.x Route of Administration,Members of value set from HL7 for routes of administration,HL70162, -19ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,3BT,Belgian Bilingual Bi-encoded Thesaurus (3BT),, -20ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,ICPC2,International Classification of Primary Care version 2 from WONCA.,, -21ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,CIEL,Columbia International eHealth Laboratory concept ID,, -24ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,IMO ProblemIT,"Intelligent Medical Objects, Inc. problem/disease/finding datasource",, -25ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,IMO ProcedureIT,"Intelligent Medical Objects, Inc. procedure/test datasource",, -27ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,NDF-RT NUI,Unique numeric indicator from NDF-RT drug information database,, -28ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,FDA Route of Administration,"Description. This standard provides for all routes of administration for drugs. Source. COMIS Reference table (which is used by the Drug Product Reference File to generate Approved Drug Products with Therapeutic Equivalence Evaluations (a.k.a. ""The Orange Book"")), and the Drug Registration and Listing Database, Office of Epidemiology and Biosurveillance Database. Also, the names (but not the definitions or the numeric codes) that are represented in blue have been harmonized with the E2B route of administration terms for the International Conference on Harmonization (ICH).",, -29ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,NCI Concept Code,"National Cancer Institute concept code URL: http://nciterms.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus",, -34ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,MED-RT NUI,VHA's Medication Reference Terminology,, -fb9aaaf1-65e2-4c18-b53c-16b575f2f385,,PIH,Equivalent concept ID in Master Partners-in-Health Concept dictionary,, -4faa9f66-d80f-4685-9645-af206fce7fa5,,ICD-10,"International Classification of Diseases, 10th Revision (ICD-10)",ICD-10, -ddb6b595-0b85-4a80-9243-efe4ba404eef,,org.openmrs.module.mdrtb,The required concepts for the MDR-TB module,, -9e2cf36d-5eb2-44b6-945a-6d456aa50794,,org.openmrs.module.emrapi,The required concepts for the EMRAPI module,, -1b880698-489f-59ed-bd5b-f42a2f5c8e81,,HL7-MedicationDispenseStatus,Medication dispense status for FHIR,, -50ef5518-f4e3-4c49-9352-0002202005e9,,ANCDAK,WHO SMART Guideline Data Elements,, diff --git a/distro/configuration/conceptsources/conceptsources.csv b/distro/configuration/conceptsources/conceptsources.csv deleted file mode 100644 index 73e0aa0e4..000000000 --- a/distro/configuration/conceptsources/conceptsources.csv +++ /dev/null @@ -1,43 +0,0 @@ -UUID,Void/Retire,Name,Description,HL7 Code,Unique ID -1ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,SNOMED CT,SNOMED Preferred mapping,SCT, -2ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,SNOMED NP,Non-preferred SNOMED CT mappings,, -4ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,RxNORM,RxNORM CUI,, -5ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,RxNORM Comb,RxNORM Combination generics MVP Code,, -6ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,LOINC,LOINC code,, -12ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,PIH Malawi,Partners in Health Malawi concept dictionary,, -13ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,AMPATH,AMPATH concept dictionary,, -14ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,SNOMED MVP,MVP Namespace Identifier extensions to SNOMED CT,, -18ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,HL7 2.x Route of Administration,Members of value set from HL7 for routes of administration,HL70162, -19ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,3BT,Belgian Bilingual Bi-encoded Thesaurus (3BT),, -20ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,ICPC2,International Classification of Primary Care version 2 from WONCA.,, -21ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,CIEL,Columbia International eHealth Laboratory concept ID,, -24ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,IMO ProblemIT,"Intelligent Medical Objects, Inc. problem/disease/finding datasource",, -25ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,IMO ProcedureIT,"Intelligent Medical Objects, Inc. procedure/test datasource",, -27ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,NDF-RT NUI,Unique numeric indicator from NDF-RT drug information database,, -28ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,FDA Route of Administration,"Description. This standard provides for all routes of administration for drugs. Source. COMIS Reference table (which is used by the Drug Product Reference File to generate Approved Drug Products with Therapeutic Equivalence Evaluations (a.k.a. ""The Orange Book"")), and the Drug Registration and Listing Database, Office of Epidemiology and Biosurveillance Database. Also, the names (but not the definitions or the numeric codes) that are represented in blue have been harmonized with the E2B route of administration terms for the International Conference on Harmonization (ICH).",, -29ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,NCI Concept Code,"National Cancer Institute concept code URL: http://nciterms.nci.nih.gov/ncitbrowser/ConceptReport.jsp?dictionary=NCI_Thesaurus",, -34ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,MED-RT NUI,VHA's Medication Reference Terminology,, -37ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,,KenyaEMR,Kenya National Electronic Medical Record Concept Dictionary,, -fb9aaaf1-65e2-4c18-b53c-16b575f2f385,,PIH,Equivalent concept ID in Master Partners-in-Health Concept dictionary,, -4faa9f66-d80f-4685-9645-af206fce7fa5,,ICD-10,"International Classification of Diseases, 10th Revision (ICD-10)",ICD-10, -ddb6b595-0b85-4a80-9243-efe4ba404eef,,org.openmrs.module.mdrtb,The required concepts for the MDR-TB module,, -9e2cf36d-5eb2-44b6-945a-6d456aa50794,,org.openmrs.module.emrapi,The required concepts for the EMRAPI module,, -2b3c054a-768a-102f-83f4-12313b04a615,true,SNOMED-CT,Systematized Nomenclature of Medicine--Clinical Terms,, -2b3c2a2a-768a-102f-83f4-12313b04a615,,SNOMED-MVP,MVP Namespace Identifier extensions to SNOMED CT,, -cf7414cf-4423-4110-85b9-eae8689691de,,IMO-ProblemIT,"Intelligent Medical Objects, Inc. problem/disease/finding datasource",, -3f65bd34-26fe-102b-80cb-0017a47871b2,,ICD-10-WHO,"International Classification for Diseases version 10, WHO",, -2b3c2778-768a-102f-83f4-12313b04a615,,PIH-Malawi,"Partners In Health, Malawi",, -4277c661-9198-4618-90f4-13b7824b0184,,SNOMED-UK,Imported from https://api.openconceptlab.org/orgs/CIEL/sources/CIEL/mappings/333199/,, -a23ff4da-aaac-456f-8d39-1e25c97274a7,,IMO-ProcedureIT,Imported from https://api.openconceptlab.org/orgs/CIEL/sources/CIEL/mappings/319916/,, -fac8a60a-bb4d-4595-ad35-b58c4fff522f,,SNOMED-US,Imported from https://api.openconceptlab.org/orgs/CIEL/sources/CIEL/mappings/308332/,, -47d94ae7-4513-4f44-a5ab-07b5cfc88f3a,,ICD-11-WHO,Imported from https://api.openconceptlab.org/orgs/CIEL/sources/CIEL/mappings/269136/,, -e5d252c1-b071-4c25-9027-68f6e94de37e,,HL-7-CVX,Imported from https://api.openconceptlab.org/orgs/CIEL/sources/CIEL/mappings/956365/,, -dbf095ee-0fd3-4848-9481-ab3d88c5f24f,,MVX,Imported from https://api.openconceptlab.org/orgs/CIEL/sources/CIEL/mappings/630661/,, -547ad52b-c5bd-4a3a-b9a6-bbe9691aefab,,OHRI,Open HIV Reference Implementation,, -229f549b-708a-590b-92a3-54c65b44c7d3,,OCT,Concept Dictionary for OHRI Care and Treatment,, -b8a180b8-9344-5cf2-bd90-f50a5ce15fb4,,OHTSTemp,Working Dictionary for Custom Concepts,, -e017f0e9-01b7-5e38-a373-9a133e5f8513,,WHOATC,"WHO Anatomical Therapeutic Chemical Classification - ATC drug classification from the World Health Organization",, -454ddb63-2ea2-51b1-9938-698183b5f5d7,,MED-RT-NUI,"The new Medication Reference Terminology (MED-RT) is the evolutionary successor to the Veterans Health Administration's (VHA) National Drug File-Reference Terminology (NDF-RT)",, -611b8b45-a7c6-5f76-ab25-9379532e2e8b,,NDF-RT-NUI,"NDF-RT NUI: Unique numeric indicator from NDF-RT drug information database",, -9187c61a-b524-552a-811a-0924e0f6cbd1,,UCUM,"The Unified Code for Units of Measure - A code system intended to include all units of measures being contemporarily used in international science, engineering, and business",, -1b880698-489f-59ed-bd5b-f42a2f5c8e81,,HL7-MedicationDispenseStatus,"HL7 Medication Dispense Status - http://hl7.org/fhir/CodeSystem/medicationdispense-status used by FHIR",, diff --git a/distro/configuration/drugs/drugs.csv b/distro/configuration/drugs/drugs.csv deleted file mode 100644 index 9b6fd03ab..000000000 --- a/distro/configuration/drugs/drugs.csv +++ /dev/null @@ -1,323 +0,0 @@ -Uuid,Void/Retire,Name,Concept Drug,Concept Dosage Form,Strength,_version:1 -77497f60-8ff1-4508-bf74-00944e5c030d,,Oxycodone/Acetaminophen 5mg+325mg,103281AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg+325mg, -e6b91fc3-8961-493e-9acb-5853162ffec7,,Famotidine,76178AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -dd87f758-a49b-44ac-841b-16b61c176244,,Azithromycin,71780AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -7a595a6a-8c0b-4725-addd-ad2d82100b98,,Ceftriaxone 1g,73041AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,160242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1g, -9762b8c0-bdba-49ed-ae32-0290a04e8ab9,,Ondansetron,81073AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -5668deaf-9459-42df-bea8-db378f0d38f6,,Oxycodone,81332AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -988bf012-f48f-4ed2-a6f1-5488505584e6,,Acetaminophen,70116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -dfd36a48-1946-454c-bc04-8dc7cada7120,,Acetaminophen 325 mg,70116AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,325mg, -85315e68-f8f1-43e6-b957-ae773bfaf9b7,,Lisinopril, 78945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -c6f2234a-75ed-4530-bd60-1196fd84d0c6,,Lisinopril 2.5 mg,78945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,2.5mg, -e5300d81-b7cd-4010-8a1c-269030d5bab4,,Lisinopril 5 mg,78945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -e6bd712f-5fb7-4704-8cc3-f26b7f710d20,,Lisinopril 10 mg,78945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -1e5421d1-abcd-4d88-8776-1a8057506aba,,Lisinopril 20 mg,78945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -f6ad6ed0-953c-4b45-ba41-2f302f3b8b09,,Lisinopril 30 mg,78945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,30mg, -41323ed9-967b-4afa-bc9b-cda3ceb42050,,Lisinopril 40 mg,78945AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,40mg, -43615798-db46-4e2a-95a8-182ead4da45b,,Amlodipine,71137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -00a789ff-da44-42b9-b929-3a069d98d3e1,,Amlodipine 5mg,71137AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -762b4267-6ce6-4de7-8342-7d415fedda6b,,Levothyroxine sodium,78809AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -15c7d21f-cd1a-4eed-ab79-2fcfe0d99592,,Levothyroxine sodium 75 mcg,78809AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,75mcg, -a80acf74-a85c-4fef-8dc4-d763e364663f,,Metformin,79651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -81dadd82-3ac8-4aab-9f61-848b89b3f053,,Metformin Co,79651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -721497f0-dcf4-4f05-8fe7-e2e487b0d774,,Metformin Co 500mg,79651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, 500mg, -d590f509-1e79-479c-bcdd-5f3812b16803,,Metformin Co 1000mg,79651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, 1000mg, -405bf055-32ff-405c-b041-4e4543f66e99,,Metformin 1000mg,79651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1000mg, -3543c654-0834-4c90-982c-5e277005c15d,,Griséofulvine Co 500mg,c9c0c627-7ba6-4880-a702-cfc985a296fa,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -3af6ca73-f2ee-43ff-8464-fa00bf525e9b,,Advil 200mg,ff5cdb18-0258-4467-bf1f-35c7b6339767,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,200mg, -143c0048-33d5-46e6-b7b9-85b12769b629,,Multi-Vitamin Adult,e770a760-5e8b-42d8-939f-c7b12ea3754f,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -9c257346-524c-4eef-bcf3-2cf4b472b2a8,,Multi-Vitamin Children,8a52cbaf-7303-44a8-ba47-976c4104f9d7,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -fb601ad7-ffb6-4624-8f64-93522bb8d4ac,,Multi-Vitamin Prenatal,564a7a84-148f-4814-a520-d0351dbea6dc,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -124a4a8e-f920-4898-b3d0-6d463b1c3db2,,Atenolol 50mg,1e10d8c9-36f0-4d6b-8ff6-7a453876d512,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mg, -b0ce9018-f569-4380-a233-97efb9d2a168,,Hydrochlorothiazide 50mg,77696AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mg, -6ca6fa54-5b32-4d64-a66c-542c0889f840,,Lasix 20mg,9f6c3927-2a31-485c-8735-f10b9951aef9,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -09e58895-e7f0-4649-b7c0-e665c5c08e93,,Aspirin 81mg,71617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,81mg, -38087db3-7395-431f-88d5-bb25e06e33f1,,Aspirin 325mg,71617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,325mg, -8d4d2102-52a5-445d-9e0f-462d8967336a,,Celebrex 200mg,72c81a79-f281-40ac-a54c-bed78c89e385,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,200mg, -c0a931b7-c900-45fe-b672-b78a00f41ed2,,Neurontin 100mg,0c0563de-cd06-49de-8b31-af79d668b81b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,100mg, -12da54e5-294a-4be2-834c-4ffd996a5bf6,,Neurontin 800mg,0c0563de-cd06-49de-8b31-af79d668b81b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,800mg, -fc882328-40ef-4fa3-852f-81f69fcf954f,,Tums,f381801c-7c75-4ab9-bdfe-3caa07175dfc,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -0adc85cf-de4e-4c4b-a483-d8586f19626b,,Prilosec 20mg,df3f7c1f-dac8-429b-ba38-90d770c1253c,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -d5d560bc-e481-4874-93d0-a1023d1ce766,,Zantac 150mg,4c187e9c-3623-4763-94b4-86426e6a447f,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,150mg, -45395ed4-63b2-43d2-af2a-23f4dc8e1b9e,,Protonix 20mg,b3ed709f-f800-4ea9-bbba-f52c69ef0d86,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -d6a60960-b4df-4ab0-a231-1c3fcc8414e1,,Glucotrol 5mg,e6701098-9f0e-41f9-9c9d-fcdb57715bef,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -af4be8ee-45b3-47e3-a32e-1c3bfb2e6f61,,Glipizide Er 3mg,da550975-a6c3-47f2-b568-1e2e749644c7,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,3mg, -912e4679-7758-403e-8441-5b528561f7bc,,Glipizide Er 6mg,da550975-a6c3-47f2-b568-1e2e749644c7,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,6mg, -2949ec94-0e60-4a99-b699-e36daa665033,,Bacitracin,2dc41359-1deb-4a83-b5ae-82c7df066bb4,0689bb6e-9371-4a0f-ad1c-63c135b1714d,, -f691c1c4-1fe3-4fd5-afbf-2167ad241164,,Lotrimin 1%,895ae798-25af-4232-b4a1-942b11abd446,0689bb6e-9371-4a0f-ad1c-63c135b1714d,1%, -4125aa3e-4b43-41c2-99a3-00bb71978084,,Nystatin 100000U/g,984a9a0b-13f6-4bb4-b55d-c51d5ce225c9,0689bb6e-9371-4a0f-ad1c-63c135b1714d,100000U/g, -5363a53f-a3c2-4a29-b7f0-a4b075052e5e,,Levaquin 250mg,98dbb9b2-9859-4b68-b08a-78f88f629d40,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -5449d13a-591f-4840-9739-870966625f0f,,Valtrex 1g,0f5a1ae5-e52f-4252-96c4-895487daa4ff,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1g, -12dd160a-2ab4-4b95-900c-40ebf6ccc55f,,Doxycycline 100mg,b571adbe-388f-4219-be01-343738d3ed80,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,100mg, -76a434fd-df90-4b19-ba47-26ddd7a00437,,Diflucan 200mg,32d6f1a8-7a0d-46f7-845a-84e3a27e686e,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,200mg, -56034516-35a4-4bca-826e-df42008ebeed,,Albenza 400mg,8f668b49-584f-4cba-b0f2-817a8aaf50c4,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,400mg, -396c0447-c8e2-4f2f-a9a1-b664efe352ea,,Lindane 1%,18e51e1e-544c-4716-a87b-79748cb46229,90a3f930-2eef-4a2e-8427-5359607c7b13,1%, -a8355c83-31db-4089-a962-512e35097ef0,,Amoxicillin 500mg,627a6041-ad81-4968-8adf-2f49aec4433b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -8dd89c2e-b45b-4fea-98d5-f6b9f02247c1,,Ceftin 250mg/5ml,3c1e94bf-2892-461c-8d95-32bd533802a6,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg/5ml, -dfc7e569-4e44-4b11-bc7f-4d0d7b768fd4,,Spiriva,6ad5a53a-4d46-475e-9de9-d16a4ee9bbfe,658c1b9c-51c8-4734-8bf2-80e750c7889f,, -0ba092a4-3fc1-4d45-a2cb-c7eaf95d6ebd,,Pulmicort,7e31f224-d756-41e6-9fd0-eb5ce3985460,658c1b9c-51c8-4734-8bf2-80e750c7889f,, -83d3ac4b-1aa8-40bb-83dd-7381a2876dc1,,Proventil,445f380a-f693-4100-9c9a-e43b73635039,658c1b9c-51c8-4734-8bf2-80e750c7889f,, -8833d035-ac2d-4d23-b5cc-720ebfee1533,,Xopenex,55db5ea6-2a10-4782-acbf-6971017de4b6,658c1b9c-51c8-4734-8bf2-80e750c7889f,, -e8b79172-45cd-40ce-9ca8-0a6a652bb47e,,Cortef,a2956625-0a07-48b7-9344-3cb707dcd542,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -1fc3e5e1-85dd-4a1e-88fa-5f57e07d727d,,Miralax 17g,5a26faba-ca4c-458c-9f41-2a75e242694e,dc6382df-6fc7-4700-bb93-b9b5dd5ee9c2,17g, -aae13cbd-1509-4e4d-9b5a-ce6139fb74c2,,Colace 100mg,1a88b47f-b42f-414c-a159-c0261634441d,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,100mg, -311f1a89-0c75-4b34-bc88-00f2edee9400,,Senokot 17mg,e0e07cd2-9da6-492f-bbfa-8599e87ad9a4,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,17mg, -8dd28534-a357-4617-8909-2160f7fd7e4c,,Claritin,2950f6c0-e75a-458e-9585-4096b9c759bf,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -277024fa-a41d-4655-8485-a44ef683c41f,,Benadryl,1d4d3f02-ccf9-4c9e-b321-486b75c50924,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -e3a59ed6-c9b9-4bb0-922d-25fc6aa74043,,Deltasone,8d27dba5-b2ee-4f02-acb7-49e63267cdfe,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -52128175-f648-4a4b-bb2d-4d7a97ea4b6e,,Vitamin B12 1000mcg,836b7f4c-9e3c-4a53-bb08-ab8990b5b9d8,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,1000mcg, -28dc1ebd-945e-4795-9060-5c60ffb5a577,,Ultram 50mg,34daf0c8-739f-4649-9d96-b45a32a233d6,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mg, -b9f17974-47ba-430f-9a17-352f50241e90,,Flexeril 5mg,4d159957-5f5c-444c-9637-8ab41e564f1f,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -7104f6ed-8793-4b51-8425-5fcb9cf8a59e,,Bismuth subsalicylate 300mg,72241AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,300mg, -ce6b9fe4-6cbc-495e-8744-20a9cb48f1cf,,Esomeprazole 20mg,75875AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -637499ff-1c54-4722-ba57-3e41b3d22a49,,Permethrin,6315c226-01f6-4c59-9332-74f5347c3ef7,0689bb6e-9371-4a0f-ad1c-63c135b1714d,, -47453ba1-85f2-4c78-b1c7-8b3c79e40df2,,Zeasorb 2%,965b643b-c07e-4959-8476-172e4aa5c4f9,0689bb6e-9371-4a0f-ad1c-63c135b1714d,2%, -2f6bc24e-bd9e-4520-a6ba-f999ef7cbafd,,Tolnoftate 1%,af2ea7b7-e1f3-4e26-be0d-7d67242b8fd4,0689bb6e-9371-4a0f-ad1c-63c135b1714d,1%, -f321c087-0a5b-48c1-a605-3954e6159b86,,Xylocaine,4ceec0ac-5c27-4c46-bb21-73dde18d02bd,90a3f930-2eef-4a2e-8427-5359607c7b13,, -63e5f917-ce97-47c4-8423-126bd798636e,,Normal Saline 0.9%,cc4a27b0-78cb-4d3d-9c85-51f4a06d1f4a,90a3f930-2eef-4a2e-8427-5359607c7b13,0.90%, -856c6ba9-201e-4022-a4b4-6d8aafeff7fd,,Dermadex 10mg,1b296ced-55cc-48b7-96c3-9447267d1302,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -60508974-752a-4960-b0be-f0e6aa6da64b,,Inderal 80mg,062fc7f6-3d11-409a-96f7-a60cd8a71a36,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,80mg, -b6a421fd-50f2-4ed7-b687-23d985e42a50,,Glucotrol 10mg,e6701098-9f0e-41f9-9c9d-fcdb57715bef,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -ab1a18bd-926d-48f3-8006-16314952698b,,Glyburide 5mg,37466129-caab-4a63-b050-95f6d7024ef6,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -54e1a064-172b-4d3c-ae8e-b78afb368c37,,Glyburide 3mg,37466129-caab-4a63-b050-95f6d7024ef6,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,3mg, -e79df49a-71a6-4169-952c-0225048cb482,,Glyburide 6mg,37466129-caab-4a63-b050-95f6d7024ef6,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,6mg, -8d883d65-9473-46ff-8b14-0ebe1f9a86da,,Ceclor 125mg/5ml,73e70d41-9b9c-467d-b7a8-8ca548d34031,94ecbbb3-71b7-407b-bac4-3279abbf1b69,125mg/5ml, -91450143-ca6e-46fe-9fff-274be47521db,,Famvir 250mg,fdb394d2-4ed8-4a8f-be4b-a37e3a783537,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -b9934447-70bb-4ef3-a65d-ff7cffe39025,,Levaquin 250mg,98dbb9b2-9859-4b68-b08a-78f88f629d40,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -b257beaf-a967-4822-8f78-9f87be045959,,Minocin 90mg,42bd60df-ddbb-402e-afb0-55479036d9c2,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,90mg, -ca382f91-17b3-4b54-973e-8ccbdd89b8e1,,Cleocin 300mg,be063ef1-5a35-491c-b521-fd93bcad0117,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,300mg, -9c38ea14-0972-46a9-9dac-76cafbb44971,,Cipro 250mg,a5a5aaf1-541e-4ca6-9753-bd4b0e479f81,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -03f18d86-ac0a-49a6-87bf-e022119301ad,,Cipro 500mg,a5a5aaf1-541e-4ca6-9753-bd4b0e479f81,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -83d98064-593f-4cf9-bec4-c427d4677f7d,,Biaxin 500mg,a4391c57-549b-4047-8971-c3fa72e140b5,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -45e91fa2-5458-4d2f-854b-11f08eb12801,,Solu-Medrol 125mg/5ml,fb23af41-6811-4e45-b0ee-dc1c0e2239cb,90a3f930-2eef-4a2e-8427-5359607c7b13,125mg/5ml, -827f6978-a666-4c58-8218-7388fdcc6fa3,,Visine 0.05%,17faad0f-246e-40fa-ba44-182e08ad51e5,90a3f930-2eef-4a2e-8427-5359607c7b13,0.05%, -247b17b0-8fe9-48de-a0f6-4b9a6f1caee8,,Allegra 60mg,8f446491-b746-43ae-bb22-1511aa0c5e29,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,60mg, -14af1c0c-decd-41c0-ba07-95059f167ed2,,Allegra 180mg,8f446491-b746-43ae-bb22-1511aa0c5e29,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,180mg, -3d215e2e-0560-4afc-9023-e1d1088bf484,,Robitussin Adult 200mg/5ml,0e35f48a-437d-4f32-8b83-bfb20c814457,94ecbbb3-71b7-407b-bac4-3279abbf1b69,200mg/5ml, -e42af6eb-e624-402e-bb26-ff2540a390d0,,Tudorza Pressair 400mcg,73e97253-5b15-4893-bd83-d4aca5f57eb7,658c1b9c-51c8-4734-8bf2-80e750c7889f,400mcg, -08128635-a443-42af-9b5d-32a2132cef06,,Pulmicort 90mcg,7e31f224-d756-41e6-9fd0-eb5ce3985460,658c1b9c-51c8-4734-8bf2-80e750c7889f,90mcg, -931d1308-a72f-4f3a-a627-63d8b3c8c25d,,Malarone,0fef4696-0ca0-4d5d-9fd2-69735171412f,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -b0918013-25be-420f-b133-a76fbedb3406,,Symbicort 160mcg+4.5mcg,04cda318-f9d2-4c09-bf27-8597b9bbdc68,658c1b9c-51c8-4734-8bf2-80e750c7889f,160mcg+4.5mcg, -7c61da9b-9c70-484f-8da7-ca9a45aa56f9,,Ultracet 37.5mg+325mg,fefa8262-934f-49c5-827f-be9533a4cd94,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,37.5mg+325mg, -ed9e55d8-eb78-4e2f-bc57-d5107ac1481c,,Amoxicillin 125mg/5ml,43338e03-ed88-43c9-af23-995d91b94c0d,94ecbbb3-71b7-407b-bac4-3279abbf1b69,125mg/5ml, -d3916ced-81fa-455f-bac7-f0afed65d9b1,,Tobradex 0.3%+0.1%,587a6e6e-3675-4c92-bac0-a5c99ce1425e,90a3f930-2eef-4a2e-8427-5359607c7b13,0.3%+0.1%, -4bc64ce7-18a8-460a-9314-0f89e4ca2d0b,,Bactrim 160mg+800mg,becdbefb-d88b-4a21-affa-46a2c5dbdbdb,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,160mg+800mg, -8f04e3bf-60da-4e53-a577-f5fac65ec25e,,Augmentin 600mg+42.9mg/75ml,43338e03-ed88-43c9-af23-995d91b94c0d,94ecbbb3-71b7-407b-bac4-3279abbf1b69,600mg+42.9mg/75ml, -e6f2566d-610f-4d78-a3d5-e086d6742c51,,Advair 500mg+50mg,c5a918a7-e968-4836-b8c3-15f7e1b22373,658c1b9c-51c8-4734-8bf2-80e750c7889f,500mg+50mg, -1281857e-3426-4ca4-ae06-cd35cb4e0e01,,Breo 80mg+4.5mg,39aee96f-314c-4535-a249-171b4191b70f,658c1b9c-51c8-4734-8bf2-80e750c7889f,80mg+4.5mg, -51717134-b03a-4951-9e67-9fc56a920a24,,Hydrocortisone + Acetic Acid Otic,3332a02d-c154-45e8-ae0a-b9d36c899770,90a3f930-2eef-4a2e-8427-5359607c7b13,, -6a455315-51b3-41db-9e5d-ee03c2ad3cdb,,Augmentin 250mg+62.5mg/5ml,5af24242-1f58-40ef-a9a6-417cdf53c81c,94ecbbb3-71b7-407b-bac4-3279abbf1b69,250mg+62.5mg/5ml, -2ddaae26-c352-4245-a1d5-b8884068d17b,,Augmentin 600mg+42.9mg/125ml,5af24242-1f58-40ef-a9a6-417cdf53c81c,94ecbbb3-71b7-407b-bac4-3279abbf1b69,600mg+42.9mg/125ml, -f2736658-a69e-45e0-b289-e771ec86fc0c,,Advair 250mg+50mg,c5a918a7-e968-4836-b8c3-15f7e1b22373,658c1b9c-51c8-4734-8bf2-80e750c7889f,250mg+50mg, -a116c770-3d2e-4139-b670-45e021fede4e,,Advil 400mg,ff5cdb18-0258-4467-bf1f-35c7b6339767,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,400mg, -3e804780-c538-4800-ab4d-da7f710dc4cd,,Advil 600mg,ff5cdb18-0258-4467-bf1f-35c7b6339767,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,600mg, -62e89330-c656-44dc-bcf9-a7c90111e8c3,,Albenza 200mg,8f668b49-584f-4cba-b0f2-817a8aaf50c4,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,200mg, -e2dc4a41-7f0b-44c7-ac3a-676939f176ef,,Alclometasone 0.05%,213140e7-8ea5-467e-8915-014de88149b2,0689bb6e-9371-4a0f-ad1c-63c135b1714d,0.05%, -a8b5bd1d-867a-4159-b585-13fe1bd59dce,,Amoxicillin 250mg,627a6041-ad81-4968-8adf-2f49aec4433b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -0e99b832-3cad-4039-bfb5-0c2f55906f8a,,Amoxicillin 250mg/5ml,43338e03-ed88-43c9-af23-995d91b94c0d,94ecbbb3-71b7-407b-bac4-3279abbf1b69,250mg/5ml, -9e99eb20-5172-433a-ba7e-669b0f2af50b,,Amoxicillin 400mg/5ml,43338e03-ed88-43c9-af23-995d91b94c0d,94ecbbb3-71b7-407b-bac4-3279abbf1b69,400mg/5ml, -a722710f-403b-451f-804b-09f8624b0838,,Aspirin 162.5mg,71617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,162.5mg, -20e0d495-b906-405e-9cc7-1a18e14a5612,,Atenolol 100mg,1e10d8c9-36f0-4d6b-8ff6-7a453876d512,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,100mg, -8b8aceae-7a1e-49d1-823a-ae657ea4184f,,Atenolol 25mg,1e10d8c9-36f0-4d6b-8ff6-7a453876d512,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,25mg, -41acb9e7-5737-41fb-8931-746355fc0beb,,Atenolol 75mg,1e10d8c9-36f0-4d6b-8ff6-7a453876d512,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,75mg, -93ac42d5-b121-4e7c-9f80-37f50bcaff64,,Bacitracin 500U/g,2dc41359-1deb-4a83-b5ae-82c7df066bb4,0689bb6e-9371-4a0f-ad1c-63c135b1714d,500U/g, -1a9438b3-0cfb-4bef-b4fc-dc4324bb4134,,Benadryl 25mg,1d4d3f02-ccf9-4c9e-b321-486b75c50924,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,25mg, -fcc75458-0d8e-4921-b6a8-baf5a7e26d8e,,Benadryl 50mg,1d4d3f02-ccf9-4c9e-b321-486b75c50924,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mg, -02005fc7-625e-40de-bfbe-872f85b48e07,,Betamethasone 0.05%,213140e7-8ea5-467e-8915-014de88149b2,0689bb6e-9371-4a0f-ad1c-63c135b1714d,0.05%, -19bf89f5-6f1b-4b11-82b7-686d619f5667,,Biaxin 250mg,a4391c57-549b-4047-8971-c3fa72e140b5,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -8c855783-fc73-4b3a-a415-4ca6a2b9560e,,Captopril 12.5mg,f5e348b5-ecd5-47cf-9a37-78e7ef08978d,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,12.5mg, -864df3a3-cbda-48d7-86fb-6059b6db713b,,Captopril 25mg,f5e348b5-ecd5-47cf-9a37-78e7ef08978d,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,25mg, -d9d1d81a-ab7c-47f5-9dbc-f837b82b4a30,,Captopril 50mg,f5e348b5-ecd5-47cf-9a37-78e7ef08978d,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mg, -bb8a1afa-9dbc-477d-93b3-411f03f742f7,,Ceclor 250mg/5ml,73e70d41-9b9c-467d-b7a8-8ca548d34031,94ecbbb3-71b7-407b-bac4-3279abbf1b69,250mg/5ml, -40c49aab-41f0-4782-a1c7-88d190e4ffae,,Ceftin 125mg/5ml,3c1e94bf-2892-461c-8d95-32bd533802a6,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,125mg/5ml, -a6bb9b34-7417-4602-b2c4-62f8559c0ef9,,Chloroquine 250mg,7c929bab-b652-4ef1-b0de-6d98c6cee180,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -28137a3d-215c-4b8f-bda1-ee13e5bb4bd5,,Chloroquine 500mg,7c929bab-b652-4ef1-b0de-6d98c6cee180,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -372d5752-dc7b-487e-b450-e7cdabacef50,,Cipro 750mg,a5a5aaf1-541e-4ca6-9753-bd4b0e479f81,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,750mg, -2976fb3e-a020-4a29-8424-878928607e01,,Claritin 10mg,2950f6c0-e75a-458e-9585-4096b9c759bf,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -3e14295d-63f7-4876-8767-cf93f9c6ca68,,Claritin 5mg/5ml,2950f6c0-e75a-458e-9585-4096b9c759bf,94ecbbb3-71b7-407b-bac4-3279abbf1b69,5mg/5ml, -b4abf73f-d647-49a7-9957-a16983d8b211,,Cleocin 150mg,be063ef1-5a35-491c-b521-fd93bcad0117,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,150mg, -8035131f-4346-481b-b746-84837e900781,,Cleocin 450mg,be063ef1-5a35-491c-b521-fd93bcad0117,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,450mg, -c76ca2a3-c70e-42cd-9618-500ebf3f2474,,Deltasone 10mg,8d27dba5-b2ee-4f02-acb7-49e63267cdfe,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -8a9fdf80-2caa-407d-96a7-a5701a140e6a,,Deltasone 20mg,8d27dba5-b2ee-4f02-acb7-49e63267cdfe,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -c259b78f-6dac-4749-a21f-935646bc3c0d,,Deltasone 40mg,8d27dba5-b2ee-4f02-acb7-49e63267cdfe,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,40mg, -efb8b933-04cc-4f2f-8499-94a8b7b58027,,Deltasone 5mg,8d27dba5-b2ee-4f02-acb7-49e63267cdfe,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -22ce4524-954e-41c2-a995-91ef80cad806,,Diclofenac 50mg,391d02a4-2640-4d7b-900f-f74de8e1b6ed,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mg, -fb1509f8-0287-4111-a58c-e4f48fa6575d,,Diflucan 100mg,32d6f1a8-7a0d-46f7-845a-84e3a27e686e,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,100mg, -f32f7a3f-d27f-412d-a91c-d8d99fad464e,,Diflucan 150mg,32d6f1a8-7a0d-46f7-845a-84e3a27e686e,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,150mg, -f944281f-8655-4897-9fdb-6cc038d094f9,,Erythromycin 125mg/5ml,bbd3baa3-64bc-443d-b794-d684b413d7dd,94ecbbb3-71b7-407b-bac4-3279abbf1b69,125mg/5ml, -7a6c2021-7be0-46eb-bc03-b88b6d2f5ba6,,Erythromycin 250mg/5ml,bbd3baa3-64bc-443d-b794-d684b413d7dd,94ecbbb3-71b7-407b-bac4-3279abbf1b69,250mg/5ml, -ef56eef4-8be8-4c7b-af5b-38577d7b0e96,,Eucerin,8d26417d-5d45-4ca8-9d91-c18ae5792c8b,32b26cbd-818c-453c-8649-1cdc62e50d41,, -89e1bd4d-2d1e-4c1b-92ca-1d997943020d,,Flagyl 500mg,f9608d19-a304-4508-9074-4858cd3ccbed,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -f6f88eca-f59c-4859-8a7a-d005a59691ce,,Flexeril 10mg,4d159957-5f5c-444c-9637-8ab41e564f1f,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -52b9f66b-cb47-487a-9452-00e036fe1dd8,,Flonase 50mcg,59c4799f-151b-4479-a9c8-a05a27893d29,162375AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mcg, -6b8a0e60-09ee-4d93-b46a-3ab8cab22b29,,Gatorade,28001e9e-9369-421a-8e01-f2d9d68f0784,90a3f930-2eef-4a2e-8427-5359607c7b13,, -1fb6be75-14f1-4171-af87-2a7fb223a806,,Gentamicin 0.3%,1b6b830c-068d-460d-8411-c42ffe7b0331,90a3f930-2eef-4a2e-8427-5359607c7b13,0.30%, -85dc7fa9-2cbb-42ca-a7a8-244465f4f737,,Gentian Violet 1%,c30f5267-e067-4e01-9b88-8f4ee5c7c069,90a3f930-2eef-4a2e-8427-5359607c7b13,1%, -9a0b84c9-6c80-4fc0-9764-43a870b2a432,,Hydrocortisone 1%,a2956625-0a07-48b7-9344-3cb707dcd542,0689bb6e-9371-4a0f-ad1c-63c135b1714d,1%, -f116a3d6-3019-4e7c-9a1f-42c681144a31,,Hydrocortisone 2.5%,a2956625-0a07-48b7-9344-3cb707dcd542,0689bb6e-9371-4a0f-ad1c-63c135b1714d,2.50%, -c15080cf-f142-46be-8dd3-7193958c4e93,,Inderal IR 10mg,8540ed16-f5ba-4abb-b707-6abd20032a84,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -22e9616c-b0c0-4d3e-95e9-173750386d61,,Inderal IR 20mg,8540ed16-f5ba-4abb-b707-6abd20032a84,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -23e8de30-5b3c-4371-a185-200556fa0951,,Inderal IR 40mg,8540ed16-f5ba-4abb-b707-6abd20032a84,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,40mg, -997f4df8-0cdd-47bc-ba71-a01c6bcd3b89,,Inderal IR 60mg,8540ed16-f5ba-4abb-b707-6abd20032a84,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,60mg, -ec734d5e-53c3-4d59-8c3a-3ce9c9360bc9,,Iron IR 325mg,d49e1658-7a16-41d2-8937-4c785a8f6d4b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,325mg, -9bab903e-6312-4c6a-95dc-149c86e752ad,,Lasix 10mg,9f6c3927-2a31-485c-8735-f10b9951aef9,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -db08ac66-5b79-4e29-a799-6c9b76d3c40b,,Lasix 40mg,9f6c3927-2a31-485c-8735-f10b9951aef9,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,40mg, -7edcd7d4-ca9f-45f8-b591-bcf0985e7213,,Lasix 60mg,9f6c3927-2a31-485c-8735-f10b9951aef9,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,60mg, -cf76df0e-4571-4f7a-9a66-cb7122134077,,Lasix 80mg,9f6c3927-2a31-485c-8735-f10b9951aef9,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,80mg, -39c32716-b384-4dd8-84c7-324786e015b3,,Levaquin 500mg,98dbb9b2-9859-4b68-b08a-78f88f629d40,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -d88a415d-1532-4d6e-9b47-b0264aa84485,,Metro-gel 0.75%,f9608d19-a304-4508-9074-4858cd3ccbed,0689bb6e-9371-4a0f-ad1c-63c135b1714d,0.75%, -92e5fe31-7eb4-4bdc-a245-e359715eee0e,,Motrin Chilren's 100mg/5ml,ff5cdb18-0258-4467-bf1f-35c7b6339767,94ecbbb3-71b7-407b-bac4-3279abbf1b69,100mg/5ml, -5939e5cd-cc6e-470a-bd7d-d1353e9174be,,Motrin Infant's 50mg/1.25ml,ff5cdb18-0258-4467-bf1f-35c7b6339767,94ecbbb3-71b7-407b-bac4-3279abbf1b69,50mg/1.25ml, -9dcd95b2-afe2-4d51-8b88-17211966fd65,,Neosporin,e28a653a-d7fc-4158-989f-9515963ea3db,0689bb6e-9371-4a0f-ad1c-63c135b1714d,, -c6308b9c-00f1-476c-aa61-745bb26e0f71,,Neurontin 300mg,0c0563de-cd06-49de-8b31-af79d668b81b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,300mg, -294c26b6-a5c8-454e-b9b7-16d103584b3d,,Neurontin 600mg,0c0563de-cd06-49de-8b31-af79d668b81b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,600mg, -9a118208-e8a4-4af2-bb3a-f0bf02649e75,,Neurontin 900mg,0c0563de-cd06-49de-8b31-af79d668b81b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,900mg, -84945f45-3a3c-4d57-bc34-b474cf7ad612,,Prevacid 15mg,6a5c3069-492d-4aa3-99a1-93497fb3d1c9,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,15mg, -b73ac801-cf29-4e21-a2b2-a5288222d34c,,Prevacid 30mg,6a5c3069-492d-4aa3-99a1-93497fb3d1c9,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,30mg, -5a244df6-7cee-44da-89b0-f9bf732ffbed,,Proscar 1mg,e2650794-cf62-4a1a-a678-0bcc3bf21323,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1mg, -1baa0c9d-5c1b-4673-bc8b-732c556c7c68,,Proscar 5mg,e2650794-cf62-4a1a-a678-0bcc3bf21323,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -7a4861ec-81ab-4989-95b6-df5a9bd16651,,Protonix 40mg,b3ed709f-f800-4ea9-bbba-f52c69ef0d86,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,40mg, -e61b5364-5d97-40bd-9557-a555f232fc43,,Proventil 200mcg,445f380a-f693-4100-9c9a-e43b73635039,658c1b9c-51c8-4734-8bf2-80e750c7889f,200mcg, -b8655f3b-ec83-418a-b767-54c053fbd743,,Proventil 400mcg,445f380a-f693-4100-9c9a-e43b73635039,658c1b9c-51c8-4734-8bf2-80e750c7889f,400mcg, -c9544877-0a60-462f-9b7c-c8bb57380831,,Pulmicort Flexhaler 180mcg,7e31f224-d756-41e6-9fd0-eb5ce3985460,658c1b9c-51c8-4734-8bf2-80e750c7889f,180mcg, -70e97a3d-0084-400a-aace-50b50dc04ed4,,Pulmicort Flexhaler 360mcg,7e31f224-d756-41e6-9fd0-eb5ce3985460,658c1b9c-51c8-4734-8bf2-80e750c7889f,360mcg, -bc56515a-cfb0-4dcd-a6e6-351e3bf1154c,,Saline flush 0.9%,f7977809-0fbe-47a4-8905-e375bcb31f3f,90a3f930-2eef-4a2e-8427-5359607c7b13,0.90%, -cd228fc7-699d-4d47-a11f-9e72c8e940f1,,Spiriva HandiHaler 18mcg,33bf57ae-526a-469f-8e88-a2fd07bd9da9,658c1b9c-51c8-4734-8bf2-80e750c7889f,18mcg, -88b343c0-a9e9-4b45-b57e-cc7014ab7f34,,Sulfacetamide 0.1,516e7c1e-9019-4c19-a853-862e4a8fd8c1,90a3f930-2eef-4a2e-8427-5359607c7b13,10%, -07a5d160-973c-422b-89db-9aeddd8d70a1,,Voltaren 1%,eac72f49-5761-42bd-94f5-d2ea19810bd1,0689bb6e-9371-4a0f-ad1c-63c135b1714d,1%, -d6f041d9-cf9b-4208-87fa-355a4ef6fcaa,,Zofran 8mg,6ff87358-869f-4756-b74d-dda05de51848,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,8mg, -3cff7277-8c40-40fe-bdee-79c04376447b,,Zyrtec 10mg,dfeb53e9-4253-42fc-8f6e-edc6213c9515,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -1f00446e-7247-4c01-88b3-8ca215e29e23,,Zyrtec 1mg/1ml,dfeb53e9-4253-42fc-8f6e-edc6213c9515,94ecbbb3-71b7-407b-bac4-3279abbf1b69,1mg/1ml, -2c9027fa-3723-491c-bbed-8989f0d4dabe,,Acetasol 1%+2%,3332a02d-c154-45e8-ae0a-b9d36c899770,90a3f930-2eef-4a2e-8427-5359607c7b13,1%+2%, -c6f97741-1f9c-4b25-8af1-dcf3fe720d7a,,Bactoclav 500mg+125mg,dbd7f53b-ea41-4cdd-bfe1-32d47536b469,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg+125mg, -cd280c73-ebfd-4213-8706-3ebce0019156,,Breo 100mcg+25mcg,39aee96f-314c-4535-a249-171b4191b70f,658c1b9c-51c8-4734-8bf2-80e750c7889f,100mcg+25mcg, -e153441b-af4a-4fcf-aa7f-3bc2419520fa,,Breo 200mcg+25mcg,39aee96f-314c-4535-a249-171b4191b70f,658c1b9c-51c8-4734-8bf2-80e750c7889f,200mcg+25mcg, -3ac7c011-1168-4eb6-b071-6ee11d1e2b24,,Combivent 18mcg+103mcg,36b65481-8912-496e-b26a-10da10cd1d4e,658c1b9c-51c8-4734-8bf2-80e750c7889f,18mcg+103mcg, -c5551705-ce62-4054-97e1-7eba697c0b77,,Malarone 1g+400mg,5a2b62f9-6254-4ef1-925b-0224f8dfefb1,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1g+400mg, -6bea54c9-97d5-4a9b-90fe-ee5ac2a9dd1c,,Malarone 250mg+100mg,5a2b62f9-6254-4ef1-925b-0224f8dfefb1,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg+100mg, -0ade342f-abe3-4195-bcf4-16e2b502da26,,Proventil 2.5mg,445f380a-f693-4100-9c9a-e43b73635039,658c1b9c-51c8-4734-8bf2-80e750c7889f,2.5mg, -b5b194a3-efc9-47b0-8406-db87092c23e2,,Rapidal Plus 162.5mg+100mg,46a9fa37-d6f2-4f72-8a16-c1a76008f508,94ecbbb3-71b7-407b-bac4-3279abbf1b69,162.5mg+100mg, -4eb11496-3275-4087-ab5c-b1e4ea885e99,,Acide Folique Co 5mg,9486be67-f05f-44a3-8962-0746f0904f1b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -123c4342-552a-4db9-bb0b-a7d0bd2e5849,,Acyclovir Co 400mg,783aff6f-c427-4511-8df4-872b87fad050,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,400mg, -45aaf344-e567-4716-be52-4a7a642305c1,,Acyclovir Sirop 200mg,783aff6f-c427-4511-8df4-872b87fad050,94ecbbb3-71b7-407b-bac4-3279abbf1b69,200mg, -a74fe93c-b023-4159-8bd6-5d40a0909636,,Acyclovir creme 3%,783aff6f-c427-4511-8df4-872b87fad050,0689bb6e-9371-4a0f-ad1c-63c135b1714d,3%, -22269776-0866-4d7f-b4f6-901d31531f83,,Acyclovir ophtalmique 5%,783aff6f-c427-4511-8df4-872b87fad050,0689bb6e-9371-4a0f-ad1c-63c135b1714d,5%, -77addc86-5036-4a82-b722-826635e1ce0b,,Adrenaline Injection 1mg,d770fc0a-1482-4078-b0cd-9a91d9afe0e5,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,1mg, -37302e59-9824-4ec3-a8f7-6b491a5ee183,,Albendazole Co 400mg,8f668b49-584f-4cba-b0f2-817a8aaf50c4,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,400mg, -7bf6328a-4194-484e-846f-a98bd41634e8,,Albendazole Sirop 400mg/10ml,8f668b49-584f-4cba-b0f2-817a8aaf50c4,94ecbbb3-71b7-407b-bac4-3279abbf1b69,400mg/10ml, -39a96958-781f-4d84-a9e8-56f6dfbf9061,,Albuterol Inhalation 2.5mg/3ml,445f380a-f693-4100-9c9a-e43b73635039,658c1b9c-51c8-4734-8bf2-80e750c7889f,2.5mg/3ml, -c3fb68d0-ba3d-4b94-bcb8-b2286d9b0358,,Alpha Métyl Dopa Co 250mg,84bb5c70-878b-45c3-96e7-3282e4121e02,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -58a9f6d0-1092-4c9c-b195-fbd7e43b39dd,,Aminovit Gtts,e0cf9a43-ec8a-4b41-a856-688983c1a974,94ecbbb3-71b7-407b-bac4-3279abbf1b69,N/A, -1eebc619-5593-44be-9057-041df86b06ae,,Amoxycilline Sirop 125mg,627a6041-ad81-4968-8adf-2f49aec4433b,94ecbbb3-71b7-407b-bac4-3279abbf1b69,125mg, -d879219a-a74d-4a4a-a893-ebeb5594c629,,Amoxycilline Co 500mg,627a6041-ad81-4968-8adf-2f49aec4433b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -a0f54b5b-0eda-49aa-82be-3634df0de78f,,Ampiciline Injection vial 1g,f9f69437-669d-4a3e-930b-b36994a2f9d4,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 1g, -c3e48c79-8b02-4442-9480-8f656a353b89,,Othorinol Gouttes 30mg,07470e7f-f959-4344-89f6-8e6a0f442bef,90a3f930-2eef-4a2e-8427-5359607c7b13,30mg, -8e89914e-560b-4ac1-851c-ffeb54cb677f,,Apetamine Sirop,66de98f3-03e1-4733-9534-1f59dee19429,94ecbbb3-71b7-407b-bac4-3279abbf1b69,N/A, -a42089dd-e91e-49a3-8c17-8571f2e5a404,,Apressoline Injection vial 20mg,a6ba4400-1db2-4d47-854f-3342204995ba,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 20mg, -02dd2a8e-1a8f-49cb-bc06-daf9e1af16ba,,Aspirine Co 81mg,71617AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,81mg, -dae4050d-c309-4a20-a62e-e84d192e1e87,,Atenolol Co 50mg,316441ec-c0fd-44bc-a040-c68f4da8d228,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mg, -4f93c00b-cf6e-48a1-b1da-ab3551915e25,,Bebe Sirop,ca2598c9-64d9-475a-b506-b6cc81741a61,94ecbbb3-71b7-407b-bac4-3279abbf1b69,N/A, -c872abc2-47ed-4eb2-bd6e-b6dbf6d6a95f,,Benzyl Benzoate Lotion 25%,1b296ced-55cc-48b7-96c3-9447267d1302,32b26cbd-818c-453c-8649-1cdc62e50d41,25%, -3f9e7636-7443-45bf-a3fb-fd0530d3d43a,,Bromexhine Sirop 4mg/5ml,7736310e-38d7-4a06-804b-086874b76876,94ecbbb3-71b7-407b-bac4-3279abbf1b69,4mg/5ml, -1d153d70-219e-4683-96c2-c1337a2eea85,,Calamine lotion,d08ec8fe-2d91-489f-a416-16af0a043b0b,32b26cbd-818c-453c-8649-1cdc62e50d41,N/A, -1483054c-f2e7-499c-adf2-7c9a51ccc055,,Captopril Co 25mg,f5e348b5-ecd5-47cf-9a37-78e7ef08978d,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,25mg, -da1aafd5-78a3-4848-8057-63a424b0aead,,Chloroquine Sirop 25mg/5ml,b48e38a8-b121-4cdf-91b9-469acd99273b,94ecbbb3-71b7-407b-bac4-3279abbf1b69,25mg/5ml, -588c4abc-3b4b-43c8-a55f-5e80b2c90f1e,,Chloroquine Co 250mg,b48e38a8-b121-4cdf-91b9-469acd99273b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -9b305550-beb8-4c7b-a800-caab72438430,,Ciprofloxacin Co 500mg,a5a5aaf1-541e-4ca6-9753-bd4b0e479f81,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -ee3e761a-3d43-4c51-98a3-cc2bd94946b6,,Clarithromycine Co 500mg,a4391c57-549b-4047-8971-c3fa72e140b5,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -1a2354cb-3a85-4af9-8f36-d5146bda46a1,,Cloxacilline Co 500mg,1b535529-68fb-4bb5-bb5a-202ec74efb1d,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -ea44b958-6805-40ad-a6e3-7b67aa2fe0d1,,Cloxacilline Sirop 250mg/5ml,1b535529-68fb-4bb5-bb5a-202ec74efb1d,94ecbbb3-71b7-407b-bac4-3279abbf1b69,250mg/5ml, -1cd391d8-ed72-4c61-a203-faf40bee6921,,Augmentin Co 625mg,a4615855-e041-4352-baae-339940d274f7,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,625mg, -f0ab1781-bf08-4c5e-9b32-2d51e1d5a38c,,Bactoclav Sirop 312.5mg,a4615855-e041-4352-baae-339940d274f7,94ecbbb3-71b7-407b-bac4-3279abbf1b69,312.5mg, -eb4fedd3-154d-43f8-ad6c-d89930b1e175,,Dexamethasone Injection vial 8mg,e4a0426a-4235-416d-8089-84ae113808d6,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 8mg, -ec535874-98d9-463c-a12a-42fa070c2f22,,Dextrose Normal Saline 0.9%,8f29cfad-b34f-463b-b4f8-9ea56e4ea9d3,90a3f930-2eef-4a2e-8427-5359607c7b13,0.90%, -3bc9e3a2-c85a-488b-b9a7-8e5fcafe2f81,,Dextrose Normal Saline 0.45%,8f29cfad-b34f-463b-b4f8-9ea56e4ea9d3,90a3f930-2eef-4a2e-8427-5359607c7b13,0.45%, -f6438215-66a1-4e8f-a57a-b747981fd8f6,,Dextrose Water 5%,49be9771-c89d-4b0d-a03c-ecd6283f0caa,90a3f930-2eef-4a2e-8427-5359607c7b13,5%, -f8e266ec-24c9-4f64-89b0-33f1a052bd57,,Dextrose Water 10%,49be9771-c89d-4b0d-a03c-ecd6283f0caa,90a3f930-2eef-4a2e-8427-5359607c7b13,10%, -0e8496ea-c8f7-4f08-abef-994e3c3243a2,,Diazepam Co 5mg,eab2bb93-b2d1-42ef-817e-1b47d79d76db,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -2dca268b-fdb8-42f2-85eb-73a884c020ce,,Diazepam Injection vial 5mg,eab2bb93-b2d1-42ef-817e-1b47d79d76db,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 5mg, -7bedc809-05bd-4baf-bd4b-5a21d9e48a01,,Diclofenac Co 50mg,391d02a4-2640-4d7b-900f-f74de8e1b6ed,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mg, -2832337e-3ef1-47fa-8a46-2bc6e9910353,,Diclofenac Injection vial 75mg,391d02a4-2640-4d7b-900f-f74de8e1b6ed,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 75mg, -62ee5947-bf62-4a42-8c07-0f939f766afe,,Dolex Pommade,b50b13e1-4188-447d-8fbc-bd29fb91daa3,44fc6700-a545-419e-a6b3-b882b6fc455c,N/A, -c6f2a3cb-b57f-4537-a179-ea0764d38690,,Doxicycline Co 100mg,b571adbe-388f-4219-be01-343738d3ed80,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,100mg, -33558e37-627d-475f-b18f-5e5baf0ac0a6,,Dyphenhydramine Co 25mg,1d4d3f02-ccf9-4c9e-b321-486b75c50924,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,25mg, -a377a5e6-0992-46c5-b5b0-5e3aafa27e16,,Dyphenhydramine Sirop 12.5mg/5ml,1d4d3f02-ccf9-4c9e-b321-486b75c50924,94ecbbb3-71b7-407b-bac4-3279abbf1b69,12.5mg/5ml, -3e3c72db-491c-4690-be8b-1f2528fa3266,,Dyphenhydramine Injection vial 20mg,1d4d3f02-ccf9-4c9e-b321-486b75c50924,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 20mg, -f3a1a212-12bc-43bd-b03f-73aeaac1379e,,Dypirone Inj vial 1g,ec4cfcae-c438-48fb-b2e5-e696d7172270,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 1g, -38978734-0960-4c7d-bb1e-725532bc4c6a,,Enalapril Co 10mg,d612ddcc-9d3b-4489-97e1-22893c9735df,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -872c01c8-e9c9-478f-b2f6-87acf661ab6c,,Ergotamine Injection 2mg,5f9d24b2-ac16-40eb-be4c-ab16af8f8faa,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,2mg, -cbbc7d55-db59-4ea3-9f3b-d3709b1bb82d,,Erythromicine Co 500mg,bbd3baa3-64bc-443d-b794-d684b413d7dd,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -74c26d25-3b98-4bf7-b962-3de028b352a7,,Erythromicine Sirop 125mg,bbd3baa3-64bc-443d-b794-d684b413d7dd,94ecbbb3-71b7-407b-bac4-3279abbf1b69,125mg, -2b05efc6-833d-4718-9e39-6aab785cbfce,,Fer Up Sirop,d49e1658-7a16-41d2-8937-4c785a8f6d4b,94ecbbb3-71b7-407b-bac4-3279abbf1b69,N/A, -114d5a9f-f369-4976-9eb7-1f78050c6a9b,,Fer Folate Co,d1274833-6c0e-480c-9c0a-b656156e6e7f,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,N/A, -a67aaa3a-0e89-4bb7-abf0-54eb6edbecad,,Globugen Sirop,d1274833-6c0e-480c-9c0a-b656156e6e7f,94ecbbb3-71b7-407b-bac4-3279abbf1b69,N/A, -2f76266a-a841-4147-9401-c6b8409b8ccc,,Fluconazole Co 150mg,32d6f1a8-7a0d-46f7-845a-84e3a27e686e,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,150mg, -824dcc1b-27b7-459c-8f41-026b3af8dbe4,,Fongobacter Rince Bouche,f83db0a5-cf84-4d4e-a3bc-32eff500c578,90a3f930-2eef-4a2e-8427-5359607c7b13,N/A, -109ca9ff-5a43-42bd-b039-ba08c683ebb5,,Furosemide Injection vial 20mg,9f6c3927-2a31-485c-8735-f10b9951aef9,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 20mg, -eff805bf-db0e-4adf-9a3d-9a5039083016,,Furosemide Co 40mg,9f6c3927-2a31-485c-8735-f10b9951aef9,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,40mg, -f8b1ef4c-66b6-4520-addc-ee58dd011c65,,Gastrogel Sirop,d00fa604-4fe6-445d-81e9-7ae4aff8341f,94ecbbb3-71b7-407b-bac4-3279abbf1b69,N/A, -0113c442-4959-430d-a389-8cbafa2b8733,,Dextrose D50,49be9771-c89d-4b0d-a03c-ecd6283f0caa,90a3f930-2eef-4a2e-8427-5359607c7b13,D50, -80143eee-aad0-42bc-885c-7b84fa9d9f44,,Glybenclamide Co 5mg,c1131909-2911-4aa2-8b6c-ae7927f0ee90,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -a491df48-4a2f-4f4a-a1b0-8bde19af5fb3,,Griséofulvine Sirop 125mg,c9c0c627-7ba6-4880-a702-cfc985a296fa,94ecbbb3-71b7-407b-bac4-3279abbf1b69,125mg, -d07d5371-355c-4c61-9469-3f354f7edd5e,,Hydrocortisone creme 1%,a2956625-0a07-48b7-9344-3cb707dcd542,0689bb6e-9371-4a0f-ad1c-63c135b1714d,1%, -baa212eb-23a2-43c4-b2ac-badf95eac406,,Hydrocortisone Injection vial 100mg,a2956625-0a07-48b7-9344-3cb707dcd542,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 100mg, -daf6e832-5615-44ce-a512-6f1c239245d9,,Hyoscine Butylbromide Injection vial 20mg,44dbd31a-7c2d-422d-b584-004532e4aaff,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 20mg, -f05dd6ca-43d0-45ea-93ef-8d82483bbdc9,,Ibuprofene Co 400mg,ff5cdb18-0258-4467-bf1f-35c7b6339767,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,400mg, -3b3e2029-84c4-4472-85b4-a1f1af0885b6,,Insuline R 100UI/1ml,aee5f376-e00c-46f3-83ef-3759e54f85a1,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,100UI/1ml, -5b420f3b-7584-4934-b457-91d6f94ff6b7,,Ketoconazole Co 200mg,73e9e187-7164-4e0a-bb36-0a7178406288,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,200mg, -aa42752c-af45-449c-ae9f-30c6e272cee4,,Ketoconazole Shampooing 2%,73e9e187-7164-4e0a-bb36-0a7178406288,90a3f930-2eef-4a2e-8427-5359607c7b13,2%, -92247357-ccd3-4f83-9362-f40a103f4cd4,,Ketoconazole creme 2%,73e9e187-7164-4e0a-bb36-0a7178406288,0689bb6e-9371-4a0f-ad1c-63c135b1714d,2%, -c00019ed-8b20-4445-891e-6de8fd9e6d33,,Ketoconazole Savon 2%,73e9e187-7164-4e0a-bb36-0a7178406288,90a3f930-2eef-4a2e-8427-5359607c7b13,2%, -5360f695-a3e2-4593-9426-69ef43781877,,Losartan Co 5mg,502a66e9-2eb3-4e13-926f-57fe9d393a94,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -b35c87c8-fb39-4ca4-aae9-0986349c5eaf,,MGSO4 25%,0bdba7cc-fcd1-41e1-8f79-6407d2835a78,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,25%, -7a563628-d9c4-4a25-8193-207199051785,,Metoclopramide Co 10mg,fa2a3b41-e500-45cd-8f93-e7d77d5db398,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,10mg, -66319a6e-d296-4929-b7ed-b2ff8e108bc9,,Metoclopramide Injection vial 10mg,fa2a3b41-e500-45cd-8f93-e7d77d5db398,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 10mg, -2421535d-e55e-4fa0-9dd5-039d8a63ed6a,,Metoclopramide Sirop 5mg/5ml,fa2a3b41-e500-45cd-8f93-e7d77d5db398,94ecbbb3-71b7-407b-bac4-3279abbf1b69,5mg/5ml, -1ea6b0b2-25d7-4279-b4ee-ccbacd60d17a,,Metoprolol Co 50mg,7dc18dde-ad3f-405a-be1e-8fc15a01cd91,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,50mg, -c554ffb2-5706-4623-a89a-008366cd564c,,Flagyl 250mg,f9608d19-a304-4508-9074-4858cd3ccbed,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -edc8ef37-594e-48e9-83e9-7b7c5e6fc3be,,Metronidazole,79782AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -24de32d2-6d1f-4e53-b047-93e6729228c4,,Metronidazole 250mg,79782AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,250mg, -5690d13c-595b-4e29-bc7f-711afc8e7a16,,Metronidazole Co 500mg,f9608d19-a304-4508-9074-4858cd3ccbed,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -1f17613f-0e53-4609-9856-558ed43e085d,,Metronidazole Sirop 250mg,f9608d19-a304-4508-9074-4858cd3ccbed,94ecbbb3-71b7-407b-bac4-3279abbf1b69,250mg, -c933dc30-36f6-471f-bca6-53d8a682dce1,,Metronidazole et Nystatin Ovules Vaginales 500mg+100000UI,f9608d19-a304-4508-9074-4858cd3ccbed,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg+100000UI, -2b6dca2c-1499-4724-8648-42d996a57c6d,,Tilvit Sirop,8a52cbaf-7303-44a8-ba47-976c4104f9d7,94ecbbb3-71b7-407b-bac4-3279abbf1b69,N/A, -25dc03a6-b2ca-46d5-8121-43ab025b3e9c,,Neomycine creme 5m/g,dee29eca-5758-4d7f-a98d-9a20551aaac3,0689bb6e-9371-4a0f-ad1c-63c135b1714d,5m/g, -057862ef-9fe0-40c8-8955-3149b25c4a70,,Nifedipine Co 20mg,251a17f9-c229-4aee-9555-9bf7620b2a5a,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -31fe8ffe-3a78-435c-81b2-153fa11deb32,,Normal Saline 0.9%,cc4a27b0-78cb-4d3d-9c85-51f4a06d1f4a,90a3f930-2eef-4a2e-8427-5359607c7b13,0.90%, -5650eb5e-97e5-45ed-8b61-46920d3bbc43,,Normal Saline 0.45%,cc4a27b0-78cb-4d3d-9c85-51f4a06d1f4a,90a3f930-2eef-4a2e-8427-5359607c7b13,0.45%, -17e9b385-de8b-4d60-a7de-c37cbe2a3d1c,,Gouttes Nasale 0.9%,cc4a27b0-78cb-4d3d-9c85-51f4a06d1f4a,90a3f930-2eef-4a2e-8427-5359607c7b13,0.90%, -e5574e71-17ea-434f-8649-eba766be4087,,Nystatin creme vaginale 100000UI/g,984a9a0b-13f6-4bb4-b55d-c51d5ce225c9,0689bb6e-9371-4a0f-ad1c-63c135b1714d,100000UI/g, -9e1837cf-0e08-41b0-90c0-11bdd0c4c046,,Nystatin Sirop 100000UI,984a9a0b-13f6-4bb4-b55d-c51d5ce225c9,94ecbbb3-71b7-407b-bac4-3279abbf1b69,100000UI, -c10cc9b5-c1ec-4d73-9192-9dc6b40e16f9,,Omeprazole Co 20mg,df3f7c1f-dac8-429b-ba38-90d770c1253c,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -d16da6ff-03e6-49d3-998c-c4c0e77d811f,,Otocare Gouttes,a86aa3b5-1e6e-4eb0-bc3c-e564d60eb490,90a3f930-2eef-4a2e-8427-5359607c7b13,N/A, -78e814ac-0974-41cc-8283-4487ccf32370,,Prednisone Co 5mg,8d27dba5-b2ee-4f02-acb7-49e63267cdfe,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,5mg, -57b30902-bce2-4279-ac22-b6d3fe5a4308,,Primaquine Sirop,2e873fde-66b3-41b4-bdb7-1c29c8d5e1cf,94ecbbb3-71b7-407b-bac4-3279abbf1b69,N/A, -7a1398d1-4667-4123-8633-db03f53299c2,,Primaquine Co 7.5mg,2e873fde-66b3-41b4-bdb7-1c29c8d5e1cf,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,7.5mg, -01999b32-4e32-4a7b-92b9-515185f60e21,,Ranitidine Injection vial 50mg,4c187e9c-3623-4763-94b4-86426e6a447f,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 50mg, -79c12ca2-0755-4bf4-b509-8c72239536f9,,Ringer Lactate,b368b7f7-f87b-4414-9537-1f6bee82e448,90a3f930-2eef-4a2e-8427-5359607c7b13,N/A, -3099b446-010e-426a-ba02-bf62f1077f2e,,Salbutamol Pompe,9088359a-587f-4dbc-b13e-b3c38a07cd85,658c1b9c-51c8-4734-8bf2-80e750c7889f,N/A, -0f4627ca-7bb4-414f-a07e-5d24c0d3a442,,Salbutamol Co 4mg,9088359a-587f-4dbc-b13e-b3c38a07cd85,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,4mg, -d39b535c-9a32-49c1-b339-e512d811c44d,,Salbutamol Sirop 2mg/5 ml,9088359a-587f-4dbc-b13e-b3c38a07cd85,94ecbbb3-71b7-407b-bac4-3279abbf1b69,2mg/5ml, -13b68d05-a6c1-43ac-ae12-a68eb8459ab6,,Di-Gas Gtts 40mg,3fc5c46f-9c31-46ef-b96e-a12216f93a62,90a3f930-2eef-4a2e-8427-5359607c7b13,40mg, -e5e8b45b-83db-4a9d-8cd4-398c4e8081fa,,Simvastatin Co 20mg,3cba8193-4ffd-4cc3-828b-3269da016da5,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,20mg, -18ce1953-f81d-4443-8b81-c3ec6d891767,,Sorbacid Sirop 375mg,0f57f6ea-d4bf-4291-98a0-81eacbb8b49f,94ecbbb3-71b7-407b-bac4-3279abbf1b69,375mg, -3171aeb3-5475-4ea2-b662-531f0c732716,,Ophtalmide Gouttes,516e7c1e-9019-4c19-a853-862e4a8fd8c1,90a3f930-2eef-4a2e-8427-5359607c7b13,N/A, -bebc4d5f-df7b-485a-9b3b-3420f536cb6f,,Cotrim Co 960mg,becdbefb-d88b-4a21-affa-46a2c5dbdbdb,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,960mg, -bed41e87-9cfc-4d1f-9b44-c23732e6c162,,Cotrim Sirop 240mg/5ml,becdbefb-d88b-4a21-affa-46a2c5dbdbdb,94ecbbb3-71b7-407b-bac4-3279abbf1b69,240mg/5ml, -a8c6dff1-2d10-4002-8adc-f9a1a86b611a,,Tetracycline,84893AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,, -fa34b226-60bf-4597-8047-72e2b5ef549b,,Tetracycline 500mg,84893AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -ff3576e9-5c64-432a-9cc4-de46e808a290,,Tetracycline Ophtalmique,98b66058-5de5-4a1e-85ef-ec981bee6ad3,0689bb6e-9371-4a0f-ad1c-63c135b1714d,N/A, -80aded9f-32f0-4d5d-800c-043508f65ad8,,Trazidex Onguent Ophtalmique,587a6e6e-3675-4c92-bac0-a5c99ce1425e,0689bb6e-9371-4a0f-ad1c-63c135b1714d,N/A, -85000244-5a6c-4ad5-98c1-49f7eaf69fc5,,Tramadol Injection vial 100mg,34daf0c8-739f-4649-9d96-b45a32a233d6,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,vial 100mg, -1f543777-ea62-4cd5-b0b8-76edfca2b736,,Virufen forte Sirop,8836eada-b012-423d-bb77-e4da796f5885,94ecbbb3-71b7-407b-bac4-3279abbf1b69,N/A, -c5e1437f-e7d9-4016-8ceb-ce70056b6c8e,,Vitamin C Co 500mg,b7bab21f-5d84-4e48-b056-bdc25e696365,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,500mg, -ac6c90a6-1070-4ef7-a24a-8a668367b1fa,,Vitamin C Sirop 500mg/5ml,b7bab21f-5d84-4e48-b056-bdc25e696365,94ecbbb3-71b7-407b-bac4-3279abbf1b69,500mg/5ml, -85580d71-7bef-415c-8b88-4168285ace82,,Vitamin C Gouttes 100mg/ml,b7bab21f-5d84-4e48-b056-bdc25e696365,90a3f930-2eef-4a2e-8427-5359607c7b13,100mg/ml, -af3fce1f-dcb1-4f76-ad4c-b8ebda43070c,,Vitamine B-Complex Injection,836b7f4c-9e3c-4a53-bb08-ab8990b5b9d8,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,N/A, -481e357d-6c45-4c8a-beec-6d8f858f2552,,Vitamine B-Complex Co,836b7f4c-9e3c-4a53-bb08-ab8990b5b9d8,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,N/A, -8a54b957-8c4d-4ab6-9e42-575bf5b7be83,,Vitamin A,86339AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,90a3f930-2eef-4a2e-8427-5359607c7b13,N/A, -9eb0a661-f27b-472e-a35d-04dc1dba0860,,Mycrogynon 30,b2727136-70f5-470b-81a2-26aeff3f346f,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,N/A, -61444a80-77b6-4986-b9c1-07eab731ce28,,Microlut 30,71eb922d-5a51-415a-a838-8a815280abfa,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,N/A, -012f0f5d-c76e-4a28-8e60-30c440f5ff62,,Depo Provera,6533b40f-a783-435f-9c92-19d5e7343d98,bd1b2599-84d2-4f33-ba25-4f6d42d147a5,N/A, -62a34f17-e83c-4dbc-b53b-9a7f9478501a,,RHEZ,c103ec05-577d-4f64-85ec-54c361895198,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,N/A, -667682cc-6731-4784-acdc-c7fb7c98d15a,,RH,606f9339-1430-4a00-8515-55095ef66c3b,1513AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,N/A, diff --git a/distro/configuration/encounterroles/encounterroles.csv b/distro/configuration/encounterroles/encounterroles.csv deleted file mode 100644 index f284e4cb0..000000000 --- a/distro/configuration/encounterroles/encounterroles.csv +++ /dev/null @@ -1,3 +0,0 @@ -Uuid,Void/Retire,Name,Description -a0b03050-c99b-11e0-9572-0800200c9a66,,Unknown,Unknown encounter role for legacy providers with no encounter role set -240b26f9-dd88-4172-823d-4a8bfeb7841f,,Clinician,"Doctor or Nurse who is the primary provider for an encounter, and will sign the note" \ No newline at end of file diff --git a/distro/configuration/encountertypes/encountertypes.csv b/distro/configuration/encountertypes/encountertypes.csv deleted file mode 100644 index c87e55b4e..000000000 --- a/distro/configuration/encountertypes/encountertypes.csv +++ /dev/null @@ -1,44 +0,0 @@ -Uuid,Void/Retire,Name,Description,View privilege,Edit privilege,_order:1000 -ca3aed11-1aa4-42a1-b85c-8332fc8001fc,,Check In,Indicates the patient has done the required paperwork and check-in to begin a visit to the clinic/hospital.,,, -67a71486-1a54-468f-ac3e-7091a9a79584,,Vitals,For capturing vital signs,,, -e22e39fd-7db2-45e7-80f1-60fa0d5a4378,,Admission,"Indicates that the patient has been admitted for inpatient care, and is not expected to leave the hospital unless discharged.",,, -181820aa-88c9-479b-9077-af92f5364329,,Discharge,"Indicates that a patient's inpatient care at the hospital is ending, and they are expected to leave soon.",,, -d7151f82-c1f3-4152-a605-2f9ea7414a79,,Visit Note,"Encounter where a full or abbreviated examination is done, usually leading to a presumptive or confirmed diagnosis, recorded by the examining clinician.",,, -25a042b2-60bc-4940-a909-debd098b7d82,,Check Out,The patient is explicitly leaving the hospital/clinic. (Usually no formal encounter is captured for this.),,, -7b68d557-85ef-4fc8-b767-4fa4f5eb5c23,,Intra-Hospital 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.),,, -5021b1a1-e7f6-44b4-ba02-da2f2bcf8718,,Attachment Upload,Encounters used to record uploads of attachments.,,, -3596fafb-6f6f-4396-8c87-6e63a0f1bd71,,Lab Results,Encounter for capturing lab results,,, -30b849bd-c4f4-4254-a033-fe9cf01001d8,,HIV Testing Services,An encounter where provider conducts HIV test on patient,,, -5301d9c7-1c7a-4c8e-9330-45a65c763729,,HTS Linkage to Care and treatment,An encounter where patient is linked to HIV Care & Treatment,,, -d2d108f4-856b-401b-821d-76056c2914a3,,HTS Result Collection,An encounter where patient collects test results,,, -79c1f50f-f77d-42e2-ad2a-d29304dde2fe,,HTS Retrospective,This is a temporary one to get the work on the retrospective data entry form started,,, -7e54cd64-f9c3-11eb-8e6a-57478ce139b0,,Care and Treatment Service Enrolment,An encounter where a client is enrolled for care and Treatment Services,,, -cb0a65a7-0587-477e-89b9-cf2fd144f1d4,,Clinical Visit,Encounter type associated with a clinical visit,,, -902839fa-f58c-44a1-95a4-dba62d7263f8,,COVID Case Report,CARES COVID case report encounter type,,, -253a43d3-c99e-415c-8b78-ee7d4d3c1d54,,COVID Case Assessment,This encounter type is shared across the COVID Assessment Form/COVID Outcome Form and COVID Lab Result Form,,, -5b37ce7a-c55e-4226-bdc8-5af04025a6de,,COVID Vaccination,This encounter type is used for COVID vaccination encounters to record vaccination administration,,, -15272be5-ae9c-4278-a303-4b8907eae73b,,HIV Lab Order and Results,HIV Lab Order and Results,,, -a77d3e7f-5c8f-4074-a207-77a70e197b0c,,COVID Lab Encounter,Used for COVID Lab Order & Results encounters,,, -3ee00481-50e1-41c3-bfcb-7e6d6a8722fb,,COVID Sample Collection,This encounter type is used by forms used to collect a COVID sample,,, -74bf4fe6-8fdb-4228-be39-680a93a9cf6d,,ART Therapy,ART Therapy,,, -96adb28e-e417-43a3-8f7d-682f8af5e912,,CD4 Lab results,CD4 Lab results,,, -570e9e42-4306-41dc-9bf8-634bbc70a524,,Contact Tracing Form,This form is used to document the contract tracing outcome of an index client,,, -111c2104-991d-4b58-a30e-ce84bb275534,,HIV Death Form,HIV Death Form,,, -881fff34-b4a9-4d11-b2f5-a8a23a9f402b,,Intimate Partner Violence Form,This form is used to assess Intimate Partner violence from a client.,,, -4dd0ee63-805f-43e9-833c-6386ba97fdc1,,Partner Notification Form,This form is used to document partner notification for an index client in a romantic/contact relationship.,,, -36db5123-0ad5-41c0-9037-625b46e0ceef,,Mental Health Assessment,Mental Health Assessment,,, -0cd5d4cb-204e-419a-9dd7-1e18e939ce4c,,Patient Tracing Form,This form is used to document the patient tracing effort and outcome.,,, -390c2f21-c1c4-4246-94ca-a026157cd1db,,Peads Disclosure Form,This form is used to document age-appropriate on disclosure for children and adolescents.,,, -62ee5922-a229-48d3-a1da-875c1ffa9436,,Service Delivery Model Form,This form is used to document the enrolment and dis-enrolment of patients into differentiated service delivery.,,, -3044916a-7e5f-478b-9091-803233f27f91,,Transfer Out,This form is used to transfer out a client from one HIV clinic to another,,, -3eb24129-9f7d-4372-a14e-c2cf577e5db1,,CaCx Registration,Encounter for cervical cancer registration,,, -60c80941-c3dc-45c6-9b78-c150e0470cbd,,CaCx Treatment,Encounter type for cervical cancer treatment,,, -41af1931-184e-45f8-86ca-d42e0db0b8a1,,Viral Load results,Viral Load results,,, -a221448d-512b-4750-84bf-d29be9f802b3,,HIV Program Status,To hold computed Obs for care and treatment,,, -39da3525-afe4-45ff-8977-c53b7b359158,,Drug Order,Encounter for capturing drug orders,,, -88b84b7b-9d62-4e1e-a16c-a22df76d11ed,,component,Building block for other forms,,, -677d1a80-dbbe-4399-be34-aa7f54f11405,,Antenatal,ANC visit by a mother,,, -6dc5308d-27c9-4d49-b16f-2c5e3c759757,,Labor and Delivery,Labor and delivery visit by a mother,,, -4362fd2d-1866-4ea0-84ef-5e5da9627440,,Postnatal,Post natal visit by a mother,,, -f3d92c68-27e3-4395-b002-5db5f3ca4ef7,,HIV Exposed Infant,HIV Exposed Infant encounter,,, -f9b52289-3d6d-4a87-ae45-d014d64c8693,,UI select extended test,UI select extended test,,, \ No newline at end of file diff --git a/distro/configuration/encountertypes/encountertypes_core-demo.csv b/distro/configuration/encountertypes/encountertypes_core-demo.csv deleted file mode 100644 index 57c34303a..000000000 --- a/distro/configuration/encountertypes/encountertypes_core-demo.csv +++ /dev/null @@ -1,13 +0,0 @@ -Uuid,Void/Retire,Name,Description,View privilege,Edit privilege,_order:1000 -0e8230ce-bd1d-43f5-a863-cf44344fa4b0,,Adult Visit,Encounter for adult visit form,,,, -dd528487-82a5-4082-9c72-ed246bd49591,,Consultation,Consultation encounter,,,, -ca3aed11-1aa4-42a1-b85c-8332fc8001fc,,Check In,Indicates the patient has done the required paperwork and check-in to begin a visit to the clinic/hospital.,,, -67a71486-1a54-468f-ac3e-7091a9a79584,,Vitals,For capturing vital signs,,, -e22e39fd-7db2-45e7-80f1-60fa0d5a4378,,Admission,"Indicates that the patient has been admitted for inpatient care, and is not expected to leave the hospital unless discharged.",,, -181820aa-88c9-479b-9077-af92f5364329,,Discharge,"Indicates that a patient's inpatient care at the hospital is ending, and they are expected to leave soon.",,, -d7151f82-c1f3-4152-a605-2f9ea7414a79,,Visit Note,"Encounter where a full or abbreviated examination is done, usually leading to a presumptive or confirmed diagnosis, recorded by the examining clinician.",,, -25a042b2-60bc-4940-a909-debd098b7d82,,Check Out,The patient is explicitly leaving the hospital/clinic. (Usually no formal encounter is captured for this.),,, -7b68d557-85ef-4fc8-b767-4fa4f5eb5c23,,Intra-Hospital 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.),,, -5021b1a1-e7f6-44b4-ba02-da2f2bcf8718,,Attachment Upload,Encounters used to record uploads of attachments.,,, -3596fafb-6f6f-4396-8c87-6e63a0f1bd71,,Lab Results,Encounter for capturing lab results,,, -39da3525-afe4-45ff-8977-c53b7b359158,,Order,Encounter for capturing orders,,, diff --git a/distro/configuration/fhirconceptsources/fhir_concept_sources-core_data.csv b/distro/configuration/fhirconceptsources/fhir_concept_sources-core_data.csv deleted file mode 100644 index 47ea37b86..000000000 --- a/distro/configuration/fhirconceptsources/fhir_concept_sources-core_data.csv +++ /dev/null @@ -1,6 +0,0 @@ -Uuid,Void/Retire,Concept source,Url,_order:1000 -2b3c1ff8-768a-102f-83f4-12313b04a615,,CIEL,https://cielterminology.org,, -249b13c8-72fa-4b96-8d3d-b200efed985e,,LOINC,http://loinc.org,, -89532052-e89d-4a73-a760-5d6a6a9ce348,,SNOMED CT,http://snomed.info/sct/,, -a7099e7e-a77f-48e6-9fad-aa441bd2df23,,HL7-MedicationDispenseStatus,http://terminology.hl7.org/CodeSystem/medicationdispense-status, -dceac564-417d-40d0-a457-078b3f1fec5a,,ANCDAK,http://fhir.org/guides/who/anc-cds/CodeSystem/anc-custom-codes,, diff --git a/distro/configuration/globalproperties/drugorder-properties-core_data.xml b/distro/configuration/globalproperties/drugorder-properties-core_data.xml deleted file mode 100644 index 0b87f50eb..000000000 --- a/distro/configuration/globalproperties/drugorder-properties-core_data.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - order.drugDosingUnitsConceptUuid - 162384AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - - - order.drugRoutesConceptUuid - 162394AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - - - order.drugDispensingUnitsConceptUuid - 162402AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - - order.durationUnitsConceptUuid - 1732AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - - - - diff --git a/distro/configuration/globalproperties/esm_fast_data_entry_app-core_demo.xml b/distro/configuration/globalproperties/esm_fast_data_entry_app-core_demo.xml deleted file mode 100644 index 74afa6e9b..000000000 --- a/distro/configuration/globalproperties/esm_fast_data_entry_app-core_demo.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - @openmrs/esm-fast-data-entry-app.groupSessionVisitTypeUuid - 78370d15-38ad-48a1-825f-f0e9ff60d5a1 - UUID of the visit type used by Fast Data Entry to create visits when in 'group sessions' entry workflow - - - \ No newline at end of file diff --git a/distro/configuration/globalproperties/globalproperties-core_data.xml b/distro/configuration/globalproperties/globalproperties-core_data.xml deleted file mode 100644 index 5d6c604d8..000000000 --- a/distro/configuration/globalproperties/globalproperties-core_data.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - concept.true - 1 - - - concept.false - 2 - - - visits.assignmentHandler - org.openmrs.api.handler.ExistingVisitAssignmentHandler - - - \ No newline at end of file diff --git a/distro/configuration/globalproperties/globalproperties_core-demo.xml b/distro/configuration/globalproperties/globalproperties_core-demo.xml deleted file mode 100644 index d2f33d111..000000000 --- a/distro/configuration/globalproperties/globalproperties_core-demo.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - referencedemodata.createDemoPatientsOnNextStartup - 50 - - - diff --git a/distro/configuration/globalproperties/i18n.xml b/distro/configuration/globalproperties/i18n.xml deleted file mode 100644 index d7caa4f33..000000000 --- a/distro/configuration/globalproperties/i18n.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - locale.allowed.list - en, en_GB, es, fr, km - - - diff --git a/distro/configuration/idgen/idgen_sequential.csv b/distro/configuration/idgen/idgen_sequential.csv deleted file mode 100644 index 7dac18a6f..000000000 --- a/distro/configuration/idgen/idgen_sequential.csv +++ /dev/null @@ -1,2 +0,0 @@ -Uuid,Void/Retire,Identifier type,Name,Description,Prefix,Suffix,First identifier base,Min length,Max length,Base character set,_version:1,_order:6000 -8549f706-7e85-4c1d-9424-217d50a2988b,,OpenMRS ID,Generator for OpenMRS ID,Generator for OpenMRS ID,,,100000,7,7,0123456789ACDEFGHJKLMNPRTUVWXY,, \ No newline at end of file diff --git a/distro/configuration/locations/locations.csv b/distro/configuration/locations/locations.csv deleted file mode 100644 index 89867e91c..000000000 --- a/distro/configuration/locations/locations.csv +++ /dev/null @@ -1,106 +0,0 @@ -Uuid,Void/Retire,Name,Description,Parent,Tags,Tag|Facility 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 -8d6c993e-c2cc-11de-8d13-0010c6dffd0f,,Unknown Location,Unknown Location,,,,,,,,,,,,,,,,, -44c3efb0-2583-4c80-a79e-1f756a03c0a1,,Outpatient Clinic,Outpatient Clinic,,Login Location,TRUE,,,,,,,,,,,,,, -ba685651-ed3b-4e63-9b35-78893060758a,,Inpatient Ward,Inpatient Ward,,Login Location,,,,,,,,,,,,,,, -8d9045ad-50f0-45b8-93c8-3ed4bce19dbf,,Mobile Clinic,Mobile Clinic,,Login Location,,,,,,,,,,,,,,, -1ce1b7d4-c865-4178-82b0-5932e51503d6,,Community Outreach,Community Outreach,,Login Location,,,,,,,,,,,,,,, -dbdaabf6-a326-4804-aba7-062073e05cd1,,Site 1,Site 1,,Login Location,,,,,,,,,,,,,,, -4a06a96f-dd21-4695-8d76-b9c405cebafc,,Site 2,Site 2,,Login Location,,,,,,,,,,,,,,, -d493f3eb-ba7c-4e6c-988d-62491e496045,,Site 3,Site 3,,Login Location,,,,,,,,,,,,,,, -dd2ad4cd-e33a-40cc-955a-e91e313f9a3b,,Site 4,Site 4,,Login Location,,,,,,,,,,,,,,, -94346397-3848-4b92-9219-a981ed4265f8,,Site 5,Site 5,,Login Location,,,,,,,,,,,,,,, -0566e68d-26ff-4e1d-a199-a9b8ecc3a7d4,,Site 6,Site 6,,Login Location,,,,,,,,,,,,,,, -9ade8976-a178-4bce-a229-50cfcf61b87d,,Site 7,Site 7,,Login Location,,,,,,,,,,,,,,, -50cfb6ca-a360-41f2-b3a0-7c5a19f4aa98,,Site 8,Site 8,,Login Location,,,,,,,,,,,,,,, -d5be46a5-3afa-40fa-86ab-3c1ff31543e3,,Site 9,Site 9,,Login Location,,,,,,,,,,,,,,, -5f47d469-7c8d-4f34-887c-16db797bec3d,,Site 10,Site 10,,Login Location,,,,,,,,,,,,,,, -d81f9408-1582-4270-848f-6af319424733,,Site 11,Site 11,,Login Location,,,,,,,,,,,,,,, -ffd78808-5b88-4a56-9c94-54754725ad90,,Site 12,Site 12,,Login Location,,,,,,,,,,,,,,, -a61a5145-8da1-4410-be23-479314814cc7,,Site 13,Site 13,,Login Location,,,,,,,,,,,,,,, -5e6abb9d-7ab3-4203-8b02-1462bcca0c51,,Site 14,Site 14,,Login Location,,,,,,,,,,,,,,, -6536f254-a296-4d0f-84f7-9c0f0b12536e,,Site 15,Site 15,,Login Location,,,,,,,,,,,,,,, -0cb740b2-153f-49e2-b599-aabb90330bd2,,Site 16,Site 16,,Login Location,,,,,,,,,,,,,,, -2cead8f3-0e6c-468b-9f10-6a7ca75604dd,,Site 17,Site 17,,Login Location,,,,,,,,,,,,,,, -facac3e6-8c4a-4528-a497-8cf22ffd1a50,,Site 18,Site 18,,Login Location,,,,,,,,,,,,,,, -29fc4038-18d4-4b11-bc2b-63983932e6ac,,Site 19,Site 19,,Login Location,,,,,,,,,,,,,,, -c84338a5-69a7-411a-aa0f-f405cb44697b,,Site 20,Site 20,,Login Location,,,,,,,,,,,,,,, -09d08c88-5b12-4831-8268-62242822180d,,Site 21,Site 21,,Login Location,,,,,,,,,,,,,,, -ac529390-16d6-4454-83be-4fcbbc5988aa,,Site 22,Site 22,,Login Location,,,,,,,,,,,,,,, -b03c3107-fc5b-4b49-a31d-02bf327d6dd4,,Site 23,Site 23,,Login Location,,,,,,,,,,,,,,, -302090a6-11ac-455d-80c9-08c06ebd1087,,Site 24,Site 24,,Login Location,,,,,,,,,,,,,,, -bb5787d4-307e-40ec-89b3-f9f539a5d88f,,Site 25,Site 25,,Login Location,,,,,,,,,,,,,,, -13ecc2c0-7170-4d51-a93d-7189fd885c05,,Site 26,Site 26,,Login Location,,,,,,,,,,,,,,, -6dfacc57-17e6-481e-bde6-36742bf2bb66,,Site 27,Site 27,,Login Location,,,,,,,,,,,,,,, -2425adbe-b446-4d70-a684-5d757370a230,,Site 28,Site 28,,Login Location,,,,,,,,,,,,,,, -d114a8ac-aa7e-4350-a8bf-de2caf0ea440,,Site 29,Site 29,,Login Location,,,,,,,,,,,,,,, -ca22282f-0d68-4c1c-a985-90b69cf943a3,,Site 30,Site 30,,Login Location,,,,,,,,,,,,,,, -8d976ed0-49fe-4ed9-909d-f7b9d4081712,,Site 31,Site 31,,Login Location,,,,,,,,,,,,,,, -370c2cff-4681-40fa-bd29-b557399a6486,,Site 32,Site 32,,Login Location,,,,,,,,,,,,,,, -3ad56ffe-05bc-4ccf-aa87-f517f65e10fd,,Site 33,Site 33,,Login Location,,,,,,,,,,,,,,, -d38b9028-8035-4595-84ca-c8e7c9e2ecd4,,Site 34,Site 34,,Login Location,,,,,,,,,,,,,,, -07032097-5031-4c93-a29a-52a14d124a0a,,Site 35,Site 35,,Login Location,,,,,,,,,,,,,,, -aaf478f9-b3e2-4038-977b-56896a8060e2,,Site 36,Site 36,,Login Location,,,,,,,,,,,,,,, -9a93ba80-8a44-4f99-980c-b1e13dbca33a,,Site 37,Site 37,,Login Location,,,,,,,,,,,,,,, -5c0ff819-e936-4e75-9c1d-4d001a6fd95e,,Site 38,Site 38,,Login Location,,,,,,,,,,,,,,, -743a7d4a-3404-49db-a0ec-beddbdec0919,,Site 39,Site 39,,Login Location,,,,,,,,,,,,,,, -1b1317ae-3688-416d-a8f0-1378b92b9e04,,Site 40,Site 40,,Login Location,,,,,,,,,,,,,,, -c2861e47-ecc1-4e81-992d-7b3c29fce0b0,,Site 41,Site 41,,Login Location,,,,,,,,,,,,,,, -92dbdbdf-17da-4cf0-873c-ad15dfae71cb,,Site 42,Site 42,,Login Location,,,,,,,,,,,,,,, -fd7fae67-7a2e-456c-81db-3cbdb10fd510,,Site 43,Site 43,,Login Location,,,,,,,,,,,,,,, -2ccae22b-26ab-4c40-a813-55462e27a0c8,,Site 44,Site 44,,Login Location,,,,,,,,,,,,,,, -2ef7caf2-affa-4003-8fe7-128db6ce31ee,,Site 45,Site 45,,Login Location,,,,,,,,,,,,,,, -148dc112-9e26-42f9-b514-e28cf2e44b1f,,Site 46,Site 46,,Login Location,,,,,,,,,,,,,,, -6d49188b-2bdf-4c6e-bdff-7eeed3e15a64,,Site 47,Site 47,,Login Location,,,,,,,,,,,,,,, -0fa578fc-301a-418c-9cf9-b35707fcb478,,Site 48,Site 48,,Login Location,,,,,,,,,,,,,,, -eeba7391-361a-41ad-a884-02d5504abaac,,Site 49,Site 49,,Login Location,,,,,,,,,,,,,,, -2592d89f-8655-464e-bb76-5536d394c276,,Site 50,Site 50,,Login Location,,,,,,,,,,,,,,, -184ac7d9-225a-41f8-bac7-c87b1327e1b0,,Ward 1,Ward 1,,Login Location,,,,,,,,,,,,,,, -5a7f3c53-6bb4-448b-a966-5e65b397b9f3,,Ward 2,Ward 2,,Login Location,,,,,,,,,,,,,,, -2272b8cd-b690-4878-a50c-40d22235b3f3,,Ward 3,Ward 3,,Login Location,,,,,,,,,,,,,,, -820eae5e-e3e9-40a3-9e86-41d874572cf7,,Ward 4,Ward 4,,Login Location,,,,,,,,,,,,,,, -f105e38c-6ea4-418a-a0ae-9aa39b7f991c,,Ward 5,Ward 5,,Login Location,,,,,,,,,,,,,,, -3848c2f7-1ffa-4ee8-a3eb-cc4a3d939be1,,Ward 6,Ward 6,,Login Location,,,,,,,,,,,,,,, -43a62c8c-d0e3-46f6-8ff7-7c7c153d73d7,,Ward 7,Ward 7,,Login Location,,,,,,,,,,,,,,, -3b4dff4d-ec74-4742-ba09-50b9b89eb3af,,Ward 8,Ward 8,,Login Location,,,,,,,,,,,,,,, -a47e5316-4f78-4007-b92a-627de0b0fe2c,,Ward 9,Ward 9,,Login Location,,,,,,,,,,,,,,, -988f96fb-e0ae-4819-8e8d-ec37dc8e3292,,Ward 10,Ward 10,,Login Location,,,,,,,,,,,,,,, -4047a80b-65d9-4fec-bdc9-0f205c06ba2c,,Ward 11,Ward 11,,Login Location,,,,,,,,,,,,,,, -0108eb6a-6478-4f87-9425-d7164eb91acb,,Ward 12,Ward 12,,Login Location,,,,,,,,,,,,,,, -c117a236-8e65-4327-bb60-42c46db4f6de,,Ward 13,Ward 13,,Login Location,,,,,,,,,,,,,,, -af81eb43-3c83-419d-a394-9e1a24e4ce63,,Ward 14,Ward 14,,Login Location,,,,,,,,,,,,,,, -532a3eef-5e37-4e1a-b60d-6b901e49ba88,,Ward 15,Ward 15,,Login Location,,,,,,,,,,,,,,, -61c952e0-cc51-4ccb-90e3-fd1602f24e92,,Ward 16,Ward 16,,Login Location,,,,,,,,,,,,,,, -a5fb6b17-7634-453a-acf6-898545b5324a,,Ward 17,Ward 17,,Login Location,,,,,,,,,,,,,,, -99eb8204-c704-49f3-bbc7-1e1eeb37c365,,Ward 18,Ward 18,,Login Location,,,,,,,,,,,,,,, -c76bde7e-4240-4d2f-822b-61dc6bc09d36,,Ward 19,Ward 19,,Login Location,,,,,,,,,,,,,,, -3b1c8620-7f69-4657-a010-4f649889f60d,,Ward 20,Ward 20,,Login Location,,,,,,,,,,,,,,, -059e5941-e813-43c9-93b7-b5793e27e4c2,,Ward 21,Ward 21,,Login Location,,,,,,,,,,,,,,, -48b931de-31b2-41d7-9cd1-c5c63d4ce7cf,,Ward 22,Ward 22,,Login Location,,,,,,,,,,,,,,, -2e2fabfa-ca65-414e-b1c2-a04679fe64df,,Ward 23,Ward 23,,Login Location,,,,,,,,,,,,,,, -89ed3c56-2618-4d56-b995-09a09994eea8,,Ward 24,Ward 24,,Login Location,,,,,,,,,,,,,,, -c2e201b4-72db-4233-b3e6-fc8fdb6ac71e,,Ward 25,Ward 25,,Login Location,,,,,,,,,,,,,,, -53f4acf6-5c7a-4946-8df7-491a58eaaa91,,Ward 26,Ward 26,,Login Location,,,,,,,,,,,,,,, -9f25f4cf-5566-47b4-a254-44b1943840d7,,Ward 27,Ward 27,,Login Location,,,,,,,,,,,,,,, -9d33bf8e-a6ed-44c0-8677-9237481df256,,Ward 28,Ward 28,,Login Location,,,,,,,,,,,,,,, -e886e814-987d-4f83-933d-4f31c700e0a4,,Ward 29,Ward 29,,Login Location,,,,,,,,,,,,,,, -b1d037c5-b487-4c3d-b7c1-0b0a7b50bfd1,,Ward 30,Ward 30,,Login Location,,,,,,,,,,,,,,, -99c120e1-6e4b-4df1-ad2c-f81a50dfda7d,,Ward 31,Ward 31,,Login Location,,,,,,,,,,,,,,, -7c4c7c7f-523e-4cd4-b2d8-7bd8036788c7,,Ward 32,Ward 32,,Login Location,,,,,,,,,,,,,,, -f277520e-91af-4ea1-98a2-f011e6f85a37,,Ward 33,Ward 33,,Login Location,,,,,,,,,,,,,,, -84b2819f-cdb5-47f9-88f4-825131bb6afa,,Ward 34,Ward 34,,Login Location,,,,,,,,,,,,,,, -4738f9f4-ca34-4f9f-9e89-d7a2ba2b51a3,,Ward 35,Ward 35,,Login Location,,,,,,,,,,,,,,, -13b6681c-ae49-4f76-a5c6-24013d1bd7ec,,Ward 36,Ward 36,,Login Location,,,,,,,,,,,,,,, -3b6c2971-7a90-4076-baff-28f327e2ff9e,,Ward 37,Ward 37,,Login Location,,,,,,,,,,,,,,, -49d7321a-0ee6-419e-8c74-96554a1902e1,,Ward 38,Ward 38,,Login Location,,,,,,,,,,,,,,, -d5b5cf4e-e5fc-44c8-b19b-99bae46f7914,,Ward 39,Ward 39,,Login Location,,,,,,,,,,,,,,, -de7aa639-6cdb-4184-9171-235316d8aa6d,,Ward 40,Ward 40,,Login Location,,,,,,,,,,,,,,, -d212de33-7757-4899-b347-2cc693635b55,,Ward 41,Ward 41,,Login Location,,,,,,,,,,,,,,, -6534f987-9d1a-442a-a336-da6d62b25301,,Ward 42,Ward 42,,Login Location,,,,,,,,,,,,,,, -f8e92d51-9072-4cf0-9af2-7eb30b077c11,,Ward 43,Ward 43,,Login Location,,,,,,,,,,,,,,, -b120e051-c927-4ff6-9307-f90c8ded63ca,,Ward 44,Ward 44,,Login Location,,,,,,,,,,,,,,, -d1572bd9-ad63-4acc-9c2d-5e1dd0aeea99,,Ward 45,Ward 45,,Login Location,,,,,,,,,,,,,,, -0f9194e3-f7ff-438b-9319-387925cd6310,,Ward 46,Ward 46,,Login Location,,,,,,,,,,,,,,, -d14dd072-2f21-4340-b13d-845da00f8b28,,Ward 47,Ward 47,,Login Location,,,,,,,,,,,,,,, -3ebe38d4-ec5c-49c3-b498-0ca98c15f410,,Ward 48,Ward 48,,Login Location,,,,,,,,,,,,,,, -689d68a5-5857-48af-9f26-dc374fdf2997,,Ward 49,Ward 49,,Login Location,,,,,,,,,,,,,,, -736b08f9-94d6-4b50-ad58-6bc69b9cbfb8,,Ward 50,Ward 50,,Login Location,,,,,,,,,,,,,,, diff --git a/distro/configuration/locationtags/locationtags.csv b/distro/configuration/locationtags/locationtags.csv deleted file mode 100644 index beba06926..000000000 --- a/distro/configuration/locationtags/locationtags.csv +++ /dev/null @@ -1,3 +0,0 @@ -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, \ No newline at end of file diff --git a/distro/configuration/metadatasets/metadatasets.csv b/distro/configuration/metadatasets/metadatasets.csv deleted file mode 100644 index 1dcca12b5..000000000 --- a/distro/configuration/metadatasets/metadatasets.csv +++ /dev/null @@ -1,2 +0,0 @@ -Uuid,Void/Retire,Name,Description,_order:1000 -f0ebcb99-7618-41b7-b0bf-8ff93de67b9e,,Extra Patient Identifiers Set,A set of extra patient identifiers, \ No newline at end of file diff --git a/distro/configuration/metadatasharing/emrapi.Metadata_Source-1.zip b/distro/configuration/metadatasharing/emrapi.Metadata_Source-1.zip deleted file mode 100644 index 481c66417..000000000 Binary files a/distro/configuration/metadatasharing/emrapi.Metadata_Source-1.zip and /dev/null differ diff --git a/distro/configuration/metadatatermmappings/metadatatermmappings.csv b/distro/configuration/metadatatermmappings/metadatatermmappings.csv deleted file mode 100644 index 3aa6d21e3..000000000 --- a/distro/configuration/metadatatermmappings/metadatatermmappings.csv +++ /dev/null @@ -1,3 +0,0 @@ -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 diff --git a/distro/configuration/ocl/.gitkeep b/distro/configuration/ocl/.gitkeep deleted file mode 100644 index 8b1378917..000000000 --- a/distro/configuration/ocl/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/distro/configuration/ocl/BasicDrugs_2.20230127173123.zip b/distro/configuration/ocl/BasicDrugs_2.20230127173123.zip deleted file mode 100644 index f33dd58d6..000000000 Binary files a/distro/configuration/ocl/BasicDrugs_2.20230127173123.zip and /dev/null differ diff --git a/distro/configuration/ocl/BasicLabTests_4.20230326222632.zip b/distro/configuration/ocl/BasicLabTests_4.20230326222632.zip deleted file mode 100644 index a254ffa7e..000000000 Binary files a/distro/configuration/ocl/BasicLabTests_4.20230326222632.zip and /dev/null differ diff --git a/distro/configuration/ocl/CCD_7.20230228121317.zip b/distro/configuration/ocl/CCD_7.20230228121317.zip deleted file mode 100644 index 2b2908ae7..000000000 Binary files a/distro/configuration/ocl/CCD_7.20230228121317.zip and /dev/null differ diff --git a/distro/configuration/ocl/CDU_3.0.20220817051630.zip b/distro/configuration/ocl/CDU_3.0.20220817051630.zip deleted file mode 100644 index 5ec2788a2..000000000 Binary files a/distro/configuration/ocl/CDU_3.0.20220817051630.zip and /dev/null differ diff --git a/distro/configuration/ocl/CIELAllergySet_3.20230228122405.zip b/distro/configuration/ocl/CIELAllergySet_3.20230228122405.zip deleted file mode 100644 index c1f38cf56..000000000 Binary files a/distro/configuration/ocl/CIELAllergySet_3.20230228122405.zip and /dev/null differ diff --git a/distro/configuration/ocl/CIELImmunizationContent_6.20221017140334.zip b/distro/configuration/ocl/CIELImmunizationContent_6.20221017140334.zip deleted file mode 100644 index a1f2a62f0..000000000 Binary files a/distro/configuration/ocl/CIELImmunizationContent_6.20221017140334.zip and /dev/null differ diff --git a/distro/configuration/ocl/CIEL_severities.zip b/distro/configuration/ocl/CIEL_severities.zip deleted file mode 100644 index dfa8b7189..000000000 Binary files a/distro/configuration/ocl/CIEL_severities.zip and /dev/null differ diff --git a/distro/configuration/ocl/CLF_4.20221222133544.zip b/distro/configuration/ocl/CLF_4.20221222133544.zip deleted file mode 100644 index 601e08a17..000000000 Binary files a/distro/configuration/ocl/CLF_4.20221222133544.zip and /dev/null differ diff --git a/distro/configuration/ocl/DemoPrograms_2.20220817052726.zip b/distro/configuration/ocl/DemoPrograms_2.20220817052726.zip deleted file mode 100644 index a52459a7f..000000000 Binary files a/distro/configuration/ocl/DemoPrograms_2.20220817052726.zip and /dev/null differ diff --git a/distro/configuration/ocl/DemoQueueConcepts_2.20220301052308.zip b/distro/configuration/ocl/DemoQueueConcepts_2.20220301052308.zip deleted file mode 100644 index 28cafa0bf..000000000 Binary files a/distro/configuration/ocl/DemoQueueConcepts_2.20220301052308.zip and /dev/null differ diff --git a/distro/configuration/ocl/DrugDispense_1.20221106115918.zip b/distro/configuration/ocl/DrugDispense_1.20221106115918.zip deleted file mode 100644 index c022c0e48..000000000 Binary files a/distro/configuration/ocl/DrugDispense_1.20221106115918.zip and /dev/null differ diff --git a/distro/configuration/ocl/GenericDemoForm_3.20220225043204.zip b/distro/configuration/ocl/GenericDemoForm_3.20220225043204.zip deleted file mode 100644 index d128ff812..000000000 Binary files a/distro/configuration/ocl/GenericDemoForm_3.20220225043204.zip and /dev/null differ diff --git a/distro/configuration/ocl/PD_2.20230413171729.zip b/distro/configuration/ocl/PD_2.20230413171729.zip deleted file mode 100644 index 2ea9aa530..000000000 Binary files a/distro/configuration/ocl/PD_2.20230413171729.zip and /dev/null differ diff --git a/distro/configuration/ocl/SOAPTemplate_1.20230331074221.zip b/distro/configuration/ocl/SOAPTemplate_1.20230331074221.zip deleted file mode 100644 index 982383172..000000000 Binary files a/distro/configuration/ocl/SOAPTemplate_1.20230331074221.zip and /dev/null differ diff --git a/distro/configuration/ocl/VitalSignCodes_1.20230228084421.zip b/distro/configuration/ocl/VitalSignCodes_1.20230228084421.zip deleted file mode 100644 index d09d19136..000000000 Binary files a/distro/configuration/ocl/VitalSignCodes_1.20230228084421.zip and /dev/null differ diff --git a/distro/configuration/ocl/procedures_4.20230405085558.zip b/distro/configuration/ocl/procedures_4.20230405085558.zip deleted file mode 100644 index 03677835a..000000000 Binary files a/distro/configuration/ocl/procedures_4.20230405085558.zip and /dev/null differ diff --git a/distro/configuration/orderfrequencies/orderfrequencies.csv b/distro/configuration/orderfrequencies/orderfrequencies.csv deleted file mode 100644 index fedeeff21..000000000 --- a/distro/configuration/orderfrequencies/orderfrequencies.csv +++ /dev/null @@ -1,10 +0,0 @@ -Uuid,Void/Retire,Frequency per day,Concept frequency,_version:1,_order:7000 -136ebdb7-e989-47cf-8ec2-4e8b2ffe0ab3,,1,Once daily,, -af7c1fe6-d669-414e-b066-e9733f0de7a8,,12,Every two hours,, -08c71152-c552-42e7-b094-f510ff44e9cb,,2,Twice daily,, -136ebdb7-e989-47cf-8ec6-4e8b2ffe0ab5,,3,Thrice daily,, -136ebdb7-e989-47ct-8ec2-4e8b6ffe0ab1,,4,Every six hours,, -136ebdb1-e984-47cf-8ec2-4e6b2ffe0ab8,,6,Every four hours,, -336ebdb5-e985-47cf-8mc2-4e8b2ffe0a83,,8,Every three hours,, -736ebdb7-9989-47cf-8ec2-4e8b2ffe0ab2,,2,Every twelve hours,, -636ebdb4-e988-37cf-8ec2-4e9b2ffe8ab3,,24,Every hour,, \ No newline at end of file diff --git a/distro/configuration/patientidentifiertypes/patientidentifiertypes.csv b/distro/configuration/patientidentifiertypes/patientidentifiertypes.csv deleted file mode 100644 index f67c3a53c..000000000 --- a/distro/configuration/patientidentifiertypes/patientidentifiertypes.csv +++ /dev/null @@ -1,5 +0,0 @@ -Uuid,Void/Retire,Name,Description,Required,Format,Format description,Validator,Location behavior,Uniqueness behavior -05a29f94-c0ed-11e2-94be-8c13b969e334,,OpenMRS ID,"OpenMRS patient identifier, with check-digit",TRUE,,,org.openmrs.module.idgen.validator.LuhnMod30IdentifierValidator,NOT_USED,UNIQUE -22348099-3873-459e-a32e-d93b17eda533,,Legacy ID,Identifier type to record optional previous identifers ,FALSE,,,,NOT_USED, -b4143563-16cd-4439-b288-f83d61670fc8,,ID Card,ID Card,FALSE,,,,NOT_USED,UNIQUE -a71403f3-8584-4289-ab41-2b4e5570bd45,,SSN,Social Security Number,FALSE,[A-Z]{1}-[0-9]{7},"Identifier should be 1 letter, followed by a dash and 7 numerical characters. Eg, A-0010902",,NOT_USED,UNIQUE diff --git a/distro/configuration/personattributetypes/personattributetypes_core-demo.csv b/distro/configuration/personattributetypes/personattributetypes_core-demo.csv deleted file mode 100644 index 5783a46db..000000000 --- a/distro/configuration/personattributetypes/personattributetypes_core-demo.csv +++ /dev/null @@ -1,3 +0,0 @@ -Uuid,Void/Retire,Name,Description,Format,Foreign,Searchable -14d4f066-15f5-102d-96e4-000c29c2a5d7,0,Telephone Number,The telephone number for the person,java.lang.String,,, -8b56eac7-5c76-4b9c-8c6f-1deab8d3fc47,,Unknown patient,Used to flag patients that cannot be identified during the check-in process,java.lang.String,,, diff --git a/distro/configuration/privileges/privileges-ohri.csv b/distro/configuration/privileges/privileges-ohri.csv deleted file mode 100644 index 888e8c14f..000000000 --- a/distro/configuration/privileges/privileges-ohri.csv +++ /dev/null @@ -1,33 +0,0 @@ -Uuid,Privilege name,Description,_order:1000 -3aa17386-f47e-4a29-90e3-8623be4616b1,Add HTS Retrospective,Able to add HTS Retrospective, -e31626ee-a111-4cdd-9474-f983238bda4a,Add Pre Test Counselling,Able to add Pre Test Counselling, -3ae1402f-c562-425b-86d7-8b97197d9faa,Add HIV Test,Able to add HIV Test, -3f130189-8615-4ebd-86cb-6c5578da8a9e,Add Post Test Counselling,Able to add Post Test Counselling, -a8fc301c-43cd-4919-9e19-11c6bfdfdc8e,Add Linkage,Able to add Linkage, -52510d32-fbef-417f-8bd3-194f9f5f9436,Add Referral,Able to add Referral, -363a171c-8490-45c2-a967-336231a6abb9,Add Lab Request,Able to add Lab Request, -d991aa93-e424-4558-a5f2-fa203254538c,Add Lab Result,Able to add Lab Result, -2bbb1b9d-0911-4f9b-afb5-d00b51e79586,Edit HTS Retrospective,Able to edit HTS Retrospective, -4c264fff-68ba-494e-a858-51316c9317e0,Edit Pre Test Counselling,Able to edit Pre Test Counselling, -cc3dab0e-84aa-4547-85b4-b01b82e6061e,Edit HIV Test,Able to edit HIV Test, -89abe506-8058-4f8a-9a1b-5238a996670d,Edit Post Test Counselling,Able to edit Post Test Counselling, -ae3457b5-675b-4bbe-b2f6-6d50122cb950,Edit Linkage,Able to edit Linkage, -615445e2-3fee-49a0-bd1c-e548be51782b,Edit Referral,Able to edit Referral, -6f5e36e2-0025-4abe-9401-537263406012,Edit Lab Request,Able to edit Lab Request, -9e26c229-4e1b-4808-9851-37a0905a7a06,Edit Lab Result,Able to edit Lab Result, -f1c3ab56-703c-41f4-8d3c-191b6dc2f6fe,View HTS Retrospective,Able to view HTS Retrospective, -6cdb8e6a-bf74-4ddd-be82-a738bb63acc0,View Pre Test Counselling,Able to view Pre Test Counselling, -04aaef66-02dd-42df-a597-c5b002cc252e,View HIV Test,Able to view HIV Test, -74792919-5992-4867-b367-bd0b6d59e62d,View Post Test Counselling,Able to view Post Test Counselling, -f9add4f4-4e8c-42e1-bd1d-7c834e4beeb4,View Linkage,Able to view Linkage, -58712939-653c-459b-a060-5c3c52fcad23,View Referral,Able to view Referral, -3782d920-d15e-4149-a57c-985ed91f544e,View Lab Request,Able to view Lab Request, -cc2b2cc3-d9ed-4d21-b9cf-e8c99359d0eb,View Lab Result,Able to view Lab Result, -b50f6065-5718-42ed-b36a-009f1c0d5aa9,Delete HTS Retrospective,Able to delete HTS Retrospective, -504247db-d61d-4e5c-99f7-901a62e42e37,Delete Pre Test Counselling,Able to delete Pre Test Counselling, -7b360bf8-62d2-4125-9786-4615e79200a7,Delete HIV Test,Able to delete HIV Test, -40776d62-9bd2-41aa-95ff-a643e3dafee3,Delete Post Test Counselling,Able to delete Post Test Counselling, -a008b080-2d79-42ed-ab8f-3c3c463d9ecd,Delete Linkage,Able to delete Linkage, -436d4541-57da-47ea-8446-e0ce266c7749,Delete Referral,Able to delete Referral, -05598275-9d67-4ef7-8c65-86c607a6fbe1,Delete Lab Request,Able to delete Lab Request, -d61d0b57-ab2c-45db-b126-8a3023710ba3,Delete Lab Result,Able to delete Lab Result, diff --git a/distro/configuration/privileges/privileges_core-demo.csv b/distro/configuration/privileges/privileges_core-demo.csv deleted file mode 100644 index 2403a3f57..000000000 --- a/distro/configuration/privileges/privileges_core-demo.csv +++ /dev/null @@ -1,35 +0,0 @@ -Uuid,Privilege name,Description,_order:1000 -079c1025-6892-469d-aa4d-6ad2003f07d4,Preview Forms,Allows user to preview Form Entry pages from files. This should be restricted to trusted users only.,, -f47ac43d-2328-4f0e-948d-88062e0d6345,Manage Cohort Definitions,Add/Edit/Remove Cohort Definitions, -35360a98-eebf-4cc0-812d-80b6025cfea3,Manage Order Set Attribute Types,Able to add/edit/retire order set attribute types, -e2b4b047-e595-4456-8ae1-8c16c4f23adc,Get Diagnoses Attribute Types,Able to get diagnoses attribute types, -bfc2eca6-fa0a-4700-b5ba-3bbe5a44413d,Get Order Set Attribute Types,Able to get order set attribute types -eba24ae0-d3e3-4083-84bf-5c4d7eb97e3d,Task: dispensing.create.dispense,Allows user to Dispense Medication -58f14517-6635-42d3-b1ca-99f464eaea2b,Task: dispensing.create.dispense.allowSubstitutions,"Allows user to modify the Quantity, Drug, Formulation and Dose Instructions when Dispensing" -cde0218e-c3e8-465a-85fd-ef478abbb696,Task: dispensing.edit.dispense,Allows user to edit an existing Medication Dispense -d0e540c6-619b-4943-9431-fd1fbf494d74,Task: dispensing.delete.dispense,Allows user to delete an existing Medication Dispense -3c788e2a-a1ec-442a-a1ed-f5d27d8392b5,Task: dispensing.delete.dispense.ifCreator,"Allows user to delete an existing Medication Dispense, *but only* if they created it originally" -bfd21c4f-008d-49f4-b96b-db14cb949c0f,Manage Metadata Mapping,Able to manage metadata mappings, -142ecdca-d3a8-11ed-afa1-0242ac120002,View Metadata Via Mapping,Able to view metadata via a mapping, -3f88daf3-f8c0-4be0-bd56-a58c918f02f6,Share Metadata,Allows user to export and import metadata, -4d585f07-cabf-4d1a-97a2-a2eb74e68347,Manage Address Hierarchy,Allows user to access/modify the defined address hierarchy, -d23f430d-570c-41ac-bddd-ac1057e2fd21,Manage RESTWS,Allows to configure RESTWS module -16e12803-57bf-419a-8d17-9854db93674b,View RESTWS,Gives access to RESTWS in administration -d2f70c2b-077a-4dae-b108-5ab78fc28ba5,Manage OWA,"Allows to configure OWA module, upload modules" -f35d498f-9bbf-40df-a2b8-bcb4cebd1ec4,Manage Identifier Sources,"Allows user add, edit, and remove identifier sources", -95f24ca5-4385-4d97-8b50-5b088370fb16,Manage Auto Generation Options,"Allows user add, edit, and remove auto-generation options", -da26202b-950d-4f97-a12d-1401827f6c60,Generate Batch of Identifiers,Allows user to generate a batch of identifiers to a file for offline use, -5d4b581a-6a5f-4cb8-b9f3-a79c66bed0d0,Upload Batch of Identifiers,Allows user to upload a batch of identifiers, -efb8d8d5-5540-4055-b065-04085cab6398,View Token Registrations,Allows to view token registrations, -c1d94406-eb53-4dfa-95c2-5b8dd8c184b3,Manage Token Registrations,Allows to create/update/delete token registrations, -34dc3c75-2e87-46ff-a328-c7861d0872f9,View Calculations,Allows to view Calculations, -505e901e-f0c8-4234-8e19-d7b9dcd933e3,Manage Reports,"Base privilege for add/edit/delete reporting definitions. This gives access to the administrative menus, but you need to grant additional privileges to manage each specific type of reporting definition", -f333b0d8-d0e2-427f-8858-f2b05866be21,Manage Report Definitions,Add/Edit/Remove Report Definitions, -b37cc8b5-06dc-4876-9f38-7fa1d270ee8c,Manage Data Set Definitions,Add/Edit/Remove Data Set Definitions, -ebd9f8fe-f3f1-4742-91ec-1c23dc2ccb82,Manage Indicator Definitions,Add/Edit/Remove Indicator Definitions, -3f3ef7d8-ac8d-4f68-ab72-ab238a879d75,Manage Dimension Definitions,Add/Edit/Remove Dimension Definitions, -dfc8b5f0-c736-4bc0-8f23-427f0d9c7e7f,Manage Cohort Definitions,Add/Edit/Remove Cohort Definitions, -5486ba0b-4d3d-46b5-ab82-a6a226feb9c4,Manage Report Designs,Add/Edit/Remove Report Designs, -6b19d4ee-f6ae-4191-a60f-a70fcef5c461,Manage Scheduled Report Tasks,Manage Task Scheduling in Reporting Module, -0a12b76e-2175-4eb7-af0b-498129ea1cac,Run Reports,Schedule the running of a report, -a98c5b27-8d44-42b6-9b84-626cbcc5a227,Manage OrderTemplates,Base privilege for add/edit/delete order templates, \ No newline at end of file diff --git a/distro/configuration/programs/programs_demo-package-hiv.csv b/distro/configuration/programs/programs_demo-package-hiv.csv deleted file mode 100644 index 8515e5bd4..000000000 --- a/distro/configuration/programs/programs_demo-package-hiv.csv +++ /dev/null @@ -1,5 +0,0 @@ -Uuid,Void/Retire,Name,Description,Program concept,Outcomes concept,_order:1000, -64f950e6-1b07-4ac0-8e7e-f3e148f3463f,,HIV Care and Treatment,HIV Care and Treatment,Human immunodeficiency virus (HIV) disease,,, -d1b6cd43-8ac7-4cdd-8fb4-fe51635c82b4,,PMTCT,Program for prevention of Maternal to Child HIV transmission,PMTCT,,, -ac1bbc45-8c35-49ff-a574-9553ff789527,,HIV Preventative Services (PEP/PrEP),Program for prevention of HIV through Pre-Exposure Prophylaxis regimens,Pre-exposure prophylaxis (PrEP),,, -7a72a724-8994-4d33-962e-f65d8ca4ae67,,Outpatient Diabetes Education Program, Outpatient service for patient education about diabetes,Diabetes clinic,,, diff --git a/distro/configuration/programworkflows/programworkflows.csv b/distro/configuration/programworkflows/programworkflows.csv deleted file mode 100644 index caab1aab0..000000000 --- a/distro/configuration/programworkflows/programworkflows.csv +++ /dev/null @@ -1,4 +0,0 @@ -Uuid,Void/Retire,Program,Workflow concept -70921392-4e3e-5465-978d-45b68b7def5f,,64f950e6-1b07-4ac0-8e7e-f3e148f3463f,HIV treatment status -59bce157-3bfa-11e7-abc4-6b50acec278b,,d1b6cd43-8ac7-4cdd-8fb4-fe51635c82b4,Program status -ee8c4f22-98f8-9740-494a-3f757cb1210c,,ac1bbc45-8c35-49ff-a574-9553ff789527,Program status diff --git a/distro/configuration/programworkflowstates/programworkflowstates_demo-package.csv b/distro/configuration/programworkflowstates/programworkflowstates_demo-package.csv deleted file mode 100644 index f9defdce6..000000000 --- a/distro/configuration/programworkflowstates/programworkflowstates_demo-package.csv +++ /dev/null @@ -1,4 +0,0 @@ -Uuid,Void/Retire,Workflow,State concept,Initial,Terminal -7c0a5653-313f-4564-b9cf-d59adf1173dc,,70921392-4e3e-5465-978d-45b68b7def5f,On Antiretrovirals Treatment,true, -aa359664-2f8e-4ea1-ab48-fb2d5bc1dced,,59bce157-3bfa-11e7-abc4-6b50acec278b,Lost to follow-up,true, -b02b289f-7f72-402c-9fb5-4762e5cb106a,,ee8c4f22-98f8-9740-494a-3f757cb1210c,Never started,true, diff --git a/distro/configuration/relationshiptypes/relationshiptypes.csv b/distro/configuration/relationshiptypes/relationshiptypes.csv deleted file mode 100644 index 0aad50c8e..000000000 --- a/distro/configuration/relationshiptypes/relationshiptypes.csv +++ /dev/null @@ -1,8 +0,0 @@ -Uuid,Void/Retire,Name,Description,Weight,Preferred,A is to b,B is to a -c86d9979-b8ac-4d8c-85cf-cc04e7f16315,,Uncle/Nephew,A relationship of an uncle and his nephew,1,true,Uncle,Nephew -3982f469-cedc-4b2d-91ea-fe38f881e1a0,true,Aunt/Niece,A relationship of an aunt and her niece,,,Aunt,Niece -4f6b4fc4-66e5-4364-be1d-d5872ff8817e,,Friend/Friend,A relationship of friendship where there is often no biological link,,,Friend,Friend -53d8a8f3-0084-4a52-8666-c655f5bd2689,,Supervisor/Supervisee,A description for supervisor to supervisee relationship,,,Supervisor,Supervisee -117ac27a-7fec-4834-8fad-d967c702c15a,,Clinician/Patient,A relationship from a care provider to the patient,,,Clinician,Patient -8c8bbfe3-8454-41f9-a180-55f7058af9bd,,Community Health Worker/Patient,CHW to Patient relationship,,,Community Health Worker,Patient -057de23f-3d9c-4314-9391-4452970739c6,,Other/Other,A description for a relationship type not covered here,,,Other,Other diff --git a/distro/configuration/roles/roles-ohri.csv b/distro/configuration/roles/roles-ohri.csv deleted file mode 100644 index aa9df495d..000000000 --- a/distro/configuration/roles/roles-ohri.csv +++ /dev/null @@ -1,6 +0,0 @@ -Uuid,Role name,Description,Inherited roles,Privileges,_order:1000 -2dc28f79-d358-4676-8434-0e7e6f77530e,Registration Clerk,"The Registration Clerk role contains users whose primary role is to search for and register new patients within the system.",,Add People; Add Patients; Edit People; Edit Patients; View People; View Patients; Delete People; Delete Patients; Add HTS Retrospective; Edit HTS Retrospective; View HTS Retrospective; Delete HTS Retrospective, -33c2e358-3c6e-45bc-a68a-95dbacf99a9b,Data Entry Clerk,"The Data Entry Clerk role contains users whose primary role is data entry with emphasis on retrospective data entry. As such this role will only have the rights to search for and create new patients and create, view and edit the HTS retrospective form.",,Add People; Add Patients; Edit People; Edit Patients; View People; View Patients; Delete People; Delete Patients; Add HTS Retrospective; Edit HTS Retrospective; View HTS Retrospective; Delete HTS Retrospective; Add Lab Request; Edit Lab Request; View Lab Request; Delete Lab Request, -91af92b4-bed7-4488-8f0e-6424643d21e1,HTS Counsellor,"The HTS Counsellor role contains users whose primary role is to offer HIV pre and post counselling, as well as linkage and referral services. This is a POC role and completion of the forms will be real time following the HTS workflow.",,View People; View Patients; Add HTS Retrospective; Edit HTS Retrospective; View HTS Retrospective; Delete HTS Retrospective; Add Pre Test Counselling; Edit Pre Test Counselling; View Pre Test Counselling; Delete Pre Test Counselling; View HIV Test; Add Post Test Counselling; Edit Post Test Counselling; View Post Test Counselling; Delete Post Test Counselling; Add Linkage; Edit Linkage; View Linkage; Delete Linkage; Add Referral; Edit Referral; View Referral; Delete Referral, -8ade7d11-1844-4aa8-b121-241caa7cd223,HTS Provider,"The HTS Provider role contains users whose primary role is to conduct the actual HIV test. This is a POC role and the forms available to this role are completed real time.",,View People; View Patients; Add HTS Retrospective; Edit HTS Retrospective; View HTS Retrospective; Delete HTS Retrospective; View Pre Test Counselling; Add HIV Test; Edit HIV Test; View HIV Test; Delete HIV Test; View Post Test Counselling; View Linkage; View Referral; Add Lab Request; Edit Lab Request; View Lab Request; Delete Lab Request, -890ceba8-d39b-40e4-b7a4-834455d93b64,Lab Technologist,"The Lab Technologist role has users whose main role is conducting laboratory tests. This is both a POC and retrospective role and the forms available for this role can either be completed real time or when lab results become available.",,View People; View Patients; View HTS Retrospective; Add Lab Request; Edit Lab Request; View Lab Request; Delete Lab Request; Add Lab Result; Edit Lab Result; View Lab Result; Delete Lab Result, diff --git a/distro/configuration/roles/roles_core-demo.csv b/distro/configuration/roles/roles_core-demo.csv deleted file mode 100644 index 7474eb8ec..000000000 --- a/distro/configuration/roles/roles_core-demo.csv +++ /dev/null @@ -1,18 +0,0 @@ -Uuid,Role name,Description,Inherited roles,Privileges,_order:1000 -ab2160f6-0941-430c-9752-6714353fbd3c,Privilege Level: Full,A role that has all API privileges,,Manage Concept Classes; Delete Patient Identifiers; Configure Visits; Preview Forms; Manage Privileges; Get Order Sets; View Navigation Menu; Delete Cohorts; Manage Forms; Delete Patient Programs; Manage Field Types; Add Observations; View Encounters; View Problems; Delete HL7 Inbound Exception; Update HL7 Source; View Metadata Via Mapping; Delete HL7 Inbound Archive; Add Concept Proposals; Add Patient Identifiers; View Locations; Patient Dashboard - View Encounters Section; Manage FormEntry XSN; Purge Field Types; Manage Order Set Attribute Types; Edit Concept Proposals; View Data Entry Statistics; Edit Problems; Manage Modules; Add Relationships; Manage Concept Attribute Types; Add Visits; Add Patients; Patient Dashboard - View Graphs Section; Patient Dashboard - View Demographics Section; Add Orders; Delete Encounters; Manage Address Templates; Delete Relationships; Manage HL7 Messages; Get Notes; Edit Diagnoses; Upload XSN; View Unpublished Forms; Manage Programs; View Patients; Get Conditions; Add Problems; View Programs; Patient Dashboard - View Overview Section; Manage Concept Stop Words; Manage Roles; View Concept Classes; Manage Address Hierarchy; View Observations; Manage Identifier Sources; Manage RESTWS; Get Visit Types; Get HL7 Inbound Exception; View Concept Sources; Get Visit Attribute Types; Get Visits; Get Providers; Get Location Attribute Types; Get Encounter Roles; Manage OWA; Get HL7 Source; Add HL7 Inbound Archive; Get HL7 Inbound Archive; Delete Orders; Get HL7 Inbound Queue; Assign System Developer Role; View RESTWS; Edit Patient Programs; Manage Location Attribute Types; Remove Problems; Add Patient Programs; Edit Cohorts; Manage Concept Map Types; Edit Users; Patient Dashboard - View Patient Summary; Get Concept Attribute Types; Add HL7 Inbound Queue; Get Concept Datatypes; Get Concept Classes; Get Roles; Manage Scheduler; Get Privileges; Get Order Types; Delete Observations; Get Field Types; Get Concept Sources; Get Relationship Types; Update HL7 Inbound Archive; Update HL7 Inbound Queue; Get Identifier Types; Edit People; Delete People; Edit Patient Identifiers; View Orders; Get Forms; Get Orders; View Administration Functions; Manage Global Properties; View Patient Identifiers; Get Global Properties; Get Patient Programs; Get People; Get Person Attribute Types; Get Database Changes; Get Relationships; Get Allergies; Edit Orders; Get Problems; View Allergies; Manage Implementation Id; Get Programs; Get Concept Reference Terms; Get Order Frequencies; View Concept Proposals; Manage Encounter Types; View Roles; Get Concept Map Types; Add Allergies; Patient Dashboard - View Forms Section; Add HL7 Inbound Exception; Delete HL7 Inbound Queue; View People; Edit Allergies; Manage Location Tags; Manage Concept Reference Terms; Delete Diagnoses; Manage Person Attribute Types; Patient Overview - View Relationships; Patient Overview - View Programs; Patient Overview - View Problem List; Patient Overview - View Allergies; Manage Order Types; Get Encounters; Get Users; Get Locations; Manage Alerts; Get Encounter Types; Get Patients; View Identifier Types; Get Observations; Edit Observations; Get Patient Cohorts; Manage Providers; Get Patient Identifiers; Delete Users; Manage Locations; Manage Concept Name tags; Manage Metadata Mapping; View Forms; Edit Conditions; Add HL7 Source; Add Users; Get Concepts; View Relationship Types; Edit Notes; Get Concept Proposals; Manage Search Index; View Relationships; Manage Relationships; Generate Batch of Identifiers; View Patient Programs; Edit User Passwords; View Person Attribute Types; View Patient Cohorts; Add Encounters; Upload Batch of Identifiers; View Field Types; View Encounter Types; Manage Identifier Types; Remove Allergies; Update HL7 Inbound Exception; View Order Types; Get Diagnoses Attribute Types; Patient Overview - View Patient Actions; Patient Dashboard - View Regimen Section; Add Cohorts; Delete Visits; Manage Order Frequencies; Edit Relationships; Manage Auto Generation Options; Manage Concepts; Manage Concept Datatypes; Add People; Manage Encounter Roles; View Privileges; Delete Patients; Delete Concept Proposals; Manage Visit Types; Delete Conditions; View Concept Datatypes; Edit Patients; Delete Notes; Edit Encounters; View Concepts; Manage Visit Attribute Types; Form Entry; View Global Properties; Get Care Settings; Manage Concept Sources; Manage Order Sets; Get Order Set Attribute Types; Manage Relationship Types; Get Diagnoses; Edit Visits; View Users; Share Metadata -f089471c-e00b-468e-96e8-46aea1b339af,Privilege Level: High,A role that has all API privileges except administrative privileges with security implications,,Manage Concept Classes; Delete Patient Identifiers; Configure Visits; Preview Forms; Get Order Sets; View Navigation Menu; Delete Cohorts; Manage Forms; Delete Patient Programs; Manage Field Types; Add Observations; View Encounters; View Problems; Delete HL7 Inbound Exception; Update HL7 Source; View Metadata Via Mapping; Delete HL7 Inbound Archive; Add Concept Proposals; Add Patient Identifiers; View Locations; Patient Dashboard - View Encounters Section; Manage FormEntry XSN; Purge Field Types; Manage Order Set Attribute Types; Edit Concept Proposals; View Data Entry Statistics; Edit Problems; Manage Modules; Add Relationships; Manage Concept Attribute Types; Add Visits; Add Patients; Patient Dashboard - View Graphs Section; Patient Dashboard - View Demographics Section; Add Orders; Delete Encounters; Manage Address Templates; Delete Relationships; Manage HL7 Messages; Get Notes; Edit Diagnoses; Upload XSN; View Unpublished Forms; Manage Programs; View Patients; Get Conditions; Add Problems; View Programs; Patient Dashboard - View Overview Section; Manage Concept Stop Words; Manage Roles; View Concept Classes; Manage Address Hierarchy; View Observations; Manage Identifier Sources; Manage RESTWS; Get Visit Types; Get HL7 Inbound Exception; View Concept Sources; Get Visit Attribute Types; Get Visits; Get Providers; Get Location Attribute Types; Get Encounter Roles; Manage OWA; Get HL7 Source; Add HL7 Inbound Archive; Get HL7 Inbound Archive; Delete Orders; Get HL7 Inbound Queue; Assign System Developer Role; View RESTWS; Edit Patient Programs; Manage Location Attribute Types; Remove Problems; Add Patient Programs; Edit Cohorts; Manage Concept Map Types; Edit Users; Patient Dashboard - View Patient Summary; Get Concept Attribute Types; Add HL7 Inbound Queue; Get Concept Datatypes; Get Concept Classes; Get Roles; Manage Scheduler; Get Privileges; Get Order Types; Delete Observations; Get Field Types; Get Concept Sources; Get Relationship Types; Update HL7 Inbound Archive; Update HL7 Inbound Queue; Get Identifier Types; Edit People; Delete People; Edit Patient Identifiers; View Orders; Get Forms; Get Orders; View Administration Functions; Manage Global Properties; View Patient Identifiers; Get Global Properties; Get Patient Programs; Get People; Get Person Attribute Types; Get Database Changes; Get Relationships; Get Allergies; Edit Orders; Get Problems; View Allergies; Manage Implementation Id; Get Programs; Get Concept Reference Terms; Get Order Frequencies; View Concept Proposals; Manage Encounter Types; View Roles; Get Concept Map Types; Add Allergies; Patient Dashboard - View Forms Section; Add HL7 Inbound Exception; Delete HL7 Inbound Queue; View People; Edit Allergies; Manage Location Tags; Manage Concept Reference Terms; Delete Diagnoses; Manage Person Attribute Types; Patient Overview - View Relationships; Patient Overview - View Programs; Patient Overview - View Problem List; Patient Overview - View Allergies; Manage Order Types; Get Encounters; Get Users; Get Locations; Manage Alerts; Get Encounter Types; Get Patients; View Identifier Types; Get Observations; Edit Observations; Get Patient Cohorts; Manage Providers; Get Patient Identifiers; Delete Users; Manage Locations; Manage Concept Name tags; Manage Metadata Mapping; View Forms; Edit Conditions; Add HL7 Source; Add Users; Get Concepts; View Relationship Types; Edit Notes; Get Concept Proposals; Manage Search Index; View Relationships; Manage Relationships; Generate Batch of Identifiers; View Patient Programs; Edit User Passwords; View Person Attribute Types; View Patient Cohorts; Add Encounters; Upload Batch of Identifiers; View Field Types; View Encounter Types; Manage Identifier Types; Remove Allergies; Update HL7 Inbound Exception; View Order Types; Get Diagnoses Attribute Types; Patient Overview - View Patient Actions; Patient Dashboard - View Regimen Section; Add Cohorts; Delete Visits; Manage Order Frequencies; Edit Relationships; Manage Auto Generation Options; Manage Concepts; Manage Concept Datatypes; Add People; Manage Encounter Roles; View Privileges; Delete Patients; Delete Concept Proposals; Manage Visit Types; Delete Conditions; View Concept Datatypes; Edit Patients; Delete Notes; Edit Encounters; View Concepts; Manage Visit Attribute Types; Form Entry; View Global Properties; Get Care Settings; Manage Concept Sources; Manage Order Sets; Get Order Set Attribute Types; Manage Relationship Types; Get Diagnoses; Edit Visits; View Users -d8ddab2c-20a5-4a3c-b209-856c7fe839cd,Application: Administers System,Administers system,Privilege Level: High,, -7f04f24c-e433-4bc7-95cd-975b6f003207,Application: Configures Forms,Manages forms and attaches them to the UI,Privilege Level: High,, -66fa1ec4-5d30-4127-a693-d8b1f9519a14,Application: Configures Metadata,Access to Configure Metadata app,Privilege Level: High,, -9873dba9-484f-42c2-a98d-f224bd65117a,Application: Edits Existing Encounters,Gives user the ability to edit patient encounter,Privilege Level: High,, -dc978fe8-b574-4e11-be54-626ae2d28ed8,Application: Enters ADT Events,Enters ADT events,Privilege Level: High,, -eba658df-fa88-4dab-b000-57e1e5cb2e43,Application: Enters Vitals,Enters vitals,Privilege Level: High,, -fb393086-d6ec-4bcb-a300-5815a554c4ae,Application: Has Super User Privileges,Extends the underlying System Developer API role,System Developer; Privilege Level: High,, -2d09a0e2-240a-4dd7-9c3e-9e2cd2cb2d1f,Application: Records Allergies,Records and edits allergies,Privilege Level: High,, -58f60da3-03bd-4b57-bb3c-429b50f6939b,Application: Registers Patients,Registers patients,Privilege Level: High,, -564b560e-3fe8-4829-8be4-68ddb40cf106,Application: Uses Patient Summary,Uses patient summary,Privilege Level: High,, -93a9c2f8-9296-488f-9451-43667e1c4d7f,Application: Writes Clinical Notes,Writes clinical notes,Privilege Level: High,, -4ef1f0f9-fee6-414b-910d-28e17df345c2,Organizational: Doctor,Doctor,Application: Records Allergies; Application: Writes Clinical Notes; Application: Enters ADT Events; Application: Uses Patient Summary,, -2749cd1b-251a-4d8b-bc35-0165f2b1af3e,Organizational: Nurse,Nurse,Application: Records Allergies; Application: Enters ADT Events; Application: Uses Patient Summary; Application: Enters Vitals, -fab43ac4-79bc-4f3d-805b-bd3a82ce41e9,Organizational: Registration Clerk,Registration Clerk,Application: Registers Patients;,, -2f087f90-9c47-4262-bfce-23c7862e727e,Organizational: System Administrator,System Administrator,Application: Configures Forms; Application: Configures Metadata; Application: Administers System,, diff --git a/distro/configuration/visittypes/visittypes.csv b/distro/configuration/visittypes/visittypes.csv deleted file mode 100644 index b818956b1..000000000 --- a/distro/configuration/visittypes/visittypes.csv +++ /dev/null @@ -1,6 +0,0 @@ -Uuid,Void/Retire,Name,Description,_version:1 -7b0f5697-27e3-40c4-8bae-f4049abfb4ed,,Facility Visit,"Patient visits the clinic/hospital (as opposed to a home visit, or telephone contact)", -d66e9fe0-7d51-4801-a550-5d462ad1c944,,Home Visit,Provider visits the patient at their home, -287463d3-2233-4c69-9851-5841a1f5e109,,OPD Visit,OPD Visit, -a22733fa-3501-4020-a520-da024eeff088,,Offline Visit,Visit type for offline features, -78370d15-38ad-48a1-825f-f0e9ff60d5a1,,Group Session,Visit type for group sessions (used in Fast Data Entry), diff --git a/distro/distro.properties b/distro/distro.properties deleted file mode 100644 index 8f713683b..000000000 --- a/distro/distro.properties +++ /dev/null @@ -1,46 +0,0 @@ -name=OHRI 3.x distro (Dev) -version=3.0.0 -war.openmrs=${openmrs.version} -omod.initializer=${initializer.version} -omod.fhir2=${fhir2.version} -omod.webservices.rest=${webservices.rest.version} -omod.idgen=${idgen.version} -omod.legacyui=${legacyui.version} -omod.addresshierarchy=${addresshierarchy.version} -omod.metadatamapping=${metadatamapping.version} -omod.metadatasharing=${metadatasharing.version} -omod.openconceptlab=${openconceptlab.version} -omod.owa=${owa.version} - -# omod.referencedemodata=${referencedemodata.version} - -omod.attachments=${attachments.version} -omod.queue=${queue.version} -omod.appointments=${appointments.version} -omod.appointments.groupId=org.bahmni.module -omod.cohort=${cohort.version} -omod.reporting=${reporting.version} -omod.reportingrest=${reportingrest.version} -omod.calculation=${calculation.version} -omod.htmlwidgets=${htmlwidgets.version} -omod.serialization.xstream=${serialization-xstream.version} -omod.serialization.xstream.type=omod -# omod.ordertemplates=${ordertemplates.version} - -# Required for OHRI -omod.appframework=${appframework.version} -omod.appui=${appui.version} -omod.htmlformentry=${htmlformentry.version} -omod.reportingcompatibility=${reportingcompatibility.version} -omod.uicommons=${uicommons.version} -omod.uiframework=${uiframework.version} -omod.ohricore=${ohricore.version} -omod.ohrireports=${ohrireports.version} -# omod.casereport=${casereport.version} -omod.patientflags=${patientflags.version} - -omod.emrapi=${emrapi.version} -omod.event=${event.version} -omod.event.groupId=org.openmrs -omod.providermanagement=${providermanagement.version} -omod.uilibrary=${uilibrary.version} diff --git a/distro/pom.xml b/distro/pom.xml deleted file mode 100644 index a71db22f5..000000000 --- a/distro/pom.xml +++ /dev/null @@ -1,368 +0,0 @@ - - 4.0.0 - - - org.openmrs.distro - referenceapplication - 3.0.0-SNAPSHOT - - - referenceapplication-distro - OpenMRS distro - pom - - - UTF-8 - - ${project.build.directory}/${project.artifactId} - ${distro.baseDir}/openmrs_config - ${distro.baseDir}/openmrs_core - ${distro.baseDir}/openmrs_modules - ${distro.baseDir}/spa - ${distro.baseDir}/spa_config - - - 2.6.0 - 2.5.2 - 1.9.0 - 2.40.0 - 2.15.2 - 4.10.0 - 1.15.0 - 1.7.0-SNAPSHOT - 1.9.0 - 2.1.0 - - - 1.14.0 - 3.0.0 - - - - - 1.0.0-alpha - 1.8.0-SNAPSHOT - 3.4.0 - 1.25.0 - 1.14.0 - - - 1.3.0 - 1.11.0 - 0.2.16 - - 3.0.6-SNAPSHOT - - - - - 2.17.0 - 1.15.0 - 5.1.0 - 2.0.8 - 2.23.0 - 3.23.0 - 1.0.2-SNAPSHOT - 1.0.0 - - 1.32.0 - 2.10.0 - 2.13.0 - 2.0.7 - - - - - - - - - ${project.groupId} - referenceapplication-config - zip - ${project.version} - - - - org.openmrs.web - openmrs-webapp - ${openmrs.version} - war - provided - - - - - org.openmrs.module - initializer-omod - ${initializer.version} - provided - - - org.openmrs.module - fhir2-omod - ${fhir2.version} - provided - - - org.openmrs.module - webservices.rest-omod - ${webservices.rest.version} - provided - - - org.openmrs.module - idgen-omod - ${idgen.version} - provided - - - org.openmrs.module - legacyui-omod - ${legacyui.version} - provided - - - org.openmrs.module - addresshierarchy-omod - ${addresshierarchy.version} - provided - - - org.openmrs.module - metadatamapping-omod - ${metadatamapping.version} - provided - - - org.openmrs.module - metadatasharing-omod - ${metadatasharing.version} - provided - - - org.openmrs.module - openconceptlab-omod - ${openconceptlab.version} - provided - - - org.openmrs.module - owa-omod - ${owa.version} - provided - - - org.openmrs.module - attachments-omod - ${attachments.version} - provided - - - - - - - org.openmrs.module - queue-omod - ${queue.version} - provided - - - org.bahmni.module - appointments-omod - ${appointments.version} - provided - - - org.openmrs.module - cohort-omod - ${cohort.version} - provided - - - org.openmrs.module - reporting-omod - ${reporting.version} - provided - - - org.openmrs.module - reportingrest-omod - ${reportingrest.version} - provided - - - org.openmrs.module - calculation-omod - ${calculation.version} - provided - - - org.openmrs.module - htmlwidgets-omod - ${htmlwidgets.version} - provided - - - org.openmrs.module - serialization.xstream-api - ${serialization-xstream.version} - provided - - - org.openmrs.module - patientflags-omod - ${patientflags.version} - provided - - - - - org.openmrs.module - ohrireports-omod - ${ohrireports.version} - provided - - - - org.openmrs.module - ohricore-omod - ${ohricore.version} - provided - - - - org.openmrs.module - emrapi-omod - ${emrapi.version} - provided - - - - org.openmrs - event-omod - ${event.version} - pom - provided - - - - org.openmrs.module - providermanagement-omod - ${providermanagement.version} - provided - - - - org.openmrs.module - uilibrary-omod - ${uilibrary.version} - provided - - - - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - - - populate-distro-properties - generate-resources - - copy-resources - - - - ${project.build.directory} - - - - ${project.basedir} - - distro.properties - - true - - - - - - - - org.openmrs.maven.plugins - openmrs-sdk-maven-plugin - - - openmrs-sdk:build-distro - - build-distro - - package - - ${project.build.directory}/distro.properties - ${project.build.directory}/sdk-distro - - - - - - maven-antrun-plugin - 1.7 - - - - copy-openmrs-configuration - package - - - - - - - - - run - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - package-distro-artifact - package - - single - - - false - - src/main/assembly/assembly.xml - - - - - - - - diff --git a/distro/src/main/assembly/assembly.xml b/distro/src/main/assembly/assembly.xml deleted file mode 100644 index 6e84ddccf..000000000 --- a/distro/src/main/assembly/assembly.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - zip-distro-dir - - zip - - false - - - .. - ${project.build.directory} - - - diff --git a/docker-compose-ohri-dev.yml b/docker-compose-ohri-dev.yml new file mode 100644 index 000000000..f0c6048ad --- /dev/null +++ b/docker-compose-ohri-dev.yml @@ -0,0 +1,73 @@ +version: "3.7" + +services: + gateway: + image: histacoohri/ohri-dev-proxy:next + depends_on: + - frontend + - backend + ports: + - "8083:80" + # - "8083:8083" + + frontend: + image: histacoohri/ohri-dev-frontend:next + environment: + SPA_PATH: /openmrs/spa + API_URL: /openmrs + SPA_CONFIG_URLS: /openmrs/spa/ohri-config.json + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost/"] + timeout: 10s + depends_on: + - backend + # OHRI customizations + #volumes: + # - ./frontend/ohri-config.json:/usr/share/nginx/html/ohri-config.json + + backend: + image: histacoohri/ohri-dev-backend-2_6:next + depends_on: + - db + environment: + OMRS_CONFIG_MODULE_WEB_ADMIN: "true" + OMRS_CONFIG_AUTO_UPDATE_DATABASE: "true" + OMRS_CONFIG_CREATE_TABLES: "true" + OMRS_CONFIG_CONNECTION_SERVER: db + OMRS_CONFIG_CONNECTION_DATABASE: openmrs + OMRS_CONFIG_CONNECTION_USERNAME: ${OPENMRS_DB_USER:-openmrs} + OMRS_CONFIG_CONNECTION_PASSWORD: ${OPENMRS_DB_PASSWORD:-openmrs} + OMRS_JAVA_SERVER_OPTS: "-Dfile.encoding='UTF-8' -server -Xms1024m -Xmx6144m -Djava.security.egd='file:/dev/./urandom' -Djava.awt.headless='true' -Djava.awt.headlesslib='true'" + healthcheck: + disable: true + #test: ["CMD", "curl", "-f", "http://localhost:8080/openmrs"] + #timeout: 10s + volumes: + - ohri-openmrs-data:/openmrs/data + + # MariaDB + db: + image: mariadb:10.8.2 + command: "mysqld --character-set-server=utf8 --collation-server=utf8_general_ci" + healthcheck: + test: 'mysql --user=${OMRS_DB_USER:-openmrs} --password=${OMRS_DB_PASSWORD:-openmrs} --execute "SHOW DATABASES;"' + interval: 10s + timeout: 5s + retries: 5 + environment: + MYSQL_DATABASE: openmrs + MYSQL_USER: ${OMRS_DB_USER:-openmrs} + MYSQL_PASSWORD: ${OMRS_DB_PASSWORD:-openmrs} + MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD:-openmrs} + volumes: + - ohri-db-data:/var/lib/mysql + +volumes: + ohri-openmrs-data: ~ + ohri-db-data: ~ + + +networks: + default: + external: true + name: ohri \ No newline at end of file diff --git a/docker-compose-ohri-namibia-dev.yml b/docker-compose-ohri-namibia-dev.yml new file mode 100644 index 000000000..7e98611d6 --- /dev/null +++ b/docker-compose-ohri-namibia-dev.yml @@ -0,0 +1,73 @@ +version: "3.7" + +services: + gateway: + image: histacoohri/ohri-namibia-dev-proxy:next + depends_on: + - frontend + - backend + ports: + - "8083:80" + # - "8083:8083" + + frontend: + image: histacoohri/ohri-namibia-dev-frontend:next + environment: + SPA_PATH: /openmrs/spa + API_URL: /openmrs + SPA_CONFIG_URLS: /openmrs/spa/ohri-config.json + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost/"] + timeout: 10s + depends_on: + - backend + # OHRI customizations + #volumes: + # - ./frontend/ohri-config.json:/usr/share/nginx/html/ohri-config.json + + backend: + image: histacoohri/ohri-namibia-dev-backend-2_6:next + depends_on: + - db + environment: + OMRS_CONFIG_MODULE_WEB_ADMIN: "true" + OMRS_CONFIG_AUTO_UPDATE_DATABASE: "true" + OMRS_CONFIG_CREATE_TABLES: "true" + OMRS_CONFIG_CONNECTION_SERVER: db + OMRS_CONFIG_CONNECTION_DATABASE: openmrs + OMRS_CONFIG_CONNECTION_USERNAME: ${OPENMRS_DB_USER:-openmrs} + OMRS_CONFIG_CONNECTION_PASSWORD: ${OPENMRS_DB_PASSWORD:-openmrs} + OMRS_JAVA_SERVER_OPTS: "-Dfile.encoding='UTF-8' -server -Xms1024m -Xmx6144m -Djava.security.egd='file:/dev/./urandom' -Djava.awt.headless='true' -Djava.awt.headlesslib='true'" + healthcheck: + test: ['CMD','true'] + #test: ["CMD", "curl", "-f", "http://localhost:8080/openmrs"] + #timeout: 10s + volumes: + - ohri-openmrs-data:/openmrs/data + + # MariaDB + db: + image: mariadb:10.8.2 + command: "mysqld --character-set-server=utf8 --collation-server=utf8_general_ci" + healthcheck: + test: 'mysql --user=${OMRS_DB_USER:-openmrs} --password=${OMRS_DB_PASSWORD:-openmrs} --execute "SHOW DATABASES;"' + interval: 10s + timeout: 5s + retries: 5 + environment: + MYSQL_DATABASE: openmrs + MYSQL_USER: ${OMRS_DB_USER:-openmrs} + MYSQL_PASSWORD: ${OMRS_DB_PASSWORD:-openmrs} + MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD:-openmrs} + volumes: + - ohri-db-data:/var/lib/mysql + +volumes: + ohri-openmrs-data: ~ + ohri-db-data: ~ + + +networks: + default: + external: true + name: ohri \ No newline at end of file diff --git a/docker-compose-ohri-working.yml b/docker-compose-ohri-working.yml new file mode 100644 index 000000000..ab98fa5f0 --- /dev/null +++ b/docker-compose-ohri-working.yml @@ -0,0 +1,73 @@ +version: "3.7" + +services: + gateway: + image: histacoohri/ohri-working-proxy:next + depends_on: + - frontend + - backend + ports: + - "8083:80" + # - "8083:8083" + + frontend: + image: histacoohri/ohri-working-frontend:next + environment: + SPA_PATH: /openmrs/spa + API_URL: /openmrs + SPA_CONFIG_URLS: /openmrs/spa/ohri-config.json + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost/"] + timeout: 10s + depends_on: + - backend + # OHRI customizations + #volumes: + # - ./frontend/ohri-config.json:/usr/share/nginx/html/ohri-config.json + + backend: + image: histacoohri/ohri-working-backend-2_6:next + depends_on: + - db + environment: + OMRS_CONFIG_MODULE_WEB_ADMIN: "true" + OMRS_CONFIG_AUTO_UPDATE_DATABASE: "true" + OMRS_CONFIG_CREATE_TABLES: "true" + OMRS_CONFIG_CONNECTION_SERVER: db + OMRS_CONFIG_CONNECTION_DATABASE: openmrs + OMRS_CONFIG_CONNECTION_USERNAME: ${OPENMRS_DB_USER:-openmrs} + OMRS_CONFIG_CONNECTION_PASSWORD: ${OPENMRS_DB_PASSWORD:-openmrs} + OMRS_JAVA_SERVER_OPTS: "-Dfile.encoding='UTF-8' -server -Xms1024m -Xmx6144m -Djava.security.egd='file:/dev/./urandom' -Djava.awt.headless='true' -Djava.awt.headlesslib='true'" + healthcheck: + disable: true + #test: ["CMD", "curl", "-f", "http://localhost:8080/openmrs"] + #timeout: 10s + volumes: + - ohri-openmrs-data:/openmrs/data + + # MariaDB + db: + image: mariadb:10.8.2 + command: "mysqld --character-set-server=utf8 --collation-server=utf8_general_ci" + healthcheck: + test: 'mysql --user=${OMRS_DB_USER:-openmrs} --password=${OMRS_DB_PASSWORD:-openmrs} --execute "SHOW DATABASES;"' + interval: 10s + timeout: 5s + retries: 5 + environment: + MYSQL_DATABASE: openmrs + MYSQL_USER: ${OMRS_DB_USER:-openmrs} + MYSQL_PASSWORD: ${OMRS_DB_PASSWORD:-openmrs} + MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD:-openmrs} + volumes: + - ohri-db-data:/var/lib/mysql + +volumes: + ohri-openmrs-data: ~ + ohri-db-data: ~ + + +networks: + default: + external: true + name: ohri \ No newline at end of file diff --git a/frontend/Dockerfile b/frontend/Dockerfile deleted file mode 100644 index ff26fac39..000000000 --- a/frontend/Dockerfile +++ /dev/null @@ -1,33 +0,0 @@ -# syntax=docker/dockerfile:1.3 -FROM --platform=$BUILDPLATFORM node:18-alpine as dev - -ARG APP_SHELL_VERSION=next - -RUN mkdir -p /app -WORKDIR /app - -COPY spa-build-config.json . - -ARG CACHE_BUST -RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} assemble --manifest --mode config --config spa-build-config.json --target ./spa -RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} build --build-config spa-build-config.json --target ./spa -COPY ohri-config.json ./spa/ohri-config.json - -FROM nginx:1.23-alpine - -RUN apk update && \ - apk upgrade && \ - # add more utils for sponge to support our startup script - apk add --no-cache moreutils - -# clear any default files installed by nginx -RUN rm -rf /usr/share/nginx/html/* - -COPY startup.sh /usr/local/bin/startup.sh -RUN chmod +x /usr/local/bin/startup.sh - -COPY nginx.conf /etc/nginx/nginx.conf - -COPY --from=dev /app/spa /usr/share/nginx/html - -CMD ["/usr/local/bin/startup.sh"] diff --git a/frontend/nginx.conf b/frontend/nginx.conf deleted file mode 100644 index 6d696b310..000000000 --- a/frontend/nginx.conf +++ /dev/null @@ -1,47 +0,0 @@ -worker_processes 1; -user nobody; - -events { - worker_connections 1024; - multi_accept off; -} - -http { - include mime.types; - default_type application/octet-stream; - tcp_nopush on; - tcp_nodelay on; - sendfile on; - - keepalive_timeout 65; - - server { - listen 80; - root /usr/share/nginx/html; - index index.html; - - # redirect to home - location = / { - return 301 /home; - } - - # never cache the importmap - location ~* importmap\.json$ { - expires -1d; - try_files $uri =404; - } - - # handle anything with a "." that's not an HTML - # assume it's a static file - location ~* \.(?!html?)[^.]+$ { - expires 6M; - try_files $uri =404; - } - - # any other URL should serve the single page - location / { - expires -1d; - try_files /index.html =404; - } - } - } diff --git a/frontend/ohri-config.json b/frontend/ohri-config.json deleted file mode 100644 index 3f70028bb..000000000 --- a/frontend/ohri-config.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "@openmrs/esm-patient-chart-app": { - "extensionSlots": { - "patient-chart-dashboard-slot": { - "remove": [ - "test-results-summary-dashboard", - "conditions-summary-dashboard", - "results-summary-dashboard", - "programs-summary-dashboard", - "allergies-summary-dashboard", - "attachments-results-summary-dashboard", - "drug-orders-summary-dashboard" - ] - }, - "action-menu-chart-items-slot": { - "remove": [ - "visit-note-nav-button", - "clinical-form-action-menu" - ] - } - }, - "notesConceptUuids": ["161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "437d1e25-e7ab-481c-aabc-01f21c6cdef1"] - }, - "@openmrs/esm-patient-banner-app": { - "extensionSlots": { - "patient-actions-slot": { - "remove": [ - "add-patient-to-patient-list-button", - "start-visit-button", - "stop-visit-button", - "cancel-visit-button", - "add-past-visit-button" - ] - } - } - }, - "@ohri/openmrs-esm-ohri-core-app": { - "extensionSlots": { - "ohri-dashboard-appointments-slot": { - "add": [ - "clinical-appointments-dashboard" - ] - }, - "ohri-dashboard-dispensing-slot": { - "add": [ - "dispensing-dashboard" - ] - } - } - }, - "@openmrs/esm-styleguide": { - "Brand color #1": "#1A3054", - "Brand color #2": "#131E35", - "Brand color #3": "#0078A6" - }, - "@openmrs/esm-primary-navigation-app": { - "extensionSlots": { - "app-menu-slot": { - "remove": [ - "dispensing-link" - ] - } - } - }, - "@openmrs/esm-dispensing-app": { - "appName": "Dispensing" - } -} diff --git a/frontend/spa-build-config.json b/frontend/spa-build-config.json deleted file mode 100644 index 187d166ad..000000000 --- a/frontend/spa-build-config.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "frontendModules": { - "@ohri/openmrs-esm-ohri-cervical-cancer-app": "next", - "@ohri/openmrs-esm-ohri-core-app": "next", - "@ohri/openmrs-esm-ohri-covid-app": "next", - "@ohri/openmrs-esm-ohri-form-render-app": "next", - "@ohri/openmrs-esm-ohri-hiv-app": "next", - "@ohri/openmrs-esm-ohri-pmtct": "next", - "@openmrs/esm-appointments-app": "next", - "@openmrs/esm-dispensing-app": "next", - "@openmrs/esm-form-builder-app": "next", - "@openmrs/esm-home-app": "next", - "@openmrs/esm-implementer-tools-app": "next", - "@openmrs/esm-login-app": "next", - "@openmrs/esm-outpatient-app": "next", - "@openmrs/esm-patient-allergies-app": "next", - "@openmrs/esm-patient-appointments-app": "next", - "@openmrs/esm-patient-attachments-app": "next", - "@openmrs/esm-patient-banner-app": "next", - "@openmrs/esm-patient-biometrics-app": "next", - "@openmrs/esm-patient-chart-app": "next", - "@openmrs/esm-patient-conditions-app": "next", - "@openmrs/esm-patient-forms-app": "next", - "@openmrs/esm-patient-immunizations-app": "next", - "@openmrs/esm-patient-list-app": "next", - "@openmrs/esm-patient-medications-app": "next", - "@openmrs/esm-patient-notes-app": "next", - "@openmrs/esm-patient-programs-app": "next", - "@openmrs/esm-patient-search-app": "next", - "@openmrs/esm-patient-test-results-app": "next", - "@openmrs/esm-patient-vitals-app": "next", - "@openmrs/esm-primary-navigation-app": "next", - "@openmrs/esm-patient-registration-app": "next", - "@openmrs/esm-devtools-app": "next" - }, - "spaPath": "$SPA_PATH", - "apiUrl": "$API_URL", - "configUrls": ["$SPA_CONFIG_URLS"], - "importmap": "$SPA_PATH/importmap.json" -} diff --git a/frontend/startup.sh b/frontend/startup.sh deleted file mode 100644 index 8785011f0..000000000 --- a/frontend/startup.sh +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh -set -e - -# if we are using the $IMPORTMAP_URL environment variable, we have to make this useful, -# so we change "importmap.json" into "$IMPORTMAP_URL" allowing it to be changed by envsubst -if [ -n "${IMPORTMAP_URL}" ]; then - if [ -n "$SPA_PATH" ]; then - [ -f "/usr/share/nginx/html/index.html" ] && \ - sed -i -e 's/\("|''\)$SPA_PATH\/importmap.json\("|''\)/\1$IMPORTMAP_URL\1/g' "/usr/share/nginx/html/index.html" - - [ -f "/usr/share/nginx/html/service-worker.js" ] && \ - sed -i -e 's/\("|''\)$SPA_PATH\/importmap.json\("|''\)/\1$IMPORTMAP_URL\1/g' "/usr/share/nginx/html/service-worker.js" - else - [ -f "/usr/share/nginx/html/index.html" ] && \ - sed -i -e 's/\("|''\)importmap.json\("|''\)/\1$IMPORTMAP_URL\1/g' "/usr/share/nginx/html/index.html" - - [ -f "/usr/share/nginx/html/service-worker.js" ] && \ - sed -i -e 's/\("|''\)importmap.json\("|''\)/\1$IMPORTMAP_URL\1/g' "/usr/share/nginx/html/service-worker.js" - fi -fi - -# setting the config urls to "" causes an error reported in the console, so if we aren't using -# the SPA_CONFIG_URLS, we remove it from the source, leaving config urls as [] -if [ -z "$SPA_CONFIG_URLS" ]; then - sed -i -e 's/"$SPA_CONFIG_URLS"//' "/usr/share/nginx/html/index.html" -# otherwise convert the URLs into a Javascript list -# we support two formats, a comma-separated list or a space separated list -else - old_IFS="$IFS" - if echo "$SPA_CONFIG_URLS" | grep , >/dev/null; then - IFS="," - fi - - CONFIG_URLS= - for url in $SPA_CONFIG_URLS; - do - if [ -z "$CONFIG_URLS" ]; then - CONFIG_URLS="\"${url}\"" - else - CONFIG_URLS="$CONFIG_URLS,\"${url}\"" - fi - done - - IFS="$old_IFS" - export SPA_CONFIG_URLS=$CONFIG_URLS - sed -i -e 's/"$SPA_CONFIG_URLS"/$SPA_CONFIG_URLS/' "/usr/share/nginx/html/index.html" -fi - -# Substitute environment variables in the html file -# This allows us to override parts of the compiled file at runtime -if [ -f "/usr/share/nginx/html/index.html" ]; then - envsubst '${IMPORTMAP_URL} ${SPA_PATH} ${API_URL} ${SPA_CONFIG_URLS}' < "/usr/share/nginx/html/index.html" | sponge "/usr/share/nginx/html/index.html" -fi - -if [ -f "/usr/share/nginx/html/service-worker.js" ]; then - envsubst '${IMPORTMAP_URL} ${SPA_PATH} ${API_URL}' < "/usr/share/nginx/html/service-worker.js" | sponge "/usr/share/nginx/html/service-worker.js" -fi - -exec nginx -g "daemon off;" diff --git a/gateway/Dockerfile b/gateway/Dockerfile deleted file mode 100644 index d0bf22796..000000000 --- a/gateway/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM nginx:1.23-alpine - -ENV FRAME_ANCESTORS "" - -COPY nginx.conf /etc/nginx/nginx.conf -COPY default.conf.template /etc/nginx/templates/ diff --git a/gateway/README.md b/gateway/README.md deleted file mode 100644 index d4ae96b5f..000000000 --- a/gateway/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# OpenMRS Gateway - -The gateway service is a simple Nginx Docker container that routes requests either to the frontend or the backend as appropriate. Using a service like this enables us to largely ignore CORS issues since both the backend and frontend are served from the same origin. - -The main configuration for the gateway can be found in the default.conf.template file. this file is processed at start-up by the NGinx Docker containers envsubst setup, which allows us to substitute environment variables into the configuration. - -## Supported Environment Variables - -`FRAME_ANCESTORS` -: This should be a space separated list of origins that are allowed to embed OpenMRS in an IFRAME. For example "http://my.webpage/com http://my.webpage2.com". The syntax is described [on MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors). By default, only pages served from the gateway can embed OpenMRS in an IFRAME. diff --git a/gateway/default.conf.template b/gateway/default.conf.template deleted file mode 100644 index cda14a9d2..000000000 --- a/gateway/default.conf.template +++ /dev/null @@ -1,79 +0,0 @@ -map $request_uri $csp_header { - default "default-src 'self' 'unsafe-inline' 'unsafe-eval'; base-uri 'self'; font-src 'self'; img-src 'self' data:; frame-ancestors 'self' ${FRAME_ANCESTORS};"; - "~^/openmrs/(?:admin|dictionary|module|patientDashboard.form)/" "default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; base-uri 'self'; font-src 'self'; frame-ancestors 'self';"; - "~^/openmrs/owa" "default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; base-uri 'self'; font-src 'self' data:; img-src 'self' data:; frame-ancestors 'self';"; -} - -upstream frontend { - # always assume the frontend will be available - server frontend max_fails=0; -} - -upstream backend { - server backend:8080 max_fails=0; -} - -server { - listen 80; - - add_header X-XSS-Protection "1; mode=block"; - add_header Content-Security-Policy $csp_header; - add_header X-Content-Type-Options nosniff; - - proxy_set_header HOST $host; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - # if serving this via HTTPS, the following is recommended - # proxy_cookie_flags JSESSIONID secure samesite=strict; - proxy_http_version 1.1; - - gzip on; - gzip_vary on; - # 1 KiB - gzip_min_length 1024; - gzip_proxied any; - gzip_http_version 1.0; - gzip_types font/eot - font/otf - font/ttf - image/svg+xml - text/css - text/javascript - text/plain - text/xml - application/atom+xml - application/geo+json - application/importmap+json - application/javascript - application/x-javascript - application/json - application/ld+json - application/fhir+json - application/fhir+xml - application/manifest+json - application/rdf+xml - application/rss+xml - application/xhtml+xml - application/xml; - - # all redirects are relative to the gateway - absolute_redirect off; - - location = /openmrs/spa { - return 301 /openmrs/spa/; - } - - location /openmrs/spa/ { - proxy_pass http://frontend/; - proxy_redirect http://$host/ /openmrs/spa/; - } - - location /openmrs { - proxy_pass http://backend; - } - - location = / { - return 301 /openmrs/spa/; - } -} diff --git a/gateway/nginx.conf b/gateway/nginx.conf deleted file mode 100644 index 751e30cf7..000000000 --- a/gateway/nginx.conf +++ /dev/null @@ -1,30 +0,0 @@ -user nobody; -worker_processes auto; - -error_log /var/log/nginx/error.log notice; -pid /var/run/nginx.pid; - - -events { - worker_connections 1024; -} - - -http { - include /etc/nginx/mime.types; - default_type application/octet-stream; - - log_format main '$remote_addr - $remote_user [$time_local] "$request" ' - '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" "$http_x_forwarded_for"'; - - access_log /var/log/nginx/access.log main; - - sendfile on; - tcp_nopush on; - tcp_nodelay on; - - keepalive_timeout 65; - - include /etc/nginx/conf.d/*.conf; -} diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 0dbe5eb73..000000000 --- a/pom.xml +++ /dev/null @@ -1,220 +0,0 @@ - - 4.0.0 - org.openmrs.distro - referenceapplication - Package and Run OpenMRS - Convenient project to build an OpenMRS distribution and run it - - 3.0.0-SNAPSHOT - pom - - - OpenMRS Inc. - https://openmrs.org - - - - scm:git:git@github.com:openmrs/openmrs-distro-referenceapplication.git - scm:git:git@github.com:openmrs/openmrs-distro-referenceapplication.git - HEAD - - - - - Romain Buisson - - - Ian Bacher - - - - - distro - - - - UTF-8 - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.2.1 - - - enforce-maven - - enforce - - - - - [3.3.9,) - - - - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 3.4.2 - - - org.apache.maven.plugins - maven-antrun-plugin - 3.1.0 - - - org.apache.maven.plugins - maven-clean-plugin - 3.2.0 - - - org.apache.maven.plugins - maven-dependency-plugin - 3.2.0 - - - org.apache.maven.plugins - maven-deploy-plugin - 3.0.0 - - - org.apache.maven.plugins - maven-install-plugin - 3.1.0 - - - org.apache.maven.plugins - maven-release-plugin - 3.0.0-M5 - - - org.apache.maven.plugins - maven-resources-plugin - 3.3.0 - - - org.apache.maven.plugins - maven-site-plugin - 4.0.0-M4 - - - org.openmrs.maven.plugins - openmrs-sdk-maven-plugin - 4.5.0 - - - org.openmrs.maven.plugins - openmrs-packager-maven-plugin - 1.7.0 - - - - - - - - openmrs-repo - OpenMRS Nexus Repository - https://mavenrepo.openmrs.org/public - - - openmrs-releases - OpenMRS Release Repository - https://mavenrepo.openmrs.org/releases - - false - - - - openmrs-snapshots - OpenMRS Snapshots Repository - https://mavenrepo.openmrs.org/snapshots - - true - - - false - - - - mks-nexus-public - https://nexus.mekomsolutions.net/repository/maven-public/ - - - mks-nexus-snapshots - https://nexus.mekomsolutions.net/repository/maven-snapshots/ - - true - - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - interval:10080 - - - - openmrs-repo-modules - OpenMRS Modules - https://mavenrepo.openmrs.org/modules - - - - - - openmrs-repo - OpenMRS Public Repository - https://mavenrepo.openmrs.org/public - - - openmrs-snapshots - OpenMRS Public Repository - https://mavenrepo.openmrs.org/snapshots - - true - - - false - - - - mks-nexus-public - https://nexus.mekomsolutions.net/repository/maven-public/ - - - mks-nexus-snapshots - https://nexus.mekomsolutions.net/repository/maven-snapshots/ - - true - - - - - - - openmrs-repo-releases - OpenMRS Releases Repo - https://mavenrepo.openmrs.org/releases - - - openmrs-repo-snapshots - OpenMRS Snapshots Repo - https://mavenrepo.openmrs.org/snapshots - - -