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

FHIR IG Statistics: Measure/PreventiveCareandWellnessOpportunityComposite

Packagehl7.fhir.us.cqfmeasures
Resource TypeMeasure
IdPreventiveCareandWellnessOpportunityComposite
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/cqfmeasures/http://hl7.org/fhir/us/cqfmeasures/STU5/Measure-PreventiveCareandWellnessOpportunityComposite.html
URLhttp://hl7.org/fhir/us/cqfmeasures/Measure/PreventiveCareandWellnessOpportunityComposite
Version0.0.001
Statusdraft
Date2024-11-04T20:11:26+00:00
NamePreventiveCareandWellnessOpportunityComposite
TitlePreventive Care and Wellness Opportunity Composite
Realmus
Authorityhl7
DescriptionThis artifact is an example of an opportunity composite measure that uses a mixture of single-rate or multi-rate component measures that have different measure bases.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Title: Preventive Care and Wellness Opportunity Composite
Id: PreventiveCareandWellnessOpportunityComposite
Version: 0.0.001
Url: Preventive Care and Wellness Opportunity Composite
Effective Period: 2022-01-01..2022-12-31
Status: draft
Experimental: true
Publisher: HL7 International / Clinical Quality Information
Description:

This artifact is an example of an opportunity composite measure that uses a mixture of single-rate or multi-rate component measures that have different measure bases.

Use Context:
code value
venue
Jurisdiction: US
Scoring:

Composite

Type:

Process

Improvement Notation:

increase

Related Artifacts:

Components


Source

{
  "resourceType": "Measure",
  "id": "PreventiveCareandWellnessOpportunityComposite",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/composite-measure-cqfm",
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemeasure"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/cqfmeasures/Measure/PreventiveCareandWellnessOpportunityComposite",
  "version": "0.0.001",
  "name": "PreventiveCareandWellnessOpportunityComposite",
  "title": "Preventive Care and Wellness Opportunity Composite",
  "status": "draft",
  "experimental": true,
  "date": "2024-11-04T20:11:26+00:00",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "This artifact is an example of an opportunity composite measure that uses a mixture of single-rate or multi-rate component measures that have different measure bases.",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "venue",
        "display": "Venue"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/intended-venue-codes",
            "code": "ec",
            "display": "EC"
          }
        ]
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "effectivePeriod": {
    "start": "2022-01-01",
    "end": "2022-12-31"
  },
  "relatedArtifact": [
    {
      "type": "composed-of",
      "display": "Breast Cancer Screening",
      "resource": "http://hl7.org/fhir/us/cqfmeasures/Measure/BCSComponent"
    },
    {
      "type": "composed-of",
      "display": "High Blood Pressure Screening",
      "resource": "http://hl7.org/fhir/us/cqfmeasures/Measure/HBPComponent"
    },
    {
      "type": "composed-of",
      "display": "Colorectal Cancer Screening",
      "resource": "http://hl7.org/fhir/us/cqfmeasures/Measure/CCSComponent"
    },
    {
      "type": "composed-of",
      "display": "Pneumococcal Vaccination Status",
      "resource": "http://hl7.org/fhir/us/cqfmeasures/Measure/PVSComponent"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-groupId",
          "valueString": "group-1"
        }
      ],
      "type": "composed-of",
      "display": "Tobacco Use Screening and Cessation, Group 1",
      "resource": "http://hl7.org/fhir/us/cqfmeasures/Measure/TSCComponent"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-groupId",
          "valueString": "group-2"
        }
      ],
      "type": "composed-of",
      "display": "Tobacco Use Screening and Cessation, Group 2",
      "resource": "http://hl7.org/fhir/us/cqfmeasures/Measure/TSCComponent"
    }
  ],
  "scoring": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
        "code": "composite",
        "display": "Composite"
      }
    ]
  },
  "compositeScoring": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/composite-measure-scoring",
        "code": "opportunity",
        "display": "Opportunity"
      }
    ]
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/measure-type",
          "code": "process",
          "display": "Process"
        }
      ]
    }
  ],
  "improvementNotation": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
        "code": "increase"
      }
    ]
  }
}