Rust SDK for HL7 FHIR

crates.io build

This library is auto generated from HL7 FHIR Definitions

Getting Started

```rust use fhir;

fn main() { let patient = fhir::models::r4::Patient { ..Default::default() }; let patientjson = serdejson::tostring(&patient); println!("{}", patientjson); } ```

License

Apache License 2.0

Credits

Oliver Clark Rickard

Etienne Prothon

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.