| Package | de.thieme-compliance.anamnese |
| Resource Type | OperationDefinition |
| Id | Survey |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=http://TODO_TODO_TODO/fhir/OperationDefinition/survey |
| URL | http://TODO_TODO_TODO/fhir/OperationDefinition/survey |
| Status | active |
| Name | Survey |
| Description | Operation to retrieve Questionnaires and its QuestionnaireResponse for given Questionnaire-List-Ids and Questionniare Ids. The operation returns a Parameters resource containing the Questionnaire and its response, along with any necessary signatures. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "Survey",
"url": "http://TODO_TODO_TODO/fhir/OperationDefinition/survey",
"status": "active",
"name": "Survey",
"kind": "operation",
"description": "Operation to retrieve Questionnaires and its QuestionnaireResponse for given Questionnaire-List-Ids and Questionniare Ids. \nThe operation returns a Parameters resource containing the Questionnaire and its response, along with any necessary signatures.",
"affectsState": false,
"code": "survey",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "listId",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The ID of the Questionnaire List to retrieve the Questionnaires from.",
"type": "id"
},
{
"name": "questionnaireId",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The ID of the specific Questionnaire to retrieve.",
"type": "uri"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The SurveyOperationReturnParameters resource containing the Questionnaire and its QuestionnaireResponse, along with any necessary signatures.",
"part": [
{
"name": "document",
"use": "out",
"min": 1,
"max": "*",
"documentation": "The document parameter containing the Questionnaire and its QuestionnaireResponse.",
"part": [
{
"name": "questionnairePart",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The Questionnaire resource.",
"type": "Questionnaire"
},
{
"name": "responsePart",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The QuestionnaireResponse resource.",
"type": "QuestionnaireResponse"
}
]
},
{
"name": "signature",
"use": "out",
"min": 0,
"max": "*",
"documentation": "The signature parameters of type Provenance.",
"type": "Provenance"
}
]
}
]
}