This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

FHIR Notepad++ Plugin Documentation

From HL7Wiki
Revision as of 21:16, 5 June 2018 by Michael donnelly (talk | contribs) (→‎Installation Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation about the FHIR Notepad++ Plugin

Installation Notes

  1. Download and install the plugin.
  2. Restart Notepad++ if it was already running.
  3. Choose Plugins > FHIR > View Toolbox, and dock it as convenient for you.

Functionality provided

  • conversion between json and xml formats
  • instance validation
  • narrative generation
  • FHIR Path analysis
  • connect to a server (including Smart on FHIR login)
  • fetch resource from server (driven by conformance statement)
  • post/put a resource to the server

Coming:

  • intellisense (maybe)
  • background validation (maybe)
  • code lookup

Trouble shooting

  • my smart on fhir login doesn't work, because the browser window doesn't display properly
    • this is a microsoft special. You need to set the follow registry key (the installation program tries to do it, but it sometimes fails):
 HKEY_LOCAL_MACHINE\SOFTWARE\(Wow6432Node\)Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION\notepad++.exe = 10000
    • see [[1]] or [[2]] for further information