HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Measure Aggregate Method - JSON Representation

Active as of 2023-02-08

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "measure-aggregate-method",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/measure-aggregate-method",
  "version" : "1.0.0",
  "name" : "MeasureAggregateMethod",
  "title" : "Measure Aggregate Method",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-02-08T23:21:03-06:00",
  "publisher" : "Clinical Quality Information WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm"
        }
      ]
    }
  ],
  "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,
  "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."
    }
  ]
}