2 releases
0.0.6 | Aug 3, 2022 |
---|---|
0.0.5 | Jun 5, 2022 |
0.0.3 |
|
#9 in #hl7
670KB
2K
SLoC
Rust SDK for HL7 FHIR
This libraries are auto generated from googles fhir protobufs: https://github.com/google/fhir
Getting Started
use fhir;
fn main() {
let patient = fhir::r4::core::Patient {
..Default::default()
};
let patient_json = serde_json::to_string(&patient);
println!("{}", patient_json);
}
License
Credits
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.
Dependencies
~4–6.5MB
~118K SLoC