Changelog¶
0.6.1 (2020-09-09)¶
plone.app.fhirfield:default``has been added in dependency, so no need separete install of ``plone.app.fhirfield.
0.6.0 (2020-09-09)¶
Improvements
FHIRModelServiceMixinclass has been available underutilsmodule, which can be used with yourplone.restapiservices to response type asFhirModelaka pydantic’sBaseModelorplone.app.fhirfield.FhirFieldValueobject with the best possible effecient way.
0.5.0 (2020-08-18)¶
Improvements
Supports the revolutionary version of fhir.resources via fhirpath we may expect some refactor on your existing codebase because of some breaking changes, please see changes at
fhir.resources,plone.app.fhirfieldandfhirpath.Brings back support for Python version 3.6
Three configurations (
fhirpath.es.index.mapping.nested_fields.limit,fhirpath.es.index.mapping.depth.limit,fhirpath.es.index.mapping.total_fields.limit) based on plone registry has now been available.
0.4.0 (2020-05-15)¶
Breakings
As a part of supporting latest
fhirpathversion (from0.6.1), drop python version later than3.7.0.ElasticsearchEngineFactory.__call__’s argument namefhir_versionchanged tofhir_release.
0.3.0 (2019-11-10)¶
Improvements
ZCatalog featured fhir search added, from which you will get ZCatalog´s brain feature.
FhirFieldIndexnamed PluginIndex is now available.FHIR
STU3``and ``R4search mapping is now available.Others improvements that make able to use in production project (of course without guarantee.)
0.2.0 (2019-09-16)¶
first working versions, with lots of improvements.
0.1.0 (2019-09-06)¶
Initial release. [nazrulworld]