Skip to content
Merged
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,6 +1,6 @@
{
"name": "HMIS ACP: Cervical Cancer Screening Form",
"version": "4.1.0",
"name": "HMIS ACP 044: Cervical Cancer Screening Form",
"version": "4.1.1",
"description": "Cervical Cancer Screening Form",
"encounterType": "91725548-2d90-4b28-be6d-0509ba37bb0f",
"encounter": "CaCx Screening Eligibility Log Encounter",
Expand All @@ -10,7 +10,7 @@
"retired": false,
"pages": [
{
"label": "HMIS ACP: Cervical Cancer Screening Form",
"label": "HMIS ACP 044: Cervical Cancer Screening Form",
"sections": [
{
"label": "Introduction",
Expand Down Expand Up @@ -129,6 +129,70 @@
]
},
"validators": []
},
{
"label": "HIV Status",
"type": "obs",
"id": "hivStatus",
"questionOptions": {
"rendering": "radio",
"concept": "dce0e886-30ab-102d-86b0-7a5022ba4115",
"answers": [
{
"concept": "dcdf4653-30ab-102d-86b0-7a5022ba4115",
"label": "HIV-"
},
{
"concept": "dcdf4241-30ab-102d-86b0-7a5022ba4115",
"label": "HIV+"
},
{
"concept": "dcd6865a-30ab-102d-86b0-7a5022ba4115",
"label": "Unknown"
}
]
}
},
{
"label": "Art Status",
"type": "obs",
"id": "artStatus",
"questionOptions": {
"rendering": "radio",
"concept": "dca25616-30ab-102d-86b0-7a5022ba4115",
"answers": [
{
"concept": "dca2817c-30ab-102d-86b0-7a5022ba4115",
"label": "On ART"
},
{
"concept": "eeee7b94-8556-4bf8-919f-1fce764f93e6",
"label": "Not On ART"
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "Not Applicable"
}
]
},
"validators": [],
"hide": {
"hideWhenExpression": "hivStatus !== 'dcdf4241-30ab-102d-86b0-7a5022ba4115'"
}
},
{
"label": "ART No",
"type": "patientIdentifier",
"required": false,
"id": "artNumber",
"questionOptions": {
"rendering": "text",
"identifierType": "e1731641-30ab-102d-86b0-7a5022ba4115"
},
"validators": [],
"hide": {
"hideWhenExpression": "artStatus !== 'dca2817c-30ab-102d-86b0-7a5022ba4115'"
}
}
]
},
Expand All @@ -155,7 +219,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -179,7 +243,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -199,7 +263,7 @@
},
{
"concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "No"
"label": "Not Applicable"
}
]
},
Expand All @@ -223,7 +287,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -250,7 +314,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -277,7 +341,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -301,7 +365,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -325,7 +389,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand All @@ -352,7 +416,7 @@
},
{
"concept": "dc9b0596-30ab-102d-86b0-7a5022ba4115",
"label": "NOT APPLICABLE"
"label": "Not Applicable"
}
]
},
Expand Down