Skip to content

R4 support & autoconversion

Compare
Choose a tag to compare
@vadi2 vadi2 released this 30 Dec 11:18
· 19 commits to master since this release
7e1d844

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