Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U4X-776: Refactor Cervical Cancer Pre-Treatment form #634

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"encounterType": "6d647bd4-33d6-4d04-a04a-595d2159b456",
"name": "HMIS ACP: Cervical Cancer Pre-Treatment Form",
"name": "HMIS ACP 044: Cervical Cancer Pre-Treatment Form",
"processor": "EncounterFormProcessor",
"referencedForms": [],
"uuid": "9bc7f745-b61f-4553-ad77-7208238a7068",
"version": "4.0.0",
"pages": [
{
"label": "HMIS ACP: Cervical Cancer Pre-Treatment Form",
"label": "HMIS ACP 044: Cervical Cancer Pre-Treatment Form",
"sections": [
{
"label": "Visit Details",
Expand Down Expand Up @@ -37,6 +37,10 @@
"concept": "07fb055d-d0f9-4c37-8b3c-f2e0ea38efec",
"label": "Initial Screening"
},
{
"concept": "17a3df6d-dbf9-4f10-b7e9-16cac3cac832",
"label": "Rescreening at 3years"
},
{
"concept": "9c41ebad-4daf-4534-8d7c-07a1495c29f0",
"label": "Rescreening at 5years"
Expand Down Expand Up @@ -360,10 +364,30 @@
{
"concept": "dcb2fba9-30ab-102d-86b0-7a5022ba4115",
"label": "Hysterectomy"
},
{
"concept": "dcd68a88-30ab-102d-86b0-7a5022ba4115",
"label": "Other Specify",
"conceptMappings": []
}
]
},
"validators": []
},
{
"label": "Other recommended treatment",
"type": "obs",
"id": "otherTreatmentProvided",
"questionOptions": {
"rendering": "text",
"concept": "5f539165-2ca5-4ac2-a68d-f9e7579531f7",
"conceptMappings": [],
"answers": []
},
"validators": [],
"hide": {
"hideWhenExpression": "treatmentProvided !== 'dcd68a88-30ab-102d-86b0-7a5022ba4115'"
}
}
]
},
Expand All @@ -390,7 +414,7 @@
},
{
"concept": "6442c9f6-25e8-4c8e-af8a-e9f6845ceaed",
"label": "Ref out"
"label": "Referred"
}
]
},
Expand All @@ -407,7 +431,7 @@
"answers": [
{
"concept": "463415bf-db51-4c3b-b028-264934309580",
"label": "No supplies/equipment"
"label": "Lack of supplies"
},
{
"concept": "a36a353b-0193-4077-a0f6-97a868ad9004",
Expand All @@ -429,7 +453,7 @@
}
},
{
"label": "Other Reasons for Postponing",
"label": "Observations and Complications",
"type": "obs",
"required": false,
"id": "otherReasonsForPostponing",
Expand Down
Loading