https://github.com/miracum/recruit
A Cloud-Native Clinical Trial Recruitment Support System based on HL7 FHIR® and the OMOP CDM
https://github.com/miracum/recruit
clinical-trial-management-system clinical-trials docker-compose fhir hl7-fhir kubernetes mkdocs omop omop-cdm
Last synced: 11 months ago
JSON representation
A Cloud-Native Clinical Trial Recruitment Support System based on HL7 FHIR® and the OMOP CDM
- Host: GitHub
- URL: https://github.com/miracum/recruit
- Owner: miracum
- License: agpl-3.0
- Created: 2022-05-19T17:09:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T19:07:00.000Z (12 months ago)
- Last Synced: 2025-07-10T04:50:55.315Z (12 months ago)
- Topics: clinical-trial-management-system, clinical-trials, docker-compose, fhir, hl7-fhir, kubernetes, mkdocs, omop, omop-cdm
- Language: Java
- Homepage: https://miracum.github.io/recruit
- Size: 9.43 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Citation: CITATION.cff
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ohdsi - recruit - Clinical trial recruitment system using FHIR and OMOP. (FHIR Integration / Database Connectivity)
README
# recruIT
[](https://scorecard.dev/viewer/?uri=github.com/miracum/recruit)
[](https://slsa.dev)

See the documentation site at for more information.
## Build Documentation
The static documentation site is build using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
See the [official installation instructions](https://squidfunk.github.io/mkdocs-material/getting-started/#installation)
for installing the `mkdocs` tool.
Then you can just run the following to build and serve the documentation locally and open your browser at .
```sh
mkdocs serve
```
## Build FHIR IG
```sh
docker run --rm -it -v $PWD/fhir-ig:/usr/src/build ghcr.io/miracum/ig-build-tools:latest
root@eddc76b8b235:/usr/src/build# ./_genonce.sh
```
## Contributing
See [CONTRIBUTING.md](docs/development/contributing.md)