PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc.r4@3.0.0
    http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-required-radios
{
  "description": "A Test form with required fields",
  "_filename": "example/Questionnaire-questionnaire-sdc-test-required-radios.json",
  "package_name": "hl7.fhir.uv.sdc.r4",
  "date": "2022-03-08T18:37:19+00: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",
  "status": "draft",
  "id": "9d180ade-feb9-497b-a421-f1e2d744ac75",
  "kind": null,
  "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-required-radios",
  "version": "3.0.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}