PackagesCanonicalsLogsProblems
    Packages
    de.thieme-compliance.anamnese@0.0.2-dev
    http://TODO_TODO_TODO/fhir/OperationDefinition/create-update-questionnaire-package
{
  "description": "Operation to create or update a QuestionnairePackage-List resource. This operation allows for the management of a package of Questionnaires, including adding, updating, or removing Questionnaires within the package.\\nIf the Operation is invoked on the instance level, the QuestionnairePackage is updated. If invoked on the type level, a new QuestionnairePackage is created.",
  "_filename": "OperationDefinition-CreateUpdateFormDefinitionPackage.json",
  "package_name": "de.thieme-compliance.anamnese",
  "date": null,
  "system": false,
  "publisher": null,
  "instance": true,
  "name": "CreateUpdateFormDefinitionPackage",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "0.0.2-dev",
  "status": "active",
  "id": "90775a03-bd58-47d9-9032-ac2b28d9a5b5",
  "affectsState": true,
  "kind": "operation",
  "url": "http://TODO_TODO_TODO/fhir/OperationDefinition/create-update-questionnaire-package",
  "code": "create-update-formdefinition-package",
  "version": null,
  "parameter": [ {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "questionnaireCanonical",
    "type": "canonical",
    "documentation": "The canonical reference to the Questionnaires to be included in the QuestionnairePackage. If no version is provided, the latest version of the Questionnaire will be used."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "List",
    "documentation": "The created or updated FormDefinitionPackage-List resource.",
    "targetProfile": [ "https://thieme-compliance.de/fhir/StructureDefinition/FormDefinitionPackage" ]
  } ]
}