fhir 4.1.2

Fast Healthcare Interoperability Resources (FHIR®) data model for Rust: the complete FHIR R2-R6 resources, datatypes, and code systems as serde-serializable types, plus cross-release conversion and a spec-driven code generator. HL7®, and FHIR® are the registered trademarks of Health Level Seven International and their use of these trademarks does not constitute an endorsement by HL7. This project is an independent work.
1
2
3
4
5
6
7
8
9
{
    "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "venue"
    },
    "valueCodeableConcept" : {
        "text" : "for CCDA Usage"
    }
}