You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-36Lines changed: 24 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,39 +5,7 @@ All notable changes to Myelin will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
9
-
10
-
### Added
11
-
12
-
-**Provider data patching** - `IPSFDatabase.patch()` and `OPSFDatabase.patch()` methods for incremental updates to provider-specific data. Queries the maximum `last_updated` date, downloads only new records from that point forward, and upserts them (updating existing records with the same provider_ccn + effective_date, inserting new ones). Supports both YYYYMMDD and YYYY-MM-DD date formats.
13
-
-**MS-DRG diagnosis output codes** - `MsdrgOutputDxCode` now includes the
14
-
original diagnosis code value, making principal and secondary diagnosis
15
-
outputs easier to trace back to claim input.
16
-
-**IOCE description enrichment** - IOCE output now fills additional claim
them as missing, preventing invalid return codes and incorrect pricing.
36
-
-**Supplemental wage index mapping** - LTCH, SNF, and IRF now opt in to sending
37
-
IPSF supplemental wage-index fields to the CMS Java provider object while IPF
38
-
and other shared IPSF call sites keep the previous default behavior.
39
-
40
-
## [1.0.0] - 2026-06-04
8
+
## [1.0.0] - 2026-07-10
41
9
42
10
First stable release of Myelin. Provides a unified Python interface to the
43
11
official CMS (Centers for Medicare & Medicaid Services) Java-based reimbursement
@@ -93,6 +61,17 @@ tools via JPype1.
93
61
-_enrich_disposition_and_edits now calls getEditDispositionDescription per disposition group when edits are present
94
62
- Line items now also call: getLineItemActionFlagDescription, getLineItemDenialRejectionFlagDescription, getPaymentMethodFlagDescription, getPaymentIndicatorDescription, getRevenueCodeDescription, getDiscountFormulaDescription
95
63
- Both input and output HCPCS modifier lists now call getHcpcsModifierDescription per modifier in addition to the existing edit descriptions
64
+
-**Provider data patching** - `IPSFDatabase.patch()` and `OPSFDatabase.patch()` methods for incremental updates to provider-specific data. Queries the maximum `last_updated` date, downloads only new records from that point forward, and upserts them (updating existing records with the same provider_ccn + effective_date, inserting new ones). Supports both YYYYMMDD and YYYY-MM-DD date formats.
65
+
-**MS-DRG diagnosis output codes** - `MsdrgOutputDxCode` now includes the
66
+
original diagnosis code value, making principal and secondary diagnosis
67
+
outputs easier to trace back to claim input.
68
+
-**IOCE description enrichment** - IOCE output now fills additional claim
0 commit comments