Skip to content

itsbalamurali/rust-fhir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust SDK for HL7 FHIR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published