- Breaking/Fixes: `PR48 <https://github.com/nazrulworld/fhir.resources/pull/48>`_ ``Resource.id`` type has been replaced with ``fhirtypes.Id`` from ``fhirtypes.String`` (only for R4) [ItayGoren]
- Fixes: constraints regex for fhirtypes ``Id``, ``Code``, ``Integer``, ``Decimal``, ``UnsignedInt``, ``PositiveInt`` and so on. [nazrulworld]
6.0.0
------------------
- Issue 21 Remaining resources are added. [iatechicken]
6.0.0b11
---------------------
- Fixes: wrong ``ClaimResponseAddItemAdjudicationType`` resource type name into ``DTSU2``.
6.0.0b10
---------------------
Improvements
- ``FHIRAbstractModel::add_root_validator`` is more improved and practical with proper validation, more now possible provide class method as root validator.
- Now supports of ``simplejson`` is available automatically (depends on importable) along side with ``orjson`` and default ``json`` library. Order of json serializer available (orjson -> simplejson(as fallback) -> json(as default)).
Breaking
- ``orjson`` is not available by default, have to use extra_require ``orjson`` to available that.
6.0.0b8
--------------------
- ``pydantic`` minimum version has been set to ``1.7.2``.