2个版本

0.0.6 2022年8月3日
0.0.5 2022年6月5日
0.0.3 2022年4月27日

#9 in #hl7

自定义许可

670KB
2K SLoC

Bazel 2K SLoC // 0.0% comments Rust 126 SLoC // 0.1% comments

Rust SDK for HL7 FHIR

crates.io build

此库由谷歌的FHIR protobuf自动生成: https://github.com/google/fhir

HL7 FHIR定义

入门指南

use fhir;

fn main() {
    let patient = fhir::r4::core::Patient {
            ..Default::default()
        };
    let patient_json = serde_json::to_string(&patient);
    println!("{}", patient_json);
}

许可证

Apache License 2.0

致谢

Ferdinand de Antoni

谷歌

贡献

除非你明确声明,否则根据Apache-2.0许可证定义,你故意提交的任何旨在包含在作品中的贡献,将按照上述方式许可,不附加任何额外条款或条件。

依赖项

~4–6.5MB
~118K SLoC