Expand description
Re-exports§
pub use time;
Modules§
- r5
- Revision 5 types of FHIR.
Macros§
- for_
all_ versions - Run a macro for all activated FHIR versions to implement similar things for different FHIR versions.
Structs§
- Base64
Binary - FHIR
base64Binary
type. Wraps binary data and serializes to base64 strings. - Builder
Error - Builder errors.
- Instant
- FHIR instant type: https://hl7.org/fhir/datatypes.html#instant
- Integer64
- FHIR
integer64
type. Wraps an i64, but serializes and deserializes as string. - Time
- FHIR time type: https://hl7.org/fhir/datatypes.html#time
- Wrong
Resource Type - Wrong resource type for conversion to the specified type.
Enums§
- Date
- FHIR date type: https://hl7.org/fhir/datatypes.html#date
- Date
Format Error - Error that may occur during the String to Date conversion
- Date
Time - FHIR dateTime type: https://hl7.org/fhir/datatypes.html#dateTime
- Parsed
Reference - 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.