PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@3.0.0-preview
    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": "2022-02-16T19:40:22+11: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": "Assemble",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Assemble Modular Questionnaire Operation",
  "package_version": "3.0.0-preview",
  "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": "d1e06a34-2d68-4b26-b45b-9b32271d141f",
  "resource": [ "Questionnaire" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble",
  "code": "assemble",
  "version": "3.0.0-preview",
  "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"
  } ]
}