FHIR IG analytics| Package | hl7.fhir.us.cqfmeasures |
| Resource Type | Measure |
| Id | Measure-Terminology-FHIR.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/cqf-measures/Measure-Terminology-FHIR.html |
| URL | http://hl7.org/fhir/us/cqfmeasures/Measure/Terminology-FHIR |
| Version | 1.0.0 |
| Status | active |
| Date | 2022-02-22 |
| Name | Terminology_FHIR |
| Title | Terminology FHIR |
| Realm | us |
| Authority | hl7 |
| Description | This example illustrates the use of risk adjustment variables within a measure represented as a FHIR eCQM |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Knowledge Artifact Metadata | |
|---|---|
| Name (machine-readable) | Terminology_FHIR |
| Title (human-readable) | Terminology FHIR |
| Status | Active |
| Experimental | true |
| Description | This example illustrates the use of risk adjustment variables within a measure represented as a FHIR eCQM |
| Approval Date | 2019-03-08 |
| Effective Period | 2018-01-01..2018-12-31 |
| Topic | Health Quality Measure Document |
| Measure Steward | HL7 International / Clinical Quality Information |
| Steward Contact Details | http://www.hl7.org/Special/committees/cqi |
| Measure Metadata | |
| Version Number | 1.0.0 |
| Measure Scoring | Cohort |
| Measure Type | Process |
| Improvement Notation | Decreased score indicates improvement |
| Population Basis | Encounter |
| Measure Population Criteria | |
| Initial Population | Description: No description provided Logic Definition: Initial Population |
| Measure Logic | |
| Primary Library | Terminology Library |
| Generated using version 0.4.6 of the sample-content-ig Liquid templates | |
{
"resourceType": "Measure",
"id": "Terminology-FHIR",
"meta": {
"profile": [
"http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cohort-measure-cqfm",
"http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/computable-measure-cqfm"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-populationBasis",
"valueCode": "Encounter"
},
{
"url": "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-effectiveDataRequirements",
"valueCanonical": "http://hl7.org/fhir/us/cqfmeasures/Library/moduledefinition-example"
}
],
"url": "http://hl7.org/fhir/us/cqfmeasures/Measure/Terminology-FHIR",
"identifier": [
{
"use": "official",
"system": "http://example.org/fhir/cqi/ecqm/Measure/Identifier/exm",
"value": "Terminology_FHIR"
}
],
"version": "1.0.0",
"name": "Terminology_FHIR",
"title": "Terminology FHIR",
"status": "active",
"experimental": true,
"date": "2022-02-22",
"publisher": "HL7 International / Clinical Quality Information",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description": "This example illustrates the use of risk adjustment variables within a measure represented as a FHIR eCQM",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"approvalDate": "2019-03-08",
"lastReviewDate": "2019-03-08",
"effectivePeriod": {
"start": "2018-01-01",
"end": "2018-12-31"
},
"topic": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "57024-2",
"display": "Health Quality Measure Document"
}
]
}
],
"library": [
"http://hl7.org/fhir/us/cqfmeasures/Library/Terminology-FHIR"
],
"scoring": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
"code": "cohort",
"display": "Cohort"
}
]
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-type",
"code": "process"
}
]
}
],
"improvementNotation": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
"code": "decrease",
"display": "Decreased score indicates improvement"
}
]
},
"group": [
{
"population": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "initial-population",
"display": "Initial Population"
}
]
},
"criteria": {
"language": "text/cql-identifier",
"expression": "Initial Population"
}
}
]
}
]
}