ig_recommendations
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where report_id = "additional-oversight-remote-patient-monitoring-medicare-needed"
This data as json, CSV (advanced)
| Link | rowid ▼ | report_id | rec_number | significant | text | questioned_costs | funds_for_better_use |
|---|---|---|---|---|---|---|---|
| 98 | 98 | Additional Oversight of Remote Patient Monitoring in Medicare is Needed additional-oversight-remote-patient-monitoring-medicare-needed | 24-E-02-045.01 | No | CMS should implement additional safeguards to ensure that remote patient monitoring is used and billed appropriately in Medicare. | 0 | 0 |
| 99 | 99 | Additional Oversight of Remote Patient Monitoring in Medicare is Needed additional-oversight-remote-patient-monitoring-medicare-needed | 24-E-02-045.02 | No | CMS should require that remote patient monitoring be ordered and that information about the ordering provider be included on claims and encounter data for remote patient monitoring. | 0 | 0 |
| 100 | 100 | Additional Oversight of Remote Patient Monitoring in Medicare is Needed additional-oversight-remote-patient-monitoring-medicare-needed | 24-E-02-045.03 | No | CMS should develop methods to identify what health data are being monitored. | 0 | 0 |
| 101 | 101 | Additional Oversight of Remote Patient Monitoring in Medicare is Needed additional-oversight-remote-patient-monitoring-medicare-needed | 24-E-02-045.04 | No | CMS should conduct provider education about billing of remote patient monitoring. | 0 | 0 |
| 102 | 102 | Additional Oversight of Remote Patient Monitoring in Medicare is Needed additional-oversight-remote-patient-monitoring-medicare-needed | 24-E-02-045.05 | No | CMS should identify and monitor companies that bill for remote patient monitoring. | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE ig_recommendations (
report_id TEXT REFERENCES ig_reports(report_id),
rec_number TEXT,
significant TEXT,
text TEXT,
questioned_costs INTEGER DEFAULT 0,
funds_for_better_use INTEGER DEFAULT 0
);
CREATE INDEX idx_ig_rec_report ON ig_recommendations(report_id);
CREATE INDEX idx_ig_rec_sig ON ig_recommendations(significant);