Official website: https://fhirpath.me
Lately, I've been working a lot with FHIR IG and FHIR data. I frequently need to check the quality of data, extensions, etc. I found that FHIRPath is a perfect tool to manipulate FHIR data. Sometimes, I need to share the result of a FHIRPath expression for a target FHIR resource with my colleagues for work or educational purposes.
A lot of web services exist with the ability to run FHIRPath expressions. However, I couldn't find a service where I could easily get a resource through a URL, write a FHIRPath expression, and share it. So, I decided to implement it myself. The current version is under development and has many problems, but I hope you find it useful. It's open-source, so you can do anything you want with it.
If you have any ideas on how to improve it, you are welcome to share them. You can email me at prozskov@gmail.com or create an issue on GitHub.
Things that I want to add in the near future:
- Syntax highlighting for FHIRPath;
- Ability to set a color scheme;
- Ability to change the font size;
- Ability to share a custom FHIR resource, not only those available by URL.
Thanks,
Pavel Rozhkov
- Evaluate FHIRPath expressions online.
- Retrieve FHIR resources by link.
- Share your FHIRPath expressions with colleagues in one click.
- Open-source.
docker compose up
yarn install
yarn start
The UI will be available at http://localhost:3000.
- Found or want some new features? Feel free to create issues.
- Want to contribute? Feel free to fork the repository and send merge requests.
- Anything else? You can write an email to me at prozskov@gmail.com.
- Use the official website http://fhirpath.me.
- Use this source code.