| Package | hl7.fhir.uv.sdc |
| Resource Type | OperationDefinition |
| Id | Questionnaire-assemble |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/OperationDefinition-Questionnaire-assemble.html |
| URL | http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble |
| Version | 4.0.0-ballot |
| Status | active |
| Date | 2025-08-07T06:58:13+00:00 |
| Name | SDCAssemble |
| Title | Assemble Modular Questionnaire Operation |
| Realm | uv |
| Authority | hl7 |
| Description | The $assemble operation takes a modular questionnaire (one that references sub-questionnaires and/or relies on definition elements to contain the content for item definitions) and produces the equivalent fully-inline Questionnaire. Full details on the process can be found [here](modular.html). |
| Type | true |
| Kind | operation |
| CapabilityStatement | |
| SHCAppCapabilityStatement | SHC App |
| sdc-form-filler | SDC Form Filler |
| sdc-form-manager | SDC Form Manager |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition Questionnaire-assemble
URL: [base]/Questionnaire/$assemble
URL: [base]/Questionnaire/[id]/$assemble
Input parameters Profile:Questionnaire assemble input Parameters profile
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | questionnaire | 1..1 | uri | Reference | Questionnaire | The Modular Questionnaire to assemble the content of. Can be provided as a canonical for the questionnaire, a questionnaire reference, or directly as a questionnaire resource. | ||
| OUT | return | 0..1 | Resource | The fully assembled Questionnaire with all subQuestionnaires inlined and all items with item.definitions have had relevant metadata propagated into the item. | ||
| OUT | outcome | 0..1 | Resource | The OperationOutcome indicating any warnings or information messages with the assembly process |
{
"resourceType": "OperationDefinition",
"id": "Questionnaire-assemble",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 4,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble",
"version": "4.0.0-ballot",
"name": "SDCAssemble",
"title": "Assemble Modular Questionnaire Operation",
"status": "active",
"kind": "operation",
"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": "The $assemble operation takes a modular questionnaire (one that references sub-questionnaires and/or relies on definition elements to contain the content for item definitions) and produces the equivalent fully-inline Questionnaire. Full details on the process can be found [here](modular.html).",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"code": "assemble",
"resource": [
"Questionnaire"
],
"system": false,
"type": true,
"instance": true,
"inputProfile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/parameters-questionnaire-assemble-in",
"parameter": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-allowed-type",
"valueUri": "uri"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-allowed-type",
"valueUri": "Reference"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-allowed-type",
"valueUri": "Questionnaire"
}
],
"name": "questionnaire",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The [Modular Questionnaire](StructureDefinition-sdc-questionnaire-modular.html) to assemble the content of. Can be provided as a canonical for the questionnaire, a questionnaire reference, or directly as a questionnaire resource.",
"type": "Element"
},
{
"name": "return",
"use": "out",
"min": 0,
"max": "1",
"documentation": "The fully assembled [Questionnaire](StructureDefinition-sdc-questionnaire.html) with all subQuestionnaires inlined and all items with item.definitions have had relevant metadata propagated into the item.",
"type": "Resource"
},
{
"name": "outcome",
"use": "out",
"min": 0,
"max": "1",
"documentation": "The OperationOutcome indicating any warnings or information messages with the assembly process",
"type": "Resource"
}
]
}