PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@4.0.0-ballot
    http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble
{
  "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",
  "date": "2024-12-17T01:55:34+00:00",
  "system": false,
  "publisher": "HL7 International / FHIR Infrastructure",
  "instance": true,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "SDCAssemble",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Assemble Modular Questionnaire Operation",
  "package_version": "4.0.0-ballot",
  "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"
      } ]
    }
  } ],
  "status": "active",
  "id": "b2b7d207-6a72-467c-b491-2ae084c1e46f",
  "resource": [ "Questionnaire" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble",
  "code": "assemble",
  "version": "4.0.0-ballot",
  "contact": [ {
    "name": "HL7 International / FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  }, {
    "telecom": [ {
      "value": "http://www.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": "Element",
    "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"
    } ],
    "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."
  }, {
    "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"
  } ]
}