Quality Measure Implementation Guide (STU4)
4.0.0 - STU4 United States of America flag

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Quality Programs Codes - TTL Representation

Active as of 2019-03-14

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 "quality-programs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/quality-programs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0"] ; # 
  fhir:name [ fhir:v "QualityPrograms"] ; # 
  fhir:title [ fhir:v "Quality Programs Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-03-14T23:21:03-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Quality Information WG"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The following defines the programs associated with a measure. Identified quality programs are neither exhaustive nor prescriptive. Specific quality program codes are not in scope for this IG."] ; # 
  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:valueSet [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/ValueSet/quality-programs"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/ValueSet/quality-programs>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "mips" ] ;
fhir:display [ fhir:v "MIPS" ] ;
fhir:definition [ fhir:v "Merit-Based Incentive Payment System (MIPS)" ]
  ] [
fhir:code [ fhir:v "ep-ec" ] ;
fhir:display [ fhir:v "EP/EC" ] ;
fhir:definition [ fhir:v "CMS Promoting Interoperability Eligible Professionals/Eligible Clinicians." ]
  ] [
fhir:code [ fhir:v "eh-cah" ] ;
fhir:display [ fhir:v "EH/CAH" ] ;
fhir:definition [ fhir:v "CMS Promoting Interoperability Eligible Hospitals or Critical Access Hospitals." ]
  ] [
fhir:code [ fhir:v "qpp" ] ;
fhir:display [ fhir:v "QPP" ] ;
fhir:definition [ fhir:v "Quality Payment Program." ]
  ] [
fhir:code [ fhir:v "aapm" ] ;
fhir:display [ fhir:v "AAPM" ] ;
fhir:definition [ fhir:v "Advanced Alternative Payment Models." ]
  ] [
fhir:code [ fhir:v "cpcp" ] ;
fhir:display [ fhir:v "CPC+" ] ;
fhir:definition [ fhir:v "Comprehensive Primary Care Plus (CPC+)" ]
  ] ) . #