FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/MeasureRateAggregation

Packagehl7.fhir.uv.saner
TypeCodeSystem
IdMeasureRateAggregation
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/saner/https://build.fhir.org/ig/HL7/fhir-saner/CodeSystem-MeasureRateAggregation.html
URLhttp://hl7.org/fhir/uv/saner/CodeSystem/MeasureRateAggregation
Version1.0.1
Statusactive
Date2024-05-18T21:25:01+00:00
NameMeasureRateAggregation
TitleMeasure Rate Aggregation Coding System
Realmuv
Authorityhl7
DescriptionThis Coding System Identifies methods of rate aggregation
Contentcomplete

Resources that use this resource

ValueSet
MeasureRateAggregationValuesMeasure Rate Aggregation Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This case-insensitive code system http://hl7.org/fhir/uv/saner/CodeSystem/MeasureRateAggregation defines the following codes:

CodeDisplayDefinition
count AggregableRates can be summed over consecutive periods
point-in-time Point in TimeRates are point in time measures during the reporting period, the most recent measure is retained in an aggregate
cumulative CumulativeRates are point in time measures showing cumulative values over all reporting periods, the most recent measure is retained in an aggregate

Source

{
  "resourceType": "CodeSystem",
  "id": "MeasureRateAggregation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/uv/saner/CodeSystem/MeasureRateAggregation",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.42.16.4"
    }
  ],
  "version": "1.0.1",
  "name": "MeasureRateAggregation",
  "title": "Measure Rate Aggregation Coding System",
  "status": "active",
  "experimental": false,
  "date": "2024-05-18T21:25:01+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pher@lists.hl7.org"
        }
      ]
    },
    {
      "name": "Keith W. Boone",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:kboone@ainq.com"
        }
      ]
    }
  ],
  "description": "This Coding System Identifies methods of rate aggregation",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "count",
      "display": "Aggregable",
      "definition": "Rates can be summed over consecutive periods"
    },
    {
      "code": "point-in-time",
      "display": "Point in Time",
      "definition": "Rates are point in time measures during the reporting period, the most recent measure is retained in an aggregate"
    },
    {
      "code": "cumulative",
      "display": "Cumulative",
      "definition": "Rates are point in time measures showing cumulative values over all reporting periods, the most recent measure is retained in an aggregate"
    }
  ]
}