Physician Quality Reporting System (PQRS) Program Year 2016

Size: px
Start display at page:

Download "Physician Quality Reporting System (PQRS) Program Year 2016"

Transcription

1 Centers for Medicare & Medicaid Services CMS expedited Life Cycle (XLC) Physician Quality Reporting System (PQRS) Program Year 2016 Qualified Clinical Registry (QCDR) Extensible Markup Language (XML) Specification and Error Messages Version: /15/2016

2 Introduction 1. Introduction The 2016 Qualified Clinical Registry (QCDR) Extensible Markup Language (XML) Specification and Error Messages are provided in this document. Click QCDR XML Specification to jump to the QCDR XML Specification content. Click QCDR XML Error Messages to jump to the QCDR XML Error Messages content. Please note, this Portable Document Format (PDF) is not Section 508 compliant. For a Section 508 compliant form of this information, please refer to the online version of this content. CMS Sensitive Information 12/15/2016 Page 1

3 2. The following table provides the : <?xml version="1.0" encoding="utf-8"?> A header is required at the beginning of each XML file. <submission> Type Describes the setting for which data is being submitted. <?xml version="1.0" encoding="utf-8"?> <submission type="pqrs-qcdr" version="3.0" xmlns:xsi=" N/A PQRS-QCDR Character 20 Yes Version The version of the file layout..org/2001/xmlschemainstance" xsi:nonamespaceschem alocation="pqrs_qcd R.xsd"> N/A 3.0 Character 20 Yes <file-audit-data> Opening tag for file audit data. This tag and the entire <file-audit-data> section are required in the XML document. This tag contains no data. <create-date> Sub-element of the file audit data element. The month, day, and year the XML file was created. <create-date> </create-date> N/A MM-DD-YYYY (Must be a valid date) Date 10 Yes 1 The Field Size for Number Type is defined as (p,s) where p - precision, s - scale. If scale is 0, no decimal places allowed. CMS Sensitive Information 12/15/2016 Page 2

4 <create-time> Sub-element of the file audit data element. The hour and minutes representing the time the file was created. <createtime>23:01</createtime> N/A HH:MM (Military format with or without colon) Time 5 Yes <create-by> Sub-element of the file audit data element. The entity that created the file. <file-version> Sub-element of the file audit data element. The version of the file being submitted. <file-number> Sub-element of the file audit data element. The number of the file. <number-of-files> Sub-element of the File Audit data element. Total number of files. <create-by>qcdr- A</create-by> <file-version>2.0</fileversion> <file-number>1</filenumber> <number-offiles>1</number-offiles> N/A Character 50 Yes N/A Character 20 Yes N/A Number (5,0) Yes N/A Number (5,0) Yes <cms-program-name> Sub-element of the file audit. This identifies the CMS Program Name for which this data is being submitted. For QCDR, the CMS Program Name is either PQRS_INDIVIDUAL or PQRS_GROUP. <cms-program-name> PQRS_INDIVIDUAL</cm s-program-name> CMS Program Name PQRS_ INDIVIDUAL PQRS_GROUP Character 20 Yes </file-audit-data> Closing tag for file audit data. This tag and the entire <file-audit-data> section are required in the XML document. <qcdr> Sub-element of the submission element. Opening tag for the QCDR data file. This tag is required in the XML document; however, it contains no data. CMS Sensitive Information 12/15/2016 Page 3

5 <qcdr-name> Sub-element of the QCDR element. The QCDR name. Note: The exact same name as submitted to CMS will be required. <qcdr-name>model QCDR</qcdr-name> Qualified Clinical Registry Name Qualified Clinical Registry Name Character 256 Yes <qcdr-id> Sub-element of the QCDR element. Used to identify the QCDR. Use QCDR corporate TAX Identification Number (TIN). <qcdrid> </qcdr-id> Qualified Clinical Registry ID Qualified Clinical Registry s 9 digit TAX Identification Number Character 9 Yes <vendor-unique-id> Sub-element of the QCDR Element. Unique identifier assigned to each QCDR by CMS during the selfnomination/qualification process (this identifier is not the TIN). <vendor-uniqueid>a1234</vendorunique-id> Vendor Unique ID No spaces allowed Space may be replaced with _ (Underscore) No special characters Character 64 Yes Upper Case letters and Numbers </qcdr> Closing tag for QCDR. This tag is required in the XML document; however, it contains no data. <provider> Sub-element of the submission element. Opening tag for provider. This tag is required in the XML document; however, it contains no data. This element repeats if there are multiple providers. CMS Sensitive Information 12/15/2016 Page 4

6 <npi> Sub-element of the provider element. National Provider Identifier (NPI) as assigned by CMS. <npi> </npi> Note: When the npi value is null use <npi xsi:nil= true /> for this National Provider Identifier (NPI) 10 digit National Provider Identifier Character 10 Yes Value is required for PQRS_ INDIVIDUAL Value must be null for PQRS_ GROUP <tin> Sub-element of the provider element. The tax identification number for individual NPI. <tin> </tin> Tax Identification Number (TIN) 9 digit Tax Identification Number Character 9 Yes < -address> Sub-element of the provider element. The address of the provider for whom the data is submitted. <waiver-signed> Sub-element of the provider element. A participation waiver indicates the eligible professional has given the QCDR permission to submit data on their behalf. < address>johndoe@abc.c om</ -address> Note: When the address value is null use < -address <waiversigned>y</waiversigned> Address Character 100 Value Waiver Signed Y,y Character 1 Yes Sub-element of the provider element. The month, day, and year of the first service encounter of the submission period ("From" date). <encounter-fromdate> <encounter-from- date> </encounter-fromdate> N/A MM-DD-YYYY (Must be a valid date) Date 10 Yes CMS Sensitive Information 12/15/2016 Page 5

7 <encounter-to-date> Sub-element of the provider element. The month, day, and year of the last service encounter of the submission period ("To" date). <encounter-to-date> </encounter-todate> N/A MM-DD-YYYY (Must be a valid date) Date 10 Yes <measure> Sub-element of the provider data element. Opening tag for measure. This tag is required in the XML document; however, it contains no data. This element repeats if there are multiple measures. CMS Sensitive Information 12/15/2016 Page 6

8 <measure-number> Sub-element of the measure element. Unique PQRS or Non- PQRS measure number for a measure For example: a. PQRS Measure: Diabetes: Hemoglobin A1c Poor Control measure-number is 001. <measurenumber>001</measurenumber> Measure Number Refer to Measures Specification Note: The Value for measurenumber is case insensitive. Character 20 Yes b. Non-PQRS Measure: "Wound Related Quality of Life" measurenumber is "CDR 12" Measures Groups are not to be submitted unless it is as an individual measure. Note: Only Program Year 2016 approved PQRS measures and non-pqrs measures will be accepted. CMS Sensitive Information 12/15/2016 Page 7

9 Sub-element of the measure element. The measure reporting option will capture which version of the measure specification are utilizing. Measure reporting options used by Eligible Professionals are: a) CLAIMS-REGISTRY - Use PQRS Measure Specifications Manual for Claims and Registry Reporting of Individual Measures. <measure-reportingoption> <measure-reporting- option>claims- REGISTRY</measurereporting-option> Measure Reporting Option CLAIMS- REGISTRY MEASURE- GROUP WEB- INTERFACE EHR QCDR Character 20 Yes b) MEASURE-GROUP - Use PQRS Measures Groups Specifications Manual, for Measures group only measures are the measures within a measures group that do not have a correlating individual measure within the individual measures. CMS Sensitive Information 12/15/2016 Page 8

10 <proportionmeasure-detail> c) WEB-INTERFACE - Use GPRO/ACO Web Interface Narrative Measure Specifications for these GPRO/ACO web interface measures. Please note that GPRO s and ACOs who have select the web interface reporting option must report through the web interface and not a QCDR. While QCDRs are able to support the GPRO Web Interface Measures, they are NOT able to submit on behalf of a GPRO or ACO or the 2016 Program Year. d) EHR - Use Electronic Clinical Quality Measures (ecqms) Specifications for the EHR measures. e) QCDR - Use non-pqrs Measure Specifications for non-pqrs Measures. Sub-element of the measure element. This tag is required in the XML document; however, it contains no data. This element repeats if measure has multiple performance rates. Note: if measure scoring is Proportion. CMS Sensitive Information 12/15/2016 Page 9

11 Sub-element of the proportion measure detail. Measure stratification number identifies when a measure requires multiple performance rates to be submitted as defined in the measure specification. <measure-stratanum> <measure-stratanum>1</measure-stratanum> Measure Strata Number 1-99 Number (2,0) Yes Note: If multiple performance rates are not defined for the measure then the value must be 1. Sub-element of the proportion measure detail. The set of patients to be evaluated by the measure. <initial-patientpopulation> <initial-patientpopulation>110</initialpatient-population> Note: When the initialpatient-population value is null use < initialpatient-population xsi:nil= true /> Initial Patient Population Number (10,0) Value Sub-element of the proportion measure detail. Number of eligible instances (Reporting Denominator) for the PQRS/QCDR measure. <reportingdenominator> <reportingdenominator>100</report ing-denominator> Eligible instances for the PQRS/non- PQRS Measure Number (10,0) Yes Note: Reporting Denominator =(Initial Patient-Population)-( denominator-exclusions) Sub-element of the proportion measure detail. Number of instances of quality service performed (Performance Numerator). <performancenumerator> <performancenumerator>80 </performancenumerator> Number Instances of Quality Service Performed Number (10,0) Yes CMS Sensitive Information 12/15/2016 Page 10

12 Sub-element of the proportion measure detail. Number of instances that are removed from the denominator of the performance rate only if the numerator criteria are not met. <denominatorexception> <denominatorexception>10 </denominatorexception> Note: When the denominator-exception value is null use <denominator-exception xsi:nil= true /> Denominator Exception Number (10,0) Value Sub-element of the proportion measure detail. Number of instances which do not meet the performance criteria, even though reporting occurred. <performance-notmet-instances> <performance-not-metinstances>10</performa nce-not-met-instances> Note: When the performance-not-metinstances value is null use <performance-notmet-instances xsi:nil= true /> Performance Not Met Instances Number (10,0) Value Sub-element of the proportion measure detail. Number of instances removed from the measure population and denominator before determining if the numerator criteria are met. <denominatorexclusions> <denominatorexclusions>10 </denominatorexclusions> Note: When the denominator-exclusions value is null use <denominator-exclusions xsi:nil= true /> Denominator Exclusions Number (10,0) Value CMS Sensitive Information 12/15/2016 Page 11

13 <reporting-rate> Sub-element of the proportion measure detail Percentage of reporting. Reporting Rate = Reporting Numerator / Reporting Denominator. Note: Reporting Numerator = <performance-numerator> +<denominator-exception> +<performance-not-metinstances> <reportingrate> </reporting -rate> Note: When the reporting-rate value is null use <reporting-rate xsi:nil= true /> for this Reporting Rate Number (8,4) Value <performance-rate> Sub-element of the proportion measure detail Percentage of performance <performancerate> </performa nce-rate> Performance Rate Number (8,4) Value Performance Rate = Performance Numerator/ (Reporting Numerator Denominator Exception>). Note: When the performance-rate value is null use <performancerate xsi:nil= true /> for this <ratio-measuredetail> Sub-element of the proportion-measure-detail element. This tag is optional for ratio-measure-detail in the XML document; however it contains no data. <ratio-denominator> Sub element of ratiomeasure-detail. Ratio denominator. For measures that do not fit the standard proportion measures format, i.e. larger numerator than denominator. This field will allow the QCDR to submit ratio denominator. <ratiodenominator>5.0000</rat io-denominator> Note: When the ratiodenominator is null use <ratio-denominator Ratio Denominator Number (12,4) Value CMS Sensitive Information 12/15/2016 Page 12

14 <ratio-numerator> Sub element of ratiomeasure-detail. Ratio numerator. For measures that do not fit the standard proportion measures format, i.e. larger numerator than denominator. This field will allow the QCDR to submit ratio numerator. <rationumerator> </rati o-numerator> Note: When the rationumerator is null use < ratio-numerator Ratio Numerator Number (12,4) Value <ratio-comparison> Sub element of ratiomeasure-detail. Ratio comparison of rationumerator / ratiodenominator. <ratiocomparison>3.8000</rati o-comparison> Note: When the ratiocomparison is null use < ratio-comparison Ratio Comparison of rationumerator / ratiodenominator Number (12,4) Value </ratio-measuredetail> <risk-adjustedmeasure-detail> Closing tag for ratiomeasure detail. This tag is required in the XML document; however, it contains no data. Sub element of the proportion-measure-detail element. This tag is optional for risk adjusted measure in the XML document; however it contains no data. Note: This tag cannot be used if the measure is not risk adjusted measure. CMS Sensitive Information 12/15/2016 Page 13

15 <population-ref-rate> Sub element of the riskadjusted-measure-detail. Population reference rate associated with the measure population. Note: When the population-ref-rate is null use population-ref-rate Population Reference Rate <population-refrate>8.3000</populationref-rate> Number (15,4) Value <risk-standardizedrate> Sub element of the riskadjusted-measure-detail. Risk adjusted and smoothed performance rate. <risk-standardizedrate>7.0000</riskstandardized-rate> Note: When the riskstandardized-rate is null use < risk-standardizedrate xsi:nil="true"/> for this Risk Standardized Performance Rate Number (15,4) Value <lower-ci> Sub element of the riskadjusted-measure-detail. Lower Bound of the 95% Confidence Interval for the Risk Standardized Rate. Note: When the lower-ci is null use <lower-ci Lower Confidence Interval <lower-ci>6.9213</lowerci> Number (15,4) Value <upper-ci> Sub element of the riskadjusted-measure-detail. Upper Bound of the 95% Confidence Interval for the Risk Standardized Rate. Note: When the upper-ci is null use <upper-ci Upper Bound of the 95% Confidence Interval <upperci> </upper-ci> Number (15,4) Value CMS Sensitive Information 12/15/2016 Page 14

16 <performanceassessment> Sub element of the riskadjusted-measure-detail. Performance assessment based on outlier status determined by the 95% confidence Interval. <performanceassessment>average</p erformanceassessment> Note: When the performance-assessment is null use <performanceassessment Performance Assessment BELOW AVERAGE AVERAGE ABOVE AVERAGE Character 15 Value <risk-adjustmentdescription> Sub element of the riskadjusted-measure-detail. Description of how measure has been risk adjusted. <risk-adjustmentdescription>remove patients with X</riskadjustment-description> Risk Adjustment Description N/A Character 300 Value Note: When the riskadjustment-description is null use <riskadjustment-description <risk-reporting-rate> Sub-element of riskadjusted-measure-detail. Reporting rate for risk adjusted measures. <risk-reportingrate> </riskreporting-rate> Note: When the riskreporting-rate is null use <risk-reporting-rate Risk Reporting Rate Number (8,4) Value </risk-adjustedmeasure-detail> Closing tag for risk-adjustedmeasure-detail. This tag is optional for risk adjusted measures in the XML document; however it contains no data. CMS Sensitive Information 12/15/2016 Page 15

17 </proportion - measure-detail> Closing tag for proportion measure detail. This tag is required in the XML document; however, it contains no data. <continuousmeasure-detail> Sub-element of the measure element. This tag is required in the XML document; however, it contains no data. Note: Require if the measure scoring is continuous variable Sub-element of the continuous-measure-detail. Measure stratification number identifies when a measure requires multiple performance rates to be submitted as defined in the measure specification. <measure-stratanum> <measure-stratanum>1</measure-stratanum> Measure Strata Number 1-99 Number (2,0) Yes Note: If multiple performance rates are not defined for the measure then the value must be 1. <cont-reporting-rate> Sub-element of the continuous-measure-detail. Percentage of reporting. <cont-reportingrate> </contreporting-rate> Continuous Reporting Rate Number (8,4) Value Note: When the reporting-rate value is null use <cont-reportingrate xsi:nil= true /> for this CMS Sensitive Information 12/15/2016 Page 16

18 <benchmark-met> Sub-element of continuousmeasure-detail Documenting whether the measure is meeting the established benchmark. <benchmarkmet>y</benchmarkmet> Benchmark Met Y,y N,n Character 1 Yes <ipp> Sub-element of the continuous measure detail. Initial Patient Population is the initial patient population information identified by the measure criteria. <ipp>90</ipp> Initial Patient population (IPP) Number (10,0) Yes <msrpopl> Sub-element of the continuous measure detail. The Measure Population field would be utilized by measures that have denominator exclusions. This field would identify the measure population after removing the exclusions from the initial population. <msrpopl>88</msrpopl> Measure population(ms RPOPL) Number (10,0) Yes <msrpoplex> Sub-element of the continuous measure detail. The Measure Exception field would identify the exceptions removed from the measure population. <msrpoplex>2</msrpopl ex> Note: When the msrpoplex value is null use <msrpoplex xsi:nil= true /> for this Measure Exception(MS RPOPLEX) Number (10,0) Value <measure-score> Sub-element of the continuous measure detail. <measure-score valuetype="time" valueunits="hour" observationmethod="mean" Numerator measure score Refer to PQRS/non-PQRS Measure Specifications Character 20 Yes CMS Sensitive Information 12/15/2016 Page 17

19 value-type Value Type as defined in the measure specifications. >3</measure-score> Value Type REAL INT Character 20 Yes TIME TS PQ MO valueunits Value Units as defined in the measure specifications. Value Units COUNT PERCENT Character 20 Yes DATE HOUR MIN observatio n-method Observation Method used to calculate the value. Observation Method SUM AVERAGE Character 20 Yes MEDIAN COUNTMAX MEAN MINMODE <ratio-measuredetail> Sub-element of the continuous-measure-detail. This tag is optional for ratiomeasure-detail in the XML document; however it contains no data. CMS Sensitive Information 12/15/2016 Page 18

20 <ratio-denominator> Sub element of ratiomeasure-detail. For measures that do not fit the standard proportion measures format, i.e. larger numerator than denominator. This field will allow the QCDR to submit ratio denominator. <ratiodenominator>5.0000</rat io-denominator> Note: When the ratiodenominator is null use <ratio-denominator Ratio Denominator Number (12,4) Value <ratio-numerator> Sub element of ratiomeasure-detail. For measures that do not fit the standard proportion measures format, i.e. larger numerator than denominator. This field will allow the QCDR to submit ratio numerator. <rationumerator> </rati o-numerator> Note: When the rationumerator- is null use <ratio-numerator Ratio Numerator Number (12,4) Value <ratio-comparison> Sub element of <ratiomeasure detail>. Ratio comparison of ratio numerator / ratio denominator. <ratiocomparison>3.8000</rati o-comparison> Note: When the ratiocomparison is null use <ratio-comparison Ratio Comparison of ratio numerator / ratio denominator Number (12,4) Value </ratio-measuredetail> Closing tag for ratiomeasure detail. This tag is required in the XML document; however, it contains no data. CMS Sensitive Information 12/15/2016 Page 19

21 <risk-adjustedmeasure-detail> Sub element of the continuous-measure-detail. This tag is optional for risk adjusted measures in the XML document; however it contains no data. Note: This tag cannot be used if the measure is not risk adjusted measure. <population-ref-rate> Sub element of the riskadjusted-measure-detail. Population reference rate associated with the measure population. Note: When the population-ref-rate is null use population-ref-rate Population Reference Rate <population-refrate>5.0000</populationref-rate> Number (15,4) Value <risk-standardizedrate> Sub element of the riskadjusted-measure-detail. Risk adjusted and smoothed performance rate. <risk-standardizedrate>7.0000</riskstandardized-rate> Note: When the riskstandardized-rate is null use < risk-standardizedrate xsi:nil="true"/> for this Risk Standardized Performance Rate Number (15,4) Value <lower-ci> Sub element of the riskadjusted-measure-detail. Lower Bound of the 95% Confidence Interval for the Risk Standardized Rate. Note: When the lower-ci is null use <lower-ci Lower Confidence Interval <lower-ci>6.9213</lowerci> Number (15,4) Value CMS Sensitive Information 12/15/2016 Page 20

22 <upper-ci> Sub element of the riskadjusted-measure-detail. Upper Bound of the 95% Confidence Interval for the Risk Standardized Rate. Note: When the upper-ci is null use <upper-ci Upper Bound of the 95% Confidence Interval <upperci> </upper-ci> Number (15,4) Value <performanceassessment> Sub element of the riskadjusted-measure-detail. Performance assessment based on outlier status determined by the 95% confidence Interval. <performanceassessment>average</p erformanceassessment> Note: When the performance-assessment is null use <performanceassessment tag Performance Assessment BELOW AVERAGE AVERAGE ABOVE AVERAGE Character 15 Value <risk-adjustmentdescription> Sub element of the riskadjusted-measure-detail. Description of how measure has been risk adjusted. <risk-adjustmentdescription>remove patients with X</riskadjustment-description> Risk Adjustment Description ANY TEXT Character 300 Value Note: When the riskadjustment-description is null use <riskadjustment-description <risk-reporting-rate> Sub-element of riskadjusted-measure-detail. Reporting rate for risk adjusted measures. <risk-reportingrate> </riskreporting-rate> Note: When the riskreporting-rate is null use <risk-reporting-rate Risk Reporting Rate Number (8,4) Value CMS Sensitive Information 12/15/2016 Page 21

23 </risk-adjustedmeasure-detail> Closing tag for risk-adjustedmeasure-detail. This tag is optional for risk adjusted measures in the XML document; however it contains no data. </continuousmeasure-detail> Closing tag for continuous measure detail. This tag is required in the XML document; however, it contains no data. </measure> Closing tag for measure. This tag is required in the XML document; however, it contains no data. </provider> Closing tag for provider. This tag is required in the XML document; however, it contains no data. </submission> Closing tag for submission. This tag is required in the XML document; however, it contains no data. CMS Sensitive Information 12/15/2016 Page 22

24 2016 QCDR XML Error Messages QCDR XML Error Messages The following table provides the 2016 QCDR XML Error Messages: Message Number Element Name XML Tag/Attribute Condition Message Description SPEC_00001 Invalid XML File INVALID XML FILE The Element Tag/Attribute is invalid. Invalid XML File (SPEC_00001)..CMS Sensitive Information 12/15/2016 Page 23

25 2016 QCDR XML Error Messages Message Number Element Name XML Tag/Attribute Condition Message Description SPEC_00002 Submission File Audit <submission> <file-audit-data> The Element Name tag is incorrect. [ Element Name] [XML Tag] tag is required (SPEC_00002). Create Date <create-date> Create Time <create-time> Create By <create-by> File Version <file-version> File Number <file-number> Number of Files <number-of-files> CMS Program Name <cms-program-name> QCDR <qcdr> QCDR Name <qcdr-name> QCDR ID <qcdr-id> Vendor Unique ID <vendor-unique-id> Provider <provider> NPI <npi> TIN <tin> Address < -address> Waiver Signed <waiver-signed> Encounter From Date <encounter-from-date> Encounter To Date <encounter-to-date> Measure <measure> Measure Number <measure-number> Measure Reporting Option <measure-reporting-option> Proportion Measure Detail or Continuous Measure Detail <proportion-measure-detail> or <continuous-measure-detail> Measure Stratification Number <measure-strata-num> Initial Patient Population <initial-patient-population> Reporting Denominator <reporting-denominator> Performance Numerator <performance-numerator>.cms Sensitive Information 12/15/2016 Page 24

26 2016 QCDR XML Error Messages Message Number Element Name XML Tag/Attribute Condition Message Description SPEC_00002 Denominator Exception Performance Not Met Instances <denominator-exception> <performance-not-met-instances> [ Element Name] [XML Tag] tag is required (SPEC_00002). Denominator Exclusions <denominator-exclusions> Reporting Rate <reporting-rate> Performance Rate <performance-rate> Ratio Measure Detail <ratio-measure-detail> Ratio Denominator <ratio-denominator> Ratio Numerator <ratio-numerator> Ratio Comparison <ratio-comparison> Risk Adjusted Measure Detail <risk-adjusted-measure-detail> Population Reference Rate <population-ref-rate> Risk Standardized Rate <risk-standardized-rate> Lower Confidence Interval <lower-ci> Upper Confidence Interval <upper-ci> Performance Assessment <performance-assessment> Risk Adjustment Description <risk-adjustment-description> Risk Reporting Rate <risk-reporting-rate> Continuous Reporting Rate <cont-reporting-rate> Benchmark Met <benchmark-met> Initial Patient Population <ipp> Measure Population <msrpopl> Measure Population Exception <msrpoplex> Measure Score <measure-score> SPEC_00003 Submission Measure Score version value-type The Element Name attribute is incorrect. [ Element Name] tag, attribute [XML Attribute] is required (SPEC_00003). Measure Score Measure Score value-units observation-method e.g., Measure Score tag, attribute value-type is required (SPEC_00003)..CMS Sensitive Information 12/15/2016 Page 25

27 2016 QCDR XML Error Messages Message Number Element Name XML Tag/Attribute Condition Message Description SPEC_00004 Create Date Create Time Create By File Version File Number Number of Files QCDR Name QCDR ID <create-date> <create-time> <create-by> <file-version> <file-number> <number-of-files> <qcdr-name> <qcdr-id> The Element Name value is invalid. Invalid values include: Null Space Format is invalid Incorrect type Incorrect length [ Element Name] [XML Tag] is not an allowable value (SPEC_00004). Vendor Unique ID <vendor-unique-id> NPI <npi> TIN <tin> Address < -address> Waiver Signed <waiver-signed> Encounter From Date <encounter-from-date> Encounter To Date <encounter-to-date> Measure Number <measure-number> Measure Reporting Option <measure-reporting-option> Measure Stratification Number <measure-strata-num> Initial Patient Population <initial-patient-population> Reporting Denominator <reporting-denominator> Performance Numerator <performance-numerator> Denominator Exception <denominator-exception> Performance Not Met Instances <performance-not-met-instances> Denominator Exclusions <denominator-exclusions> Reporting Rate <reporting-rate> Performance Rate <performance-rate> Ratio Denominator <ratio-denominator> Ratio Numerator <Ratio-numerator> Ratio Comparison <ratio-comparison> Population Reference Rate <population-ref-rate>.cms Sensitive Information 12/15/2016 Page 26

28 2016 QCDR XML Error Messages Message Number Element Name XML Tag/Attribute Condition Message Description SPEC_00004 Risk Standardized Rate <risk-standardized-rate> Lower Confidence Interval <lower-ci> Upper Confidence Interval <upper-ci> CMS Program Name <cms-program-name> Performance Assessment <performance-assessment> Risk Adjustment Description <risk-adjustment-description> Risk Reporting Rate <risk-reporting-rate> Continuous Reporting Rate <cont-reporting-rate> Benchmark Met <benchmark-met> Initial Patient Population <ipp> Measure Population <msrpopl> Measure Exception <msrpoplex> SPEC_00005 Submission Measure Score Measure Score Measure Score version value-type value-units observation-method The Element attribute is invalid. Null Space Format is invalid [ Element Name] tag, attribute [XML Attribute] is not an allowable value (SPEC_00005). Incorrect type Incorrect length e.g., Measure Score tag, attribute value-type is not an allowable value (SPEC_00005)..CMS Sensitive Information 12/15/2016 Page 27

29 Revision History Revision History Version Date Description /29/2016 Initial version for Program Year /15/2016 Updated for December 2016 release CMS Sensitive Information 12/15/2016 Page 28

Physician Quality Reporting System (PQRS) Physician Portal

Physician Quality Reporting System (PQRS) Physician Portal The American College of Radiology Physician Quality Reporting System (PQRS) Physician Portal User Guide November 15, 2016 American College of Radiology 1891 Preston White Drive Reston, VA 20191-4397 Copyright

More information

Physician Quality Reporting System Program Year Group Practice Reporting Option (GPRO) Web Interface XML Specification

Physician Quality Reporting System Program Year Group Practice Reporting Option (GPRO) Web Interface XML Specification Centers for Medicare & Medicaid Services CMS expedited Life Cycle (XLC) Physician Quality Reporting System Program Year 2013 Group Practice Reporting Option (GPRO) Web Interface XML Specification Version:

More information

Qualifying Alternative Payment Model Participants (QPs) Methodology Fact Sheet

Qualifying Alternative Payment Model Participants (QPs) Methodology Fact Sheet Qualifying Alternative Payment Model Participants (QPs) Methodology Fact Sheet Overview This methodology fact sheet describes the process and methodology that the Centers for Medicare & Medicaid Services

More information

Centers for Medicare & Medicaid Services CMS expedited Life Cycle (XLC) Physician Quality Reporting System (PQRS) Program Year 2017.

Centers for Medicare & Medicaid Services CMS expedited Life Cycle (XLC) Physician Quality Reporting System (PQRS) Program Year 2017. Centers for Medicare & Medicaid Services CMS expedited Life Cycle (XLC) Physician Quality Reporting System (PQRS) Program Year 2017 Portal User Guide Version: 7.0 07/20/2017 Document Number: N/A Contract

More information

Covisint MIPS Quick Start User Guide

Covisint MIPS Quick Start User Guide Covisint MIPS Quick Start User Guide The Quick Start instructions explain the MIPS registration process, collecting and entering patient data online, and the submission process. Updated December 2017 Table

More information

CMS Web Interface User Guide. Last updated: 1/5/18

CMS Web Interface User Guide. Last updated: 1/5/18 CMS Web Interface User Guide Last updated: 1/5/18 Table of Contents Introduction... 6 CMS Web Interface Enhancements for 2017... 6 Excel Template Simplification.... 6 Automatic Saving of Data.... 6 One

More information

Thank you, and enjoy the webinar.

Thank you, and enjoy the webinar. Disclaimer This webinar may be recorded. This webinar presents a sampling of best practices and overviews, generalities, and some laws. This should not be used as legal advice. Itentive recognizes that

More information

CMS Web Interface User Guide. Last updated: 1/22/18

CMS Web Interface User Guide. Last updated: 1/22/18 CMS Web Interface User Guide Last updated: 1/22/18 1 Table of Contents Introduction... 6 CMS Web Interface Enhancements for 2017... 6 Excel Template Simplification... 6 Automatic Saving of Data... 6 One

More information

2017 MIPS Module - Quality

2017 MIPS Module - Quality Contents Introduction... 2 Accessing your Dashboard... 2 Dashboard Link and Log In Screen... 2 Two Factor Authentication... 2 One Time Password (OTP)... 3 Email Only Authentication... 3 Cell Phone Only

More information

Illinois Medicaid EHR Incentive Program for EPs

Illinois Medicaid EHR Incentive Program for EPs The Chicago HIT Regional Extension Center Bringing Chicago together through health IT Illinois Medicaid EHR Incentive Program for EPs A Guide to Attesting for the 2017 Program Year in the emipp System

More information

PQRS Register Provider Monday, June 17, 2013

PQRS Register Provider Monday, June 17, 2013 Copyright 2012 Pulse Systems, Inc. Page 1 of 32 Welcome to the Register Provider lesson using PQRS. Click Continue to proceed. Copyright 2012 Pulse Systems, Inc. Page 2 of 32 Use the Register Provider

More information

PQRS - Reports Monday, June 17, 2013

PQRS - Reports Monday, June 17, 2013 Copyright 2012 Pulse Systems, Inc. Page 1 of 36 Welcome to the Reports lesson using PQRS. Click Continue to proceed. Copyright 2012 Pulse Systems, Inc. Page 2 of 36 The PQRS Reports screen enables users

More information

PrognoCIS EMR Meaningful Use The Attestation Process with CMS

PrognoCIS EMR Meaningful Use The Attestation Process with CMS PrognoCIS EMR Meaningful Use The Attestation Process with CMS For Meaningful Use configuration and setup, please contact your Implementation Manager or Technical Support. You may also visit our Client

More information

ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3

ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3 5 ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3 12/2018 v1.07 Outcome and Assessment Information Set (OASIS) MESSAGES 5-1 Submission

More information

Medical Assistance Provider Incentive Repository. User Guide. For Eligible Professionals

Medical Assistance Provider Incentive Repository. User Guide. For Eligible Professionals Medical Assistance Provider Incentive Repository User Guide For Eligible Professionals February 25, 2013 Table of Contents Introduction...1 Before You Begin...2 Complete your R&A registration.... 2 Identify

More information

Wyoming. Eligible Professional Meaningful Use Modified Stage 2 User Manual for Program Year November 2018 Version 1

Wyoming. Eligible Professional Meaningful Use Modified Stage 2 User Manual for Program Year November 2018 Version 1 Wyoming Eligible Professional Meaningful Use Modified Stage 2 User Manual for Program Year 2018 November 2018 Version 1 Table of Contents 1 Background... 1 2 Introduction... 2 3 Provider Registration and

More information

Hospital Inpatient Quality Reporting (IQR) Program Quick Start Guide Accessing and Using Your Provider Participation Report (PPR)

Hospital Inpatient Quality Reporting (IQR) Program Quick Start Guide Accessing and Using Your Provider Participation Report (PPR) Hospital Inpatient Quality Reporting (IQR) Program Quick Start Guide Accessing and Using Your Provider Participation Report (PPR) PPR Overview The Hospital IQR Program PPR summarizes a provider s data

More information

Enterprise Identity Management (EIDM) Account Setup for Quality Payment Program (QPP) Data Submission August 2, 2018

Enterprise Identity Management (EIDM) Account Setup for Quality Payment Program (QPP) Data Submission August 2, 2018 Enterprise Identity Management (EIDM) Account Setup for Quality Payment Program (QPP) Data Submission August 2, 2018 Patty Rose, Purdue Healthcare Advisors and Sam Ross, CHITREC 1 Objectives How to Access

More information

MAQ DASHBOARD USERS GUIDE

MAQ DASHBOARD USERS GUIDE USERS GUIDE V10 - July 2014 eclinicalworks, 2014. All rights reserved CONTENTS ABOUT THIS GUIDE 4 Product Documentation 4 Webinars 4 eclinicalworks Newsletter 4 Getting Support 5 Conventions 5 MAQ DASHBOARD

More information

MAPIR User Guide for Eligible Hospitals. Medical Assistance Provider Incentive Repository (MAPIR): User Guide for Eligible Hospitals

MAPIR User Guide for Eligible Hospitals. Medical Assistance Provider Incentive Repository (MAPIR): User Guide for Eligible Hospitals Medical Assistance Provider Incentive Repository (MAPIR): User Guide for Eligible Hospitals Version: 1.0 Original Version Date: 02/23/2018 Last Revision Date: 02/23/2018 Table of Contents Table of Contents

More information

MIPS Running the MIPS Measure Calculator Report. Host: Barbara Buffolino. 11/14/2018 Property of ICS Software, Ltd. 1

MIPS Running the MIPS Measure Calculator Report. Host: Barbara Buffolino. 11/14/2018 Property of ICS Software, Ltd. 1 MIPS 2018 Running the MIPS Measure Calculator Report Host: Barbara Buffolino 11/14/2018 Property of ICS Software, Ltd. 1 Disclaimer It is our pleasure to interpret all of the rules, requirements, due dates,

More information

The below Summary of Rule Changes and the Additional Guidance 2016 Reporting Period is informational for all clients.

The below Summary of Rule Changes and the Additional Guidance 2016 Reporting Period is informational for all clients. Meaningful Use Notice: Health Information Exchange February 10, 2016 Dear Centricity Practice Solution and Centricity EMR Customers: This is a Meaningful Use notice regarding the Health Information Exchange

More information

Provider Secure Portal User Manual

Provider Secure Portal User Manual Provider Secure Portal User Manual Copyright 2011 Centene Corporation. All rights reserved. Operational Training 2 August 2011 Table of Contents Provider Secure Portal... 5 Registration... 6 Provider -

More information

Oregon registration will open next Monday, the 26th. First register with CMS, then with your state.

Oregon registration will open next Monday, the 26th. First register with CMS, then with your state. Sent: Tuesday, September 20, 2011 2:53 PM Subject: Meaningful Use Registration I want to make sure that the Portland Area I/T/U's are on track to receive the EHR Incentive payments. So far, who has registered

More information

Individuals Authorized Access to CMS Computer Services (IACS) - Provider/Supplier Community: THE FIRST IN A SERIES OF ARTICLES

Individuals Authorized Access to CMS Computer Services (IACS) - Provider/Supplier Community: THE FIRST IN A SERIES OF ARTICLES News Flash As of January 1, 2009, eligible professionals can participate in the E- Prescribing Incentive Program by reporting on their adoption and use of an e-prescribing system by submitting information

More information

(EHR) Incentive Program

(EHR) Incentive Program REGISTRATION USER GUIDE For Eligible Professionals Medicare Electronic Health Record (EHR) Incentive Program JULY 2012 (07.02.12 ver8) CONTENTS Step 1...Getting started 3 Step 2... Login 5 Step 3...Welcome

More information

MIPS Reporting: Submitting Data through QPP.CMS.GOV. Sam Ross, QPP Advisor/Manager January 31, 2018

MIPS Reporting: Submitting Data through QPP.CMS.GOV. Sam Ross, QPP Advisor/Manager January 31, 2018 MIPS Reporting: Submitting Data through QPP.CMS.GOV Sam Ross, QPP Advisor/Manager January 31, 2018 Visit our website at http://qpp-il.org! We will help you navigate the complexities of the new CMS payment

More information

Meaningful Use Registration System User Guide

Meaningful Use Registration System User Guide Meaningful Use Registration System User Guide Eligible Professionals This document includes a user guide and checklist to assist eligible professionals (EP) in registering with the Florida Cancer Data

More information

Claim Settings Guide May 2012

Claim Settings Guide May 2012 Claim Settings Guide May 2012 Kareo Claim Settings Guide April 2012 1 Table of Contents 1. INTRODUCTION... 1 2. CONFIGURE PRACTICE SETTINGS... 2 3. CONFIGURE PROVIDER CLAIM SETTINGS... 4 3.1 Enter General

More information

ERROR MESSAGES. 03/2017 v1.03 Hospice Item Set (HIS) MESSAGES 5-1 Submission User's Guide for the QIES ASAP System

ERROR MESSAGES. 03/2017 v1.03 Hospice Item Set (HIS) MESSAGES 5-1 Submission User's Guide for the QIES ASAP System 5 ERROR MESSAGES TROUBLESHOOTING... 2 SUBMISSION ERROR MESSAGES FOR HOSPICE ITEM SET DATA... 3 FILE PROCESSING ERROR MESSAGES FOR HOSPICE ITEM SET DATA... 3 03/2017 v1.03 Hospice Item Set (HIS) MESSAGES

More information

2015 PQRS File Creation/Submission Guide

2015 PQRS File Creation/Submission Guide 2015 PQRS File Creation/Submission Guide Prior to submitting PQRS files A. Review the set-up considerations B. Create your PQRS Files Refer to your vendor specific user guide for creation of PQRS files

More information

HealthKeepers, Inc. Website User Guide: Precertification Requests

HealthKeepers, Inc. Website User Guide: Precertification Requests HealthKeepers, Inc. Website User Guide: Precertification Requests Services, Emergent Admissions and Maternity/OB Use our provider website to determine whether a service requires precertification and to

More information

Provider Incentive Payment Program (PIPP) User Manual

Provider Incentive Payment Program (PIPP) User Manual Iowa Medicaid Enterprise Health Information Technology and EHR Incentive Payment Program Provider Incentive Payment Program (PIPP) User Manual Version 2.0 Presented by: MAXIMUS Government Health Consulting

More information

Meaningful Use Audit, Is Your Organization Ready!

Meaningful Use Audit, Is Your Organization Ready! Meaningful Use Audit, Is Your Organization Ready! Presenters: Pavan Attur, Director of Applications, St. John s Episcopal Hospital Bill Presley, Vice President Product Development, Acmeware Education Session

More information

Most Common ecqm Submission Errors for Hospital QRDA Category-I Files

Most Common ecqm Submission Errors for Hospital QRDA Category-I Files Most Common ecqm Submission Errors for Hospital QRDA Category-I Files Jennifer Seeman Edaptive September 30, 2014 Objectives To provide education about electronically specified Clinical Quality Measures

More information

(EHR) Incentive Program

(EHR) Incentive Program REGISTRATION USER GUIDE For Eligible Professionals Medicaid Electronic Health Record (EHR) Incentive Program DECEMBER 2010 (12.28.10 ver2) CONTENTS Step 1... Getting started 3 Step 2... Login instruction

More information

4) Organization NPI (Can be retrieved from the NPPES NPI Registry here: https://npiregistry.cms.hhs.gov/):

4) Organization NPI (Can be retrieved from the NPPES NPI Registry here: https://npiregistry.cms.hhs.gov/): Mass HIway Connection Requirement Attestation Form Year 2 Atestation Mass HIway Form Connection Year 1 Requirement Mass HIway Connection Requirement Purpose: This Attestation Form shall be completed by

More information

Nationwide Mortgage Licensing System & Registry

Nationwide Mortgage Licensing System & Registry Nationwide Mortgage Licensing System & Registry Mortgage Call Reports XML Specification Release 2012.3 1 Change Log Date Description Release Version 5/15/2012 XSD files updates for Form Version 2 (No changes

More information

2014 Meaningful Use Attestation and CMS Audit Preparedness

2014 Meaningful Use Attestation and CMS Audit Preparedness 2014 Meaningful Use Attestation and CMS Audit Preparedness By Bill Presley wpresley@acmeware.com Friday, September 19, 2014 Summary Attendees will take away from this presentation: How to prepare for a

More information

P A T I E N T C E N T E R E D M E D I C A L H O M E ( P C M H ) A T T E S T A T I O N O F F A C I L I T Y C O M P L I A N C E

P A T I E N T C E N T E R E D M E D I C A L H O M E ( P C M H ) A T T E S T A T I O N O F F A C I L I T Y C O M P L I A N C E P A T I E N T C E N T E R E D M E D I C A L H O M E ( P C M H ) A T T E S T A T I O N O F F A C I L I T Y C O M P L I A N C E State of Wyoming, Department of Health, Division of Healthcare Financing 2015

More information

Nationwide Mortgage Licensing System & Registry

Nationwide Mortgage Licensing System & Registry Nationwide Mortgage Licensing System & Registry Mortgage Call Reports XML Specification Release 2016.1 1 Revision Date: 2/17/2016 Change Log Date Description Release Version 2/17/2016 Language used to

More information

270/271 Health Care Eligibility, Coverage, or Benefit Inquiry and Response

270/271 Health Care Eligibility, Coverage, or Benefit Inquiry and Response Companion Document 270/271 270/271 Health Care Eligibility, Coverage, or Benefit Inquiry and Response Basic Instructions This section provides information to help you prepare for the ANSI ASC X12.281 Eligibility,

More information

Medicaid Electronic Health Record (EHR) Incentive Program

Medicaid Electronic Health Record (EHR) Incentive Program State Level Registration for Eligible Hospitals (EH) Medicaid Electronic Health Record (EHR) Incentive Program December, 2017 Table of Contents Federal Level Registration... 3 State Level Registration...

More information

Setting up Providers for Successful MU Attestation Part One: Steps You Need to Take with CMS

Setting up Providers for Successful MU Attestation Part One: Steps You Need to Take with CMS Setting up Providers for Successful MU Attestation Part One: Steps You Need to Take with CMS Illinois EHR Incentive Help Desk muhelpdesk@chitrec.org 855-684-3571 Agenda Modify EHR Program Registration

More information

Nationwide Mortgage Licensing System & Registry

Nationwide Mortgage Licensing System & Registry Nationwide Mortgage Licensing System & Registry Mortgage Call Reports XML Specification Release 2015.1 1 Revision Date: 11/7/2014 Change Log Date Description Release Version 11/15/2014 A Release Notes

More information

2017 MIPS Module Advancing Care Information (ACI)

2017 MIPS Module Advancing Care Information (ACI) Contents Introduction... 2 Accessing your Dashboard... 2 Dashboard Link and Log In Screen... 2 Two Factor Authentication... 2 One Time Password (OTP)... 3 Email Only Authentication... 3 Cell Phone Only

More information

DATE: August 3, Cheri Rice, Director Medicare Plan Payment Group. Revised MAO-004 File Layout

DATE: August 3, Cheri Rice, Director Medicare Plan Payment Group. Revised MAO-004 File Layout DEPARTMENT OF HEALTH & HUMAN SERVICES Centers for & Medicaid Services 700 Security Boulevard Baltimore, Maryland 21244-180 CENTER FOR MEDICARE MEDICARE PLAN PAYMENT GROUP DATE: August 3, 2016 TO: FROM:

More information

Hospital Inpatient Quality Reporting Program Reference Guide Accessing and Using Your Provider Participation Report

Hospital Inpatient Quality Reporting Program Reference Guide Accessing and Using Your Provider Participation Report Hospital Inpatient Quality Reporting Program Reference Guide Accessing and Using Your Provider Participation Report PPR Overview The Hospital Inpatient Quality Reporting (IQR) Program Provider Participation

More information

Hardship Exception for 2018

Hardship Exception for 2018 Promoting Interoperability Hardship Exception for 2018 webinar Host: Barbara Buffolino 11/14/2018 Property of ICS Software, Ltd. 1 Promoting Interoperability Hardship Exception for 2018 webinar The information

More information

New York Medicaid Provider Resource Guide

New York Medicaid Provider Resource Guide New York Medicaid Provider Resource Guide Thank you for being a star member of our provider team. WellCare Health Plans, Inc., (WellCare) understands that having access to the right tools can help you

More information

CaliPHR Training Guide

CaliPHR Training Guide CaliPHR Training Guide December 2017 7160 Columbia Gateway Drive, Suite. 230 Columbia, MD 21046 877.952.7477 info@crisphealth.org www.crisphealth.org Section 2. CaliPHR Overview Topics: 1. Opening CaliPHR

More information

Quality Payment Program

Quality Payment Program Guide for Obtaining a New EIDM Account with a Physician Quality and Value Programs (Registration for the CMS Web Interface and/or CAHPS for MIPS Survey) Role I. Introduction This guide is for users who

More information

Quality Payment Program

Quality Payment Program Guide for Obtaining a Physician Quality and Value Programs (Registration for the CMS Web Interface and/or CAHPS for MIPS Survey) Role for an Existing EIDM User I. Introduction This guide is for users who

More information

SOUTH CAROLINA MEDICAID WEB-BASED CLAIMS SUBMISSION TOOL

SOUTH CAROLINA MEDICAID WEB-BASED CLAIMS SUBMISSION TOOL SOUTH CAROLINA MEDICAID WEB-BASED CLAIMS SUBMISSION TOOL User Guide Addendum CMS-500 October 28, 2003 Updated March 06, 202 CMS-500 CMS-500 CLAIMS ENTRY This document describes the correspondence between

More information

If the provider is paid by Social Security Number, follow the registration procedure on pages 2-5.

If the provider is paid by Social Security Number, follow the registration procedure on pages 2-5. 2014 ecqm Reporting Guide Clinical quality measures, or CQMs, are statistics that track the quality of services performed by health care providers and hospitals. These statistics involve data related to

More information

NY Medicaid. EHR Incentive Program

NY Medicaid. EHR Incentive Program MEIPASS Prerequisites www.emedny.org/meipass Registration/Attestation Overview Step One: CMS Registration CMS Medicare & Medicaid Registration & Attestation System https://ehrincentives.cms.gov/ Initial

More information

Flex Program Guide: Using MBQIP Excel Files May 2017

Flex Program Guide: Using MBQIP Excel Files May 2017 Flex Program Guide: Using MBQIP Excel Files May 2017 This project is supported by the Health Resources and Services Administration (HRSA) of the U.S. Department of Health and Human Services (HHS) under

More information

Medicare Advantage Provider Resource Guide

Medicare Advantage Provider Resource Guide Medicare Advantage Provider Resource Guide Thank you for being a star member of our provider team. WellCare Health Plans, Inc., (WellCare) understands that having access to the right tools can help you

More information

Medicare Shared Savings Program Application. Reference Manual for Applicants

Medicare Shared Savings Program Application. Reference Manual for Applicants Medicare Shared Savings Program 2015 Manual for Applicants June 10, 2014 CONTENTS 1. PURPOSE... 3 2. HOW TO REQUEST CHANGES TO PRE-POPULATED INFORMATION... 3 3. STEP 3 - COMPLETE YOUR APPLICATION... 3

More information

EL CENTRO DEL BARRIO, INC National Provider Identifiers Registry

EL CENTRO DEL BARRIO, INC National Provider Identifiers Registry 1124313804 EL CENTRO DEL BARRIO, INC The Administrative Simplification provisions of the Health Insurance Portability and Accountability Act of 1996 (HIPAA) mandated the adoption of standard unique identifiers

More information

Provider Portal User Guide

Provider Portal User Guide Provider Portal User Guide Updated: January 1, 2019 Table of Contents Introduction... 1 How to Register for the Provider Portal... 3 Manage Your Profile... 5 User Administration... 8 Authorizations & Referrals...

More information

NJIIS Immunization Registry

NJIIS Immunization Registry NJIIS Immunization Registry This document, as well as the software dscribed in it, is provided under a software license agreement with STI Computer Services, Inc. Use of this software and all related documentation

More information

The Society of Thoracic Surgeons General Thoracic Surgery Database Data Quality Report

The Society of Thoracic Surgeons General Thoracic Surgery Database Data Quality Report The Society of Thoracic Surgeons General Thoracic base Quality Report Participant ID: File Submission: Date of Report: This Quality Report provides information about your most recent data file. See the

More information

Medication Precertification Requests

Medication Precertification Requests Medication Precertification Requests Use our provider self-service website to submit precertification requests for members who need medications considered to be: General pharmacy dispensed directly to

More information

NHPNet Online Referral User Guide

NHPNet Online Referral User Guide NHPNet Online Referral User Guide Submitting Referrals through Health Trio October 30, 2012, v 1.2 nhp.org Introduction NHPNet, a web-based tool, is used to submit referrals for specialist visits and authorization

More information

GoToWebinar Audio. Video Display Q & A. The webinar audio by default is VOIP Computer Audio Note: Users are joined in auto-mute mode.

GoToWebinar Audio. Video Display Q & A. The webinar audio by default is VOIP Computer Audio Note: Users are joined in auto-mute mode. GoToWebinar Audio The webinar audio by default is VOIP Computer Audio Note: Users are joined in auto-mute mode. GoToWebinar Control Panel To dial into the conference via telephone: Select the Audio tab

More information

QPP Portal - Preparing for 2018 Data Submission

QPP Portal - Preparing for 2018 Data Submission QPP Portal - Preparing for 2018 Data Submission Leila Volinsky, MHA, MSN, RN, PCMH CCE, CPHQ, CPPS, CPHIMS Senior Program Administrator New England Regional Lead Quality Payment Program Eligible Clinicians

More information

2017 NACOR USER GUIDE A step-by-step guide to submitting data to the Anesthesia Quality Institute s National

2017 NACOR USER GUIDE A step-by-step guide to submitting data to the Anesthesia Quality Institute s National 2017 NACOR USER GUIDE A step-by-step guide to submitting data to the Anesthesia Quality Institute s National. Anesthesia Clinical Outcomes Registry (NACOR ). NACOR BASIC NACOR QUALITY REPORTING Updated

More information

HEALTH SENSE HOME CARE OF SAN ANTONIO, LLC National Provider Identifiers Registry

HEALTH SENSE HOME CARE OF SAN ANTONIO, LLC National Provider Identifiers Registry 1063742732 HEALTH SENSE HOME CARE OF SAN ANTONIO, LLC National Provider Identifiers Registry The Administrative Simplification provisions of the Health Insurance Portability and Accountability Act of 1996

More information

Exit Clicking this command will close Professional. This is the preferred way of closing Professional.

Exit Clicking this command will close Professional. This is the preferred way of closing Professional. Exit Clicking this command will close Professional. This is the preferred way of closing Professional. View Assessments The Assessment Manager is your window to all the imported OASIS assessments in Professional.

More information

2014 Meaningful Use Final Rule

2014 Meaningful Use Final Rule Update 2014 Meaningful Use Final Rule How to Proceed in the Medicare and Medicaid Pathways By Greenway Health The Centers for Medicare & Medicaid Services (CMS) has issued the final rule detailing 2014

More information

IVA Entity Audit Results Submission ICD, XSD, & XML Guidance. August 16, Health Insurance Marketplace Program Training Series

IVA Entity Audit Results Submission ICD, XSD, & XML Guidance. August 16, Health Insurance Marketplace Program Training Series IVA Entity Audit Results Submission ICD, XSD, & XML Guidance August 16, 2017 Health Insurance Marketplace Program Training Series 1 Session Agenda Session Guidelines Intended Audience Session Purpose HHS

More information

Companion Guide Institutional Billing 837I

Companion Guide Institutional Billing 837I Companion Guide Institutional Billing 837I Release 3 X12N 837 (Version 5010A2) Healthcare Claims Submission Implementation Guide Published December 2016 Revision History Date Release Appendix name/ loop

More information

PQRI Made Easy By Kelly Skinner and Claudia Tannous

PQRI Made Easy By Kelly Skinner and Claudia Tannous PQRI Made Easy By Kelly Skinner and Claudia Tannous What is PQRI and why should we do it? PQRI stands for: Physician Quality Reporting Initiative PQRI has been developed to provide physicians with an opportunity

More information

Interactive Data Submission System (IDSS) Frequently Asked Questions

Interactive Data Submission System (IDSS) Frequently Asked Questions Interactive Data Submission System (IDSS) Frequently Asked Questions General Information What is the time frame for completing IDSS submissions for 2014? NCQA will release IDSS to the health plans between

More information

Submission Deadline: Dec. 31, 2014 (5 p.m. ET)

Submission Deadline: Dec. 31, 2014 (5 p.m. ET) AMERICAN BOARD OF COLON AND RECTAL SURGERY HOW TO SUBMIT YOUR INFORMATION FOR THE 2014 PQRS MOC INCENTIVE Submission Deadline: Dec. 31, 2014 (5 p.m. ET) 1) Go to mocmatters.abms.org. 2) On the homepage,

More information

Billing (X12) Setup. Complete the fields for Billing Contact, Federal Tax ID, MA Provider ID and Provider NPI.

Billing (X12) Setup. Complete the fields for Billing Contact, Federal Tax ID, MA Provider ID and Provider NPI. Billing (X12) Setup This session includes Community Setup, Payor Setup, Procedure Codes, Place of Service, X12 codes for Transaction Types and Service Types. Note: Before using Eldermark Software for X12

More information

Memorial Hermann ACO 2015 Quality Collection Registration Guide

Memorial Hermann ACO 2015 Quality Collection Registration Guide To: From: MHMD ACO Participating Physicians Shawn Griffin, MHMD Chief Quality and Informatics Officer Date: January 20, 2016 RE: ACO Quality Collection - Registration process for accessing secure web form

More information

Inpatient Quality Reporting (IQR) Program

Inpatient Quality Reporting (IQR) Program Common Errors for QRDA Category I Test and Production Files Session II Questions & Answers Moderator/Speaker: Artrina Sturges, EdD Project Lead, IQR Electronic Health Record (EHR) Incentive Program Alignment

More information

Common Error Message Dictionary and Instructions

Common Error Message Dictionary and Instructions The Error Message Dictionary provides definitions of IAIABC standard error messages for all Transaction Types/Products. Jurisdictions should use this dictionary, in conjunction with the IAIABC Edit Matrix

More information

HEDIS Profile. The HEDIS Profile allows providers and groups to:

HEDIS Profile. The HEDIS Profile allows providers and groups to: HEDIS Profile *Please note that all screenshots in this document are mock-ups used for training purposes and do not display any real member information. These screenshots are subject to change. The HEDIS

More information

Link 1500 / Online Claims Entry User Guide

Link 1500 / Online Claims Entry User Guide Link 1500 / Online Claims Entry User Guide ABILITY Network Inc Copyright and Trademark Copyright Copyright 2016 ABILITY Network Inc. All Rights Reserved. All text, images, and graphics, and other materials

More information

Industry Update QA Documentation

Industry Update QA Documentation Industry Update QA Documentation Questions and Answers The following were questions asked by participants during the Industry Update. Encounter Data Formats Q1: Is the 276 transaction an optional file

More information

2018 Medicare Shared Savings Program Accountable Care Organization (ACO) Quality Reporting Guide: Enterprise Identity Data Management (EIDM) Account

2018 Medicare Shared Savings Program Accountable Care Organization (ACO) Quality Reporting Guide: Enterprise Identity Data Management (EIDM) Account 2018 Medicare Shared Savings Program Accountable Care Organization (ACO) Quality Reporting Guide: Enterprise Identity Data Management (EIDM) Account and Role Set Up 1 Table of Contents Topic Page Number

More information

KAH DEVELOPMENT 4, LLC National Provider Identifiers Registry

KAH DEVELOPMENT 4, LLC National Provider Identifiers Registry 1932559952 KAH DEVELOPMENT 4, LLC National Provider Identifiers Registry The Administrative Simplification provisions of the Health Insurance Portability and Accountability Act of 1996 (HIPAA) mandated

More information

HELPING HAND HOME HEALTHCARE, LLC National Provider Identifiers Registry

HELPING HAND HOME HEALTHCARE, LLC National Provider Identifiers Registry 1356322275 HELPING HAND HOME HEALTHCARE, LLC National Provider Identifiers Registry The Administrative Simplification provisions of the Health Insurance Portability and Accountability Act of 1996 (HIPAA)

More information

CMS QRDA Implementation Guide Changes for CY 2017 Hospital Quality Reporting

CMS QRDA Implementation Guide Changes for CY 2017 Hospital Quality Reporting CMS QRDA Implementation Guide Changes for CY 2017 Hospital Quality Reporting Yan Heras, PhD Principal Informaticist, Enterprise Science and Computing (ESAC), Inc. Artrina Sturges, EdD Project Lead, Inpatient

More information

EAST TENNESSEE STATE UNIVERSITY National Provider Identifiers Registry

EAST TENNESSEE STATE UNIVERSITY National Provider Identifiers Registry 1477660199 EAST TENNESSEE STATE UNIVERSITY National Provider Identifiers Registry The Administrative Simplification provisions of the Health Insurance Portability and Accountability Act of 1996 (HIPAA)

More information

BAYLOR COLLEGE OF MEDICINE National Provider Identifiers Registry

BAYLOR COLLEGE OF MEDICINE National Provider Identifiers Registry 1316921026 BAYLOR COLLEGE OF MEDICINE National Provider Identifiers Registry The Administrative Simplification provisions of the Health Insurance Portability and Accountability Act of 1996 (HIPAA) mandated

More information

Product Release V PracticeSuite

Product Release V PracticeSuite Product Release V17 Product Release V17 All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

STAT HOME HEALTH OF NORTHWEST LOUISIANA, LLC National Provider Identifiers Registry

STAT HOME HEALTH OF NORTHWEST LOUISIANA, LLC National Provider Identifiers Registry 1508898008 STAT HOME HEALTH OF NORTHWEST LOUISIANA, LLC National Provider Identifiers Registry The Administrative Simplification provisions of the Health Insurance Portability and Accountability Act of

More information

HEDIS Profile Help Document

HEDIS Profile Help Document HEDIS Profile Help Document *Please note that all screenshots in this document are mock-ups used for training purposes and do not display any real member information. These screenshots are subject to change.

More information

HSX Clinical Data Repository (CDR) Query Portal User Guide

HSX Clinical Data Repository (CDR) Query Portal User Guide This document explains how to use the HSX Query Portal in order to access the CDR. Table of Contents REQUESTING NEW USER ACCOUNTS: 3 DEACTIVATING USER ACCOUNTS: 3 MAKING CHANGES TO EXISTING USER ACCOUNTS:

More information

Availity TM Electronic Remittance Advice

Availity TM Electronic Remittance Advice Availity TM Electronic Remittance Advice Electronic Remittance Advice (ERA) or ANSI 835 is a HIPAA-compliant method of receiving claim payment and remittance details from Blue Cross and Blue Shield of

More information

GERMIN CLINICAL NEUROLOGY WEST National Provider Identifiers Registry

GERMIN CLINICAL NEUROLOGY WEST National Provider Identifiers Registry 1265507271 GERMIN CLINICAL NEUROLOGY WEST National Provider Identifiers Registry The Administrative Simplification provisions of the Health Insurance Portability and Accountability Act of 1996 (HIPAA)

More information

NHPNet Online Specialty Referral User Guide

NHPNet Online Specialty Referral User Guide NHPNet Online Specialty Referral User Guide September 30, 2016 v 1.4 nhp.org Introduction NHPNet is a web-based tool used to submit referrals for specialist visits and authorization requests for specific

More information

ALERE TOXICOLOGY SERVICES, INC National Provider Identifiers Registry

ALERE TOXICOLOGY SERVICES, INC National Provider Identifiers Registry 1689874893 ALERE TOXICOLOGY SERVICES, INC National Provider Identifiers Registry The Administrative Simplification provisions of the Health Insurance Portability and Accountability Act of 1996 (HIPAA)

More information

Avoid 2016 MU Rejection: Documents for Upload. Sam Ross, Program Lead Illinois EHR Incentive Help Desk

Avoid 2016 MU Rejection: Documents for Upload. Sam Ross, Program Lead Illinois EHR Incentive Help Desk Avoid 2016 MU Rejection: Documents for Upload Sam Ross, Program Lead Illinois EHR Incentive Help Desk Agenda Why is this required? Documents to collect Document samples Sam Ross, Help Desk Lead Access

More information

User Manual CHAPTER 2. Claims Tab (for Part B Providers) Originated July 31, 2012 Revised June 3, Copyright, CGS Administrators, LLC.

User Manual CHAPTER 2. Claims Tab (for Part B Providers) Originated July 31, 2012 Revised June 3, Copyright, CGS Administrators, LLC. mycgs User Manual CHAPTER 2 Originated July 31, 2012 Revised June 3, 2015 2015 Copyright, CGS Administrators, LLC. Table of Contents 3 Accessing Detailed Claim Information 3 Viewing Detailed Claim Information

More information

Administrative Manual

Administrative Manual Administrative Manual HealthLink Tools/Resources Chapter 10 1831 Chestnut Street St. Louis, MO 63103-2225 www.healthlink.com 1-877-284-0101 HealthLink Tools/Resources On-line Tools ProviderInfoSource HealthLink

More information