This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2023-10-03 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "care-gap-reason"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">NotFound<a name=\"care-gap-reason-NotFound\"> </a></td><td>Data Element Not Found</td><td>Data Element was not able to be located</td></tr><tr><td style=\"white-space:nowrap\">Missing<a name=\"care-gap-reason-Missing\"> </a></td><td>Missing Data Element</td><td>Data Element is known to exist (e.g. claim exists for procedure), but was not found</td></tr><tr><td style=\"white-space:nowrap\">Present<a name=\"care-gap-reason-Present\"> </a></td><td>Data Element is Present</td><td>Data Element is was found matching the criteria</td></tr><tr><td style=\"white-space:nowrap\">InvalidAttribute<a name=\"care-gap-reason-InvalidAttribute\"> </a></td><td>Attribute is Invalid</td><td>Data element was found, but value was not equal to expected value</td></tr><tr><td style=\"white-space:nowrap\">DateInRange<a name=\"care-gap-reason-DateInRange\"> </a></td><td>Date is within specified range</td><td>Data element was a temporal type (e.g. DateTime, Period, Duration) was within range of dateFilter constraint</td></tr><tr><td style=\"white-space:nowrap\">DateOutOfRange<a name=\"care-gap-reason-DateOutOfRange\"> </a></td><td>Date is out of specified range</td><td>Data element was a temporal type (e.g. DateTime, Period, Duration) was not in range of dateFilter constraint</td></tr><tr><td style=\"white-space:nowrap\">ValueInRange<a name=\"care-gap-reason-ValueInRange\"> </a></td><td>Value is within specified range</td><td>Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was within in range of valueFilter constraint</td></tr><tr><td style=\"white-space:nowrap\">ValueOutOfRange<a name=\"care-gap-reason-ValueOutOfRange\"> </a></td><td>Value is out of specified range</td><td>Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was not in range of valueFilter constraint</td></tr><tr><td style=\"white-space:nowrap\">CountInRange<a name=\"care-gap-reason-CountInRange\"> </a></td><td>Count is within specified range</td><td>The count of data elements found was within specified range</td></tr><tr><td style=\"white-space:nowrap\">CountOutOfRange<a name=\"care-gap-reason-CountOutOfRange\"> </a></td><td>Count is out of specified range</td><td>The count of data elements found was out of specified range</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.0.0"] ; #
fhir:name [ fhir:v "CareGapREason"] ; #
fhir:title [ fhir:v "Care Gap Reasons Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-10-03T17:56:57+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ] ] )
] ) ; #
fhir:description [ fhir:v "This is a code system for Care Gap Reasons"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "NotFound" ] ;
fhir:display [ fhir:v "Data Element Not Found" ] ;
fhir:definition [ fhir:v "Data Element was not able to be located" ]
] [
fhir:code [ fhir:v "Missing" ] ;
fhir:display [ fhir:v "Missing Data Element" ] ;
fhir:definition [ fhir:v "Data Element is known to exist (e.g. claim exists for procedure), but was not found" ]
] [
fhir:code [ fhir:v "Present" ] ;
fhir:display [ fhir:v "Data Element is Present" ] ;
fhir:definition [ fhir:v "Data Element is was found matching the criteria" ]
] [
fhir:code [ fhir:v "InvalidAttribute" ] ;
fhir:display [ fhir:v "Attribute is Invalid" ] ;
fhir:definition [ fhir:v "Data element was found, but value was not equal to expected value" ]
] [
fhir:code [ fhir:v "DateInRange" ] ;
fhir:display [ fhir:v "Date is within specified range" ] ;
fhir:definition [ fhir:v "Data element was a temporal type (e.g. DateTime, Period, Duration) was within range of dateFilter constraint" ]
] [
fhir:code [ fhir:v "DateOutOfRange" ] ;
fhir:display [ fhir:v "Date is out of specified range" ] ;
fhir:definition [ fhir:v "Data element was a temporal type (e.g. DateTime, Period, Duration) was not in range of dateFilter constraint" ]
] [
fhir:code [ fhir:v "ValueInRange" ] ;
fhir:display [ fhir:v "Value is within specified range" ] ;
fhir:definition [ fhir:v "Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was within in range of valueFilter constraint" ]
] [
fhir:code [ fhir:v "ValueOutOfRange" ] ;
fhir:display [ fhir:v "Value is out of specified range" ] ;
fhir:definition [ fhir:v "Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was not in range of valueFilter constraint" ]
] [
fhir:code [ fhir:v "CountInRange" ] ;
fhir:display [ fhir:v "Count is within specified range" ] ;
fhir:definition [ fhir:v "The count of data elements found was within specified range" ]
] [
fhir:code [ fhir:v "CountOutOfRange" ] ;
fhir:display [ fhir:v "Count is out of specified range" ] ;
fhir:definition [ fhir:v "The count of data elements found was out of specified range" ]
] ) . #
IG © 2020+ HL7 International / Clinical Quality Information. Package hl7.fhir.us.davinci-deqm#4.0.0 based on FHIR 4.0.1. Generated 2023-10-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change