{
  "resourceType": "OperationDefinition",
  "id": "MeasureReport-search-csv",
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SearchinCSVFormat</h2><p>OPERATION: SearchinCSVFormat</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-search-csv</pre><div><p>Search Measure Report resources using the CSV Format. See <a href=\"CSV_Conversion.html\">CSV Conversion</a> for details.</p>\n</div><p>URL: [base]/MeasureReport/$search-csv</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</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>_lastUpdated</td><td>0..2</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#date\">date</a>)</td><td/><td/></tr><tr><td>IN</td><td>date</td><td>0..2</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#date\">date</a>)</td><td/><td/></tr><tr><td>IN</td><td>map</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#composite\">composite</a>)</td><td/><td/></tr><tr><td>IN</td><td>measure</td><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#uri\">uri</a>)</td><td/><td/></tr><tr><td>IN</td><td>measure.title</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#string\">string</a>)</td><td/><td/></tr><tr><td>IN</td><td>period</td><td>1..2</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#date\">date</a>)</td><td/><td/></tr><tr><td>IN</td><td>reporter</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#reference\">reference</a>)</td><td/><td/></tr><tr><td>IN</td><td>reporter:identifier</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#token\">token</a>)</td><td/><td/></tr><tr><td>IN</td><td>subject</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#reference\">reference</a>)</td><td/><td/></tr><tr><td>IN</td><td>subject:Location.near</td><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#special\">special</a>)</td><td/><td/></tr><tr><td>IN</td><td>subject:identifier</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"http://hl7.org/fhir/R4/search.html#token\">token</a>)</td><td/><td/></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/binary.html\">Binary</a></td><td/><td/></tr></table></div>"
  },
  "url": "http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-search-csv",
  "version": "1.0.0",
  "name": "SearchinCSVFormat",
  "title": "Search in CSV Format",
  "status": "draft",
  "kind": "operation",
  "experimental": true,
  "date": "2021-09-07T19:19:32+00:00",
  "publisher": "HL7 International Public Health Workgroup",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pher@lists.hl7.org"
        }
      ]
    },
    {
      "name": "Keith W. Boone",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:kboone@ainq.com"
        }
      ]
    }
  ],
  "description": "Search Measure Report resources using the CSV Format. See [CSV Conversion](CSV_Conversion.html) for details.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "code": "search-csv",
  "resource": [
    "MeasureReport"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "_lastUpdated",
      "use": "in",
      "min": 0,
      "max": "2",
      "type": "string",
      "searchType": "date"
    },
    {
      "name": "date",
      "use": "in",
      "min": 0,
      "max": "2",
      "type": "string",
      "searchType": "date"
    },
    {
      "name": "map",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "string",
      "searchType": "composite"
    },
    {
      "name": "measure",
      "use": "in",
      "min": 1,
      "max": "*",
      "type": "string",
      "searchType": "uri"
    },
    {
      "name": "measure.title",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "string",
      "searchType": "string"
    },
    {
      "name": "period",
      "use": "in",
      "min": 1,
      "max": "2",
      "type": "string",
      "searchType": "date"
    },
    {
      "name": "reporter",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "string",
      "searchType": "reference"
    },
    {
      "name": "reporter:identifier",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "string",
      "searchType": "token"
    },
    {
      "name": "subject",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "string",
      "searchType": "reference"
    },
    {
      "name": "subject:Location.near",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "string",
      "searchType": "special"
    },
    {
      "name": "subject:identifier",
      "use": "in",
      "min": 0,
      "max": "*",
      "type": "string",
      "searchType": "token"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "type": "Binary"
    }
  ]
}