//! Test infrastructure for the persistence layer.
//!
//! This module provides reusable test utilities, traits, and macros for testing
//! storage backends across the full FHIR specification.
// Re-export commonly used items
pub use *;
pub use *;
pub use *;
pub use *;