Crate fhir_model

Source
Expand description

§FHIR Models.

This is a sub-crate of fhir-sdk. Please take a look at the main crate for more documentation.

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§

Base64Binary
FHIR base64Binary type. Wraps binary data and serializes to base64 strings.
BuilderError
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
WrongResourceType
Wrong resource type for conversion to the specified type.

Enums§

Date
FHIR date type: https://hl7.org/fhir/datatypes.html#date
DateFormatError
Error that may occur during the String to Date conversion
DateTime
FHIR dateTime type: https://hl7.org/fhir/datatypes.html#dateTime
ParsedReference
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.