This resource is responsible for the generation of QRDA Category III reports from clincial quality measure calculations.

Supported Formats

xml

GET /api/reports/*qrda_cat3.xml
Retrieve a QRDA Category III document

This action will generate a QRDA Category III document. If measure_ids and effective_date are not provided, the values from the user's dashboard will be used.

Supported Formats

xml

Params

Param name Description
measure_ids
optional

The HQMF ID of the measures to include in the document

Validations:

  • Must be an array of any type

effective_date
optional

Time in seconds since the epoch for the end date of the reporting period

Validations:

  • Must be a String

effective_start_date
optional

Time in seconds since the epoch for the end date of the reporting period

Validations:

  • Must be a String

provider_id
optional

The Provider ID for CATIII generation

Validations:

  • Must be a String

cms_program
optional

CMS Program Name NONE/MIPS

Validations:

  • Must be a String


GET /api/reports/*cat1.zip
Retrieve a QRDA Category I document

This action will generate a QRDA Category I Zip file with dupes removed and honoring any filters.

Supported Formats

xml

Params

Param name Description
provider_id
optional

The Provider ID for CATIII generation

Validations:

  • Must be a String

cmsid
required

CMSnnvn used for file name and for measure retrieval

Validations:

  • Must be a String

effective_date
optional

Time in seconds since the epoch for the end date of the reporting period

Validations:

  • Must be a String

effective_start_date
optional

Time in seconds since the epoch for the start date of the reporting period

Validations:

  • Must be a String


GET /api/reports/patients

This action will generate an Excel spreadsheet of relevant QRDA Category I Document based on the category of patients selected.

Supported Formats

xml

Params

Param name Description
id
required

Measure ID

Validations:

  • Must be a String

sub_id
optional

Measure sub ID

Validations:

  • Must be a String

effective_date
optional

Time in seconds since the epoch for the end date of the reporting period

Validations:

  • Must be a String

effective_start_date
optional

Time in seconds since the epoch for the start date of the reporting period

Validations:

  • Must be a String

provider_id
required

Provider ID for filtering quality report

Validations:

  • Must be a String

patient_type
required

Outlier, Numerator, Denominator

Validations:

  • Must be a String


GET /api/reports/team_report
Retrieve a QRDA Category III document

This action will generate a Excel spreadsheet report for a team of providers for a given measure.

Supported Formats

xml

Params

Param name Description
measure_id
required

The HQMF ID of the measure to include in the document

Validations:

  • Must be a String

sub_id
optional

The sub ID of the measure to include in the document

Validations:

  • Must be a String

effective_date
required

Time in seconds since the epoch for the end date of the reporting period

Validations:

  • Must be a String

team_id
optional

The ID of the team for the measure report

Validations:

  • Must be a String


GET /api/reports/measures_spreadsheet
Retrieve a spreadsheet of measure calculations

This action will generate an Excel spreadsheet document containing a list of measure calculations for the current user's selected measures.

Supported Formats

xml

Params

Param name Description
username
optional

Username of user to generate reports for

Validations:

  • Must be a String

measure_ids
optional

The HQMF ID of the measures to include in the document

Validations:

  • Must be an array of any type

effective_date
optional

Time in seconds since the epoch for the end date of the reporting period

Validations:

  • Must be a String

effective_start_date
optional

Time in seconds since the epoch for the start date of the reporting period

Validations:

  • Must be a String

provider_id
required

The Provider ID for spreadsheet generation

Validations:

  • Must be a String


GET /api/reports/cat1/:id/:measure_ids

This action will generate a QRDA Category I Document. Patient ID and measure IDs (comma separated) must be provided. If effective_date is not provided, the value from the user's dashboard will be used.

Supported Formats

xml

Params

Param name Description
id
required

Patient ID

Validations:

  • Must be a String

measure_ids
required

Measure IDs

Validations:

  • Must be a String

effective_date
optional

Time in seconds since the epoch for the end date of the reporting period

Validations:

  • Must be a String

effective_start_date
optional

Time in seconds since the epoch for the start date of the reporting period

Validations:

  • Must be a String