This wiki has undergone a migration to Confluence found Here
Difference between revisions of "FHIR Tools Registry"
Jump to navigation
Jump to search
Ewoutkramer (talk | contribs) |
Ewoutkramer (talk | contribs) |
||
Line 9: | Line 9: | ||
This list summarizes tools that are commonly used in the FHIR development | This list summarizes tools that are commonly used in the FHIR development | ||
team, and by attendees at the past connectathons: | team, and by attendees at the past connectathons: | ||
+ | |||
+ | FHIR Registry | ||
+ | * [[https://simplifier.net]] Registry containing all public profiles (StructureDefinition, ValueSet, Conformances) | ||
FHIR Specific Tools | FHIR Specific Tools | ||
Line 18: | Line 21: | ||
Programming Libraries | Programming Libraries | ||
− | * [[http:// | + | * [[http://jamesagnew.github.io/hapi-fhir/index.html]] has a Java implementation of the FHIR specification |
* [[https://github.com/ewoutkramer/fhir-net-api]] .NET implementation of the FHIR specification | * [[https://github.com/ewoutkramer/fhir-net-api]] .NET implementation of the FHIR specification | ||
* Smart on FHIR... | * Smart on FHIR... |
Revision as of 15:13, 11 April 2016
What tools are available / recommended to support FHIR development & implementation?
The [FHIR specification itself includes] several tools - schema, xref-faq-46 validation services, and reference platforms that implement the specification for various common development platforms. These tools are provided for implementer convenience, but there is not requirement to use them; other platforms can be used.
This list summarizes tools that are commonly used in the FHIR development team, and by attendees at the past connectathons:
FHIR Registry
- [[1]] Registry containing all public profiles (StructureDefinition, ValueSet, Conformances)
FHIR Specific Tools
- Notepad++ Plug-in for FHIR [download] and see the FHIR Notepad++ Plugin Documentation
- Profile Editor - (yet to be released)
- Value Set Editor - (yet to be released)
see also * Publicly Available FHIR Servers for testing
Programming Libraries
- [[2]] has a Java implementation of the FHIR specification
- [[3]] .NET implementation of the FHIR specification
- Smart on FHIR...
- [TypeScript declarations] for FHIR DSTU2 v1.0.0 JSON format
XML Tools
- [XmlSpy]
- [Oxygen]
- [Saxon XSLT2]
REST Development Tools
- Poster - REST testing tool [FireFox] [Chrome]
- [Fiddler] - HTTP debugger/tester
- [Pocket Soap HTTP Tracers]