Package | hl7.fhir.uv.sdc.r4b |
Type | Questionnaire |
Id | questionnaire-sdc-profile-example-multi-subject |
FHIR Version | R4B |
Source | http://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/Questionnaire-questionnaire-sdc-profile-example-multi-subject.html |
URL | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject |
Version | 3.0.0 |
Status | draft |
Date | 2022-03-08T18:37:19+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
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#3.0.0 | ||
![]() ![]() ![]() | 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", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "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", "version": "3.0.0", "name": "MultiSubject", "title": "Example multi-subject Questionnaire", "status": "draft", "experimental": true, "subjectType": [ "Patient" ], "date": "2022-03-08T18:37:19+00:00", "publisher": "HL7 International - FHIR Infrastructure Work Group", "contact": [ { "telecom": [ { "system": "url", "value": "http://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" } ] } ], "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 } ] } ] }