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

FHIR Notepad++ Plugin Documentation

From HL7Wiki
Revision as of 08:00, 19 November 2015 by GrahameGrieve (talk | contribs) (Created page with "Documentation about the FHIR Notepad++ Plugin == Installation Notes == After you do the install, choose Plug-ins..FHIR.. View Toolbox, and dock it as convenient for you == ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation about the FHIR Notepad++ Plugin

Installation Notes

After you do the install, choose Plug-ins..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