LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Measure Population Type Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "measure-population-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/measure-population-type</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\">care-gap<a name=\"measure-population-type-care-gap\"> </a></td><td>Care Gap</td><td>The care gap population contains patients and events that are non-compliant for the numerator, lacking the clinical action required to satisfy the conditions of the measure. These exclude pateints or events that are in exclusion or exception populations. The care gap is the primary focus for engagement.</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/measure-population-type",
  "version" : "8.0.0",
  "name" : "MeasurePopulationTypeCodeSystem",
  "title" : "Measure Population Type Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "LinuxForHealth measure population types",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "care-gap",
      "display" : "Care Gap",
      "definition" : "The care gap population contains patients and events that are non-compliant for the numerator, lacking the clinical action required to satisfy the conditions of the measure. These exclude pateints or events that are in exclusion or exception populations. The care gap is the primary focus for engagement."
    }
  ]
}