Fhir Models Versions Save

FHIR Resource Models

v4.2.2

1 year ago

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

v4.2.1

2 years ago

Remove inspect call from method_missing for performance reasons.

v4.2.0

2 years ago

adds an #each_element method to FHIR::Model so that resources can be easily iterated over. (https://github.com/fhir-crucible/fhir_models/pull/89)

v4.1.2

3 years ago

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

v4.1.1

3 years ago

Minor fix to FHIRPath engine.

v4.1.0

4 years ago
  • Fix invalid ValueSet expansions.
  • Rename FluentPath to FHIRPath
  • Upgrade models to FHIR R4 v4.0.1

v4.0.2

4 years ago
  • 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

4 years ago

Dependency updates.

v4.0.0

5 years ago

Update to FHIR R4.

v3.0.4

5 years ago

Upgrades ported from fhir_dstu2_models to bring feature and API parity to the two libraries. Updates are primarily associated with profile validation.