Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.7 KB

CHANGES.md

File metadata and controls

20 lines (17 loc) · 1.7 KB

Python FHIR Converter Change Log

Version 0.2.0

  • Map C-CDA Allergy to FHIR Allergy Intolerance Category. See #6
  • Renamed render_to_fhir_internal to render to simplify BaseFhirRenderer API.

Version 0.1.0

  • Fixed missing required AllergyIntolerance.reaction.manifestation for CDA->FHIR conversion. _AllergyIntolerance.liquid incorrectly created an additional reaction for the severity. See #3
  • Remove time when timezone is not present in CDA datetime to conform with FHIR datetime. See #2
  • Added CachingTemplateSystemLoader. TemplateSystemLoader now extends ChoiceLoader to better align with python-liquid.
  • Added make_template_system_loader(), a factory function that returns a TemplateSystemLoader or CachingTemplateSystemLoader depending on its arguments.
  • Renamed get_environment factory function to make_environment to align with a consistent naming convention.
  • Moved RenderingError and fail to exceptions.py.
  • Removed deprecated ResourceLoader and CachedChoiceLoader.
  • Now depends on python-liquid = 1.12.1.

Version 0.0.22

  • ResourceLoader and CachedChoiceLoader are depreciated and will be removed in 0.1.0. Use PackageLoader and CachingChoiceLoader instead.
  • Run tests on mac, windows and ubuntu.
  • Now depends on python-liquid = 1.11.0.