FHIR IG analytics| Package | hl7.fhir.uv.deqm |
| Resource Type | CodeSystem |
| Id | CodeSystem-deqm-care-gap-reason.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/davinci-deqm/CodeSystem-deqm-care-gap-reason.html |
| URL | http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason |
| Version | 1.0.0-ballot |
| Status | active |
| Date | 2026-03-29T17:38:51+00:00 |
| Name | DEQMCareGapReason |
| Title | DEQM Care Gap Reasons Code System |
| Realm | uv |
| Authority | hl7 |
| Description | This is a code system for Care Gap Reasons |
| Content | complete |
| ValueSet | ||
| hl7.fhir.uv.deqm#current | deqm-care-gap-reason | DEQM Care Gap Reasons Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem deqm-care-gap-reason
This case-sensitive code system http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason defines the following codes:
{
"resourceType": "CodeSystem",
"id": "deqm-care-gap-reason",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cqi"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 4,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/deqm/ImplementationGuide/hl7.fhir.uv.deqm"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/deqm/ImplementationGuide/hl7.fhir.uv.deqm"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason",
"version": "1.0.0-ballot",
"name": "DEQMCareGapReason",
"title": "DEQM Care Gap Reasons Code System",
"status": "active",
"experimental": false,
"date": "2026-03-29T17:38:51+00:00",
"publisher": "HL7 International / Clinical Quality Information",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description": "This is a code system for Care Gap Reasons",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 10,
"concept": [
{
"code": "NotFound",
"display": "Data Element Not Found",
"definition": "Data Element was not able to be located"
},
{
"code": "Missing",
"display": "Missing Data Element",
"definition": "Data Element is known to exist (e.g. claim exists for procedure), but was not found"
},
{
"code": "Present",
"display": "Data Element is Present",
"definition": "Data Element is was found matching the criteria"
},
{
"code": "InvalidAttribute",
"display": "Attribute is Invalid",
"definition": "Data element was found, but value was not equal to expected value"
},
{
"code": "DateInRange",
"display": "Date is within specified range",
"definition": "Data element was a temporal type (e.g. DateTime, Period, Duration) was within range of dateFilter constraint"
},
{
"code": "DateOutOfRange",
"display": "Date is out of specified range",
"definition": "Data element was a temporal type (e.g. DateTime, Period, Duration) was not in range of dateFilter constraint"
},
{
"code": "ValueInRange",
"display": "Value is within specified range",
"definition": "Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was within in range of valueFilter constraint"
},
{
"code": "ValueOutOfRange",
"display": "Value is out of specified range",
"definition": "Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was not in range of valueFilter constraint"
},
{
"code": "CountInRange",
"display": "Count is within specified range",
"definition": "The count of data elements found was within specified range"
},
{
"code": "CountOutOfRange",
"display": "Count is out of specified range",
"definition": "The count of data elements found was out of specified range"
}
]
}