FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesmart.who.int.cxca
Resource TypeQuestionnaire
IdQuestionnaire-QCXCAD2.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/dhes/smart-dak-cxca/Questionnaire-QCXCAD2.html
URLhttp://smart.who.int/cxca/Questionnaire/QCXCAD2
Version0.0.1
Statusdraft
Date2026-05-14T00:50:23+00:00
TitleQCXCAD2 — Cervical Cancer Screening Eligibility
DescriptionQuestionnaire 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.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire QCXCAD2

Language: en

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. 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.Questionnairehttp://smart.who.int/cxca/Questionnaire/QCXCAD2#0.0.1
... clientAgeClient's age in years on the encounter date1..1integer
... lastHPVScreeningDateDate of the client's most recent HPV high-risk DNA screening (leave blank if never screened)0..1date
... hadHysterectomyHas the client had a hysterectomy?0..1boolean

doco Documentation for this format

Source1

{
  "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
    }
  ]
}