FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-measure-aggregate-method.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-measure-aggregate-method.html
URLhttp://hl7.org/fhir/CodeSystem/measure-aggregate-method
Version5.0.0
Statusactive
Date2019-03-15T15:21:03+10:00
NameMeasureAggregateMethod
TitleMeasure Aggregate Method
Realmuv
Authorityhl7
DescriptionAggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/CodeSystem/measure-aggregate-method defines the following codes:

Code Display Definition
sum Sum The measure score is determined by adding together the observations derived from the measure population.
average Average The measure score is determined by taking the average of the observations derived from the measure population.
median Median The measure score is determined by taking the median of the observations derived from the measure population.
minimum Minimum The measure score is determined by taking the minimum of the observations derived from the measure population.
maximum Maximum The measure score is determined by taking the maximum of the observations derived from the measure population.
count Count The measure score is determined as the number of observations derived from the measure population.

Source1

{
  "resourceType": "CodeSystem",
  "id": "measure-aggregate-method",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    }
  ],
  "url": "http://hl7.org/fhir/CodeSystem/measure-aggregate-method",
  "version": "5.0.0",
  "name": "MeasureAggregateMethod",
  "title": "Measure Aggregate Method",
  "status": "active",
  "experimental": false,
  "date": "2019-03-15T15:21:03+10:00",
  "publisher": "Clinical Quality Information",
  "contact": [
    {
      "name": "Clinical Quality Information",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/aggregate-method",
  "content": "complete",
  "concept": [
    {
      "code": "sum",
      "display": "Sum",
      "definition": "The measure score is determined by adding together the observations derived from the measure population."
    },
    {
      "code": "average",
      "display": "Average",
      "definition": "The measure score is determined by taking the average of the observations derived from the measure population."
    },
    {
      "code": "median",
      "display": "Median",
      "definition": "The measure score is determined by taking the median of the observations derived from the measure population."
    },
    {
      "code": "minimum",
      "display": "Minimum",
      "definition": "The measure score is determined by taking the minimum of the observations derived from the measure population."
    },
    {
      "code": "maximum",
      "display": "Maximum",
      "definition": "The measure score is determined by taking the maximum of the observations derived from the measure population."
    },
    {
      "code": "count",
      "display": "Count",
      "definition": "The measure score is determined as the number of observations derived from the measure population."
    }
  ]
}