Package | hl7.fhir.uv.cqm |
Resource Type | Measure |
Id | measure-cqm-publishable-example |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/cqm/https://build.fhir.org/ig/HL7/fhir-cqm/Measure-measure-cqm-publishable-example.html |
URL | http://hl7.org/fhir/uv/cqm/Measure/measure-cqm-publishable-example |
Version | 1.0.0 |
Status | active |
Date | 2025-07-17 |
Name | MeasureCQMPublishableExample |
Title | Measure CQM Publishable Example |
Realm | uv |
Authority | hl7 |
Description | A measure to demonstrate limitations and trendingIssues extensions. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Knowledge Artifact Metadata | |
---|---|
Name (machine-readable) | MeasureCQMPublishableExample |
Title (human-readable) | Measure CQM Publishable Example |
Status | Active |
Experimental | true |
Description | A measure to demonstrate limitations and trendingIssues extensions. |
Measure Steward | HL7 International / Clinical Quality Information |
Steward Contact Details | http://www.hl7.org/Special/committees/cqi |
Measure Metadata | |
Short Name Identifier | ExampleMeasure001 |
Version Independent Identifier | urn:uuid:aaa111 |
Version Specific Identifier | urn:uuid:aaa111-v1 |
Version Number | 1.0.0 |
Measure Population Criteria | |
Initial Population |
ID: initial-population
Description: All inpatient encounters, as well as ED and OBS encounters that end within 1 hour of the start of the inpatient encounter, for patients of all ages where at least one antidiabetic drug (ADD) was ordered or administered during the encounter that is during the measurement period. |
Generated using version 0.4.6 of the sample-content-ig Liquid templates |
{ "resourceType": "Measure", "id": "measure-cqm-publishable-example", "meta": { "profile": [ "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-publishablemeasure" ] }, "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-limitations", "valueMarkdown": "This measure may not be accurate in regions with incomplete EHR data reporting." }, { "url": "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-trendingIssues", "valueMarkdown": "Recent changes in ICD-10 coding may affect comparison with historical data." }, { "url": "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystem", "valueReference": { "reference": "Device/cqf-tooling" } } ], "url": "http://hl7.org/fhir/uv/cqm/Measure/measure-cqm-publishable-example", "identifier": [ { "use": "official", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/artifact-identifier-type", "code": "version-independent" } ] }, "system": "urn:ietf:rfc:3986", "value": "urn:uuid:aaa111" }, { "use": "official", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/artifact-identifier-type", "code": "version-specific" } ] }, "system": "urn:ietf:rfc:3986", "value": "urn:uuid:aaa111-v1" }, { "use": "usual", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/artifact-identifier-type", "code": "short-name" } ] }, "value": "ExampleMeasure001" }, { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.40.61.29.21" } ], "version": "1.0.0", "name": "MeasureCQMPublishableExample", "title": "Measure CQM Publishable Example", "status": "active", "experimental": true, "date": "2025-07-17", "publisher": "HL7 International / Clinical Quality Information", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/cqi" } ] } ], "description": "A measure to demonstrate limitations and trendingIssues extensions.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "group": [ { "population": [ { "id": "initial-population", "code": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/measure-population", "code": "initial-population", "display": "Initial Population" } ] }, "description": "All inpatient encounters, as well as ED and OBS encounters that end within 1 hour of the start of the inpatient encounter, for patients of all ages where at least one antidiabetic drug (ADD) was ordered or administered during the encounter that is during the measurement period.", "criteria": { "language": "text/cql-identifier", "expression": "Initial Population" } } ] } ] }