Package | de.thieme-compliance.anamnese |
Resource Type | OperationDefinition |
Id | CreateUpdateFormDefinitionPackage |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=http://TODO_TODO_TODO/fhir/OperationDefinition/create-update-questionnaire-package |
URL | http://TODO_TODO_TODO/fhir/OperationDefinition/create-update-questionnaire-package |
Status | active |
Name | CreateUpdateFormDefinitionPackage |
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. If the Operation is invoked on the instance level, the QuestionnairePackage is updated. If invoked on the type level, a new QuestionnairePackage is created. |
Type | true |
Kind | operation |
No resources found
No resources found
No narrative content found in resource
{ "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" ] } ] }