FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.sdc.r4
Resource TypeQuestionnaire
IdQuestionnaire-questionnaire-sdc-test-nested-groups.json
FHIR VersionR4

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: https://sqlonfhir-r4.azurewebsites.net/fhir/ValueSet/866d7924e20711d48c540020182939f7
..... 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

Source1

{
  "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[x]",
      "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": "2024-12-17T01:55:34+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": "drop-down"
                      }
                    ]
                  }
                }
              ],
              "linkId": "34b78239-1df2-49c5-a1ab-8f5691c7ede0",
              "text": "Service type",
              "type": "choice",
              "repeats": false,
              "answerValueSet": "https://sqlonfhir-r4.azurewebsites.net/fhir/ValueSet/866d7924e20711d48c540020182939f7"
            },
            {
              "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"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}