Giter Site home page Giter Site logo

fhir-indexer's Introduction

FHIR APIs Indexing with ZIO

Table of Contents

Introduction

Welcome to the FHIR Indexing with ZIO and HAPI FHIR repository! This open-source project aims to provide a robust and efficient solution for indexing FHIR (Fast Healthcare Interoperability Resources) based APIs. The project leverages the power of the ZIO framework to handle concurrency and asynchronicity, while wrapping around the widely-used HAPI FHIR library for working with FHIR resources.

Features

  • Asynchronous and Concurrent Indexing: The project takes advantage of ZIO's powerful concurrency model to efficiently index FHIR resources from multiple APIs simultaneously.

  • Modular and Extensible Design: The codebase is structured in a modular way, allowing easy extension and customization to fit different FHIR-based API implementations.

  • Authentication Support: The library supports various authentication mechanisms for accessing secure FHIR endpoints, ensuring data privacy and security.

  • Resource Filtering and Transformation: Users can define custom filters and transformations to tailor the indexing process according to their specific requirements.

Installation

SBT

libraryDependencies += "io.github.royashcenazi" % "fhir-indexer" % "v0.0.2"

Maven

   <dependency>
        <groupId>io.github.royashcenazi</groupId>
        <artifactId>fhir-indexer</artifactId>
        <version>v0.0.2</version>
    </dependency>

Usage

See an example of usage in /src/main/scala/io.github.royashcenazi.fhir.indexer.ZioApp

Contributing

We welcome contributions to the FHIR Indexing project! If you find any issues or have ideas for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute the code as per the terms mentioned in the license.


We hope that our FHIR Indexing library proves to be a valuable tool in your FHIR-based projects. If you have any questions or need support, please don't hesitate to reach out to us through the issue tracker.

Happy indexing!

fhir-indexer's People

Contributors

royashcenazi avatar

Stargazers

 avatar JulianPani avatar Anton avatar Rotem Erlich avatar

Watchers

 avatar

fhir-indexer's Issues

Add examples

Create more elaborate examples using the library for various use-cases (streaming data/ saving it to database, etc)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.