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

FHIR IG Statistics: Measure/activity-example-generatereport-measure

Packagehl7.fhir.uv.cpg
Resource TypeMeasure
Idactivity-example-generatereport-measure
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/Measure-activity-example-generatereport-measure.html
URLhttp://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport-measure
Version2.0.0
Statusactive
Date2023-10-19
NameActivityExampleGenerateReportMeasure
TitleActivity Example Generate Report Measure
Realmuv
Authorityhl7
DescriptionExample measure for the activity example to generate a report

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

Generated Narrative: Measure activity-example-generatereport-measure

CQF Knowledge capability: shareable

CQF Knowledge capability: computable

CQF Knowledge capability: publishable

url: Measure Activity Example Generate Report Measure

identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.40.48.29.1

version: 2.0.0

name: ActivityExampleGenerateReportMeasure

title: Activity Example Generate Report Measure

status: Active

experimental: true

date: 2023-10-19

publisher: HL7 International / Clinical Decision Support

contact: HL7 International / Clinical Decision Support: http://www.hl7.org/Special/committees/dss

description:

Example measure for the activity example to generate a report

jurisdiction: World

scoring: Continuous Variable

improvementNotation: Increased score indicates improvement

group

population

code: Measure Observation

Criteria

-DescriptionLanguageExpression
*Example expression returns 100CQL100

Source

{
  "resourceType": "Measure",
  "id": "activity-example-generatereport-measure",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablemetric"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "shareable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "computable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "publishable"
    }
  ],
  "url": "http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport-measure",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.48.29.1"
    }
  ],
  "version": "2.0.0",
  "name": "ActivityExampleGenerateReportMeasure",
  "title": "Activity Example Generate Report Measure",
  "status": "active",
  "experimental": true,
  "date": "2023-10-19",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "name": "HL7 International / Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Example measure for the activity example to generate a report",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "scoring": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
        "code": "continuous-variable"
      }
    ]
  },
  "improvementNotation": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
        "code": "increase"
      }
    ]
  },
  "group": [
    {
      "population": [
        {
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "measure-observation"
              }
            ]
          },
          "criteria": {
            "description": "Example expression returns 100",
            "language": "text/cql",
            "expression": "100"
          }
        }
      ]
    }
  ]
}