FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/questionnaire-sdc-test-required-radios

Packagehl7.fhir.uv.sdc
Resource TypeQuestionnaire
Idquestionnaire-sdc-test-required-radios
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-sdc-test-required-radios.html
URLhttp://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-required-radios
Version4.0.0-ballot
Statusactive
Date2025-07-14T18:38:59+00:00
NameRequiredRadioButtons
TitleRequired Radio Buttons
Realmuv
Authorityhl7
DescriptionA Test form with required fields

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 questionnaire-sdc-test-required-radios

Structure
LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. RequiredRadioButtonsA Test form with required fieldsQuestionnairehttp://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-required-radios#4.0.0-ballot
... grpTest: Required Radio Buttons0..1group
.... textqShould I stay text?1..1string
.... radioShould I stay?1..1choiceValue Set: Yes No Unknown NotApplicable
.... radio2Should I go now?1..1choiceOptions: 2 options
.... radio3Will there be trouble?1..1choiceOptions: 3 options

doco Documentation for this format

Options Sets

Answer options for radio2

  • http://example.org#1 ("One")
  • http://example.org#2 ("Two")

Answer options for radio3

  • http://example.org#1 ("One")
  • http://example.org#2 ("Two")
  • http://example.org#3 ("Three")

Source

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