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: about 1 month 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T17:42:06.000Z (about 1 year ago)
- Last Synced: 2024-04-14T00:59:48.543Z (about 1 year 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: 7.84 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# recruIT
[](https://api.securityscorecards.dev/projects/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:latestroot@eddc76b8b235:/usr/src/build# ./_genonce.sh
```## Contributing
See [CONTRIBUTING.md](docs/development/contributing.md)