{ "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).", "_filename": "OperationDefinition-Questionnaire-assemble.json", "package_name": "hl7.fhir.uv.sdc.r4", "date": "2022-03-08T18:37:19+00:00", "system": false, "publisher": "HL7 International - FHIR Infrastructure Work Group", "instance": false, "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" } ] } ], "name": "SDCAssemble", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Assemble Modular Questionnaire Operation", "package_version": "3.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 3, "_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" } ] } } ], "status": "draft", "id": "0316e405-1938-41ba-a0b6-c18f4c2ef4e4", "resource": [ "Questionnaire" ], "kind": "operation", "url": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble", "code": "assemble", "version": "3.0.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/Special/committees/fiwg", "system": "url" } ] } ], "inputProfile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-modular", "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "questionnaire", "type": "Resource", "documentation": "The [Modular Questionnaire](StructureDefinition-sdc-questionnaire-modular.html) to assemble the content of." }, { "max": "1", "min": 0, "use": "out", "name": "return", "type": "Resource", "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." }, { "max": "1", "min": 0, "use": "out", "name": "outcome", "type": "Resource", "documentation": "The OperationOutcome indicating any warnings or information messages with the assembly process" } ] }