Skip to content

Commit

Permalink
Update the Readme with migration status of operations
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Apr 4, 2024
1 parent ffb6ba3 commit c60a785
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,25 +138,31 @@ This table maintains a current view of what operations have migrated out of this
- Migrated = source code in Clinical-Reasoning
- To Do = source code in Cqf-Ruler

| Plugin | ResourceType | Operation | Status |
| -------------- | --------------------- | ---------------------------- | -------- |
| CR | Measure | $evaluate-measure | migrated |
| CR | Measure | $submit-data | migrated |
| CR | Measure | $care-gaps | migrated |
| CR | Measure | $data-requirements | To do |
| CR | Measure | $collect-data | To do |
| CR | PlanDefinition | $apply | migrated |
| CR | PlanDefinition | $package | migrated |
| CR | ActivityDefinition | $apply | migrated |
| CPG | NA | $cql | migrated |
| CPG | Library | $evaluate | migrated |
| SDC | Questionnaire | $package | migrated |
| SDC | Questionnaire | $populate | migrated |
| SDC | QuestionnaireResponse | $extract | migrated |
| SDC | Observation | $transform | To do |
| RA | Measure | $davinci-ra.evaluate-measure | To do |
| Case-Reporting | MeasureReport | $extract-line-list-data | To do |
| Case-Reporting | NA | $process-message-bundle | To do |
| Plugin | ResourceType | Operation | Status |
| -------------- | --------------------- | ---------------------------- | ------------|
| CR | Measure | $evaluate-measure | migrated |
| CR | Measure | $submit-data | migrated |
| CR | Measure | $care-gaps | migrated |
| CR | Measure | $data-requirements | To do |
| CR | Measure | $collect-data | To do |
| CR | PlanDefinition | $apply | migrated |
| CR | PlanDefinition | $package | migrated |
| CR | ActivityDefinition | $apply | migrated |
| CPG | N/A | $cql | migrated |
| CPG | Library | $evaluate | migrated |
| SDC | Questionnaire | $package | migrated |
| SDC | Questionnaire | $populate | migrated |
| SDC | QuestionnaireResponse | $extract | migrated |
| SDC | Observation | $transform | dropped<sup>1</sup> |
| RA | Measure | $davinci-ra.evaluate-measure | dropped<sup>2</sup> |
| Case-Reporting | MeasureReport | $extract-line-list-data | To do |
| Case-Reporting | N/A | $process-message-bundle | To do |
| ERSD | N/A | $ersd-v2-to-v1-transform | To do |
| cds-hooks | N/A | discovery and service | In progress |

<sup>1</sup> This was a provisional operation in the SDC Ig that has been removed

<sup>2</sup> The RA IG has evolved significantly and this operation needs to be reimplemented.

## License

Expand Down

0 comments on commit c60a785

Please sign in to comment.