| Package | hl7.fhir.uv.sdc |
| Resource Type | Questionnaire |
| Id | questionnaire-sdc-test-all-data-types |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-sdc-test-all-data-types.html |
| URL | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-all-data-types |
| Version | 4.0.0-ballot |
| Status | active |
| Date | 2025-08-07T06:58:13+00:00 |
| Name | AllDataTypes |
| Title | Bit of everything |
| Realm | uv |
| Authority | hl7 |
| Description | A test form that has one of each data type included, useful when testing |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire questionnaire-sdc-test-all-data-types
Profile: SDC Base Questionnaire
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | A test form that has one of each data type included, useful when testing | Questionnaire | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-all-data-types#4.0.0-ballot | |
![]() ![]() | Bit of everything - data types | 0..1 | group | |
![]() ![]() ![]() | string control | 0..1 | string | |
![]() ![]() ![]() | This is a display field and should expand to both left and right | 0..1 | display | |
![]() ![]() ![]() | this is a string with markdown emphasis | 0..1 | display | |
![]() ![]() ![]() | text control - string but for expected larger content entered (usually handles multi-line) | 0..1 | text | |
![]() ![]() ![]() | boolean | 0..1 | boolean | |
![]() ![]() ![]() | date only control | 0..1 | date | |
![]() ![]() ![]() | date and time control | 0..1 | dateTime | |
![]() ![]() ![]() | time only control | 0..1 | time | |
![]() ![]() ![]() | integer | 0..1 | integer | |
![]() ![]() ![]() | decimal | 0..1 | decimal | |
![]() ![]() ![]() | attachment to be included | 0..1 | attachment | |
![]() ![]() ![]() | radiobuttons | 0..1 | choice | Value Set: Gender Identity |
![]() ![]() ![]() | ddl (gender) | 0..1 | choice | Value Set: Gender Identity |
![]() ![]() ![]() | autocomplete (countries) | 0..1 | choice | Value Set: Country2 |
![]() ![]() ![]() | open-choice (countries) | 0..1 | open-choice | Value Set: Country2 |
{
"resourceType": "Questionnaire",
"id": "questionnaire-sdc-test-all-data-types",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm%5Bx%5D",
"valueCoding": {
"system": "http://hl7.org/fhir/version-algorithm",
"code": "semver"
}
}
],
"url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-all-data-types",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.19"
}
],
"version": "4.0.0-ballot",
"name": "AllDataTypes",
"title": "Bit of everything",
"status": "active",
"experimental": true,
"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 test form that has one of each data type included, useful when testing",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"item": [
{
"linkId": "02a7536f-06b2-4dee-94e1-f5cfcb0e8622",
"text": "Bit of everything - data types",
"type": "group",
"item": [
{
"linkId": "id-string",
"text": "string control",
"type": "string"
},
{
"linkId": "1acf93a7-0890-44cd-be48-542defb35248",
"text": "This is a display field and should expand to both left and right",
"type": "display"
},
{
"linkId": "9acf93a7-0890-44cd-be48-542defb35223",
"text": "this is a string with markdown emphasis",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-markdown",
"valueMarkdown": "this is a **string** with markdown emphasis"
}
]
},
"type": "display"
},
{
"linkId": "id-text",
"text": "text control - string but for expected larger content entered (usually handles multi-line)",
"type": "text"
},
{
"linkId": "id-boolean",
"text": "boolean",
"type": "boolean"
},
{
"linkId": "id-date",
"text": "date only control",
"type": "date"
},
{
"linkId": "id-datetime",
"text": "date and time control",
"type": "dateTime"
},
{
"linkId": "id-time",
"text": "time only control",
"type": "time"
},
{
"linkId": "id-integer",
"text": "integer",
"type": "integer"
},
{
"linkId": "id-decimal",
"text": "decimal",
"type": "decimal"
},
{
"linkId": "id-attachment",
"text": "attachment to be included",
"type": "attachment"
},
{
"linkId": "id-choice",
"text": "radiobuttons",
"type": "choice",
"repeats": false,
"answerValueSet": "http://terminology.hl7.org/ValueSet/gender-identity"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down"
}
]
}
}
],
"linkId": "440f8cc6-3ea2-40c2-b03a-d03187131fd3",
"text": "ddl (gender)",
"type": "choice",
"repeats": false,
"answerValueSet": "http://terminology.hl7.org/ValueSet/gender-identity"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "autocomplete"
}
]
}
}
],
"linkId": "06aaa075-86e4-4cf2-a1ef-a86ab10e86e9",
"text": "autocomplete (countries)",
"type": "choice",
"repeats": false,
"answerValueSet": "http://terminology.hl7.org/ValueSet/v3-Country2"
},
{
"linkId": "EF8E3936-3246-4B3E-A46C-9FDAA5ACB635",
"text": "open-choice (countries)",
"type": "open-choice",
"repeats": false,
"answerValueSet": "http://terminology.hl7.org/ValueSet/v3-Country2"
}
]
}
]
}