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

FHIR IG Statistics: Questionnaire/questionnaire-sdc-profile-example-multi-subject

Packagehl7.fhir.uv.sdc
Resource TypeQuestionnaire
Idquestionnaire-sdc-profile-example-multi-subject
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-sdc-profile-example-multi-subject.html
URLhttp://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject
Version4.0.0-ballot
Statusactive
Date2025-08-07T06:58:13+00:00
NameMultiSubject
TitleExample multi-subject Questionnaire
Realmuv
Authorityhl7
DescriptionA sample Questionnaire that shows the use of the isSubject extension to flag a subject change within a Questionnaire.

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-profile-example-multi-subject

LinkIDTextCardinalityTypeFlagsDescription & Constraintsdoco
.. MultiSubjectA sample Questionnaire that shows the use of the isSubject extension to flag a subject change within a Questionnaire.Questionnairehttp://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject#4.0.0-ballot
... 1Mother's name1..1string
... 2Mother's id1..1string
... 3Height1..1quantity
... 4Weight1..1quantity
... 5Children1..*group
.... 5.1Record1..1reference
.... 5.2Name1..1string
.... 5.3Birth date1..1date
.... 5.4Height1..1quantity
.... 5.5Weight1..1quantity

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "questionnaire-sdc-profile-example-multi-subject",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-obsn"
    ]
  },
  "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/StructureDefinition/sdc-questionnaire-observationExtract",
      "valueBoolean": true
    },
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observation-extract-category",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/observation-category",
            "code": "vital-signs"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.14"
    }
  ],
  "version": "4.0.0-ballot",
  "name": "MultiSubject",
  "title": "Example multi-subject Questionnaire",
  "status": "active",
  "experimental": true,
  "subjectType": [
    "Patient"
  ],
  "date": "2025-08-07T06:58:13+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 sample Questionnaire that shows the use of the isSubject extension to flag a subject change within a Questionnaire.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "1",
      "text": "Mother's name",
      "type": "string",
      "required": true
    },
    {
      "linkId": "2",
      "text": "Mother's id",
      "type": "string",
      "required": true
    },
    {
      "linkId": "3",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "8302-2"
        }
      ],
      "text": "Height",
      "type": "quantity",
      "required": true
    },
    {
      "linkId": "4",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "29463-7"
        }
      ],
      "text": "Weight",
      "type": "quantity",
      "required": true
    },
    {
      "linkId": "5",
      "text": "Children",
      "type": "group",
      "required": true,
      "repeats": true,
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource",
              "valueCode": "Patient"
            },
            {
              "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-isSubject",
              "valueBoolean": true
            }
          ],
          "linkId": "5.1",
          "text": "Record",
          "type": "reference",
          "required": true
        },
        {
          "linkId": "5.2",
          "text": "Name",
          "type": "string",
          "required": true
        },
        {
          "linkId": "5.3",
          "text": "Birth date",
          "type": "date",
          "required": true
        },
        {
          "linkId": "5.4",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "8302-2"
            }
          ],
          "text": "Height",
          "type": "quantity",
          "required": true
        },
        {
          "linkId": "5.5",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "29463-7"
            }
          ],
          "text": "Weight",
          "type": "quantity",
          "required": true
        }
      ]
    }
  ]
}