An open API service indexing awesome lists of open source software.

https://github.com/beda-software/vscode-fhirpath

VScode extension for syntax highlighting for fhirpath
https://github.com/beda-software/vscode-fhirpath

Last synced: over 1 year ago
JSON representation

VScode extension for syntax highlighting for fhirpath

Awesome Lists containing this project

README

          

# fhirpath-lang

Syntax highlight extension for fhirpath for VScode

## Features

- Available for .fhirpath file extension
- Embedded to .yaml files (under expression keyword)
- Embedded to .fsh files (inside `[[blocks]]`)

## Release Notes

## 0.3.1

- Add support for FHIRPath Mapping Language embedded expressions

## 0.1.7

- Embed to FSH (FHIR ShortHand) files to `[[blocks]]``
- Fix YAML inline embedding

### 0.1.5

- Prepare extension for marketplace

### 0.1.0

- Improve fhirpath in yaml highlighting in expression only (including double quoted and blocks)

### 0.0.1

- Initial release