{ "description": "A Test form with required fields", "_filename": "example/Questionnaire-questionnaire-sdc-test-required-radios.json", "package_name": "hl7.fhir.uv.sdc", "date": "2022-02-16T19:40:22+11:00", "publisher": "HL7 International - FHIR Infrastructure Work Group", "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" } ] } ], "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://sqlonfhir-r4.azurewebsites.net/fhir/ValueSet/a015b6a1ac024dc19baec940be2c1695" }, { "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": "3.0.0-preview", "status": "draft", "id": "a3fd9f8c-1473-489a-84b1-c9f61ec85e73", "kind": null, "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-required-radios", "version": "3.0.0-preview", "contact": [ { "telecom": [ { "value": "http://hl7.org/Special/committees/fiwg", "system": "url" } ] } ] }