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

FHIR IG Statistics: Questionnaire/questionnaire-sdc-test-nested-groups

Packagehl7.fhir.uv.sdc
Resource TypeQuestionnaire
Idquestionnaire-sdc-test-nested-groups
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-sdc-test-nested-groups.html
URLhttp://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-nested-groups
Version4.0.0-ballot
Statusactive
Date2025-07-14T18:38:59+00:00
NameNestedGroups
TitleRepeatable group test
Realmuv
Authorityhl7
DescriptionA Test form with repeatable nested groups

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-nested-groups

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. NestedGroupsA Test form with repeatable nested groupsQuestionnairehttp://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-nested-groups#4.0.0-ballot
... a7837ce4-6ba4-4d01-913c-d20a6685556bRepeatable group test0..1group
.... a9f40adc-f194-4efb-b4f7-9396d0ca8e49First question0..1string
.... ba91450b-6e67-40dc-8629-0f1b60577774Repeatable group 10..*group
..... 34b78239-1df2-49c5-a1ab-8f5691c7ede0Service type0..1choiceValue Set: Service type
..... b7e29109-f729-4359-aa29-6c9e7c7b2318Text box0..1string
..... 68ca912397a145bd9e9f265702b5cf45Repeatable group 20..*group
...... b7e29109-f729-4359-aa29-6c9e7c7b2328Text box - group 20..1string

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "questionnaire-sdc-test-nested-groups",
  "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-nested-groups",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.26"
    }
  ],
  "version": "4.0.0-ballot",
  "name": "NestedGroups",
  "title": "Repeatable group test",
  "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 repeatable nested groups",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "a7837ce4-6ba4-4d01-913c-d20a6685556b",
      "text": "Repeatable group test",
      "type": "group",
      "item": [
        {
          "linkId": "a9f40adc-f194-4efb-b4f7-9396d0ca8e49",
          "text": "First question",
          "type": "string"
        },
        {
          "linkId": "ba91450b-6e67-40dc-8629-0f1b60577774",
          "text": "Repeatable group 1",
          "type": "group",
          "repeats": true,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "autocomplete"
                      }
                    ]
                  }
                }
              ],
              "linkId": "34b78239-1df2-49c5-a1ab-8f5691c7ede0",
              "text": "Service type",
              "type": "choice",
              "repeats": false,
              "answerValueSet": "http://terminology.hl7.org/ValueSet/service-type"
            },
            {
              "linkId": "b7e29109-f729-4359-aa29-6c9e7c7b2318",
              "text": "Text box",
              "type": "string"
            },
            {
              "linkId": "68ca912397a145bd9e9f265702b5cf45",
              "text": "Repeatable group 2",
              "type": "group",
              "repeats": true,
              "item": [
                {
                  "linkId": "b7e29109-f729-4359-aa29-6c9e7c7b2328",
                  "text": "Text box - group 2",
                  "type": "string"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}