{"id":19615454,"url":"https://github.com/qligier/jetbrains-plugin-fss","last_synced_at":"2026-03-18T00:04:16.431Z","repository":{"id":87296173,"uuid":"566018074","full_name":"qligier/jetbrains-plugin-fss","owner":"qligier","description":"FHIR® and SUSHI Support plugin for JetBrains IDEs","archived":false,"fork":false,"pushed_at":"2025-12-22T07:57:22.000Z","size":4147,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-23T08:46:31.075Z","etag":null,"topics":["fhir","fsh","ig","jetbrains","jetbrains-plugin","publisher"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/25435-fhir-and-sushi-support","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qligier.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-14T20:00:13.000Z","updated_at":"2025-12-21T20:13:34.000Z","dependencies_parsed_at":"2024-09-12T01:48:41.856Z","dependency_job_id":"f4f2e783-b5af-4d99-a393-850f2a3700a8","html_url":"https://github.com/qligier/jetbrains-plugin-fss","commit_stats":null,"previous_names":["qligier/jetbrains-plugin-fss","qligier/jetbrains-plugin-fhir"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/qligier/jetbrains-plugin-fss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fjetbrains-plugin-fss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fjetbrains-plugin-fss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fjetbrains-plugin-fss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fjetbrains-plugin-fss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qligier","download_url":"https://codeload.github.com/qligier/jetbrains-plugin-fss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fjetbrains-plugin-fss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30636705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T23:56:54.546Z","status":"ssl_error","status_checked_at":"2026-03-17T23:56:28.952Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["fhir","fsh","ig","jetbrains","jetbrains-plugin","publisher"],"created_at":"2024-11-11T10:56:51.268Z","updated_at":"2026-03-18T00:04:16.423Z","avatar_url":"https://github.com/qligier.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![FHIR® and SUSHI Support Logo](src/main/resources/META-INF/pluginIcon.svg) JetBrains Plugin: FHIR® and SUSHI Support\n\n\u003c!-- Plugin description --\u003e\nA plugin that add supports for the [FHIR Shorthand language](https://build.fhir.org/ig/HL7/fhir-shorthand/index.html)\n(_FSH_), the [IG Publisher](https://github.com/HL7/fhir-ig-publisher) and [SUSHI](https://github.com/FHIR/sushi/)\ntools.\n\u003c!-- Plugin description end --\u003e\n\n\u003cp align=\"center\"\u003e\n\n![GitHub](https://img.shields.io/github/license/qligier/jetbrains-plugin-fss?style=flat-square)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/qligier/jetbrains-plugin-fss?style=flat-square)\n![GitHub last commit](https://img.shields.io/github/last-commit/qligier/jetbrains-plugin-fss?style=flat-square)\n![JDK 17](https://img.shields.io/badge/JDK-17-blue?style=flat-square)\n[![JETBRAINS-Marketplace](https://img.shields.io/badge/JETBRAINS-Marketplace-f8015f)](https://plugins.jetbrains.com/plugin/25435-fhir-and-sushi-support)\n\u003c/p\u003e\n\n## FHIR® and SUSHI Support\n\nThis plugin adds, for FSH files:\n\n- Syntax highlighting;\n- Block and line commenting actions (`Comment with Line Comment` and `Comment with Block Comment`).\n\nFor the `ig.ini` file:\n\n- Syntax highlighting;\n- Auto-completion of the `IG.template` property value;\n- Annotations for missing required properties.\n\nFor the `sushi-config.yaml` file:\n\n- Annotations for the following issues:\n    - Duplicate properties with different casing (e.g., `releaseLabel` and `releaselabel`);\n    - Properties used with a too-old FHIR version (e.g., `copyrightLabel` with FHIR R4);\n- Auto-completion for some properties (through a JSON Schema);\n- Validation of some property values (through a JSON Schema).\n\n### Screenshots\n\n\u003ctable\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n        \u003ca href=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/fsh1.png\"\u003e\n            \u003cimg src=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/fsh1.png\" alt=\"FSH (1)\"/\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n        \u003ca href=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/fsh2.png\"\u003e\n            \u003cimg src=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/fsh2.png\" alt=\"FSH (2)\"/\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n        \u003ca href=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/igini1.png\"\u003e\n            \u003cimg src=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/igini1.png\" alt=\"ig.ini (1)\"/\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n        \u003ca href=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/igini2.png\"\u003e\n            \u003cimg src=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/igini2.png\" alt=\"ig.ini (2)\"/\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n        \u003ca href=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/sushi-config1.png\"\u003e\n            \u003cimg src=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/sushi-config1.png\" alt=\"sushi-config.yaml (1)\"/\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n        \u003ca href=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/sushi-config2.png\"\u003e\n            \u003cimg src=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/sushi-config2.png\" alt=\"sushi-config.yaml (2)\"/\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n        \u003ca href=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/sushi-config1.png\"\u003e\n            \u003cimg src=\"https://raw.githubusercontent.com/qligier/jetbrains-plugin-fss/refs/heads/master/.github/images/sushi-config1.png\" alt=\"sushi-config.yaml (3)\"/\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n### Notice\n\nThe logo is derived from [Burn Fire Flame Hot](https://www.svgrepo.com/svg/404501/burn-fire-flame-hot), published\nunder [Creative Commons Zero](https://creativecommons.org/publicdomain/zero/1.0/) license.\n\n_FHIR® is the registered trademark of HL7 and is used with the permission of HL7._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqligier%2Fjetbrains-plugin-fss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqligier%2Fjetbrains-plugin-fss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqligier%2Fjetbrains-plugin-fss/lists"}