PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@4.0.0-ballot
    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",
  "date": "2024-12-17T01:55:34+00: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://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": "4.0.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm[x]",
    "valueCoding": {
      "code": "semver",
      "system": "http://hl7.org/fhir/version-algorithm"
    }
  } ],
  "status": "active",
  "id": "8c16c120-e5e5-4e96-855d-492ec1680e7d",
  "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-ballot",
  "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"
    } ]
  } ]
}