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

FHIR IG Statistics: OperationDefinition/CreateUpdateFormDefinitionPackage

Packagede.thieme-compliance.anamnese
Resource TypeOperationDefinition
IdCreateUpdateFormDefinitionPackage
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=http://TODO_TODO_TODO/fhir/OperationDefinition/create-update-questionnaire-package
URLhttp://TODO_TODO_TODO/fhir/OperationDefinition/create-update-questionnaire-package
Statusactive
NameCreateUpdateFormDefinitionPackage
DescriptionOperation 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. If the Operation is invoked on the instance level, the QuestionnairePackage is updated. If invoked on the type level, a new QuestionnairePackage is created.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "CreateUpdateFormDefinitionPackage",
  "url": "http://TODO_TODO_TODO/fhir/OperationDefinition/create-update-questionnaire-package",
  "status": "active",
  "name": "CreateUpdateFormDefinitionPackage",
  "kind": "operation",
  "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.",
  "affectsState": true,
  "code": "create-update-formdefinition-package",
  "system": false,
  "type": true,
  "instance": true,
  "parameter": [
    {
      "name": "questionnaireCanonical",
      "use": "in",
      "min": 0,
      "max": "*",
      "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.",
      "type": "canonical"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The created or updated FormDefinitionPackage-List resource.",
      "type": "List",
      "targetProfile": [
        "https://thieme-compliance.de/fhir/StructureDefinition/FormDefinitionPackage"
      ]
    }
  ]
}