| Package | hl7.fhir.uv.sdc |
| Resource Type | Questionnaire |
| Id | questionnaire-sdc-profile-example-cap |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-questionnaire-sdc-profile-example-cap.html |
| URL | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-cap |
| Version | 4.0.0-ballot |
| Status | active |
| Date | 2025-08-07T06:58:13+00:00 |
| Name | QuestionnaireSDCProfileExampleCap |
| Title | Questionnaire SDC Profile Cap |
| Realm | uv |
| Authority | hl7 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire questionnaire-sdc-profile-example-cap
Profile: SDC Base Questionnaire
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Questionnaire | http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-cap#4.0.0-ballot | ||
![]() ![]() | MARGINS | 1..1 | group | |
![]() ![]() ![]() | Status of surgical margin involvement by tumor (observable entity) | 1..1 | choice | Options: 4 options |
![]() ![]() ![]() ![]() | null | 1..1 | group | Enable When: 1.1 = |
![]() ![]() ![]() ![]() ![]() | Distance from Closest Margin | 0..1 | choice | Options: 2 options |
![]() ![]() ![]() ![]() ![]() ![]() | Specify (mm) | 1..1 | decimal | |
![]() ![]() ![]() ![]() ![]() ![]() | Cannot be assessed (explain) | 1..1 | string | |
![]() ![]() ![]() ![]() ![]() | Specify Margin, if possible | 0..1 | choice | Options: 2 options |
![]() ![]() ![]() ![]() ![]() ![]() | Cannot be assessed (explain) | 1..1 | string | |
![]() ![]() ![]() ![]() ![]() ![]() | Cannot be determined (explain) | 1..1 | string | |
![]() ![]() ![]() ![]() | Specify Margin(s), if possible | 1..1 | choice | Options: 2 options |
![]() ![]() ![]() ![]() ![]() | Specify margin(s) | 1..1 | string | |
![]() ![]() ![]() ![]() ![]() | Cannot be determined (explain) | 1..1 | string | |
![]() ![]() ![]() ![]() | Cannot be determined | 1..1 | string | |
![]() ![]() ![]() ![]() | Not Applicable | 1..1 | string | |
![]() ![]() | ACCESSORY FINDINGS | 1..1 | group | |
![]() ![]() ![]() | Treatment Effect (applicable to carcinomas treated with neoadjuvant therapy) | 0..1 | choice | Options: 3 options |
![]() ![]() ![]() ![]() | Not identified | 1..1 | string | |
![]() ![]() ![]() ![]() | Present (specify) | 1..1 | string | |
![]() ![]() ![]() ![]() | Indeterminate | 1..1 | string | |
![]() ![]() ![]() | Tumor Description | 0..* | choice | Options: 4 options |
![]() ![]() ![]() ![]() | ?? | 0..* | choice | Options: 3 options |
![]() ![]() ![]() ![]() ![]() | Extra-adrenal (specify) | 1..1 | string | |
![]() ![]() ![]() ![]() | Other (specify) | 1..1 | string | |
Options Sets
Answer options for 1.1
Answer options for 1.1.1.1
Answer options for 1.1.1.2
Answer options for 1.1.2.1
Answer options for 2.1
Answer options for 2.2
Answer options for 2.2.1.1
{
"resourceType": "Questionnaire",
"id": "questionnaire-sdc-profile-example-cap",
"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-profile-example-cap",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.6"
}
],
"version": "4.0.0-ballot",
"name": "QuestionnaireSDCProfileExampleCap",
"title": "Questionnaire SDC Profile Cap",
"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": "MARGINS",
"type": "group",
"required": true,
"item": [
{
"linkId": "1.1",
"text": "Status of surgical margin involvement by tumor (observable entity)",
"type": "choice",
"required": true,
"answerOption": [
{
"valueCoding": {
"system": "http://example.org",
"code": "M1",
"display": "Margins univolved by tumor"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "M2",
"display": "Margin(s) involved by tumor"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "M3",
"display": "Cannot be determined"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "M4",
"display": "Not applicable"
}
}
],
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.item.disabledDisplay",
"valueCode": "hidden"
}
],
"linkId": "1.1.1",
"type": "group",
"enableWhen": [
{
"question": "1.1",
"operator": "=",
"answerCoding": {
"system": "http://example.org",
"code": "M1"
}
}
],
"required": true,
"item": [
{
"linkId": "1.1.1.1",
"text": "Distance from Closest Margin",
"type": "choice",
"answerOption": [
{
"valueCoding": {
"system": "http://example.org",
"code": "D1",
"display": "Specify (mm)"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "D2",
"display": "Cannot be assessed (explain)"
}
}
],
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/minValue",
"valueDecimal": 0.01
},
{
"url": "http://hl7.org/fhir/StructureDefinition/maxValue",
"valueDecimal": 1000
},
{
"url": "http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces",
"valueInteger": 2
}
],
"linkId": "1.1.1.1.1.1",
"text": "Specify (mm)",
"type": "decimal",
"required": true
},
{
"linkId": "1.1.1.1.2.1",
"text": "Cannot be assessed (explain)",
"type": "string",
"required": true
}
]
},
{
"linkId": "1.1.1.2",
"text": "Specify Margin, if possible",
"type": "choice",
"answerOption": [
{
"valueCoding": {
"system": "http://example.org",
"code": "W1",
"display": "Specify margin"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "W2",
"display": "Cannot be determined (explain)"
}
}
],
"item": [
{
"linkId": "1.1.1.2.1.1",
"text": "Cannot be assessed (explain)",
"type": "string",
"required": true
},
{
"linkId": "1.1.1.2.2.1",
"text": "Cannot be determined (explain)",
"type": "string",
"required": true
}
]
}
]
},
{
"linkId": "1.1.2.1",
"text": "Specify Margin(s), if possible",
"type": "choice",
"required": true,
"answerOption": [
{
"valueCoding": {
"system": "http://example.org",
"code": "I1",
"display": "Specify margin(s)"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "I2",
"display": "Cannot be determined (explain)"
}
}
],
"item": [
{
"linkId": "1.1.2.1.1.1",
"text": "Specify margin(s)",
"type": "string",
"required": true
},
{
"linkId": "1.1.2.1.2.1",
"text": "Cannot be determined (explain)",
"type": "string",
"required": true
}
]
},
{
"linkId": "1.1.3.1",
"text": "Cannot be determined",
"type": "string",
"required": true
},
{
"linkId": "1.1.4.1",
"text": "Not Applicable",
"type": "string",
"required": true
}
]
}
]
},
{
"linkId": "2",
"text": "ACCESSORY FINDINGS",
"type": "group",
"required": true,
"item": [
{
"linkId": "2.1",
"text": "Treatment Effect (applicable to carcinomas treated with neoadjuvant therapy)",
"type": "choice",
"answerOption": [
{
"valueCoding": {
"system": "http://example.org",
"code": "E1",
"display": "Not identified"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "E2",
"display": "Present (specify)"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "E3",
"display": "Indeterminate"
}
}
],
"item": [
{
"linkId": "2.1.1.1",
"text": "Not identified",
"type": "string",
"required": true
},
{
"linkId": "2.1.2.1",
"text": "Present (specify)",
"type": "string",
"required": true
},
{
"linkId": "2.1.3.1",
"text": "Indeterminate",
"type": "string",
"required": true
}
]
},
{
"linkId": "2.2",
"text": "Tumor Description",
"type": "choice",
"repeats": true,
"answerOption": [
{
"valueCoding": {
"system": "http://example.org",
"code": "U1",
"display": "Hemorrhagic"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "U2",
"display": "Necrotic"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "U3",
"display": "Invasion"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "U4",
"display": "Other (specify)"
}
}
],
"item": [
{
"linkId": "2.2.1.1",
"text": "??",
"type": "choice",
"repeats": true,
"answerOption": [
{
"valueCoding": {
"system": "http://example.org",
"code": "V1",
"display": "Capsule"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "V2",
"display": "Vessels"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "V3",
"display": "Extra-adrenal (specify)"
}
}
],
"item": [
{
"linkId": "2.2.1.1.1.1",
"text": "Extra-adrenal (specify)",
"type": "string",
"required": true
}
]
},
{
"linkId": "2.2.2.1",
"text": "Other (specify)",
"type": "string",
"required": true
}
]
}
]
}
]
}