Cumuluz Translate Implementation Guide
0.1.0 - ci-build
Cumuluz Translate Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-05-27 |
{
"resourceType" : "OperationDefinition",
"id" : "ExtractQuestionnaireResponseOperation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: OperationDefinition ExtractQuestionnaireResponseOperation</b></p><a name=\"ExtractQuestionnaireResponseOperation\"> </a><a name=\"hcExtractQuestionnaireResponseOperation\"> </a><p>Url: [base]/$extract-questionnaire-response</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Gebruik</b></td><td><b>Naam</b></td><td><b>Scope</b></td><td><b>Kardinaliteit</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentatie</b></td></tr><tr><td>IN</td><td>questionnaireResponse</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/questionnaireresponse.html\">QuestionnaireResponse</a></td><td/><td><div><p>Completed supported STU3 or R4 QuestionnaireResponse.</p>\n</div></td></tr><tr><td>IN</td><td>validate</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#boolean\">boolean</a></td><td/><td><div><p>When true, validate the produced R4 Bundle entries.</p>\n</div></td></tr><tr><td>OUT</td><td>result</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>Bundle containing the extracted R4 resources.</p>\n</div></td></tr><tr><td>OUT</td><td>outcome</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/operationoutcome.html\">OperationOutcome</a></td><td/><td><div><p>Extraction diagnostics and optional validation output.</p>\n</div></td></tr></table></div>"
},
"url" : "http://cumuluz/OperationDefinition/extract-questionnaire-response",
"version" : "0.1.0",
"name" : "ExtractQuestionnaireResponse",
"title" : "QuestionnaireResponse Extraction",
"status" : "draft",
"kind" : "operation",
"date" : "2026-05-27T17:15:20+02:00",
"publisher" : "Cumuluz",
"description" : "System-level operation for extracting supported QuestionnaireResponses into an R4 resource Bundle selected by profile or questionnaire canonical.",
"affectsState" : false,
"code" : "extract-questionnaire-response",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "questionnaireResponse",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "Completed supported STU3 or R4 QuestionnaireResponse.",
"type" : "QuestionnaireResponse"
},
{
"name" : "validate",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "When true, validate the produced R4 Bundle entries.",
"type" : "boolean"
},
{
"name" : "result",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "Bundle containing the extracted R4 resources.",
"type" : "Bundle"
},
{
"name" : "outcome",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "Extraction diagnostics and optional validation output.",
"type" : "OperationOutcome"
}
]
}