Data Exchange For Quality Measures Implementation Guide
4.0.0-ballot - STU Ballot US

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0-ballot: STU4 (v4.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: Care Gap Reasons Code System - TTL Representation

Active as of 2022-12-05

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:Resource.id [ fhir:value "care-gap-reason"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This 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:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason"]; # 
  fhir:CodeSystem.version [ fhir:value "4.0.0-ballot"]; # 
  fhir:CodeSystem.name [ fhir:value "CareGapREason"]; # 
  fhir:CodeSystem.title [ fhir:value "Care Gap Reasons Code System"]; # 
  fhir:CodeSystem.status [ fhir:value "active"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2022-12-05T17:41:19+00:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Clinical Quality Information Work Group"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cqi" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "This is a code system for Care Gap Reasons"]; # 
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.count [ fhir:value "10"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "NotFound" ];
     fhir:CodeSystem.concept.display [ fhir:value "Data Element Not Found" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Data Element was not able to be located" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "Missing" ];
     fhir:CodeSystem.concept.display [ fhir:value "Missing Data Element" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Data Element is known to exist (e.g. claim exists for procedure), but was not found" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "Present" ];
     fhir:CodeSystem.concept.display [ fhir:value "Data Element is Present" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Data Element is was found matching the criteria" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "InvalidAttribute" ];
     fhir:CodeSystem.concept.display [ fhir:value "Attribute is Invalid" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Data element was found, but value was not equal to expected value" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "DateInRange" ];
     fhir:CodeSystem.concept.display [ fhir:value "Date is within specified range" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Data element was a temporal type (e.g. DateTime, Period, Duration) was within range of dateFilter constraint" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "DateOutOfRange" ];
     fhir:CodeSystem.concept.display [ fhir:value "Date is out of specified range" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Data element was a temporal type (e.g. DateTime, Period, Duration) was not in range of dateFilter constraint" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "ValueInRange" ];
     fhir:CodeSystem.concept.display [ fhir:value "Value is within specified range" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was within in range of valueFilter constraint" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "ValueOutOfRange" ];
     fhir:CodeSystem.concept.display [ fhir:value "Value is out of specified range" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was not in range of valueFilter constraint" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "CountInRange" ];
     fhir:CodeSystem.concept.display [ fhir:value "Count is within specified range" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The count of data elements found was within specified range" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "CountOutOfRange" ];
     fhir:CodeSystem.concept.display [ fhir:value "Count is out of specified range" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The count of data elements found was out of specified range" ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.