Skip to content

Releases: fhir-crucible/fhir_models

Release 5.0.0

16 Oct 16:46
d5a0948
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v5.0.0

v4.3.0

30 May 16:27
cc9180e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.2...v4.3.0

v4.2.2

12 Sep 12:46
154eae7
Compare
Choose a tag to compare

Prevent the hash used to instantiate a model from being modified by the model constructor.

v4.2.1

23 Sep 19:59
76225fa
Compare
Choose a tag to compare

Remove inspect call from method_missing for performance reasons.

v4.2.0

24 Jun 19:21
d7a4554
Compare
Choose a tag to compare

adds an #each_element method to FHIR::Model so that resources can be easily iterated over. (#89)

v4.1.2

31 Mar 01:23
733c990
Compare
Choose a tag to compare

Updates the published gem's metadata to include license information to support dependency license scanning.

v4.1.1

16 Nov 20:58
d3975bb
Compare
Choose a tag to compare

Minor fix to FHIRPath engine.

v4.1.0

08 Apr 19:46
c1fa5bc
Compare
Choose a tag to compare
  • Fix invalid ValueSet expansions.
  • Rename FluentPath to FHIRPath
  • Upgrade models to FHIR R4 v4.0.1

v4.0.2

27 Sep 16:42
6a68c27
Compare
Choose a tag to compare
  • Allow initialization of resources with a single FHIR::Model instance as the element value
  • Explicitly require JSON
  • Update validation for quantity and coding terminology

v4.0.1

26 Aug 15:09
4504d92
Compare
Choose a tag to compare

Dependency updates.