FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: MeasureScoring - JSON Representation

Page standards status: Informative Maturity Level: 2

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "measure-scoring",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/measure-scoring</code> 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\">proportion<a name=\"measure-scoring-proportion\"> </a></td><td>Proportion</td><td>The measure score is defined using a proportion.</td></tr><tr><td style=\"white-space:nowrap\">ratio<a name=\"measure-scoring-ratio\"> </a></td><td>Ratio</td><td>The measure score is defined using a ratio.</td></tr><tr><td style=\"white-space:nowrap\">continuous-variable<a name=\"measure-scoring-continuous-variable\"> </a></td><td>Continuous Variable</td><td>The score is defined by a calculation of some quantity.</td></tr><tr><td style=\"white-space:nowrap\">cohort<a name=\"measure-scoring-cohort\"> </a></td><td>Cohort</td><td>The measure is a cohort definition.</td></tr><tr><td style=\"white-space:nowrap\">composite<a name=\"measure-scoring-composite\"> </a></td><td>Composite</td><td>The measure score combines multiple component measures in to a single quality measure score.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "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://terminology.hl7.org/CodeSystem/measure-scoring",
  "version" : "2.0.0",
  "name" : "MeasureScoring",
  "title" : "MeasureScoring",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-03-26T21:10:28+10:00",
  "publisher" : "Clinical Quality Information",
  "contact" : [
    {
      "name" : "Clinical Quality Information",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "The scoring type of the measure.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/measure-scoring|2.0.0",
  "content" : "complete",
  "concept" : [
    {
      "code" : "proportion",
      "display" : "Proportion",
      "definition" : "The measure score is defined using a proportion."
    },
    {
      "code" : "ratio",
      "display" : "Ratio",
      "definition" : "The measure score is defined using a ratio."
    },
    {
      "code" : "continuous-variable",
      "display" : "Continuous Variable",
      "definition" : "The score is defined by a calculation of some quantity."
    },
    {
      "code" : "cohort",
      "display" : "Cohort",
      "definition" : "The measure is a cohort definition."
    },
    {
      "code" : "composite",
      "display" : "Composite",
      "definition" : "The measure score combines multiple component measures in to a single quality measure score."
    }
  ]
}