Skip to content

d4l-data4life/d4l-fhir-ios

Repository files navigation

About The Project

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.

Installation

Swift Package Manager

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

git@github.com: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.

Documentation

Further documentation on how to use it can be found here

Changelog

See changelog

Versioning

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}

Contributing

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.