This repository serves to host the developed FHIR® profiles for the project MOPED.
The rendered version of the current version of the MOPED Implementation Guide will be published at https://fhir.hl7.at/r5-ELGA-MOPED-main/index.html. The publishing is done fully automatically after every successful merge to master.
Following link contains all current definitions on the main branch to download: https://github.com/HL7Austria/hl7austria.github.io/tree/pages/r5-ELGA-MOPED-main
To contribute to this project, please follow the steps below to ensure a smooth and collaborative workflow:
Open or Select an Issue
Create a Feature Branch
issue-number-description
, e.g., 12-adding-profile-for-coverage
. Do not include the '#' symbol before the issue number. This helps in linking the branch with the Issue for better traceability.Implement Your Changes
Preview Your Changes Locally
sh _genonce.sh
to generate the updated version of the project locally. Open the generated output/index.html
file in your browser to review your work.Commit Changes
#issue-number-description
, e.g., 12-added-coverage-profile
summarizing the changes. Remember to commit frequently, especially after significant updates.Push Your Branch
Submit a Pull Request
Check Automated Tests
Request Review
review
to notify team members that it's ready for evaluation.