<?xml version="1.0" encoding="UTF-8"?>

<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="-s-fetch-questionnaireresponses"/>
  <text>
    <status value="extensions"/><div xmlns="http://www.w3.org/1999/xhtml"><p>URL: [base]/$fetch-questionnaireresponses</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>anonymization</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td/></tr><tr><td>IN</td><td>_partition</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#integer">integer</a></td><td/><td/></tr><tr><td>IN</td><td>organization</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td/></tr><tr><td>IN</td><td>condition</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Coding">Coding</a></td><td/><td/></tr><tr><td>IN</td><td>period</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Period">Period</a></td><td/><td/></tr><tr><td>IN</td><td>plan</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td/></tr><tr><td>IN</td><td>questionnaire</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td/></tr><tr><td>IN</td><td>careteam</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td/></tr><tr><td>IN</td><td>tag</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Coding">Coding</a></td><td/><td/></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/binary.html">Binary</a></td><td/><td/></tr></table></div>
  </text>
  <url value="https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-questionnaireresponses"/>
  <version value="2.10.0"/>
  <name value="fetch-questionnaireresponses"/>
  <title value="Fetch questionnare responses"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2023-10-24T11:12:05+00:00"/>
  <publisher value="Systematic | Trifork"/>
  <contact>
    <name value="Systematic | Trifork"/>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.sundhed.dk"/>
    </telecom>
  </contact>
  <description value="### Report Contents&#xA;This report contains a collection of questionnaire responses and related resources&#xA;- Organizations&#xA;- CareTeams&#xA;- PlanDefinitions&#xA;- ActivityDefinitions&#xA;- Questionnaires&#xA;- QuestionnaireResponses&#xA;- Communication&#xA;- ServiceRequestSummary&#xA;### Grouping &#xA;This report is grouped by Questionnaire. Each group is returned as a FHIR bundle in a separate JSon file.&#xA;### Parameters&#xA;- organization: Filter on EpisodeOfCare.managingOrganization match&#xA;- condition: Filter on CarePlan.addresses.code match&#xA;- period: Filter on QuestionnaireResponse.authored within period&#xA;- plan: Filter on Plan match&#xA;- questionnaire: Filter on ActivityDefinition.composed-of match&#xA;- careteam: Filter on careteam in CarePlan.careteam or EpisodeOfCare.team&#xA;- tag: Filter on tag match&#xA;&#xA;### Output&#xA;Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.&#xA;### Example output&#xA;### Output&#xA;{&#xA;  'resourceType' : 'Bundle',&#xA;  'id' : 'Questionnaire/44529',&#xA;  'entry' : [ {&#xA;    'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/PlanDefinition/24206/_history/1',&#xA;    'resource' : {&#xA;      'resourceType' : 'PlanDefinition',&#xA;      'id' : '24206',&#xA;      'meta' : {&#xA;        'versionId' : '1',&#xA;        'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition' ]&#xA;      },&#xA;      'extension' : [ {&#xA;        'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',&#xA;        'extension' : [ {&#xA;          'url' : 'reference',&#xA;          'valueReference' : {&#xA;            'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/14291'&#xA;          }&#xA;        }, {&#xA;          'url' : 'role',&#xA;          'valueCodeableConcept' : {&#xA;            'coding' : [ {&#xA;              'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',&#xA;              'code' : 'owner'&#xA;            } ]&#xA;          }&#xA;        } ]&#xA;      } ],&#xA;      'version' : '1.0',&#xA;      'status' : 'active',&#xA;      'action' : [ {&#xA;        'definitionCanonical' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919'&#xA;      } ]&#xA;    }&#xA;  }, {&#xA;    'fullUrl' : 'https://plan.local.ehealth.sundhed.dk/fhir/ActivityDefinition/10919/_history/1',&#xA;    'resource' : {&#xA;      'resourceType' : 'ActivityDefinition',&#xA;      'id' : '10919',&#xA;      'meta' : {&#xA;        'versionId' : '1',&#xA;        'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition' ]&#xA;      },&#xA;      'extension' : [ {&#xA;        'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-sharingPolicy',&#xA;        'valueCodeableConcept' : {&#xA;          'coding' : [ {&#xA;            'system' : 'http://ehealth.sundhed.dk/cs/measurement-sharing-policies',&#xA;            'code' : 'noSharing'&#xA;          } ]&#xA;        }&#xA;      }, {&#xA;        'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',&#xA;        'extension' : [ {&#xA;          'url' : 'reference',&#xA;          'valueReference' : {&#xA;            'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/25403'&#xA;          }&#xA;        }, {&#xA;          'url' : 'role',&#xA;          'valueCodeableConcept' : {&#xA;            'coding' : [ {&#xA;              'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',&#xA;              'code' : 'owner'&#xA;            } ]&#xA;          }&#xA;        } ]&#xA;      } ],&#xA;      'version' : '1.0',&#xA;      'name' : '0ca879ed-678c-4439-aa4a-efc597f92dfb',&#xA;      'status' : 'active',&#xA;      'topic' : [ {&#xA;        'coding' : [ {&#xA;          'system' : 'http://terminology.hl7.org/CodeSystem/definition-topic',&#xA;          'code' : 'treatment'&#xA;        } ]&#xA;      } ],&#xA;      'relatedArtifact' : [ {&#xA;        'type' : 'composed-of',&#xA;        'resource' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529'&#xA;      } ],&#xA;      'code' : {&#xA;        'coding' : [ {&#xA;          'system' : 'http://ehealth.sundhed.dk/cs/activitydefinition-code',&#xA;          'code' : '273586006'&#xA;        } ]&#xA;      }&#xA;    }&#xA;  }, {&#xA;    'fullUrl' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529/_history/1',&#xA;    'resource' : {&#xA;      'resourceType' : 'Questionnaire',&#xA;      'id' : '44529',&#xA;      'meta' : {&#xA;        'versionId' : '1',&#xA;        'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire' ]&#xA;      },&#xA;      'extension' : [ {&#xA;        'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type',&#xA;        'valueCodeableConcept' : {&#xA;          'coding' : [ {&#xA;            'system' : 'http://ehealth.sundhed.dk/cs/questionnaire-types',&#xA;            'code' : 'QQ'&#xA;          } ]&#xA;        }&#xA;      }, {&#xA;        'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role',&#xA;        'extension' : [ {&#xA;          'url' : 'reference',&#xA;          'valueReference' : {&#xA;            'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/24153'&#xA;          }&#xA;        }, {&#xA;          'url' : 'role',&#xA;          'valueCodeableConcept' : {&#xA;            'coding' : [ {&#xA;              'system' : 'http://ehealth.sundhed.dk/cs/modifier-role',&#xA;              'code' : 'owner'&#xA;            } ]&#xA;          }&#xA;        } ]&#xA;      } ],&#xA;      'version' : '1.0',&#xA;      'name' : '090b990e-046a-4374-b7c6-b08613a41cce',&#xA;      'status' : 'active'&#xA;    }&#xA;  }, {&#xA;    'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618/_history/1',&#xA;    'resource' : {&#xA;      'resourceType' : 'Organization',&#xA;      'id' : '98618',&#xA;      'meta' : {&#xA;        'versionId' : '1',&#xA;        'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization' ]&#xA;      },&#xA;      'extension' : [ {&#xA;        'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-source',&#xA;        'valueCodeableConcept' : {&#xA;          'coding' : [ {&#xA;            'system' : 'http://ehealth.sundhed.dk/cs/organization-source',&#xA;            'code' : 'manual'&#xA;          } ]&#xA;        }&#xA;      }, {&#xA;        'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-synchronizationStatus',&#xA;        'valueCodeableConcept' : {&#xA;          'coding' : [ {&#xA;            'system' : 'http://ehealth.sundhed.dk/cs/organization-synchronization-status',&#xA;            'code' : 'NotSynchronized'&#xA;          } ]&#xA;        }&#xA;      } ],&#xA;      'identifier' : [ {&#xA;        'use' : 'official',&#xA;        'system' : 'urn:oid:2.16.840.1.113883.2.24.1.1',&#xA;        'value' : '11111111',&#xA;        'period' : {&#xA;          'start' : '2023-10-10T14:49:12+02:00'&#xA;        }&#xA;      } ],&#xA;      'active' : false,&#xA;      'name' : 'defaultTestFactory-be16f47b-1f8a-4440-a02e-23da1219b0ca',&#xA;      'partOf' : {&#xA;        'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/22124'&#xA;      }&#xA;    }&#xA;  }, {&#xA;    'fullUrl' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455/_history/1',&#xA;    'resource' : {&#xA;      'resourceType' : 'CareTeam',&#xA;      'id' : '87455',&#xA;      'meta' : {&#xA;        'versionId' : '1',&#xA;        'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam' ]&#xA;      },&#xA;      'identifier' : [ {&#xA;        'system' : 'urn:ietf:rfc:3986',&#xA;        'value' : 'urn:uuid:9658ef5f-019a-4c90-9c41-f3ad14a31777'&#xA;      } ],&#xA;      'status' : 'active',&#xA;      'name' : '1b900db5-09dd-4563-b612-2b81201fab16',&#xA;      'reasonCode' : [ {&#xA;        'coding' : [ {&#xA;          'system' : 'urn:oid:1.2.208.176.2.4',&#xA;          'code' : 'DJ44'&#xA;        } ]&#xA;      } ]&#xA;    }&#xA;  }, {&#xA;    'fullUrl' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491/_history/1',&#xA;    'resource' : {&#xA;      'resourceType' : 'QuestionnaireResponse',&#xA;      'id' : '92491',&#xA;      'meta' : {&#xA;        'versionId' : '1',&#xA;        'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse' ]&#xA;      },&#xA;      'extension' : [ {&#xA;        'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',&#xA;        'valueReference' : {&#xA;          'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/22208'&#xA;        }&#xA;      }, {&#xA;        'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-resolved-timing',&#xA;        'extension' : [ {&#xA;          'url' : 'serviceRequestVersionId',&#xA;          'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'&#xA;        }, {&#xA;          'url' : 'start',&#xA;          'valueDateTime' : '2023-10-10T14:49:12+02:00'&#xA;        }, {&#xA;          'url' : 'end',&#xA;          'valueDateTime' : '2023-10-10T14:49:12+02:00'&#xA;        }, {&#xA;          'url' : 'type',&#xA;          'valueCodeableConcept' : {&#xA;            'coding' : [ {&#xA;              'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',&#xA;              'code' : 'Resolved'&#xA;            } ]&#xA;          }&#xA;        } ]&#xA;      } ],&#xA;      'basedOn' : [ {&#xA;        'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'&#xA;      } ],&#xA;      'questionnaire' : 'https://questionnaire.local.ehealth.sundhed.dk/fhir/Questionnaire/44529',&#xA;      'status' : 'completed',&#xA;      'subject' : {&#xA;        'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/64465'&#xA;      },&#xA;      'authored' : '2023-10-10T14:49:12+02:00',&#xA;      'source' : {&#xA;        'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/75218'&#xA;      }&#xA;    }&#xA;  }, {&#xA;    'fullUrl' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180/_history/1',&#xA;    'resource' : {&#xA;      'resourceType' : 'Communication',&#xA;      'id' : '97180',&#xA;      'meta' : {&#xA;        'versionId' : '1',&#xA;        'profile' : [ 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication' ]&#xA;      },&#xA;      'extension' : [ {&#xA;        'url' : 'http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare',&#xA;        'valueReference' : {&#xA;          'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/EpisodeOfCare/14233'&#xA;        }&#xA;      }, {&#xA;        'url' : 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category',&#xA;        'valueCodeableConcept' : {&#xA;          'coding' : [ {&#xA;            'system' : 'http://ehealth.sundhed.dk/cs/restriction-category',&#xA;            'code' : 'None'&#xA;          } ]&#xA;        }&#xA;      } ],&#xA;      'basedOn' : [ {&#xA;        'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'&#xA;      } ],&#xA;      'status' : 'in-progress',&#xA;      'category' : [ {&#xA;        'coding' : [ {&#xA;          'system' : 'http://ehealth.sundhed.dk/cs/communication-category',&#xA;          'code' : 'annotation'&#xA;        } ]&#xA;      }, {&#xA;        'coding' : [ {&#xA;          'system' : 'http://ehealth.sundhed.dk/cs/message-category',&#xA;          'code' : 'advice'&#xA;        } ]&#xA;      } ],&#xA;      'subject' : {&#xA;        'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Patient/35194'&#xA;      },&#xA;      'topic' : {&#xA;        'coding' : [ {&#xA;          'system' : 'http://terminology.hl7.org/CodeSystem/communication-topic',&#xA;          'code' : 'report-labs'&#xA;        } ]&#xA;      },&#xA;      'sent' : '2023-10-10T14:49:12+02:00',&#xA;      'reasonCode' : [ {&#xA;        'coding' : [ {&#xA;          'system' : 'http://ehealth.sundhed.dk/cs/message-reasonCode',&#xA;          'code' : 'ReminderSubmitMeasurement'&#xA;        } ]&#xA;      } ]&#xA;    }&#xA;  }, {&#xA;    'fullUrl' : 'urn:uuid:57cfd6a7-dd43-4caa-8220-d50c77aebd8b',&#xA;    'resource' : {&#xA;      'resourceType' : 'Parameters',&#xA;      'parameter' : [ {&#xA;        'name' : 'serviceRequestResponseSummary',&#xA;        'part' : [ {&#xA;          'name' : 'serviceRequest',&#xA;          'valueReference' : {&#xA;            'reference' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439'&#xA;          },&#xA;          'part' : [ {&#xA;            'name' : 'condition',&#xA;            'valueCoding' : {&#xA;              'system' : 'urn:oid:1.2.208.176.2.4',&#xA;              'code' : 'DJ44',&#xA;              'display' : 'Kronisk obstruktiv lungesygdom'&#xA;            }&#xA;          }, {&#xA;            'name' : 'episodeOfCareManagingOrganization',&#xA;            'valueReference' : {&#xA;              'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/Organization/98618'&#xA;            }&#xA;          }, {&#xA;            'name' : 'episodeOfCarePeriod',&#xA;            'valuePeriod' : {&#xA;              'start' : '1970-01-01T01:00:01+01:00',&#xA;              'end' : '1970-01-01T01:01:40+01:00'&#xA;            }&#xA;          }, {&#xA;            'name' : 'patientIdentifier',&#xA;            'valueIdentifier' : {&#xA;              'system' : 'urn:oid:1.2.208.176.1.2',&#xA;              'value' : '0101010001'&#xA;            }&#xA;          }, {&#xA;            'name' : 'statusHistory',&#xA;            'part' : [ {&#xA;              'name' : 'statusPeriod',&#xA;              'part' : [ {&#xA;                'name' : 'status',&#xA;                'valueCoding' : {&#xA;                  'system' : 'http://hl7.org/fhir/request-status',&#xA;                  'code' : 'draft'&#xA;                }&#xA;              }, {&#xA;                'name' : 'period',&#xA;                'valuePeriod' : {&#xA;                  'start' : '2023-10-02T12:49:12+00:00',&#xA;                  'end' : '2023-10-03T12:49:12+00:00'&#xA;                }&#xA;              } ]&#xA;            }, {&#xA;              'name' : 'statusPeriod',&#xA;              'part' : [ {&#xA;                'name' : 'status',&#xA;                'valueCoding' : {&#xA;                  'system' : 'http://hl7.org/fhir/request-status',&#xA;                  'code' : 'active'&#xA;                }&#xA;              }, {&#xA;                'name' : 'period',&#xA;                'valuePeriod' : {&#xA;                  'start' : '2023-10-03T12:49:12+00:00',&#xA;                  'end' : '2023-10-04T12:49:12+00:00'&#xA;                }&#xA;              } ]&#xA;            }, {&#xA;              'name' : 'statusPeriod',&#xA;              'part' : [ {&#xA;                'name' : 'status',&#xA;                'valueCoding' : {&#xA;                  'system' : 'http://hl7.org/fhir/request-status',&#xA;                  'code' : 'on-hold'&#xA;                }&#xA;              }, {&#xA;                'name' : 'period',&#xA;                'valuePeriod' : {&#xA;                  'start' : '2023-10-04T12:49:12+00:00',&#xA;                  'end' : '2023-10-05T12:49:12+00:00'&#xA;                }&#xA;              } ]&#xA;            }, {&#xA;              'name' : 'statusPeriod',&#xA;              'part' : [ {&#xA;                'name' : 'status',&#xA;                'valueCoding' : {&#xA;                  'system' : 'http://hl7.org/fhir/request-status',&#xA;                  'code' : 'active'&#xA;                }&#xA;              }, {&#xA;                'name' : 'period',&#xA;                'valuePeriod' : {&#xA;                  'start' : '2023-10-05T12:49:12+00:00',&#xA;                  'end' : '2023-10-08T12:49:12+00:00'&#xA;                }&#xA;              } ]&#xA;            }, {&#xA;              'name' : 'statusPeriod',&#xA;              'part' : [ {&#xA;                'name' : 'status',&#xA;                'valueCoding' : {&#xA;                  'system' : 'http://hl7.org/fhir/request-status',&#xA;                  'code' : 'on-hold'&#xA;                }&#xA;              }, {&#xA;                'name' : 'period',&#xA;                'valuePeriod' : {&#xA;                  'start' : '2023-10-08T12:49:12+00:00'&#xA;                }&#xA;              } ]&#xA;            } ]&#xA;          }, {&#xA;            'name' : 'involvedCareTeams',&#xA;            'part' : [ {&#xA;              'name' : 'careTeam',&#xA;              'valueReference' : {&#xA;                'reference' : 'https://organization.local.ehealth.sundhed.dk/fhir/CareTeam/87455'&#xA;              }&#xA;            } ]&#xA;          }, {&#xA;            'name' : 'responses',&#xA;            'part' : [ {&#xA;              'name' : 'response',&#xA;              'part' : [ {&#xA;                'name' : 'occurrence',&#xA;                'part' : [ {&#xA;                  'name' : 'serviceRequestVersionId',&#xA;                  'valueId' : 'https://careplan.local.ehealth.sundhed.dk/fhir/ServiceRequest/79439/_history/1'&#xA;                }, {&#xA;                  'name' : 'start',&#xA;                  'valueDateTime' : '2023-10-10T14:49:12+02:00'&#xA;                }, {&#xA;                  'name' : 'end',&#xA;                  'valueDateTime' : '2023-10-10T14:49:12+02:00'&#xA;                }, {&#xA;                  'name' : 'type',&#xA;                  'valueCodeableConcept' : {&#xA;                    'coding' : [ {&#xA;                      'system' : 'http://ehealth.sundhed.dk/cs/resolved-timing-type',&#xA;                      'code' : 'Resolved'&#xA;                    } ]&#xA;                  }&#xA;                } ]&#xA;              }, {&#xA;                'name' : 'questionnaireResponse',&#xA;                'valueReference' : {&#xA;                  'reference' : 'https://measurement.local.ehealth.sundhed.dk/fhir/QuestionnaireResponse/92491'&#xA;                }&#xA;              }, {&#xA;                'name' : 'submitted',&#xA;                'valueDateTime' : '2023-10-10T12:49:12+00:00'&#xA;              } ]&#xA;            } ]&#xA;          }, {&#xA;            'name' : 'communications',&#xA;            'part' : [ {&#xA;              'name' : 'communication',&#xA;              'valueReference' : {&#xA;                'reference' : 'https://patient.local.ehealth.sundhed.dk/fhir/Communication/97180'&#xA;              }&#xA;            } ]&#xA;          } ]&#xA;        } ]&#xA;      } ]&#xA;    }&#xA;  } ]&#xA;}&#xA;&#xA;"/>
  <affectsState value="true"/>
  <code value="fetch-questionnaireresponses"/>
  <system value="true"/>
  <type value="false"/>
  <instance value="false"/>
  <parameter>
    <name value="anonymization"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="_partition"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <type value="integer"/>
  </parameter>
  <parameter>
    <name value="organization"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="condition"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <type value="Coding"/>
  </parameter>
  <parameter>
    <name value="period"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <type value="Period"/>
  </parameter>
  <parameter>
    <name value="plan"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="questionnaire"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="careteam"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="tag"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <type value="Coding"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <type value="Binary"/>
  </parameter>
</OperationDefinition>