fhir

Crates.iofhir
lib.rsfhir
version0.0.6
sourcesrc
created_at2022-04-25 07:49:44.552943
updated_at2022-08-03 20:32:09.857117
descriptionHL7 FHIR data models
homepage
repositoryhttps://github.com/itsbalamurali/rust-fhir
max_upload_size
id573695
size5,987,330
Balamurali Pandranki (itsbalamurali)

documentation

https://docs.rs/fhir

README

Rust SDK for HL7 FHIR

crates.io build

This libraries are auto generated from googles fhir protobufs: https://github.com/google/fhir

HL7 FHIR Definitions

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

Apache License 2.0

Credits

Ferdinand de Antoni

Google

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.

Commit count: 69

cargo fmt