PackagesCanonicalsLogsProblems
    Packages
    de.thieme-compliance.anamnese@0.0.2-dev
    http://TODO_TODO_TODO/fhir/OperationDefinition/survey
{
  "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.",
  "_filename": "OperationDefinition-Survey.json",
  "package_name": "de.thieme-compliance.anamnese",
  "date": null,
  "system": true,
  "publisher": null,
  "instance": false,
  "name": "Survey",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "0.0.2-dev",
  "status": "active",
  "id": "3816ea21-5e64-4359-ab89-90a5981aefac",
  "affectsState": false,
  "kind": "operation",
  "url": "http://TODO_TODO_TODO/fhir/OperationDefinition/survey",
  "code": "survey",
  "version": null,
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "listId",
    "type": "id",
    "documentation": "The ID of the Questionnaire List to retrieve the Questionnaires from."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "questionnaireId",
    "type": "uri",
    "documentation": "The ID of the specific Questionnaire to retrieve."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "part": [ {
      "max": "*",
      "min": 1,
      "use": "out",
      "name": "document",
      "part": [ {
        "max": "1",
        "min": 1,
        "use": "out",
        "name": "questionnairePart",
        "type": "Questionnaire",
        "documentation": "The Questionnaire resource."
      }, {
        "max": "1",
        "min": 1,
        "use": "out",
        "name": "responsePart",
        "type": "QuestionnaireResponse",
        "documentation": "The QuestionnaireResponse resource."
      } ],
      "documentation": "The document parameter containing the Questionnaire and its QuestionnaireResponse."
    }, {
      "max": "*",
      "min": 0,
      "use": "out",
      "name": "signature",
      "type": "Provenance",
      "documentation": "The signature parameters of type Provenance."
    } ],
    "documentation": "The SurveyOperationReturnParameters resource containing the Questionnaire and its QuestionnaireResponse, along with any necessary signatures."
  } ]
}