FHIRModels icon indicating copy to clipboard operation
FHIRModels copied to clipboard

Swift library for FHIR® resource data models

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

documentation

I think I'm going crazy here but after importing ``` import ModelsDSTU2 import ModelsR4 ``` in a project it stops compiling with some obscure errors. From what I can make...

bug

I am trying to integrate my app with FHIRModels (specifically R4) and am finding that adding the library to an app adds up to 30MB to the app. This app...

enhancement
question

### Current Situation effectively none of the APIs in FHIRModels can be inlined by apps/packages using the FHIRModels package. this is can become very painful, especially e.g. when creating a...