fhir_dart 0.1.5
fhir_dart: ^0.1.5 copied to clipboard
A Dart package that provides full support for all FHIR (Fast Healthcare Interoperability Resources) R4 resources in Dart, enabling parsing, manipulation, and serialization.
0.1.0 #
- all r4 objects with testing has been added
0.1.1 #
- format dart files to adhere to pub.dev standards
0.1.2 #
- update package description
0.1.3 #
- fix : casting to Map<String, dynamic> in non web environments
0.1.4 #
- add resource type to r4 objects as needed for bundles serialization
0.1.5 #
- lint fixes