Skip to content

mCODE Extraction Framework v1.0.1

Compare
Choose a tag to compare
@jafeltra jafeltra released this 20 May 13:56
· 248 commits to main since this release
0aedf4b

Release Notes

  • Strip BOM from CSV input when parsing the patient id CSV file #120
  • Normalize null and nil values in CSV to empty strings #119
    • This feature allows the extractors to process most data points in a CSV that are included as "null" or "nil" as an empty string. They are treated the same way an empty data point is treated. For more information, see the Troubleshooting Guide section.