Package | hl7.fhir.uv.sdc |
Resource Type | Questionnaire |
Id | questionnaire-sdc-profile-example-multi-subject |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-sdc-profile-example-multi-subject.html |
URL | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject |
Version | 4.0.0-ballot |
Status | active |
Date | 2025-08-07T06:58:13+00:00 |
Name | MultiSubject |
Title | Example multi-subject Questionnaire |
Realm | uv |
Authority | hl7 |
Description | A sample Questionnaire that shows the use of the isSubject extension to flag a subject change within a Questionnaire. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire questionnaire-sdc-profile-example-multi-subject
LinkID | Text | Cardinality | Type | Flags | Description & Constraints |
---|---|---|---|---|---|
![]() ![]() | A sample Questionnaire that shows the use of the isSubject extension to flag a subject change within a Questionnaire. | Questionnaire | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject#4.0.0-ballot | ||
![]() ![]() ![]() | Mother's name | 1..1 | string | ||
![]() ![]() ![]() | Mother's id | 1..1 | string | ||
![]() ![]() ![]() | Height | 1..1 | quantity | ||
![]() ![]() ![]() | Weight | 1..1 | quantity | ||
![]() ![]() ![]() | Children | 1..* | group | ||
![]() ![]() ![]() ![]() | Record | 1..1 | reference | ||
![]() ![]() ![]() ![]() | Name | 1..1 | string | ||
![]() ![]() ![]() ![]() | Birth date | 1..1 | date | ||
![]() ![]() ![]() ![]() | Height | 1..1 | quantity | ||
![]() ![]() ![]() ![]() | Weight | 1..1 | quantity | ||
{ "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 } ] } ] }