v1.7.0 Release
· 2 min read
We're excited to announce version 1.7 of METL!
This release adds several new lookup tables that assist in reporting, data analysis, and even typical transactional claims processing, a bunch of foundational features that will be enabled in future releases, and some other data improvements surrounding EDI 837 claim storage.
What's new?
New lookup data
- Horizon Blue Cross Case Management trigger list.
- CPT hierarchy.
- ICD diagnosis hierarchy.
- ICD procedure hierarchy.
- JHU wasteful drugs lookup.
- Bill Type to Place of Service crosswalk.
- Place of Service groups.
- Stop loss trigger diagnosis codes.
Other table changes
- Remove deprecated
name
,contact_seen
,name_given
,provider_identification
,member_identification
,member_member_eligibility
, andclaim_member_match
tables. - Updates to the
claim
table to align the database and the EDI 837 parsing.
New tables to support upcoming features
member_canonical
table. This replaces themember
table and represents a canonical human represented ideally by a unique SSN number.name_given_alias
,claim_member_to_member_seen_match
andmember_seen_to_member_seen_match
. These tables are used for patient matching between eligibility loads and from claim to eligibility data. They are used for both manual and automated patient matching.
Release details
Claims: Pull Request: N/A, Commit hash: 1598e50
METL-deploy (no change since 1.6): Pull Request, Commit hash: 3b9ed72
Monorepo (Not public, but added here for documentation. We expect to open source extractor
and csvloader
in the future): Pull Request