Skip to content

Releases: vadi2/fhir-formats

Reduced size of web distribution

03 Jan 19:03
763f5bc
Compare
Choose a tag to compare

The size of the web-enabled version of the library has been reduced from 2.1mb to 1.4mb, which gzipped over the wire equates to just 160kb - smaller than some js/css files that are on https://fhir-formats.github.io.

R4 support & autoconversion

30 Dec 11:18
7e1d844
Compare
Choose a tag to compare

R4 support

In addition to supporting the existing STU3 release, R4 is now supported as an option. Note that this is not the R4B FHIR version.

Autoconversion

FHIR resources do not come with an embedded FHIR version, so in case an explicit version is not used, all FHIR versions are tried (descending from R4) so to facilitate conversion.

What's Changed

  • Add devcontainer configuration by @vadi2 in #9
  • Add R4 support by @vadi2 in #10
  • Move some globals to be locals & remove read_only by @vadi2 in #11

Full Changelog: v1.2...v1.3