Crate fhirbolt_serde
source ·Expand description
(De)serialize FHIR resources from and to JSON and XML.
Modules
- Conversion between element model and model structs.
- Deserialize and serialize FHIR resources to and from JSON.
- Deserialize and serialize FHIR resources to and from XML.
Structs
- Deserialization configuration options.
- Context for deserialization.
- Context for serialization.
Enums
- The deserializer supports different operating modes. The default mode is strict.
Traits
- Marker trait for all types representing FHIR resources.