Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>vscode-language-fshNew to Visual Studio Code? Get it now.

vscode-language-fsh

Standard Health Record

|
869 installs
| (0) | Free
VSCode FHIR Shorthand (FSH) Language Support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FSH Language Support for VS Code

A language support extension for the FHIR Shorthand (FSH) language.

How to Download

In Visual Studio Code, go to the VS Code Extension Marketplace and download the vscode-language-fsh extension. Once activated, this extension's features should be automatically implemented.

Language Features

Syntax Highlighting

FSH Syntax

FSH files automatically have syntax highlighting applied. This allows for easier reading and writing of FHIR Shorthand.

Snippets

FSH Snippets

FSH Snippets make creating new FSH items a breeze! Snippets automatically add relevant keywords and placeholders so you can easily enter all of the recommended metadata for a FSH definition. Snippets will even auto-create your Id and Title for you based on the name.

To use snippets, type one of the trigger phrases, hit the <TAB> or <ENTER> key, type in the first field value, and hit the <TAB> key to move to the next placeholder. All FSH snippets always stop at the first rule in the definition.

Trigger FSH Item Keywords
pro Profile Profile, Parent, Id (auto), Title (auto), Description
ext Extension Extension, Id (auto), Title (auto), Description
vs ValueSet ValueSet, Id (auto), Title (auto), Description
cs CodeSystem CodeSystem, Id (auto), Title (auto), Description
inst Instance Instance, InstanceOf, Usage (choice), Title (auto), Description

Compile and Run (for Developers)

  • run npm install in this folder. This installs all necessary npm modules in both the client and server folder
  • open VS Code on this folder.
  • Switch to the Debug viewlet.
  • Select Extension from the drop down.
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft