Situational Awareness for Novel Epidemic Response
1.0.0 - STU Release

This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Measure-report-csv - XML Representation

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="Measure-report-csv"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>CreateorupdateaMeasureReportfromCSVFormat</h2><p>OPERATION: CreateorupdateaMeasureReportfromCSVFormat</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-report-csv</pre><div><p>Create or update a MeasureReport from the CSV Format. If a report already exists for the subject and reporter
for the given time period, it is updated. Otherwise, a new report is created. See <a href="CSV_Conversion.html">CSV Conversion</a> for details.</p>
</div><p>URL: [base]/Measure/[id]/$report-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>input</td><td>1..1</td><td><a href="http://hl7.org/fhir/R4/binary.html">Binary</a></td><td/><td><div><p>The input of the request is a CSV file with labeled columns containing the data in the report.</p>
</div></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><div><p>Each parameter is a composite of column to measure mappings</p>
</div></td></tr><tr><td>IN</td><td>period-end</td><td>1..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#date">date</a>)</td><td/><td><div><p>The end of the reporting period.</p>
</div></td></tr><tr><td>IN</td><td>period-start</td><td>1..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#date">date</a>)</td><td/><td><div><p>The start of the reporting period.</p>
</div></td></tr><tr><td>IN</td><td>reporter</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#reference">reference</a>)</td><td/><td><div><p>A reference or identifier of the reporter for the MeasureReport. If unspecified, the server may determine the reporter based on business rules (e.g., based on the identity of the sender).</p>
</div></td></tr><tr><td>IN</td><td>subject</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#reference">reference</a>)</td><td/><td><div><p>A reference or identifier of the subject for the MeasureReport. If unspecified, the server may determine the subject based on business rules (e.g., based on the identity of the sender).</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td>0..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>The result of the reporting operation</p>
</div></td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/saner/OperationDefinition/Measure-report-csv"/>
  <version value="1.0.0"/>
  <name value="CreateorupdateaMeasureReportfromCSVFormat"/>
  <title value="Create or update a MeasureReport from CSV Format"/>
  <status value="draft"/>
  <kind value="operation"/>
  <experimental value="true"/>
  <date value="2021-09-07T19:19:32+00:00"/>
  <publisher value="HL7 International Public Health Workgroup"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://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="Create or update a MeasureReport from the CSV Format. If a report already exists for the subject and reporter
for the given time period, it is updated. Otherwise, a new report is created. See [CSV Conversion](CSV_Conversion.html) for details."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <code value="report-csv"/>
  <resource value="Measure"/>
  <system value="false"/>
  <type value="false"/>
  <instance value="true"/>
  <parameter>
    <name value="input"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="The input of the request is a CSV file with labeled columns containing the data in the report."/>
    <type value="Binary"/>
  </parameter>
  <parameter>
    <name value="map"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation
                   value="Each parameter is a composite of column to measure mappings"/>
    <type value="string"/>
    <searchType value="composite"/>
  </parameter>
  <parameter>
    <name value="period-end"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The end of the reporting period."/>
    <type value="string"/>
    <searchType value="date"/>
  </parameter>
  <parameter>
    <name value="period-start"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The start of the reporting period."/>
    <type value="string"/>
    <searchType value="date"/>
  </parameter>
  <parameter>
    <name value="reporter"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="A reference or identifier of the reporter for the MeasureReport. If unspecified, the server may determine the reporter based on business rules (e.g., based on the identity of the sender)."/>
    <type value="string"/>
    <searchType value="reference"/>
  </parameter>
  <parameter>
    <name value="subject"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="A reference or identifier of the subject for the MeasureReport. If unspecified, the server may determine the subject based on business rules (e.g., based on the identity of the sender)."/>
    <type value="string"/>
    <searchType value="reference"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="The result of the reporting operation"/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>