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

Difference between revisions of "FHIR Tools Registry"

From HL7Wiki
Jump to navigation Jump to search
m (Updated link for TypeScript declarations)
Line 21: Line 21:
 
* [[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...
* [[https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/fhir/index.d.ts TypeScript declarations]] for FHIR DSTU2 v1.0.0 JSON format
+
* [[https://www.npmjs.com/package/@types/fhir TypeScript declarations]] for FHIR Release 3 (STU) JSON format
  
 
FHIR Registry
 
FHIR Registry

Revision as of 13:08, 1 August 2017

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 Specific Tools

see also * Publicly Available FHIR Servers for testing

Programming Libraries

  • [[1]] has a Java implementation of the FHIR specification
  • [[2]] .NET implementation of the FHIR specification
  • Smart on FHIR...
  • [TypeScript declarations] for FHIR Release 3 (STU) JSON format

FHIR Registry

  • [[3]Simplifier] A registry containing all public profiles (StructureDefinition, ValueSet, Conformances)

XML Tools

REST Development Tools