| Crates.io | fhir |
| lib.rs | fhir |
| version | 0.0.6 |
| created_at | 2022-04-25 07:49:44.552943+00 |
| updated_at | 2022-08-03 20:32:09.857117+00 |
| description | HL7 FHIR data models |
| homepage | |
| repository | https://github.com/itsbalamurali/rust-fhir |
| max_upload_size | |
| id | 573695 |
| size | 5,987,330 |
This libraries are auto generated from googles fhir protobufs: https://github.com/google/fhir
use fhir;
fn main() {
let patient = fhir::r4::core::Patient {
..Default::default()
};
let patient_json = serde_json::to_string(&patient);
println!("{}", patient_json);
}
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.