Skip to content

marcel-basel/vscode-fhir-tools

 
 

Repository files navigation

vscode-fhir-tools

Vscode-fhir-tools is an open-source extension for Visual Studio Code that implement some tools for the FHIR® standard created by Yannick Lagger. This project is not affiliated with, or approved or sponsored by, HL7.

FHIR® is the registered trademark of HL7 and is used with the permission of HL7. Use of the FHIR trademark does not constitute endorsement of this product by HL7.

See the release notes for the full set of changes

Features

Convert XML FHIR resource to JSON

Convert XML FHIR resource to JSON

  • Right click on xml resource
  • Select "FHIR xml to json

Convert JSON FHIR resource to XML

Convert JSON FHIR resource to XML

  • Right click on json resource
  • Select "FHIR json to xml

Validate FHIR resource (XML or JSON)

Validate FHIR resource

  • Right click on json or xml resource
  • Select "FHIR validate resource" - The terminal will launch and validate the resource

Validate FHIR resource with multiple paramaters

Validate FHIR resource with params

  • Right click on json or xml resource
  • Select "FHIR validate resource (with params)"
  • Set parameters to the inputbox
  • The terminal will launch and validate the resource

Fhirpath search on resource

Fhirpath tool

  • Right click on json or xml resource
  • A new panel on the right side will open
  • You can then try your fhirpath queries and immediatly see the result

Requirements

The resource validation use the official FHIR validator. For this reason you must have JAVA jre installed and in your path.

Known Issues

At the moment there are no known issues. If you find some issues please create an issue on github

Licence

Copyright (C) Yannick Lagger, Switzerland. Fhir-tools is released under the Apache-2.0

Other used open source project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.5%
  • HTML 11.5%