Files
hms/crates/erp-health/src/fhir/mod.rs
iven cde3a863a2
Some checks failed
CI / rust-check (push) Has been cancelled
CI / rust-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / security-audit (push) Has been cancelled
feat(health): FHIR 模块类型定义 + converter 依赖
2026-05-04 02:56:56 +08:00

6 lines
70 B
Rust

pub mod converter;
pub mod handler;
pub mod types;
pub use types::*;