- Expose IResource and IDomainResource interfaces
- enums weren't exported ^^''
- Remove namespaces behind R4
- Reactivate scalars in all objects
- Update all objects according last R4 definition
- Delete build folder before publish
- Fix missing interfaces in export
- Add 2911 tests case
- Fix some enums
- Updating R4 definition with new objects
- Fix some enums (not enought)
#4.0.4
- solve union issue with io-ts
- Add scalars that check value against regexp
- Implement FHIR Resources with io-ts
- You can now validate your json and strongly type data.
known limitation Currently an issue occurs with io-ts union that prevent the use caontained property of FHIR Resources. So for now there are deactivated.
- Fix: properties are now lowercase as FHIR spec
- Fix: Enum generation
- Create model for FHIR R4 Resources