Extensions for Using Data Elements from FHIR R4B in FHIR R4
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4B in FHIR R4 - Downloaded Version null See the Directory of published versions

: MeasureScoring - JSON Representation

Page standards status: Trial-use Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "measure-scoring",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <p>This code system http://terminology.hl7.org/CodeSystem/measure-scoring defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">proportion\n            \n            \n                  <a name=\"measure-scoring-proportion\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Proportion</td>\n          \n          \n                <td>The measure score is defined using a proportion.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">ratio\n            \n            \n                  <a name=\"measure-scoring-ratio\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Ratio</td>\n          \n          \n                <td>The measure score is defined using a ratio.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">continuous-variable\n            \n            \n                  <a name=\"measure-scoring-continuous-variable\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Continuous Variable</td>\n          \n          \n                <td>The score is defined by a calculation of some quantity.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">cohort\n            \n            \n                  <a name=\"measure-scoring-cohort\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Cohort</td>\n          \n          \n                <td>The measure is a cohort definition.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r4"
        }
      ],
      "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" : "4.3.0",
  "name" : "MeasureScoring",
  "title" : "MeasureScoring",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-12-27T23:55:11-06: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://hl7.org/fhir/ValueSet/measure-scoring|4.0.1",
  "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."
    }
  ]
}