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

FHIR IG Statistics: CodeSystem/composite-measure-scoring

Packagehl7.terminology.r4b
TypeCodeSystem
Idcomposite-measure-scoring
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/CodeSystem-composite-measure-scoring.html
URLhttp://terminology.hl7.org/CodeSystem/composite-measure-scoring
Version1.0.1
Statusactive
Date2024-04-24T00:00:00+00:00
NameCompositeMeasureScoring
TitleCompositeMeasureScoring
Realmuv
Authorityhl7
DescriptionThe composite scoring method of the measure.
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license
Contentcomplete

Resources that use this resource

ConceptMap
composite-measure-scoringComposite Measure Scoring mapping
composite-measure-scoringComposite Measure Scoring mapping
ValueSet
composite-measure-scoringCompositeMeasureScoring
tipo-resultado-composto-indicadorTipo de resultado composto do indicador
composite-measure-scoringCompositeMeasureScoring

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem composite-measure-scoring

Last updated: 2024-04-24 00:00:00+0000

This case-sensitive code system http://terminology.hl7.org/CodeSystem/composite-measure-scoring defines the following codes:

CodeDisplayDefinition
opportunity OpportunityOpportunity scoring combines the scores from component measures by combining the numerators and denominators for each component.
all-or-nothing All-or-nothingAll-or-nothing scoring includes an individual in the numerator of the composite measure if they are in the numerators of all of the component measures in which they are in the denominator.
linear LinearLinear scoring gives an individual a score based on the number of numerators in which they appear.
weighted WeightedWeighted scoring gives an individual a score based on a weighted factor for each component numerator in which they appear.

Source

{
  "resourceType": "CodeSystem",
  "id": "composite-measure-scoring",
  "meta": {
    "lastUpdated": "2024-04-24T00:00:00+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/composite-measure-scoring",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1235"
    }
  ],
  "version": "1.0.1",
  "name": "CompositeMeasureScoring",
  "title": "CompositeMeasureScoring",
  "status": "active",
  "experimental": false,
  "date": "2024-04-24T00:00:00+00:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "The composite scoring method of the measure.",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/composite-measure-scoring",
  "content": "complete",
  "concept": [
    {
      "code": "opportunity",
      "display": "Opportunity",
      "definition": "Opportunity scoring combines the scores from component measures by combining the numerators and denominators for each component."
    },
    {
      "code": "all-or-nothing",
      "display": "All-or-nothing",
      "definition": "All-or-nothing scoring includes an individual in the numerator of the composite measure if they are in the numerators of all of the component measures in which they are in the denominator."
    },
    {
      "code": "linear",
      "display": "Linear",
      "definition": "Linear scoring gives an individual a score based on the number of numerators in which they appear."
    },
    {
      "code": "weighted",
      "display": "Weighted",
      "definition": "Weighted scoring gives an individual a score based on a weighted factor for each component numerator in which they appear."
    }
  ]
}