Crate fhir_model
source ·Expand description
Re-exports§
pub use time;
Modules§
- Revision 5 types of FHIR.
Macros§
- Run a macro for all activated FHIR versions to implement similar things for different FHIR versions.
Structs§
- FHIR
base64Binary
type. Wraps binary data and serializes to base64 strings. - Builder errors.
- FHIR instant type: https://hl7.org/fhir/datatypes.html#instant
- FHIR
integer64
type. Wraps an i64, but serializes and deserializes as string. - FHIR time type: https://hl7.org/fhir/datatypes.html#time
- Wrong resource type for conversion to the specified type.
Enums§
- FHIR date type: https://hl7.org/fhir/datatypes.html#date
- Error that may occur during the String to Date conversion
- FHIR dateTime type: https://hl7.org/fhir/datatypes.html#dateTime
- Parsed parts of a FHIR reference. Can be one of local reference, relative reference or absolute reference. The absolute reference is unchecked and can be anything, it is used as fallback.