fhir 0.0.4

HL7 FHIR data models
Documentation
fhir-0.0.4 has been yanked.

Rust SDK for HL7 FHIR

crates.io build

This library is auto generated from HL7 FHIR Definitions

Getting Started

use fhir;

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

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.