Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 2.97 KB

Readme_template.md

File metadata and controls

67 lines (50 loc) · 2.97 KB


${fhir_name} FHIR-Profiles

${fhir_profiles_description}

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

This Repo contains the fsh files to the published ${fhir_name} files on https://simplifier.net/${simplifier_repo} and a script to validate them.

Release Notes

See ReleaseNotes.md for all information regarding the (newest) releases.

Prerequisites

Clone this project to your local machine.

Installation

To set up a development environment with support for FHIR profile compilation and validation:

  1. Ensure you have Docker installed on your machine.
  2. Clone the repository and open it in Visual Studio Code.
  3. When prompted, reopen the project in a container. This will build the Docker container based on the provided Dockerfile.
  4. The container includes:
  5. The codfsh VS Code extension is also installed in the container for an enhanced FHIR profile development experience.
  6. 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.

Contributing

If you want to contribute, please check our CONTRIBUTING.md.

License

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.

Contact