Situational Awareness for Novel Epidemic Response
1.0.1 - CI Build International flag

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

: Evaluate the measure - XML Representation

Draft as of 2024-01-25

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="Measure-evaluate-measure"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>URL: [base]/Measure/[id]/$evaluate-measure</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>periodEnd</td><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 measurement period.</p>
</div></td></tr><tr><td>IN</td><td>periodStart</td><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 measurement period.</p>
</div></td></tr><tr><td>IN</td><td>report</td><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#string">string</a>)</td><td/><td><div><p>If report is true, then the created measure report will be created or updated in the system. If report is false or omitted, the computed MeasureReport will simply be returned to the caller.</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/measurereport.html">MeasureReport</a></td><td/><td><div><p>The computed MeasureReport</p>
</div></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/Measure-evaluate-measure"/>
  <version value="1.0.1"/>
  <name value="Evaluatethemeasure"/>
  <title value="Evaluate the measure"/>
  <status value="draft"/>
  <kind value="operation"/>
  <experimental value="true"/>
  <date value="2024-01-25T13:42:59+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="Create or update a MeasureReport for the given time period. If a report already exists for the subject and
							reporter for the given time period, it is updated.
							Otherwise, a new report is created."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <code value="evaluate-measure"/>
  <resource value="Measure"/>
  <system value="false"/>
  <type value="false"/>
  <instance value="true"/>
  <parameter>
    <name value="periodEnd"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The end of the measurement period."/>
    <type value="string"/>
    <searchType value="date"/>
  </parameter>
  <parameter>
    <name value="periodStart"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The start of the measurement period."/>
    <type value="string"/>
    <searchType value="date"/>
  </parameter>
  <parameter>
    <name value="report"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="If report is true, then the created measure report will be created or updated in the system. If report is false or omitted, the computed MeasureReport will simply be returned to the caller."/>
    <type value="string"/>
    <searchType value="string"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The computed MeasureReport"/>
    <type value="MeasureReport"/>
  </parameter>
</OperationDefinition>