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 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "MeasureRateAggregation",
  "text" : {
    "status" : "generated",
    "div" : "<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>\n</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>"
  },
  "url" : "http://hl7.org/fhir/us/saner/CodeSystem/MeasureRateAggregation",
  "version" : "0.1.0",
  "name" : "MeasureRateAggregation",
  "title" : "Rate Aggregation Coding System",
  "status" : "active",
  "date" : "2020-04-27T07:08:50-04:00",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "name" : "HL7 Patient Administration Workgroup",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/pafm/index.cfm"
        }
      ]
    },
    {
      "name" : "Audacious Inquiry",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ainq.com"
        }
      ]
    },
    {
      "name" : "Keith W. Boone",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:kboone@ainq.com"
        }
      ]
    }
  ],
  "description" : "This Coding System Identifies methods of rate aggregation",
  "content" : "complete",
  "concept" : [
    {
      "code" : "aggregable-by-period",
      "display" : "Aggregable",
      "definition" : "Rates can be accumulated over consecutive periods"
    },
    {
      "code" : "point-in-time",
      "display" : "Point in Time",
      "definition" : "Rates are point in time measures during the reporting period"
    },
    {
      "code" : "cumulative",
      "display" : "Cumulative",
      "definition" : "Rates are point in time measures showing cumulative values over all reporting periods"
    }
  ]
}