From e309588f561c3d11f692351c8118648fb599e3df Mon Sep 17 00:00:00 2001 From: Daud Kakumirizi Date: Tue, 5 Dec 2023 12:33:54 +0300 Subject: [PATCH] KH-417: Removed sexual orientation question from patient registration form (#257) --- configs/openmrs_config/concepts/sexual_orientation.csv | 2 +- .../personattributetypes/personattributetypes.csv | 2 +- configs/ozone_config/frontend/ozone-frontend-config.json | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/configs/openmrs_config/concepts/sexual_orientation.csv b/configs/openmrs_config/concepts/sexual_orientation.csv index 4ed5e821..b8a950dc 100644 --- a/configs/openmrs_config/concepts/sexual_orientation.csv +++ b/configs/openmrs_config/concepts/sexual_orientation.csv @@ -4,4 +4,4 @@ a1a0b86c-5565-4dcd-bea5-2c8bcba114b0,,,Lesbian or Gay,មនុស្សស្ d09828ac-ffbd-4804-8773-d03789950f0b,,,Bisexual,មនុស្សស្រលាញ់ភេទទាំងពីរ,Bisexual,មនុស្សស្រលាញ់ភេទទាំងពីរ,Bisexual,Misc,N/A,,,,,,,,,,, 5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,,,Other,ផ្សេងទៀត,Other,ផ្សេងទៀត,Other,Misc,N/A,,,,,,,,,,, 4cd56a32-0fcd-4e80-8631-6b887e12fac6,,,Don’t know,Don’t know,Don’t know,Don’t know,Don’t know,Misc,N/A,,,,,,,,,,, -12634919-8592-428f-8ae3-f14518d914c5,,,Sexual Orientation,ទំនោរផ្លូវភេទ,Sexual Orientation,ទំនោរផ្លូវភេទ,Sexual Orientation,Question,Coded,,Heterosexual;Lesbian or Gay;Bisexual;Other;Don’t know,,,,,,,,, \ No newline at end of file +12634919-8592-428f-8ae3-f14518d914c5,TRUE,,Sexual Orientation,ទំនោរផ្លូវភេទ,Sexual Orientation,ទំនោរផ្លូវភេទ,Sexual Orientation,Question,Coded,,Heterosexual;Lesbian or Gay;Bisexual;Other;Don’t know,,,,,,,,, \ No newline at end of file diff --git a/configs/openmrs_config/personattributetypes/personattributetypes.csv b/configs/openmrs_config/personattributetypes/personattributetypes.csv index e4751a1b..56dbd62f 100644 --- a/configs/openmrs_config/personattributetypes/personattributetypes.csv +++ b/configs/openmrs_config/personattributetypes/personattributetypes.csv @@ -6,4 +6,4 @@ Uuid,Void/Retire,Name,display:en,display:km,Description,Format,Foreign uuid,Sear 4752b0ca-d8dd-4de9-b59a-7c77895b7657,,Place of Birth,Place of Birth,ទី​កន្លែង​កំណើត,Place of birth attribute,java.lang.String,,,, 157d3d3c-fdc7-443d-82be-71b7b3d92940,,Marital Status,Marital Status,ស្ថានភាពគ្រួសារ,Situation matrimoniale,org.openmrs.Concept,4e7a07f2-345f-419c-8d30-b060d9b8681a,,, a6cac115-4369-4bf2-a3b2-8e86276cbc65,,Education,Education,ការអប់រំ,Patient education list,org.openmrs.Concept,27059c69-511a-47af-b987-16580c36905a,,, -cd36e567-7bec-465c-9a3e-32684861c17c,,Sexual Orientation,Do you think of yourself as?,តើអ្នកគិតថាអ្នកជាអ្វីដែរ?,Do you think of yourself as?,org.openmrs.Concept,12634919-8592-428f-8ae3-f14518d914c5,,, \ No newline at end of file +cd36e567-7bec-465c-9a3e-32684861c17c,TRUE,Sexual Orientation,Do you think of yourself as?,តើអ្នកគិតថាអ្នកជាអ្វីដែរ?,Do you think of yourself as?,org.openmrs.Concept,12634919-8592-428f-8ae3-f14518d914c5,,, \ No newline at end of file diff --git a/configs/ozone_config/frontend/ozone-frontend-config.json b/configs/ozone_config/frontend/ozone-frontend-config.json index 622acff3..6227e1d4 100644 --- a/configs/ozone_config/frontend/ozone-frontend-config.json +++ b/configs/ozone_config/frontend/ozone-frontend-config.json @@ -46,13 +46,6 @@ "placeholder": "placeholder", "answerConceptSetUuid": "2ef163b6-eec8-4678-abed-0dd261220168" }, - { - "id": "sexualOrientation", - "type": "person attribute", - "uuid": "cd36e567-7bec-465c-9a3e-32684861c17c", - "placeholder": "placeholder", - "answerConceptSetUuid": "12634919-8592-428f-8ae3-f14518d914c5" - }, { "id": "ethnicityField", "type": "person attribute", @@ -88,7 +81,6 @@ "fields": [ "name", "gender", - "sexualOrientation", "dob", "id" ]