//! decimal
//!
//! URL: http://hl7.org/fhir/StructureDefinition/decimal
//!
//!
//!
//! FHIR R3: <https://hl7.org/fhir/STU3/>
//! `decimal` is defined identically in every modelled release, so the type
//! lives at the crate root ([`crate::decimal`]) and each release re-exports
//! it. Its precision is preserved lexically — see spec 02 (R2.2).
pub use crate::decimal::{Decimal, DecimalError};