https://github.com/onconova/fhir
Onconova FHIR Implementation Guide (IG)
https://github.com/onconova/fhir
cancer fhir fhir-implementation-guide interoperability oncology
Last synced: about 1 month ago
JSON representation
Onconova FHIR Implementation Guide (IG)
- Host: GitHub
- URL: https://github.com/onconova/fhir
- Owner: onconova
- License: mit
- Created: 2025-10-15T14:05:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T07:52:53.000Z (about 2 months ago)
- Last Synced: 2026-04-15T09:38:57.091Z (about 2 months ago)
- Topics: cancer, fhir, fhir-implementation-guide, interoperability, oncology
- Language: GLSL
- Homepage: https://onconova.github.io/fhir/
- Size: 1020 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Onconova FHIR Implementation Guide (IG)
This repository contains the Onconova FHIR Implementation Guide (IG), which defines FHIR profiles, extensions, and implementation guidance for Onconova's clinical and research data exchange. The IG is built using HL7 FHIR tools and follows FHIR community best practices.
## Overview
The Onconova FHIR IG provides:
- FHIR profiles and extensions for Onconova use cases
- Example resources and implementation notes
- Guidance for implementers and integrators
## Prerequisites
Before you begin, ensure you have the following installed:
- [Node.js](https://nodejs.org/) (v14 or higher recommended)
- [npm](https://www.npmjs.com/)
- [Java JRE](https://www.java.com/) (required for IG Publisher)
- [Git](https://git-scm.com/)
## Installation
1. Clone this repository:
```shell
git clone https://github.com/onconova/fhir.git onconova-fhir-ig
cd onconova-fhir-ig
```
2. Install FHIR SUSHI and IG Publisher:
```shell
npm install -g fsh-sushi
source _updatePublisher.sh -y
```
## Build IG
To build the Implementation Guide, run:
```shell
./_genonce.sh
```
## Usage
- Edit FSH files in the `input/` directory to define profiles, extensions, and examples.
- Run SUSHI to convert FSH to FHIR JSON:
```shell
sushi
```
- Use the IG Publisher to build and validate the IG as shown above.
## Contributing
Contributions are welcome! To contribute:
1. Fork the repository
2. Create a new branch for your feature or fix
3. Make your changes and commit them
4. Open a pull request describing your changes
Please follow FHIR and Onconova coding guidelines.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.