JetBrains IDE plugin for FHIR R4 healthcare data tooling. Open source under Apache 2.0.
- Marketplace: https://plugins.jetbrains.com/plugin/31676-fhir-toolkit
- Launch write-up: FHIR Toolkit — bringing FHIR R4 development into JetBrains IDEs (what's inside v0.1 + v0.2, implementation notes)
The actual plugin source lives in plugin/. See plugin/README.md for installation, features, and usage.
fhir-intellij-plugin/
├── plugin/ ← IntelliJ plugin source (the shipped artifact)
├── samples/ ← real FHIR R4 sample resources for testing
│ ├── patient/
│ ├── observation/
│ ├── encounter/
│ ├── bundle/
│ ├── practitioner/
│ ├── organization/
│ ├── condition/
│ ├── medicationrequest/
│ ├── composition/
│ ├── diagnosticreport/
│ ├── operationoutcome/
│ ├── invalid/ ← deliberately-broken fixtures for validator stress tests
│ └── scratch/ ← scratch zone for sandbox experiments
└── reference/
├── fhir-quickref.md ← FHIR R4 cheat sheet
└── links.md ← curated specs, libraries, and community links
- Canonical examples from hl7.org/fhir/R4 — official, stable, named
- HAPI test server bundles from hapi.fhir.org/baseR4 — real-world, varied, good for stress testing
Both are public and free to use for testing.