| Package | hl7.fhir.uv.sdc |
| Resource Type | Questionnaire |
| Id | questionnaire-sdc-test-initialvalue |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-sdc-test-initialvalue.html |
| URL | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-initialvalue |
| Version | 4.0.0-ballot |
| Status | active |
| Date | 2025-08-07T06:58:13+00:00 |
| Name | InitialValue |
| Title | Initial Values |
| Realm | uv |
| Authority | hl7 |
| Description | A Test form with that uses initial values |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire questionnaire-sdc-test-initialvalue
Structure| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | A Test form with that uses initial values | Questionnaire | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-initialvalue#4.0.0-ballot | |
![]() ![]() | Root Group | 0..1 | group | |
![]() ![]() ![]() | Yes/No/Dont know/NA | 0..1 | choice | Value Set: Yes No Unknown NotApplicable Initial Value: Coding = expandedYes-NoIndicator#Y "Yes" |
![]() ![]() ![]() | String with initial value YUP | 0..1 | string | Initial Value: string = YUP |
![]() ![]() ![]() | Decimal Values Radio Buttons | 0..1 | choice | Options: 3 options |
Options Sets
Answer options for 5e1209b7-c9e0-4bf4-b228-c6533c892a3e
{
"resourceType": "Questionnaire",
"id": "questionnaire-sdc-test-initialvalue",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-pop-exp"
]
},
"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-initialvalue",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.25"
}
],
"version": "4.0.0-ballot",
"name": "InitialValue",
"title": "Initial Values",
"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 with that uses initial values",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"item": [
{
"linkId": "02a7536f-06b2-4dee-94e1-f5cfcb0e8622",
"text": "Root Group",
"type": "group",
"item": [
{
"linkId": "1acf93a7-0890-44cd-be48-542defb35248",
"text": "Yes/No/Dont know/NA",
"type": "choice",
"answerValueSet": "http://terminology.hl7.org/ValueSet/yes-no-unknown-not-applicable",
"initial": [
{
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "Y",
"display": "Yes"
}
}
]
},
{
"linkId": "init-val-string",
"text": "String with initial value YUP",
"type": "string",
"initial": [
{
"valueString": "YUP"
}
]
},
{
"linkId": "5e1209b7-c9e0-4bf4-b228-c6533c892a3e",
"text": "Decimal Values Radio Buttons",
"type": "choice",
"repeats": false,
"answerOption": [
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "732409008",
"display": "1.1"
}
},
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "732572001",
"display": "2.2"
}
},
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "732646001",
"display": "3.3"
}
}
]
}
]
}
]
}