Situational Awareness for Novel Epidemic Response, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-saner/ and changes regularly. See the Directory of published versions
Draft as of 2024-05-18 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="MeasureReport-search-csv"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><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>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>_lastUpdated</td><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/><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/><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/><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/><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/><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/><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/><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/><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/><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/><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/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/binary.html">Binary</a></td><td/><td/></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pher"/>
</extension>
<url
value="http://hl7.org/fhir/uv/saner/OperationDefinition/MeasureReport-search-csv"/>
<version value="1.0.1"/>
<name value="SearchinCSVFormat"/>
<title value="Search in CSV Format"/>
<status value="draft"/>
<kind value="operation"/>
<experimental value="true"/>
<date value="2024-05-18T21:25:01+00:00"/>
<publisher value="HL7 International / Public Health"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/pher"/>
</telecom>
</contact>
<contact>
<telecom>
<system value="email"/>
<value value="pher@lists.hl7.org"/>
</telecom>
</contact>
<contact>
<name value="Keith W. Boone"/>
<telecom>
<system value="email"/>
<value value="mailto:kboone@ainq.com"/>
</telecom>
</contact>
<description
value="Search Measure Report resources using the CSV Format. See [CSV Conversion](CSV_Conversion.html) for details."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<code value="search-csv"/>
<resource value="MeasureReport"/>
<system value="false"/>
<type value="true"/>
<instance value="false"/>
<parameter>
<name value="_lastUpdated"/>
<use value="in"/>
<min value="0"/>
<max value="2"/>
<type value="string"/>
<searchType value="date"/>
</parameter>
<parameter>
<name value="date"/>
<use value="in"/>
<min value="0"/>
<max value="2"/>
<type value="string"/>
<searchType value="date"/>
</parameter>
<parameter>
<name value="map"/>
<use value="in"/>
<min value="0"/>
<max value="*"/>
<type value="string"/>
<searchType value="composite"/>
</parameter>
<parameter>
<name value="measure"/>
<use value="in"/>
<min value="1"/>
<max value="*"/>
<type value="string"/>
<searchType value="uri"/>
</parameter>
<parameter>
<name value="measure.title"/>
<use value="in"/>
<min value="0"/>
<max value="*"/>
<type value="string"/>
<searchType value="string"/>
</parameter>
<parameter>
<name value="period"/>
<use value="in"/>
<min value="1"/>
<max value="2"/>
<type value="string"/>
<searchType value="date"/>
</parameter>
<parameter>
<name value="reporter"/>
<use value="in"/>
<min value="0"/>
<max value="*"/>
<type value="string"/>
<searchType value="reference"/>
</parameter>
<parameter>
<name value="reporter:identifier"/>
<use value="in"/>
<min value="0"/>
<max value="*"/>
<type value="string"/>
<searchType value="token"/>
</parameter>
<parameter>
<name value="subject"/>
<use value="in"/>
<min value="0"/>
<max value="*"/>
<type value="string"/>
<searchType value="reference"/>
</parameter>
<parameter>
<name value="subject:Location.near"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<type value="string"/>
<searchType value="special"/>
</parameter>
<parameter>
<name value="subject:identifier"/>
<use value="in"/>
<min value="0"/>
<max value="*"/>
<type value="string"/>
<searchType value="token"/>
</parameter>
<parameter>
<name value="return"/>
<use value="out"/>
<min value="1"/>
<max value="1"/>
<type value="Binary"/>
</parameter>
</OperationDefinition>