Package | hl7.fhir.uv.sdc |
Resource Type | Questionnaire |
Id | questionnaire-sdc-test-required-radios |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-sdc-test-required-radios.html |
URL | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-required-radios |
Version | 4.0.0-ballot |
Status | active |
Date | 2025-07-14T18:38:59+00:00 |
Name | RequiredRadioButtons |
Title | Required Radio Buttons |
Realm | uv |
Authority | hl7 |
Description | A Test form with required fields |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire questionnaire-sdc-test-required-radios
Profile: Advanced Behavior Questionnaire
LinkID | Text | Cardinality | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | A Test form with required fields | Questionnaire | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-required-radios#4.0.0-ballot | |
![]() ![]() ![]() | Test: Required Radio Buttons | 0..1 | group | |
![]() ![]() ![]() ![]() | Should I stay text? | 1..1 | string | |
![]() ![]() ![]() ![]() | Should I stay? | 1..1 | choice | Value Set: Yes No Unknown NotApplicable |
![]() ![]() ![]() ![]() | Should I go now? | 1..1 | choice | Options: 2 options |
![]() ![]() ![]() ![]() | Will there be trouble? | 1..1 | choice | Options: 3 options |
Options Sets
Answer options for radio2
Answer options for radio3
{ "resourceType": "Questionnaire", "id": "questionnaire-sdc-test-required-radios", "meta": { "profile": [ "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-behave" ] }, "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm%5Bx%5D", "valueCoding": { "system": "http://hl7.org/fhir/version-algorithm", "code": "semver" } } ], "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-required-radios", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.27" } ], "version": "4.0.0-ballot", "name": "RequiredRadioButtons", "title": "Required Radio Buttons", "status": "active", "experimental": true, "date": "2025-07-14T18:38:59+00:00", "publisher": "HL7 International / FHIR Infrastructure", "contact": [ { "name": "HL7 International / FHIR Infrastructure", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/fiwg" } ] }, { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/fiwg" } ] } ], "description": "A Test form with required fields", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "item": [ { "linkId": "grp", "text": "Test: Required Radio Buttons", "type": "group", "item": [ { "linkId": "textq", "text": "Should I stay text?", "type": "string", "required": true }, { "linkId": "radio", "text": "Should I stay?", "type": "choice", "required": true, "answerValueSet": "http://terminology.hl7.org/ValueSet/yes-no-unknown-not-applicable" }, { "linkId": "radio2", "text": "Should I go now?", "type": "choice", "required": true, "answerOption": [ { "valueCoding": { "system": "http://example.org", "code": "1", "display": "One" } }, { "valueCoding": { "system": "http://example.org", "code": "2", "display": "Two" } } ] }, { "linkId": "radio3", "text": "Will there be trouble?", "type": "choice", "required": true, "answerOption": [ { "valueCoding": { "system": "http://example.org", "code": "1", "display": "One" } }, { "valueCoding": { "system": "http://example.org", "code": "2", "display": "Two" } }, { "valueCoding": { "system": "http://example.org", "code": "3", "display": "Three" } } ] } ] } ] }