Minimal FHIR standard models and data types for iOS
Minimal FHIR standard models and data types for iOS.
Swift-FHIR was used as inspiration for this project
Apple-FHIR R4 models were (temporarily) ported over.
To install with Swift package manager, select your project’s Swift Packages tab, and add our repository url, either as ssh or https url:
https://github.com/d4l-data4life/d4l-fhir-ios.git
OR
[email protected]:d4l-data4life/d4l-fhir-ios.git
In the next step, select the latest version, and then import the Data4LifeFHIR
or ModelsR4
framework (or both) in your target.
Further documentation on how to use it can be found here
See changelog
We use Semantic Versioning as a guideline for our versioning.
Releases use this format: {major}.{minor}.{patch}
-
Breaking changes bump
{major}
and reset{minor}
&{patch}
-
Backward compatible changes bump
{minor}
and reset{patch}
-
Bug fixes bump
{patch}
You want to help or share a proposal? You have a specific problem? Read the following:
-
Code of conduct for details on our code of conduct.
-
Contributing for details about how to report bugs and propose features.
-
Developing for details about our development process and how to build and test the project.
Copyright (c) 2021 D4L data4life gGmbH / All rights reserved. Please refer to our License for further details.