fhir 1.2.0

Fast Healthcare Interoperability Resources (FHIR) data model for Rust: the complete FHIR R5, R4, and R3 resources, datatypes, and code systems as serde-serializable types, plus a spec-driven code generator.
1
2
3
4
5
6
{
    "code" : "priority",
    "description" : "The priority with which to choose this mapping over the other mappings for the same code",
    "type" : "string",
    "uri": "http://example.org/property/"
}