{
"description": "A Test form with required fields",
"_filename": "example/Questionnaire-questionnaire-sdc-test-required-radios.json",
"package_name": "hl7.fhir.uv.sdc",
"date": "2026-03-24T16:16:08+11:00",
"meta": {
"profile": [ "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-behave" ]
},
"publisher": "HL7 International / FHIR Infrastructure",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"name": "RequiredRadioButtons",
"item": [ {
"item": [ {
"text": "Should I stay text?",
"type": "string",
"linkId": "textq",
"required": true
}, {
"text": "Should I stay?",
"type": "choice",
"linkId": "radio",
"required": true,
"answerValueSet": "http://terminology.hl7.org/ValueSet/yes-no-unknown-not-applicable"
}, {
"text": "Should I go now?",
"type": "choice",
"linkId": "radio2",
"required": true,
"answerOption": [ {
"valueCoding": {
"code": "1",
"system": "http://example.org",
"display": "One"
}
}, {
"valueCoding": {
"code": "2",
"system": "http://example.org",
"display": "Two"
}
} ]
}, {
"text": "Will there be trouble?",
"type": "choice",
"linkId": "radio3",
"required": true,
"answerOption": [ {
"valueCoding": {
"code": "1",
"system": "http://example.org",
"display": "One"
}
}, {
"valueCoding": {
"code": "2",
"system": "http://example.org",
"display": "Two"
}
}, {
"valueCoding": {
"code": "3",
"system": "http://example.org",
"display": "Three"
}
} ]
} ],
"text": "Test: Required Radio Buttons",
"type": "group",
"linkId": "grp"
} ],
"type": null,
"experimental": "true",
"resourceType": "Questionnaire",
"title": "Required Radio Buttons",
"package_version": "4.0.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm",
"valueCoding": {
"code": "semver",
"system": "http://hl7.org/fhir/version-algorithm"
}
} ],
"status": "active",
"id": "82d8756d-479d-4480-a550-053dab6bf9c2",
"kind": null,
"url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-required-radios",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.27",
"system": "urn:ietf:rfc:3986"
} ],
"version": "4.0.0",
"contact": [ {
"name": "HL7 International / FHIR Infrastructure",
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"system": "url"
} ]
}, {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"system": "url"
} ]
} ]
}