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
{{ message }}
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
In Cypress health-data-standards-1bb2d48cf24f (mongoid) at least, file path /lib/health-data-standards/import/cda/provider_importer.rb the provider NPI is extracted but not the provider TIN.
2016 C4 filter applications that use the health-data-standards library require the provider TIN.
It is possibly a one-line addition to extract_provider_data in HealthDataStandards::Import::CDA::ProviderImporter.
I'm not a Ruby-experienced, but I will try the change locally and report.
The text was updated successfully, but these errors were encountered:
In provider_importer.rb the cda_idents extraction code was not capturing the representedOrganization cda-identifier. Add a copy for that root solves the problem. But perhaps the entity.xpath call can be adjusted to capture both ids in one loop.
In Cypress health-data-standards-1bb2d48cf24f (mongoid) at least, file path /lib/health-data-standards/import/cda/provider_importer.rb the provider NPI is extracted but not the provider TIN.
2016 C4 filter applications that use the health-data-standards library require the provider TIN.
It is possibly a one-line addition to extract_provider_data in HealthDataStandards::Import::CDA::ProviderImporter.
I'm not a Ruby-experienced, but I will try the change locally and report.
The text was updated successfully, but these errors were encountered: