diff --git a/configuration/bahmniforms/registration_second_page.json b/configuration/bahmniforms/registration_second_page.json index bbc3d82..e45bcaf 100644 --- a/configuration/bahmniforms/registration_second_page.json +++ b/configuration/bahmniforms/registration_second_page.json @@ -33,7 +33,7 @@ }, "resources": [ { - "value": "{\"name\":\"Registration Details\",\"id\":19,\"uuid\":\"7f659037-5aa5-44cc-aced-32a4d6ed113e\",\"defaultLocale\":\"en\",\"controls\":[{\"type\":\"section\",\"label\":{\"translationKey\":\"SECTION_1\",\"type\":\"label\",\"value\":\"Basic Details\",\"id\":\"1\"},\"properties\":{\"addMore\":false,\"location\":{\"column\":0,\"row\":0}},\"id\":\"1\",\"controls\":[{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"HEIGHT_(CM)_5\",\"id\":\"5\",\"units\":\"(cm)\",\"type\":\"label\",\"value\":\"Height (cm)\"},\"properties\":{\"mandatory\":false,\"notes\":false,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"column\":0,\"row\":0},\"abnormal\":false},\"id\":\"5\",\"concept\":{\"name\":\"Height (cm)\",\"uuid\":\"5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"description\":{\"value\":\"Patient's height in centimeters.\",\"translationKey\":\"HEIGHT_(CM)_5_DESC\"},\"datatype\":\"Numeric\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"answers\":[],\"properties\":{\"allowDecimal\":true}},\"units\":\"cm\",\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":272,\"lowAbsolute\":10,\"events\":{\"onValueChange\":\"function(form) {\\n var height = form.get('Height (cm)').getValue();\\n var weight = form.get('Weight (kg)').getValue();\\n if (height && weight) {\\n var bmi = (weight / ((height * height) / 10000)).toFixed(2);\\n var status = '';\\n if (bmi <= 100) {\\n form.get('Body mass index').setValue(bmi);\\n if (bmi < 16) {\\n status = 'Cachexia';\\n } else if (bmi >= 16 && bmi < 17) {\\n status = 'Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight)';\\n } else if (bmi >= 17 && bmi < 18.5) {\\n status = 'Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight)';\\n } else if (bmi >= 18.5 && bmi < 25) {\\n status = 'Normal';\\n } else if (bmi >= 25 && bmi < 30) {\\n status = 'Overweight (BMI 25.0-29.9)';\\n } else if (bmi >= 30 && bmi < 35) {\\n status = 'Obesity';\\n } else if (bmi >= 35) {\\n status = 'Morbid Obesity';\\n }\\n form.get('BMI Status').setValue(status);\\n }\\n } else {\\n form.get('BMI Status').setValue('');\\n form.get('Body mass index').setValue('');\\n }\\n\\n}\"}},{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"WEIGHT_(KG)_4\",\"id\":\"4\",\"units\":\"(kg)\",\"type\":\"label\",\"value\":\"Weight (kg)\"},\"properties\":{\"mandatory\":false,\"notes\":false,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"column\":0,\"row\":1},\"abnormal\":false},\"id\":\"4\",\"concept\":{\"name\":\"Weight (kg)\",\"uuid\":\"5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"description\":{\"value\":\"Patient's weight in kilograms.\",\"translationKey\":\"WEIGHT_(KG)_4_DESC\"},\"datatype\":\"Numeric\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"answers\":[],\"properties\":{\"allowDecimal\":true}},\"units\":\"kg\",\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":250,\"lowAbsolute\":0,\"events\":{\"onValueChange\":\"function(form) {\\n var height = form.get('Height (cm)').getValue();\\n var weight = form.get('Weight (kg)').getValue();\\n if (height && weight) {\\n var bmi = (weight / ((height * height) / 10000)).toFixed(2);\\n var status = '';\\n if (bmi <= 100) {\\n form.get('Body mass index').setValue(bmi);\\n if (bmi < 16) {\\n status = 'Cachexia';\\n } else if (bmi >= 16 && bmi < 17) {\\n status = 'Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight)';\\n } else if (bmi >= 17 && bmi < 18.5) {\\n status = 'Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight)';\\n } else if (bmi >= 18.5 && bmi < 25) {\\n status = 'Normal';\\n } else if (bmi >= 25 && bmi < 30) {\\n status = 'Overweight (BMI 25.0-29.9)';\\n } else if (bmi >= 30 && bmi < 35) {\\n status = 'Obesity';\\n } else if (bmi >= 35) {\\n status = 'Morbid Obesity';\\n }\\n form.get('BMI Status').setValue(status);\\n }\\n } else {\\n form.get('BMI Status').setValue('');\\n form.get('Body mass index').setValue('');\\n }\\n\\n}\"}},{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"BODY_MASS_INDEX_21\",\"id\":\"21\",\"units\":\"(kg/m2)\",\"type\":\"label\",\"value\":\"Body mass index\"},\"properties\":{\"mandatory\":false,\"notes\":true,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"column\":0,\"row\":2},\"abnormal\":false},\"id\":\"21\",\"concept\":{\"name\":\"Body mass index\",\"uuid\":\"1342AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"description\":{\"value\":\"Body Mass Index (BMI) is a relationship between weight and height that is associated with body fat and health risk.\\r\\n\\r\\nThe equation is BMI = body weight in kilograms/height in meters squared.\",\"translationKey\":\"BODY_MASS_INDEX_21_DESC\"},\"datatype\":\"Numeric\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"answers\":[],\"properties\":{\"allowDecimal\":true}},\"units\":\"kg/m2\",\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":100,\"lowAbsolute\":0},{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"BMI_STATUS_23\",\"id\":\"23\",\"units\":\"\",\"type\":\"label\",\"value\":\"BMI Status\"},\"properties\":{\"mandatory\":false,\"notes\":true,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"column\":0,\"row\":3},\"autoComplete\":false,\"multiSelect\":false,\"dropDown\":false},\"id\":\"23\",\"concept\":{\"name\":\"BMI Status\",\"uuid\":\"9bb0795c-4ff0-0305-1990-000000000028\",\"datatype\":\"Coded\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"answers\":[{\"uuid\":\"146599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Cachexia\",\"uuid\":\"46235BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Cachexia\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/146599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/46235BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/146599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/46235BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Cachexia\",\"uuid\":\"46235BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Cachexia\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/146599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/46235BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/146599AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/46235BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Cachexia\",\"resourceVersion\":\"2.0\",\"translationKey\":\"CACHEXIA_23\"},{\"uuid\":\"134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight)\",\"uuid\":\"34600BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight)\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/34600BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/34600BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Malnutrition M2 (moderate)\",\"uuid\":\"126296BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Malnutrition M2 (moderate)\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":null,\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126296BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126296BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"Low weight for age\",\"uuid\":\"126297BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Low weight for age\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":null,\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126297BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126297BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"Moderate malnutrition\",\"uuid\":\"125094BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Moderate malnutrition\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":null,\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/125094BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/125094BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight)\",\"uuid\":\"34600BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight)\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/34600BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134722AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/34600BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight)\",\"resourceVersion\":\"2.0\",\"translationKey\":\"MALNUTRITION_OF_MODERATE_DEGREE_(GOMEZ:_60%_TO_LESS_THAN_75%_OF_STANDARD_WEIGHT)_23\"},{\"uuid\":\"134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight)\",\"uuid\":\"34601BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight)\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/34601BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/34601BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Mild malnutrition\",\"uuid\":\"125096BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Mild malnutrition\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":null,\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/125096BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/125096BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"Malnutrition M1 (mild)\",\"uuid\":\"126295BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Malnutrition M1 (mild)\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":null,\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126295BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126295BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight)\",\"uuid\":\"34601BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight)\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/34601BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/134723AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/34601BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight)\",\"resourceVersion\":\"2.0\",\"translationKey\":\"MALNUTRITION_OF_MILD_DEGREE_(GOMEZ:_75%_TO_LESS_THAN_90%_OF_STANDARD_WEIGHT)_23\"},{\"uuid\":\"1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Normal\",\"uuid\":\"1190BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Normal\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1190BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1190BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Normal\",\"uuid\":\"1190BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Normal\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1190BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1190BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Normal\",\"resourceVersion\":\"2.0\",\"translationKey\":\"NORMAL_23\"},{\"uuid\":\"158204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Overweight (BMI 25.0-29.9)\",\"uuid\":\"104432BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Overweight (BMI 25.0-29.9)\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/158204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/104432BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/158204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/104432BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Overweight (BMI 25.0-29.9)\",\"uuid\":\"104432BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Overweight (BMI 25.0-29.9)\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/158204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/104432BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/158204AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/104432BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Overweight (BMI 25.0-29.9)\",\"resourceVersion\":\"2.0\",\"translationKey\":\"OVERWEIGHT_(BMI_25.0-29.9)_23\"},{\"uuid\":\"115115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Obesity\",\"uuid\":\"15666BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Obesity\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/115115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/15666BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/115115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/15666BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Obesity\",\"uuid\":\"15666BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Obesity\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/115115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/15666BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/115115AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/15666BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Obesity\",\"resourceVersion\":\"2.0\",\"translationKey\":\"OBESITY_23\"},{\"uuid\":\"133952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Morbid Obesity\",\"uuid\":\"33833BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Morbid Obesity\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/133952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/33833BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/133952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/33833BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Morbid Obesity\",\"uuid\":\"33833BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Morbid Obesity\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/133952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/33833BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/133952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/33833BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Morbid Obesity\",\"resourceVersion\":\"2.0\",\"translationKey\":\"MORBID_OBESITY_23\"}],\"properties\":{\"allowDecimal\":null}},\"units\":null,\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":null,\"lowAbsolute\":null}]},{\"type\":\"section\",\"label\":{\"translationKey\":\"SECTION_6\",\"type\":\"label\",\"value\":\"Vitals\",\"id\":\"6\"},\"properties\":{\"addMore\":false,\"location\":{\"column\":0,\"row\":1}},\"id\":\"6\",\"controls\":[{\"type\":\"obsGroupControl\",\"label\":{\"translationKey\":\"BLOOD_PRESSURE_24\",\"type\":\"label\",\"value\":\"Blood Pressure\",\"id\":\"24\"},\"properties\":{\"addMore\":false,\"location\":{\"column\":0,\"row\":0}},\"id\":\"24\",\"concept\":{\"name\":\"Blood Pressure\",\"uuid\":\"631f9e92-b15f-41da-a6ba-4f4cd67f36b7\",\"datatype\":\"N/A\",\"conceptClass\":\"Misc\",\"conceptHandler\":null,\"set\":true,\"setMembers\":[{\"name\":\"Systolic blood pressure\",\"uuid\":\"5085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"datatype\":\"Numeric\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"description\":{\"value\":\"A patient's systolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position)\",\"translationKey\":\"SYSTOLIC_BLOOD_PRESSURE_25_DESC\"},\"units\":\"mmHg\",\"hiNormal\":140,\"lowNormal\":100,\"hiAbsolute\":250,\"lowAbsolute\":0,\"answers\":[],\"properties\":{\"allowDecimal\":false}},{\"name\":\"Diastolic blood pressure\",\"uuid\":\"5086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"datatype\":\"Numeric\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"description\":{\"value\":\"A patient's diastolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position)\",\"translationKey\":\"DIASTOLIC_BLOOD_PRESSURE_26_DESC\"},\"units\":\"mmHg\",\"hiNormal\":90,\"lowNormal\":60,\"hiAbsolute\":150,\"lowAbsolute\":0,\"answers\":[],\"properties\":{\"allowDecimal\":false}},{\"name\":\"Body position\",\"uuid\":\"159633AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"datatype\":\"Coded\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"description\":{\"value\":\"Body position for procedure or blood pressure measurement\"},\"units\":null,\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":null,\"lowAbsolute\":null,\"answers\":[{\"uuid\":\"159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"sitting\",\"uuid\":\"107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"sitting\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"sitting\",\"uuid\":\"107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"sitting\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"seated\",\"uuid\":\"107000BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"seated\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":\"SHORT\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107000BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107000BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"sitting\",\"resourceVersion\":\"2.0\"},{\"uuid\":\"159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"recumbent\",\"uuid\":\"106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"recumbent\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"lying down\",\"uuid\":\"106998BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"lying down\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":\"SHORT\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106998BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106998BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"recumbent\",\"uuid\":\"106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"recumbent\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"recumbent\",\"resourceVersion\":\"2.0\"},{\"uuid\":\"1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Unknown\",\"uuid\":\"1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Unknown\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Unknown\",\"uuid\":\"1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Unknown\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Unknown\",\"resourceVersion\":\"2.0\"},{\"uuid\":\"5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Other\",\"uuid\":\"126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Other\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":null,\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Other\",\"uuid\":\"126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Other\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":null,\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"Other non-coded\",\"uuid\":\"2761BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Other non-coded\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/2761BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/2761BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Other\",\"resourceVersion\":\"2.0\"},{\"uuid\":\"159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"standing\",\"uuid\":\"107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"standing\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"standing\",\"uuid\":\"107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"standing\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"standing\",\"resourceVersion\":\"2.0\"},{\"uuid\":\"159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Fowler's position\",\"uuid\":\"107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Fowler's position\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Fowler's position\",\"uuid\":\"107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Fowler's position\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Fowler's position\",\"resourceVersion\":\"2.0\"}],\"properties\":{\"allowDecimal\":null}}]},\"controls\":[{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"SYSTOLIC_BLOOD_PRESSURE_25\",\"id\":\"25\",\"units\":\"(mmHg)\",\"type\":\"label\",\"value\":\"Systolic blood pressure\"},\"properties\":{\"mandatory\":false,\"notes\":true,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"row\":0,\"column\":0},\"abnormal\":true},\"id\":\"25\",\"concept\":{\"name\":\"Systolic blood pressure\",\"uuid\":\"5085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"datatype\":\"Numeric\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"description\":{\"value\":\"A patient's systolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position)\",\"translationKey\":\"SYSTOLIC_BLOOD_PRESSURE_25_DESC\"},\"units\":\"mmHg\",\"hiNormal\":140,\"lowNormal\":100,\"hiAbsolute\":250,\"lowAbsolute\":0,\"answers\":[],\"properties\":{\"allowDecimal\":false}},\"units\":\"mmHg\",\"hiNormal\":140,\"lowNormal\":100,\"hiAbsolute\":250,\"lowAbsolute\":0},{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"DIASTOLIC_BLOOD_PRESSURE_26\",\"id\":\"26\",\"units\":\"(mmHg)\",\"type\":\"label\",\"value\":\"Diastolic blood pressure\"},\"properties\":{\"mandatory\":false,\"notes\":true,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"row\":1,\"column\":0},\"abnormal\":true},\"id\":\"26\",\"concept\":{\"name\":\"Diastolic blood pressure\",\"uuid\":\"5086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"datatype\":\"Numeric\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"description\":{\"value\":\"A patient's diastolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position)\",\"translationKey\":\"DIASTOLIC_BLOOD_PRESSURE_26_DESC\"},\"units\":\"mmHg\",\"hiNormal\":90,\"lowNormal\":60,\"hiAbsolute\":150,\"lowAbsolute\":0,\"answers\":[],\"properties\":{\"allowDecimal\":false}},\"units\":\"mmHg\",\"hiNormal\":90,\"lowNormal\":60,\"hiAbsolute\":150,\"lowAbsolute\":0},{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"BODY_POSITION_27\",\"id\":\"27\",\"units\":\"\",\"type\":\"label\",\"value\":\"Body position\"},\"properties\":{\"mandatory\":false,\"notes\":true,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"row\":2,\"column\":0},\"dropDown\":false,\"autoComplete\":false,\"multiSelect\":false},\"id\":\"27\",\"concept\":{\"name\":\"Body position\",\"uuid\":\"159633AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"datatype\":\"Coded\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"description\":{\"value\":\"Body position for procedure or blood pressure measurement\",\"translationKey\":\"BODY_POSITION_27_DESC\"},\"units\":null,\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":null,\"lowAbsolute\":null,\"answers\":[{\"uuid\":\"159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"sitting\",\"uuid\":\"107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"sitting\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"sitting\",\"uuid\":\"107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"sitting\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107001BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"seated\",\"uuid\":\"107000BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"seated\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":\"SHORT\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107000BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107000BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"sitting\",\"resourceVersion\":\"2.0\",\"translationKey\":\"SITTING_27\"},{\"uuid\":\"159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"recumbent\",\"uuid\":\"106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"recumbent\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"lying down\",\"uuid\":\"106998BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"lying down\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":\"SHORT\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106998BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106998BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"recumbent\",\"uuid\":\"106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"recumbent\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/106999BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"recumbent\",\"resourceVersion\":\"2.0\",\"translationKey\":\"RECUMBENT_27\"},{\"uuid\":\"1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Unknown\",\"uuid\":\"1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Unknown\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Unknown\",\"uuid\":\"1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Unknown\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/1140BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Unknown\",\"resourceVersion\":\"2.0\",\"translationKey\":\"UNKNOWN_27\"},{\"uuid\":\"5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Other\",\"uuid\":\"126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Other\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":null,\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Other\",\"uuid\":\"126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Other\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":null,\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/126207BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},{\"display\":\"Other non-coded\",\"uuid\":\"2761BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Other non-coded\",\"locale\":\"en\",\"localePreferred\":false,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/2761BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/2761BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Other\",\"resourceVersion\":\"2.0\",\"translationKey\":\"OTHER_27\"},{\"uuid\":\"159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"standing\",\"uuid\":\"107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"standing\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"standing\",\"uuid\":\"107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"standing\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107003BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"standing\",\"resourceVersion\":\"2.0\",\"translationKey\":\"STANDING_27\"},{\"uuid\":\"159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"name\":{\"display\":\"Fowler's position\",\"uuid\":\"107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Fowler's position\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"},\"names\":[{\"display\":\"Fowler's position\",\"uuid\":\"107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"name\":\"Fowler's position\",\"locale\":\"en\",\"localePreferred\":true,\"conceptNameType\":\"FULLY_SPECIFIED\",\"links\":[{\"rel\":\"self\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\",\"resourceAlias\":\"name\"},{\"rel\":\"full\",\"uri\":\"http://localhost/openmrs/ws/rest/v1/concept/159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/name/107002BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB?v=full\",\"resourceAlias\":\"name\"}],\"resourceVersion\":\"1.9\"}],\"displayString\":\"Fowler's position\",\"resourceVersion\":\"2.0\",\"translationKey\":\"FOWLER'S_POSITION_27\"}],\"properties\":{\"allowDecimal\":null}},\"units\":null,\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":null,\"lowAbsolute\":null}]},{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"PULSE_28\",\"id\":\"28\",\"units\":\"(beats/min)\",\"type\":\"label\",\"value\":\"Pulse\"},\"properties\":{\"mandatory\":false,\"notes\":true,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"column\":0,\"row\":1},\"abnormal\":true},\"id\":\"28\",\"concept\":{\"name\":\"Pulse\",\"uuid\":\"5087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"description\":{\"value\":\"Patient pulse rate, as measured with a peripheral oximeter.\",\"translationKey\":\"PULSE_28_DESC\"},\"datatype\":\"Numeric\",\"conceptClass\":\"Finding\",\"conceptHandler\":null,\"answers\":[],\"properties\":{\"allowDecimal\":false}},\"units\":\"beats/min\",\"hiNormal\":100,\"lowNormal\":60,\"hiAbsolute\":230,\"lowAbsolute\":0},{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"ARTERIAL_BLOOD_OXYGEN_SATURATION_(PULSE_OXIMETER)_29\",\"id\":\"29\",\"units\":\"(%)\",\"type\":\"label\",\"value\":\"Arterial blood oxygen saturation (pulse oximeter)\"},\"properties\":{\"mandatory\":false,\"notes\":true,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"column\":0,\"row\":2},\"abnormal\":true},\"id\":\"29\",\"concept\":{\"name\":\"Arterial blood oxygen saturation (pulse oximeter)\",\"uuid\":\"5092AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\",\"description\":{\"value\":\"Oxygen saturation, as measured from a peripheral oximeter.\",\"translationKey\":\"ARTERIAL_BLOOD_OXYGEN_SATURATION_(PULSE_OXIMETER)_29_DESC\"},\"datatype\":\"Numeric\",\"conceptClass\":\"Question\",\"conceptHandler\":null,\"answers\":[],\"properties\":{\"allowDecimal\":false}},\"units\":\"%\",\"hiNormal\":null,\"lowNormal\":95,\"hiAbsolute\":100,\"lowAbsolute\":0}]},{\"type\":\"section\",\"label\":{\"translationKey\":\"SECTION_17\",\"type\":\"label\",\"value\":\"Fee Information\",\"id\":\"17\"},\"properties\":{\"addMore\":false,\"location\":{\"column\":0,\"row\":2}},\"id\":\"17\",\"controls\":[{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"REGISTRATION_FEE_18\",\"id\":\"18\",\"units\":\"\",\"type\":\"label\",\"value\":\"Registration Fee\"},\"properties\":{\"mandatory\":false,\"notes\":false,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"column\":0,\"row\":0},\"abnormal\":false},\"id\":\"18\",\"concept\":{\"name\":\"Registration Fee\",\"uuid\":\"9bb0795c-4ff0-0305-1990-000000000021\",\"datatype\":\"Numeric\",\"conceptClass\":\"Misc\",\"conceptHandler\":null,\"answers\":[],\"properties\":{\"allowDecimal\":true}},\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":null,\"lowAbsolute\":null},{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"DOCTOR_NAME_19\",\"id\":\"19\",\"units\":\"\",\"type\":\"label\",\"value\":\"Doctor Name\"},\"properties\":{\"mandatory\":false,\"notes\":false,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"column\":0,\"row\":1}},\"id\":\"19\",\"concept\":{\"name\":\"Doctor Name\",\"uuid\":\"9bb0795c-4ff0-0305-1990-000000000022\",\"datatype\":\"Text\",\"conceptClass\":\"Misc\",\"conceptHandler\":null,\"answers\":[],\"properties\":{\"allowDecimal\":null}},\"units\":null,\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":null,\"lowAbsolute\":null},{\"type\":\"obsControl\",\"label\":{\"translationKey\":\"CONSULTATION_FEE_20\",\"id\":\"20\",\"units\":\"\",\"type\":\"label\",\"value\":\"Consultation Fee\"},\"properties\":{\"mandatory\":false,\"notes\":true,\"addMore\":false,\"hideLabel\":false,\"controlEvent\":false,\"location\":{\"column\":0,\"row\":2},\"abnormal\":false},\"id\":\"20\",\"concept\":{\"name\":\"Consultation Fee\",\"uuid\":\"9bb0795c-4ff0-0305-1990-000000000023\",\"datatype\":\"Numeric\",\"conceptClass\":\"Misc\",\"conceptHandler\":null,\"answers\":[],\"properties\":{\"allowDecimal\":true}},\"hiNormal\":null,\"lowNormal\":null,\"hiAbsolute\":null,\"lowAbsolute\":null}]}],\"events\":{\"onFormInit\":\"function(form) {\\n form.get('Body mass index').setHidden(true);\\n form.get('BMI Status').setHidden(true);\\n}\",\"onFormSave\":\"\"},\"translationsUrl\":\"/openmrs/ws/rest/v1/bahmniie/form/translations\",\"referenceVersion\":\"1\",\"referenceFormUuid\":\"7f659037-5aa5-44cc-aced-32a4d6ed113e\"}", + "value": "{\n \"controls\": [\n {\n \"type\": \"section\",\n \"label\": {\n \"translationKey\": \"SECTION_17\",\n \"type\": \"label\",\n \"value\": \"Fee Information\",\n \"id\": \"17\"\n },\n \"properties\": {\n \"addMore\": false,\n \"location\": {\n \"column\": 0,\n \"row\": 2\n }\n },\n \"id\": \"17\",\n \"controls\": [\n {\n \"type\": \"obsControl\",\n \"label\": {\n \"translationKey\": \"REGISTRATION_FEE_18\",\n \"id\": \"18\",\n \"units\": \"\",\n \"type\": \"label\",\n \"value\": \"Registration Fee\"\n },\n \"properties\": {\n \"mandatory\": false,\n \"notes\": false,\n \"addMore\": false,\n \"hideLabel\": false,\n \"controlEvent\": false,\n \"location\": {\n \"column\": 0,\n \"row\": 0\n },\n \"abnormal\": false\n },\n \"id\": \"18\",\n \"concept\": {\n \"name\": \"Registration Fee\",\n \"uuid\": \"9bb0795c-4ff0-0305-1990-000000000021\",\n \"datatype\": \"Numeric\",\n \"conceptClass\": \"Misc\",\n \"conceptHandler\": null,\n \"answers\": [],\n \"properties\": {\n \"allowDecimal\": true\n }\n }\n },\n {\n \"type\": \"obsControl\",\n \"label\": {\n \"translationKey\": \"DOCTOR_NAME_19\",\n \"id\": \"19\",\n \"units\": \"\",\n \"type\": \"label\",\n \"value\": \"Doctor Name\"\n },\n \"properties\": {\n \"mandatory\": false,\n \"notes\": false,\n \"addMore\": false,\n \"hideLabel\": false,\n \"controlEvent\": false,\n \"location\": {\n \"column\": 0,\n \"row\": 1\n }\n },\n \"id\": \"19\",\n \"concept\": {\n \"name\": \"Doctor Name\",\n \"uuid\": \"9bb0795c-4ff0-0305-1990-000000000022\",\n \"datatype\": \"Text\",\n \"conceptClass\": \"Misc\",\n \"conceptHandler\": null,\n \"answers\": [],\n \"properties\": {\n \"allowDecimal\": null\n }\n }\n },\n {\n \"type\": \"obsControl\",\n \"label\": {\n \"translationKey\": \"CONSULTATION_FEE_20\",\n \"id\": \"20\",\n \"units\": \"\",\n \"type\": \"label\",\n \"value\": \"Consultation Fee\"\n },\n \"properties\": {\n \"mandatory\": false,\n \"notes\": true,\n \"addMore\": false,\n \"hideLabel\": false,\n \"controlEvent\": false,\n \"location\": {\n \"column\": 0,\n \"row\": 2\n },\n \"abnormal\": false\n },\n \"id\": \"20\",\n \"concept\": {\n \"name\": \"Consultation Fee\",\n \"uuid\": \"9bb0795c-4ff0-0305-1990-000000000023\",\n \"datatype\": \"Numeric\",\n \"conceptClass\": \"Misc\",\n \"conceptHandler\": null,\n \"answers\": [],\n \"properties\": {\n \"allowDecimal\": true\n }\n }\n }\n ]\n }\n ]\n}\n", "dataType": "org.bahmni.customdatatype.datatype.FileSystemStorageDatatype", "uuid": "5fe30605-1a50-4087-83e3-b0ab48120277" } @@ -43,45 +43,12 @@ { "locale": "en", "labels": { - "SECTION_1": "Basic Details", - "SECTION_17": "Fee Information", - "SECTION_6": "Vitals" + "SECTION_17": "Fee Information" }, "concepts": { - "SYSTOLIC_BLOOD_PRESSURE_25": "Systolic blood pressure", - "BODY_POSITION_27_DESC": "Body position for procedure or blood pressure measurement", - "CACHEXIA_23": "Cachexia", "DOCTOR_NAME_19": "Doctor Name", - "BODY_MASS_INDEX_21_DESC": "Body Mass Index (BMI) is a relationship between weight and height that is associated with body fat and health risk.\r\n\r\nThe equation is BMI = body weight in kilograms/height in meters squared.", - "HEIGHT_(CM)_5_DESC": "Patient's height in centimeters.", - "WEIGHT_(KG)_4": "Weight (kg)", - "OBESITY_23": "Obesity", - "DIASTOLIC_BLOOD_PRESSURE_26": "Diastolic blood pressure", - "BLOOD_PRESSURE_24": "Blood Pressure", "CONSULTATION_FEE_20": "Consultation Fee", - "ARTERIAL_BLOOD_OXYGEN_SATURATION_(PULSE_OXIMETER)_29": "Arterial blood oxygen saturation (pulse oximeter)", - "MALNUTRITION_OF_MODERATE_DEGREE_(GOMEZ:_60%_TO_LESS_THAN_75%_OF_STANDARD_WEIGHT)_23": "Malnutrition of moderate degree (Gomez: 60% to Less than 75% of Standard Weight)", - "MORBID_OBESITY_23": "Morbid Obesity", - "DIASTOLIC_BLOOD_PRESSURE_26_DESC": "A patient's diastolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position)", - "HEIGHT_(CM)_5": "Height (cm)", - "MALNUTRITION_OF_MILD_DEGREE_(GOMEZ:_75%_TO_LESS_THAN_90%_OF_STANDARD_WEIGHT)_23": "Malnutrition of mild degree (Gomez: 75% to Less than 90% of Standard Weight)", - "PULSE_28_DESC": "Patient pulse rate, as measured with a peripheral oximeter.", - "UNKNOWN_27": "Unknown", - "WEIGHT_(KG)_4_DESC": "Patient's weight in kilograms.", - "ARTERIAL_BLOOD_OXYGEN_SATURATION_(PULSE_OXIMETER)_29_DESC": "Oxygen saturation, as measured from a peripheral oximeter.", - "BODY_POSITION_27": "Body position", - "NORMAL_23": "Normal", - "OTHER_27": "Other", - "BODY_MASS_INDEX_21": "Body mass index", - "BMI_STATUS_23": "BMI Status", - "FOWLER'S_POSITION_27": "Fowler's position", - "RECUMBENT_27": "recumbent", - "OVERWEIGHT_(BMI_25.0-29.9)_23": "Overweight (BMI 25.0-29.9)", - "SITTING_27": "sitting", - "SYSTOLIC_BLOOD_PRESSURE_25_DESC": "A patient's systolic blood pressure measurement (taken with a manual cuff in either a sitting or standing position)", - "STANDING_27": "standing", - "REGISTRATION_FEE_18": "Registration Fee", - "PULSE_28": "Pulse" + "REGISTRATION_FEE_18": "Registration Fee" }, "formName": "Registration Details", "formUuid": null,