${fhir_profiles_description}
Table of Contents
This Repo contains the fsh files to the published ${fhir_name} files on https://simplifier.net/${simplifier_repo} and a script to validate them.
See ReleaseNotes.md for all information regarding the (newest) releases.
Clone this project to your local machine.
To set up a development environment with support for FHIR profile compilation and validation:
- Ensure you have Docker installed on your machine.
- Clone the repository and open it in Visual Studio Code.
- When prompted, reopen the project in a container. This will build the Docker container based on the provided
Dockerfile
. - The container includes:
- Firely Terminal for FHIR operations.
- SUSHI for compiling FHIR Shorthand (FSH) files.
- HAPI FHIR Validator for validating FHIR profiles.
- The
codfsh
VS Code extension is also installed in the container for an enhanced FHIR profile development experience. - Once the container is built and running, you can use the integrated terminal in VS Code to run SUSHI and the HAPI FHIR Validator.
Note: The codfsh
extension settings are pre-configured in the .devcontainer/devcontainer.json
file to use the correct paths for the HAPI Validator and its configuration.
If you want to contribute, please check our CONTRIBUTING.md.
Copyright [yyyy] gematik GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.