FHIRModels
FHIRModels copied to clipboard
Swift library for FHIR® resource data models
Any plans for implementing extensible value sets? According to the [specs](https://www.hl7.org/fhir/terminologies.html#extensible) they shall be used if possible: _To be conformant, the concept in this element SHALL be from the specified...
Do the models work with XML based FHIR resources? If so are there any examples on this? Does it work with stream-based XMLParser?
Currently, I'm working on my pet project, and I've turned on `SWIFT_STRICT_CONCURRENCY = complete` for my project. And here's what the compiler gives me: I think it would be good...
Trying to build the project with Xcode 14.3 (or 14.3.1) as Swift PM module for a watchOS App fails on M1 Max & M2 Pro with the following error: ```...