{"id":18985621,"url":"https://github.com/gematik/spec-templateforsimplifierprojects","last_synced_at":"2026-02-25T21:32:32.476Z","repository":{"id":61238517,"uuid":"530130040","full_name":"gematik/spec-TemplateForSimplifierProjects","owner":"gematik","description":"Template for creating gematik FHIR profiles","archived":false,"fork":false,"pushed_at":"2024-12-27T09:16:13.000Z","size":21282,"stargazers_count":5,"open_issues_count":5,"forks_count":1,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-11-10T21:09:04.943Z","etag":null,"topics":["data","fhir","fsh","miscellaneous","template"],"latest_commit_sha":null,"homepage":"","language":"GLSL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gematik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-29T08:25:39.000Z","updated_at":"2025-10-02T07:58:08.000Z","dependencies_parsed_at":"2024-01-12T20:54:15.529Z","dependency_job_id":"f7c3f186-21fd-478c-b144-f6f7ca8b11b5","html_url":"https://github.com/gematik/spec-TemplateForSimplifierProjects","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/gematik/spec-TemplateForSimplifierProjects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gematik%2Fspec-TemplateForSimplifierProjects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gematik%2Fspec-TemplateForSimplifierProjects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gematik%2Fspec-TemplateForSimplifierProjects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gematik%2Fspec-TemplateForSimplifierProjects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gematik","download_url":"https://codeload.github.com/gematik/spec-TemplateForSimplifierProjects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gematik%2Fspec-TemplateForSimplifierProjects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29841592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T21:18:31.832Z","status":"ssl_error","status_checked_at":"2026-02-25T21:18:29.265Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","fhir","fsh","miscellaneous","template"],"created_at":"2024-11-08T16:27:26.529Z","updated_at":"2026-02-25T21:32:32.442Z","avatar_url":"https://github.com/gematik.png","language":"GLSL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" width=\"250\" height=\"47\" src=\"/Material/images/Gematik_Logo_Flag.svg\"/\u003e \u003cbr/\u003e \n\n\n# About\nThis template standardizes the development of fhir resources with .fsh resources. It should reduce time for setup and ease the development process.\n\nThe following features are provided:\n\n* Best practices for modeling fsh files [see /Resources/input/fsh folder](./Resources/input/fsh).\n* Scripted creation and validation of fsh files and the generated fhir resources using a Hapi validator. See [usage page](./USAGE.md).\n* Sorting of validation results by severity in subfolders.\n* Validation of committed fsh files via github-action with different validators (hapi, simplifier).\n# Installation\n\nHere you can find the [installation instructions](INSTALL.md)\n\n# Setup\nYou can browse through the [best practice files](./Resources/input/fsh) for some examples. Before you start specifying your own artifacts you have to\n* configure [sushi-config.yaml](./Resources/sushi-config.yaml) with the dependencies that your project needs. These will be placed in the ~/.fhir/packages directory\n* Set the current year in the LICENSE file (bottom of the page) AND the Readme_template.md\n\n## Remove template files\nBefore you can start working within your project you need to delete the best-practise files. Feel free to review them before deletion. You can either run [setup.sh](./scripts/setup.sh)\n\n```bash\nchmod u+x ./scripts/setup.sh \u0026\u0026 ./scripts/setup.sh\n```\nor you can execute these steps manually:\n* delete all files in [./Resources/input/fsh](./Resources/input/fsh)\n* delete all files in [./Resources/fsh-generated/resources](./Resources/fsh-generated/resources)\n* delete [downloaded_validation_script.sh](./scripts/downloaded_validation_script.sh)\n* delete [install_fhir_tools.sh](./scripts/install_fhir_tools.sh) when you have already installed the FHIR Tools by using this script. Otherwise do not delete now.\n* delete [this readme file](./README.md) and rename Readme_template.md with README.md\n\nFinally you will need to\n* Create or re-use the OSPO conform README which can be found in this repository [PROJECT_README.md](/PROJECT_README.md) too.\n* populate the new/renamed README.md with information for your repository.\n\n# Usage \u003ca name = \"usage\"\u003e\u003c/a\u003e\nInformation about using the preconfigured devontainer including sushi, hapi validator and the codfsh-Extension can be found in [usage page](./USAGE.md).\n\n# Help\n\nIf you find issues with this template project, please leave an issue or create a Pull Request via  the [template repository](https://github.com/gematik/spec-TemplateForSimplifierProjects).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgematik%2Fspec-templateforsimplifierprojects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgematik%2Fspec-templateforsimplifierprojects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgematik%2Fspec-templateforsimplifierprojects/lists"}