CardinalKit

0.3.5

Open-source framework for rapid development of modern, interoperable digital health applications.
StanfordBDHG/CardinalKit

What's New

0.3.5

2023-03-07T08:15:17Z

What's Changed

Full Changelog: 0.3.4...0.3.5

CardinalKit

Build and Test codecov DOI

An open-source framework for the rapid development of modern, interoperable digital health applications.

For more information, please refer to the API documentation.

The CardinalKit Architecture

CardinalKit introduces a standards-based modular approach to building digital health applications. A standard builds the shared repository of data mapped to a common understanding that is used to exchange data between CardinalKit modules.

We differentiate between five different types of modules:

  • Standard: Acts as a shared repository and common ground of communication between modules. We, e.g., provide the FHIR standard as a great standard to build your digital health applications.
  • Data Sources: Provide input to a standard and utilize the standard's data source registration functionality and adapters to transform data into the standardized format. Examples include the HealthKit data source.
  • Data Source User Interfaces: Data source user interfaces are data sources that also present user interface components. This, e.g., includes the questionnaire module in the CardinalKit Swift Package.
  • Data Storage Providers: Data storage providers obtain elements from a standard and persistently store them. Examples include uploading the data to a cloud storage provider such as the Firebase module.
  • Research Application User Interface: Research application user interfaces display additional context in the application and include the onboarding, consent, and contacts modules to display great digital health applications.

System Architecture of the CardinalKit Framework

The API documentation includes a selector to switch between the different Swift Package Manager Targets, allowing you to explore the different modules that are included in the CardinalKit repository.

The CardinalKit Template Application

The CardinalKit Template Application provides a great starting point and example about using the different CardinalKit modules.

Contributing

Contributions to this project are welcome. Please make sure to read the contribution guidelines and the contributor covenant code of conduct first.

License

This project is licensed under the MIT License. See Licenses for more information.

Stanford Byers Center for Biodesign Logo Stanford Byers Center for Biodesign Logo

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

Last updated: Fri Mar 24 2023 04:56:43 GMT-0500 (GMT-05:00)