| Package | hl7.fhir.uv.sdc |
| Resource Type | Questionnaire |
| Id | sdc-derivation-parent |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-sdc-derivation-parent.html |
| URL | http://build.fhir.org/ig/HL7/sdc/Questionnaire/sdc-derivation-parent |
| Version | 4.0.0-ballot |
| Status | active |
| Date | 2025-08-07T06:58:13+00:00 |
| Name | SDCDerivationParent |
| Realm | uv |
| Authority | hl7 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire sdc-derivation-parent
Profile: SDC Base Questionnaire
| LinkID | Text | Cardinality | Type | Flags | Description & Constraints |
|---|---|---|---|---|---|
![]() | Questionnaire | http://build.fhir.org/ig/HL7/sdc/Questionnaire/sdc-derivation-parent#4.0.0-ballot | |||
![]() ![]() | What is your family name? (required) | 1..1 | string | ||
![]() ![]() | What is your first name? (optional) | 0..1 | string | ||
![]() ![]() | What are your middle names? (optional, removable) | 0..1 | string | ||
{
"resourceType": "Questionnaire",
"id": "sdc-derivation-parent",
"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://build.fhir.org/ig/HL7/sdc/Questionnaire/sdc-derivation-parent",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.39"
}
],
"version": "4.0.0-ballot",
"name": "SDCDerivationParent",
"status": "active",
"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"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"item": [
{
"linkId": "1",
"text": "What is your family name? (required)",
"type": "string",
"required": true
},
{
"linkId": "2",
"text": "What is your first name? (optional)",
"type": "string"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-optionalDisplay",
"valueBoolean": true
}
],
"linkId": "3",
"text": "What are your middle names? (optional, removable)",
"type": "string"
}
]
}