Data Exchange For Quality Measures Implementation Guide
4.0.0 - STU4 United States of America flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

: DEQM Gaps In Care Gap Status Code System - TTL Representation

Active as of 2024-05-07

Raw ttl | Download


@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 "gaps-status"] ; # 
  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/gaps-status</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\">open-gap<a name=\"gaps-status-open-gap\"> </a></td><td>Open Gap</td><td>A discrepancy exists between recommended best practices and the services that are actually provided and documented.</td></tr><tr><td style=\"white-space:nowrap\">closed-gap<a name=\"gaps-status-closed-gap\"> </a></td><td>Closed Gap</td><td>No discrepancy exists between recommended best practices and the services that are actually provided and documented. A previously identified open gap may become closed, if actions were taken to close the open gaps.</td></tr><tr><td style=\"white-space:nowrap\">not-applicable<a name=\"gaps-status-not-applicable\"> </a></td><td>Not Applicable</td><td>The patient does not meet the initial population criteria for the measure.</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/gaps-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0"] ; # 
  fhir:name [ fhir:v "DEQMGapsStatusCodeSystem"] ; # 
  fhir:title [ fhir:v "DEQM Gaps In Care Gap Status Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-07T07:46:47+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 Gaps in Care gap status."] ; # 
  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 "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "open-gap" ] ;
fhir:display [ fhir:v "Open Gap" ] ;
fhir:definition [ fhir:v "A discrepancy exists between recommended best practices and the services that are actually provided and documented." ]
  ] [
fhir:code [ fhir:v "closed-gap" ] ;
fhir:display [ fhir:v "Closed Gap" ] ;
fhir:definition [ fhir:v "No discrepancy exists between recommended best practices and the services that are actually provided and documented. A previously identified open gap may become closed, if actions were taken to close the open gaps." ]
  ] [
fhir:code [ fhir:v "not-applicable" ] ;
fhir:display [ fhir:v "Not Applicable" ] ;
fhir:definition [ fhir:v "The patient does not meet the initial population criteria for the measure." ]
  ] ) . #