Stream: cql
Topic: VS Code FHIR JSON Tooling version 0.0.1
JP (Dec 15 2021 at 22:44):
Relevant to CQL authors, we've released a preview for a new VS Code plugin that adds basic validation, autocomplete, and hover information for JSON FHIR resources in an ig.
It activates when it detects an ig.ini
file in the root workspace directory and uses the fhir-version
property in the ig.ini
file to determine the FHIR version to be used. FHIR versions 3, 4, and 5 are supported.
Some features are:
- Auto-completing resource references when writing test cases
- Auto-completing values where ValueSets are fixed
- Validation of dates, datetimes, urls, and other strings
- Hover providing details about resource properties
- Warnings if a resource is malformed
- Warnings if a resource id does not match filename
Known issues:
- Only base FHIR profiles supported
https://marketplace.visualstudio.com/items?itemName=cqframework.fhir-json
Please report any issues here:
https://github.com/cqframework/vscode-fhir-json/issues
Last updated: Apr 12 2022 at 19:14 UTC