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

FHIR IG Statistics: OperationDefinition/Survey

Packagede.thieme-compliance.anamnese
Resource TypeOperationDefinition
IdSurvey
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=http://TODO_TODO_TODO/fhir/OperationDefinition/survey
URLhttp://TODO_TODO_TODO/fhir/OperationDefinition/survey
Statusactive
NameSurvey
DescriptionOperation 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.
Typefalse
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": "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"
        }
      ]
    }
  ]
}