Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

0.1.0

Compare
Choose a tag to compare
@blacktm blacktm released this 23 May 18:45
· 70 commits to master since this release
  • Breaking API change: encounter finding is now a list called findings
  • Breaking API change: pure dates are now output in the JSON as date strings (like "04/27/2014") instead of local-timezone midnight datetimes (like "2014-04-27T08:00:00.000Z"). Datetimes are still output the same way.
  • Major new feature: C-CDA generation from BB JSON
  • Lots of additions to the parser, including:
    • smoking status
    • cognitive/functional statuses
    • medication schedule (the "time" component of a sig)
    • document author metadata
  • Fixed a bug that resulted in valid C-CDAs built on one of the eight templates besides ContinuityOfCareDocument failing to parse
  • Lots of internal work to clean up code organization / improve the test suite