| Package | hl7.fhir.uv.cpg |
| Resource Type | Measure |
| Id | activity-example-generatereport-measure |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/Measure-activity-example-generatereport-measure.html |
| URL | http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport-measure |
| Version | 2.0.0 |
| Status | active |
| Date | 2023-10-19 |
| Name | ActivityExampleGenerateReportMeasure |
| Title | Activity Example Generate Report Measure |
| Realm | uv |
| Authority | hl7 |
| Description | Example measure for the activity example to generate a report |
No resources found
No resources found
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
Description Language Expression Example expression returns 100 CQL 100
{
"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"
}
}
]
}
]
}