Situational Awareness for Novel Epidemic Response
0.1.0 - CI Build

Situational Awareness for Novel Epidemic Response - Local Development build (v0.1.0). See the Directory of published versions

Rate Aggregation Coding System - XML Representation

(back to description)

Raw xml

Source view


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="MeasureRateAggregation"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Rate Aggregation Coding System</h2><div><p>This Coding System Identifies methods of rate aggregation</p>
</div><p>This code system http://hl7.org/fhir/us/saner/CodeSystem/MeasureRateAggregation defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">aggregable-by-period<a name="MeasureRateAggregation-aggregable-by-period"> </a></td><td>Aggregable</td><td>Rates can be accumulated over consecutive periods</td></tr><tr><td style="white-space:nowrap">point-in-time<a name="MeasureRateAggregation-point-in-time"> </a></td><td>Point in Time</td><td>Rates are point in time measures during the reporting period</td></tr><tr><td style="white-space:nowrap">cumulative<a name="MeasureRateAggregation-cumulative"> </a></td><td>Cumulative</td><td>Rates are point in time measures showing cumulative values over all reporting periods</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/saner/CodeSystem/MeasureRateAggregation"/>
  <version value="0.1.0"/>
  <name value="MeasureRateAggregation"/>
  <title value="Rate Aggregation Coding System"/>
  <status value="active"/>
  <date value="2020-04-27T07:08:50-04:00"/>
  <publisher value="HL7 International"/>
  <contact>
    <name value="HL7 Patient Administration Workgroup"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/pafm/index.cfm"/>
    </telecom>
  </contact>
  <contact>
    <name value="Audacious Inquiry"/>
    <telecom>
      <system value="url"/>
      <value value="http://ainq.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Keith W. Boone"/>
    <telecom>
      <system value="email"/>
      <value value="mailto:kboone@ainq.com"/>
    </telecom>
  </contact>
  <description value="This Coding System Identifies methods of rate aggregation"/>
  <content value="complete"/>
  <concept>
    <code value="aggregable-by-period"/>
    <display value="Aggregable"/>
    <definition value="Rates can be accumulated over consecutive periods"/>
  </concept>
  <concept>
    <code value="point-in-time"/>
    <display value="Point in Time"/>
    <definition
                value="Rates are point in time measures during the reporting period"/>
  </concept>
  <concept>
    <code value="cumulative"/>
    <display value="Cumulative"/>
    <definition
                value="Rates are point in time measures showing cumulative values over all reporting periods"/>
  </concept>
</CodeSystem>