Package | hl7.fhir.uv.sdc |
Resource Type | Questionnaire |
Id | extract-complex-smap |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-extract-complex-smap.html |
URL | http://hl7.org/fhir/uv/sdc/Questionnaire/extract-complex-smap |
Version | 4.0.0-ballot |
Status | draft |
Date | 2025-07-14T18:38:59+00:00 |
Name | ExtractComplexSmap |
Title | Complex Extract Demonstration - StructureMap |
Realm | uv |
Authority | hl7 |
Description | Complex StructureMap extraction questionnaire example |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire extract-complex-smap
LinkID | Text | Cardinality | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | Complex StructureMap extraction questionnaire example | Questionnaire | http://hl7.org/fhir/uv/sdc/Questionnaire/extract-complex-smap#4.0.0-ballot | |
![]() ![]() ![]() | Patient Information | 0..1 | group | |
![]() ![]() ![]() ![]() | Name | 0..* | group | |
![]() ![]() ![]() ![]() ![]() | Given Name(s) | 0..* | string | |
![]() ![]() ![]() ![]() ![]() | Family/Surname | 0..1 | string | |
![]() ![]() ![]() ![]() | Gender | 0..1 | choice | Value Set: AdministrativeGender |
![]() ![]() ![]() ![]() | Date of Birth | 0..1 | date | |
![]() ![]() ![]() ![]() | National Identifier (IHI) | 0..1 | string | |
![]() ![]() ![]() ![]() | Mobile Phone number | 0..1 | string | |
![]() ![]() ![]() | Contacts | 0..* | group | |
![]() ![]() ![]() ![]() | Name | 0..1 | string | |
![]() ![]() ![]() ![]() | Relationship | 0..1 | choice | Value Set: Patient Contact Relationship |
![]() ![]() ![]() ![]() | Phone | 0..1 | string | |
![]() ![]() ![]() | Observations | 0..1 | group | |
![]() ![]() ![]() ![]() | What is your current height (m) | 0..1 | decimal | |
![]() ![]() ![]() ![]() | What is your current weight (kg) | 0..1 | decimal | |
![]() ![]() ![]() ![]() | Have you had a Sigmoidoscopy Complication (concern with invasive procedure, for example) | 0..1 | boolean | |
{ "resourceType": "Questionnaire", "id": "extract-complex-smap", "meta": { "profile": [ "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-smap" ] }, "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-targetStructureMap", "valueCanonical": "http://hl7.org/fhir/uv/sdc/StructureMap/ExtractComplexSmap" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" } ], "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/extract-complex-smap", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.33" } ], "version": "4.0.0-ballot", "name": "ExtractComplexSmap", "title": "Complex Extract Demonstration - StructureMap", "status": "draft", "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": "Complex StructureMap extraction questionnaire example", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "item": [ { "linkId": "patient", "text": "Patient Information", "type": "group", "item": [ { "linkId": "name", "text": "Name", "type": "group", "repeats": true, "item": [ { "linkId": "given", "text": "Given Name(s)", "type": "string", "repeats": true }, { "linkId": "family", "text": "Family/Surname", "type": "string" } ] }, { "linkId": "gender", "text": "Gender", "type": "choice", "answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" }, { "linkId": "dob", "text": "Date of Birth", "type": "date" }, { "linkId": "ihi", "text": "National Identifier (IHI)", "type": "string" }, { "linkId": "mobile-phone", "text": "Mobile Phone number", "type": "string" } ] }, { "linkId": "contacts", "text": "Contacts", "type": "group", "repeats": true, "item": [ { "linkId": "contact-name", "text": "Name", "type": "string" }, { "linkId": "relationship", "text": "Relationship", "type": "choice", "answerValueSet": "http://hl7.org/fhir/ValueSet/patient-contactrelationship" }, { "linkId": "phone", "text": "Phone", "type": "string" } ] }, { "linkId": "obs", "text": "Observations", "type": "group", "item": [ { "linkId": "height", "text": "What is your current height (m)", "type": "decimal" }, { "linkId": "weight", "text": "What is your current weight (kg)", "type": "decimal" }, { "linkId": "complication", "text": "Have you had a Sigmoidoscopy Complication (concern with invasive procedure, for example)", "type": "boolean" } ] } ] }