- Issue: AttributeError: 'NoneType' object has no attribute '__resource_type__' https://github.com/nazrulworld/fhir.resources/issues/164#issuecomment-2338404044
0.1.0b8
--------------------
- YAML dump & validate options are added into FHIRAbstractModel.
0.1.0b7
--------------------
- typing hint added for the function ´´create_fhir_type´´ and ´´create_fhir_element_or_resource_type´´.
0.1.0b6
--------------------
- Core configurations for types ``Id`` & ``String`` are coming from constraint module.
- Default maximum char length ``Id`` is now 255.
0.1.0b5
--------------------
- Fixes the function that is checking is_primitive, as missing bytes and bytesarray are added.