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 Dec 1, 2017. It is now read-only.
Original implementation included completely separate pathways for parsing different document types (CCDA, C32). The new implementation should diverge at the point of parsing and data extraction, then join before constructing the final data object. This will reduce redundancy and make it generally easier to test and maintain.
The text was updated successfully, but these errors were encountered:
Modules responsible for processing each section of patient data now has a single method called process which is passed the source data in CCDA, VA C32, or JSON. The method then takes the pathway determined by the document type to extract data from the patient record, then joins back to assemble the resulting data structure.
Original implementation included completely separate pathways for parsing different document types (CCDA, C32). The new implementation should diverge at the point of parsing and data extraction, then join before constructing the final data object. This will reduce redundancy and make it generally easier to test and maintain.
The text was updated successfully, but these errors were encountered: