This action will create a clinical quality measure calculation. If the measure has already been calculated, it will return the results. If not, it will return the status of the calculation, which can be checked in the status property of the returned JSON. If it is calculating, then the results may be obtained by the GET action with the id.

Supported Formats

json

Examples

{"_id":"52fe409bb99cc8f818000001", "status":{"state":"queued", ...}, ...}

Params

Param name Description
measure_id
required

The HQMF id for the CQM to calculate

Validations:

  • Must be a String

sub_id
optional , nil allowed

The sub id for the CQM to calculate. This is popHealth specific.

Validations:

  • Must be a String

effective_date
required

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

effective_start_date
optional

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

providers
optional , nil allowed

An array of provider IDs to filter the query by

Validations:

  • Must be an array of any type