This library is auto generated from HL7 FHIR Definitions
```rust use fhir;
fn main() { let patient = fhir::models::r4::Patient { ..Default::default() }; let patientjson = serdejson::tostring(&patient); println!("{}", patientjson); } ```
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.