Skip to content

BIH-CEI/fasade-on-fhir

Repository files navigation

Fasade on FHIR

Python application

Workflow

Multiple parts:

  • REDCap interface to request data using the REDCap API
    • using pycap
  • Mapping from REDCap records to FHIR resources
    • dynamic specification from e.g. YAML file
  • FHIR interface to provide read-access for resources
  • Authentication (binding Charite AD)

@startuml object REDCap object REDCapInterface object Mapping object FHIRInterface

REDCap <- REDCapInterface REDCapInterface <- Mapping Mapping <- FHIRInterface @enduml

Start

From Source

Start with

uvicorn api:app --reload

Package

Install this repository as Python package using

pip install git+https://github.com/BIH-CEI/fasdade-on-fhir@v0.1.0#egg=fasadeonfhir

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages