FHIR IG analytics| Package | smart.who.int.cxca |
| Resource Type | Questionnaire |
| Id | Questionnaire-QCXCAD2.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/dhes/smart-dak-cxca/Questionnaire-QCXCAD2.html |
| URL | http://smart.who.int/cxca/Questionnaire/QCXCAD2 |
| Version | 0.0.1 |
| Status | draft |
| Date | 2026-05-14T00:50:23+00:00 |
| Title | QCXCAD2 — Cervical Cancer Screening Eligibility |
| Description | Questionnaire that captures the inputs needed to evaluate cervical cancer screening eligibility (CXCA.D2). Paired with the CXCAD2 LogicalModel; linkId values match LogicalModel element names so a StructureMap-based extraction can be authored mechanically. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire QCXCAD2
Language: en
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Questionnaire that captures the inputs needed to evaluate cervical cancer screening eligibility (CXCA.D2). Paired with the CXCAD2 LogicalModel; linkId values match LogicalModel element names so a StructureMap-based extraction can be authored mechanically. | Questionnaire | http://smart.who.int/cxca/Questionnaire/QCXCAD2#0.0.1 | |
![]() ![]() | Client's age in years on the encounter date | 1..1 | integer | |
![]() ![]() | Date of the client's most recent HPV high-risk DNA screening (leave blank if never screened) | 0..1 | date | |
![]() ![]() | Has the client had a hysterectomy? | 0..1 | boolean | |
{
"resourceType": "Questionnaire",
"id": "QCXCAD2",
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://smart.who.int/cxca/Questionnaire/QCXCAD2",
"version": "0.0.1",
"title": "QCXCAD2 — Cervical Cancer Screening Eligibility",
"status": "draft",
"experimental": false,
"subjectType": [
"Patient"
],
"date": "2026-05-14T00:50:23+00:00",
"publisher": "Dan Heslinga (independent contributor)",
"contact": [
{
"name": "Dan Heslinga (independent contributor)",
"telecom": [
{
"system": "url",
"value": "https://github.com/dhes"
}
]
}
],
"description": "Questionnaire that captures the inputs needed to evaluate cervical cancer screening eligibility (CXCA.D2). Paired with the CXCAD2 LogicalModel; linkId values match LogicalModel element names so a StructureMap-based extraction can be authored mechanically.",
"item": [
{
"linkId": "clientAge",
"text": "Client's age in years on the encounter date",
"type": "integer",
"required": true
},
{
"linkId": "lastHPVScreeningDate",
"text": "Date of the client's most recent HPV high-risk DNA screening (leave blank if never screened)",
"type": "date",
"required": false
},
{
"linkId": "hadHysterectomy",
"text": "Has the client had a hysterectomy?",
"type": "boolean",
"required": false
}
]
}