- Nothing changed yet.
- Improves missing value validation message, as error type is now
model_field_validation.missing
.
- Improve validation error message.
- Version policy updated, now .bx suffix has been removed.
Fixes
- Business logic for None type validation against FHIR Model validator as None value is acceptable! Instead, you should make Pydantic field optional.
Fixes
- Issue: AttributeError: 'NoneType' object has no attribute '__resource_type__' nazrulworld/fhir.resources#164 (comment)
- YAML dump & validate options are added into FHIRAbstractModel.
- typing hint added for the function ´´create_fhir_type´´ and ´´create_fhir_element_or_resource_type´´.
- Core configurations for types
Id
&String
are coming from constraint module. - Default maximum char length
Id
is now 255.
- Fixes the function that is checking is_primitive, as missing bytes and bytesarray are added.
- Encoding is handled for Base64Binary type.
- Fixes extension serialization.
- Fixes the function that is checking is_primitive.
- Fixes validator for Resource & Element types.
Bugfixes
- Fixes pattern as string for some of primitives types. fx UriType.
- Fixes model serializer.
- The first beta release! and this release is not stable enough to use in production.