FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/Questionnaire-assemble

Packagehl7.fhir.uv.sdc.r4b
TypeOperationDefinition
IdQuestionnaire-assemble
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/OperationDefinition-Questionnaire-assemble.html
URLhttp://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble
Version3.0.0
Statusdraft
Date2022-03-08T18:37:19+00:00
NameSDCAssemble
TitleAssemble Modular Questionnaire Operation
Realmuv
Authorityhl7
DescriptionThe $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).
Typetrue
Kindoperation

Resources that use this resource

CapabilityStatement
SHCAppCapabilityStatementSHC App
sdc-form-fillerSDC Form Filler
sdc-form-managerSDC Form Manager
sdc-form-managerSDC Form Manager

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

SDCAssemble

OPERATION: SDCAssemble

The official URL for this operation definition is:

http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble

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.

URL: [base]/Questionnaire/$assemble

Input parameters Profile: SDC Modular Questionnaire

Parameters

UseNameCardinalityTypeBindingDocumentation
INquestionnaire1..1Resource

The Modular Questionnaire to assemble the content of.

OUTreturn0..1Resource

The fully assembled Questionnaire with all subQuestionnaires inlined and all items with item.definitions have had relevant metadata propagated into the item.

OUToutcome0..1Resource

The OperationOutcome indicating any warnings or information messages with the assembly process


Source

{
  "resourceType": "OperationDefinition",
  "id": "Questionnaire-assemble",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble",
  "version": "3.0.0",
  "name": "SDCAssemble",
  "title": "Assemble Modular Questionnaire Operation",
  "status": "draft",
  "kind": "operation",
  "date": "2022-03-08T18:37:19+00:00",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://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"
        }
      ]
    }
  ],
  "code": "assemble",
  "resource": [
    "Questionnaire"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "inputProfile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-modular",
  "parameter": [
    {
      "name": "questionnaire",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The [Modular Questionnaire](StructureDefinition-sdc-questionnaire-modular.html) to assemble the content of.",
      "type": "Resource"
    },
    {
      "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"
    }
  ]
}