Skip to content

Commit 19eedef

Browse files
authored
Merge pull request #819 from mohuganda/refactor-cervical-cancer-pre-treatment-form
U4X-776: Refactor Cervical Cancer Pre Treatment Form
2 parents b7adeac + cdee175 commit 19eedef

File tree

1 file changed

+49
-28
lines changed

1 file changed

+49
-28
lines changed

omod/src/main/webapp/resources/jsonforms/HMIS-ACP-Cervical-Cancer-Pre-TreatmentForm.json

Lines changed: 49 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
22
"encounterType": "6d647bd4-33d6-4d04-a04a-595d2159b456",
3-
"name": "HMIS ACP: Cervical Cancer Pre-Treatment Form",
3+
"name": "HMIS ACP 044: Cervical Cancer Pre-Treatment Form",
44
"processor": "EncounterFormProcessor",
55
"referencedForms": [],
66
"uuid": "9bc7f745-b61f-4553-ad77-7208238a7068",
7-
"version": "4.1.0",
8-
"description": "Cervical Cancer Treatment Form",
9-
"published": true,
10-
"retired": false,
7+
"version": "4.1.1",
118
"pages": [
129
{
13-
"label": "HMIS ACP: Cervical Cancer Pre-Treatment Form",
10+
"label": "HMIS ACP 044: Cervical Cancer Pre-Treatment Form",
1411
"sections": [
1512
{
1613
"label": "Visit Details",
@@ -38,27 +35,31 @@
3835
"answers": [
3936
{
4037
"concept": "07fb055d-d0f9-4c37-8b3c-f2e0ea38efec",
41-
"label": "Initial Screening"
38+
"label": "1 - Initial Screening"
39+
},
40+
{
41+
"concept": "17a3df6d-dbf9-4f10-b7e9-16cac3cac832",
42+
"label": "2a - Rescreening at 3years"
4243
},
4344
{
4445
"concept": "9c41ebad-4daf-4534-8d7c-07a1495c29f0",
45-
"label": "Rescreening at 5years"
46+
"label": "2b - Rescreening at 5years"
4647
},
4748
{
4849
"concept": "6125d47f-fecf-45fa-872f-70718b67b6c1",
49-
"label": "Post treatment follow up at 6 weeks"
50+
"label": "3 - Post treatment follow up at 6 weeks"
5051
},
5152
{
5253
"concept": "1192c629-8d6d-4cda-ae14-2a631946c2e4",
53-
"label": "Post treatment follow up at 1 year"
54+
"label": "4a - Post treatment follow up at 1 year"
5455
},
5556
{
5657
"concept": "0cf325c6-ff6c-4264-9864-9fb421be3503",
57-
"label": "Cancer Suspect investigation and Management"
58+
"label": "4b - Cancer Suspect investigation and Management"
5859
},
5960
{
6061
"concept": "dcd68a88-30ab-102d-86b0-7a5022ba4115",
61-
"label": "Other Specify"
62+
"label": "5 - Other Specify"
6263
}
6364
]
6465
},
@@ -247,15 +248,15 @@
247248
"answers": [
248249
{
249250
"concept": "dc9816bd-30ab-102d-86b0-7a5022ba4115",
250-
"label": "N- Normal"
251+
"label": "N - Normal"
251252
},
252253
{
253254
"concept": "ece7dfa9-532a-48da-a882-111b7f05e9c3",
254-
"label": "LG- Low grade"
255+
"label": "LG - Low grade"
255256
},
256257
{
257258
"concept": "06986846-90f8-43ad-beaa-eea8fb268196",
258-
"label": "HG- High grade"
259+
"label": "HG - High grade"
259260
},
260261
{
261262
"concept": "f77261c7-d35b-4a00-9da5-15afd49ba44b",
@@ -305,31 +306,31 @@
305306
"answers": [
306307
{
307308
"concept": "821568d1-e0bf-4b5f-836a-569230d1985e",
308-
"label": "Cervical Intra-epithelial Neoplasia 1"
309+
"label": "CIN1 - Cervical Intra-epithelial Neoplasia 1"
309310
},
310311
{
311312
"concept": "2d5b4e9d-a507-49a9-bb71-ace04c551235",
312-
"label": "Cervical Intra-epithelial Neoplasia 2"
313+
"label": "CIN2 - Cervical Intra-epithelial Neoplasia 2"
313314
},
314315
{
315316
"concept": "c6ed05a2-b32d-4e6f-98c5-d3b0b9118aea",
316-
"label": "Cervical Intra-epithelial Neoplasia 3"
317+
"label": "CIN3 - Cervical Intra-epithelial Neoplasia 3"
317318
},
318319
{
319-
"concept": "6f3bcf5f-f113-4950-949b-2af0926b8110",
320-
"label": "No evidence of Malignancy"
320+
"concept": "155424AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
321+
"label": "CaCx - Invasive Cancer"
321322
},
322323
{
323-
"concept": "155424AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
324-
"label": "carcinoma of uterine cervix, invasive"
324+
"concept": "6f3bcf5f-f113-4950-949b-2af0926b8110",
325+
"label": "Normal - No Malignancy Seen"
325326
},
326327
{
327328
"concept": "cbb28015-8f77-4e02-ab1e-8b945a3774c1",
328-
"label": "A typical Squamous Cells of Undermined Significance"
329+
"label": "ASCUS - A typical Squamous Cells of Undermined Significance"
329330
},
330331
{
331332
"concept": "0938b2d0-b453-493f-a950-17524ba57720",
332-
"label": "Atypical Squamous Cells of High grade"
333+
"label": "ASC-H - Atypical Squamous Cells of High grade"
333334
}
334335
]
335336
},
@@ -363,10 +364,30 @@
363364
{
364365
"concept": "dcb2fba9-30ab-102d-86b0-7a5022ba4115",
365366
"label": "Hysterectomy"
367+
},
368+
{
369+
"concept": "dcd68a88-30ab-102d-86b0-7a5022ba4115",
370+
"label": "Other Specify",
371+
"conceptMappings": []
366372
}
367373
]
368374
},
369375
"validators": []
376+
},
377+
{
378+
"label": "Other Recommended Treatment",
379+
"type": "obs",
380+
"id": "otherTreatmentProvided",
381+
"questionOptions": {
382+
"rendering": "text",
383+
"concept": "5f539165-2ca5-4ac2-a68d-f9e7579531f7",
384+
"conceptMappings": [],
385+
"answers": []
386+
},
387+
"validators": [],
388+
"hide": {
389+
"hideWhenExpression": "treatmentProvided !== 'dcd68a88-30ab-102d-86b0-7a5022ba4115'"
390+
}
370391
}
371392
]
372393
},
@@ -393,7 +414,7 @@
393414
},
394415
{
395416
"concept": "6442c9f6-25e8-4c8e-af8a-e9f6845ceaed",
396-
"label": "Ref out"
417+
"label": "Referred"
397418
}
398419
]
399420
},
@@ -410,7 +431,7 @@
410431
"answers": [
411432
{
412433
"concept": "463415bf-db51-4c3b-b028-264934309580",
413-
"label": "No supplies/equipment"
434+
"label": "Lack of supplies"
414435
},
415436
{
416437
"concept": "a36a353b-0193-4077-a0f6-97a868ad9004",
@@ -432,7 +453,7 @@
432453
}
433454
},
434455
{
435-
"label": "Other Reasons for Postponing",
456+
"label": "Observations and Complications",
436457
"type": "obs",
437458
"required": false,
438459
"id": "otherReasonsForPostponing",
@@ -663,5 +684,5 @@
663684
]
664685
}
665686
],
666-
"referencedForms": []
687+
"description": "Cervical Cancer Treatment Form"
667688
}

0 commit comments

Comments
 (0)