Plone.app.fhirfield

Latest version: v4.2.1

Safety actively analyzes 628903 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

3.1.0

------------------

Breakings

- Drop support python version until 3.6.x

- ``FhirResource.get_fhir_version`` been changed to ``FhirResource.get_fhir_release`` and no longer returns Enum member instead just string value.

- One of required ``FhirResource`` init parameter ``fhir_version`` has been changed to ``fhir_release``.

Removed Helper Functions

- ``plone.app.fhirfield.helpers.resource_type_str_to_fhir_model`` use ``fhirpath.utils.lookup_fhir_class``.

- ``plone.app.fhirfield.helpers.search_fhir_model`` use ``fhirpath.utils.lookup_fhir_class_path``

- ``plone.app.fhirfield.helpers.import_string`` use ``fhirpath.utils.import_string``

3.0.0

------------------

Improvements

- Elasticsearch mappings are updated with correct value.

3.0.0b2

--------------------

Newfeatures

- Fully compatiable with `collective.fhirpath`_.

- It is possible to provide custom index mapping through ``FhirResource`` field.

Breakings

- ``fhir_version`` value is manadatory, so you have provide fhir version number.

Deprecations

- Using PluginIndexes (EsFhirFieldIndex) has been deprecated.

- FHIR Search through ``portal_catalog`` has been deprecated.

- Using elasticsearch mapping from this project has been deprecated.

3.0.0b1

--------------------

Newfeatures

- `FHIRPath`_ support added through `collective.fhirpath`_.

- Now supports Elasticsearch server version ``6.8.3``.


Breakings

- Drop support python 2.x.x.

2.0.0

------------------

Newfeatures

- `Issue14 <https://github.com/nazrulworld/plone.app.fhirfield/issues/14>`_ Now reference query is powerful yet!
It is possible now search by resourceType only or mixing up.

- `Issue21 <https://github.com/nazrulworld/plone.app.fhirfield/issues/21>`_ One of the powerful feature added, IN/OR support in search query.
Now possible to provide multiple values separated by comma.

Breakings

- Drop support Elastic server version 2.3.x.


Bugfixes

- Important fix for ``Quantity`` search type, now value prefix not impact on other (unit, system). Additionally
also now possible to search by unit or system and code (without value)

1.0.0

------------------

Breaking

- Drop ``fhirclient`` dependency, instead make ``fhir.resources`` dependency.
- ``collective.elasticsearch`` version minimum version ``2.0.5`` has been pinned.

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.