fhir-model 0.13.0

FHIR Software Development Kit. Library for interfacing with FHIR.
Documentation
1
2
3
4
5
6
7
//! Code definitions.

#[rustfmt::skip] // Too much for rustfmt
#[allow(clippy::doc_lazy_continuation, reason = "Comments from FHIR spec")]
mod generated;

pub use generated::*;