FHIRModels icon indicating copy to clipboard operation
FHIRModels copied to clipboard

Swift library for FHIR® resource data models

Results 7 FHIRModels issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Do the models work with XML based FHIR resources? If so are there any examples on this? Does it work with stream-based XMLParser?

documentation
enhancement

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...

wontfix

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: ```...