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

Difference between revisions of "Publicly Available FHIR Servers for testing"

From HL7Wiki
Jump to navigation Jump to search
m (Add further information on Cerner's Sandbox FHIR server)
(Clarify that Cerner's Sandbox FHIR server does not support all resources)
Line 61: Line 61:
  
 
* http://fhir.cerner.com - Cerner's Sandbox
 
* http://fhir.cerner.com - Cerner's Sandbox
** See our developer / API documentation at http://fhir.cerner.com
+
** See our developer / API documentation for the exact resource that this server support at http://fhir.cerner.com
 
** Supports both open and OAuth 2 access
 
** Supports both open and OAuth 2 access
 
** Contact us on our [https://groups.google.com/forum/#!forum/cerner-fhir-developers Google group] for any issues or access to the OAuth 2 protected endpoints
 
** Contact us on our [https://groups.google.com/forum/#!forum/cerner-fhir-developers Google group] for any issues or access to the OAuth 2 protected endpoints

Revision as of 07:54, 9 May 2015

Back to FHIR home page

Introduction

This page lists FHIR servers that are publically available for testing. In order to avoid spam etc, the servers are generally password protected. A contact is provided to get a password.

List

Note that these servers are testing servers. They may be sporadically unavailable, and as the FHIR specification is a moving target, they may not always implement the latest version, or do so correctly.


  • http://spark.furore.com - Ewout's test server (previously fhir.furore.com). The actual service endpoint is at http://spark.furore.com/fhir.
    • Supports all resource types, all operations, xml + json
    • implementation details: C# reference implementation, WebApi 2.0 library, Mongo DB for storage and search.
    • Server is running on AppHarbor, Mongo at MongoLab, and storage of binary is done on Amazon S3
    • Available in the open source - see [[2]]
  • http://wildfhir.aegis.net/fhir2 - AEGIS WildFHIR - DSTU2 (2015May)
    • Recently updated to support the DSTU-2 (2015May) current ballot version of FHIR
      • NOTE: Update to DSTU-2 (2015May) required a reset/removal of all existing resource data
    • Supports all resource types and operations (except transaction); better support for search; support for conditional read, create/update return preference
    • Based on the FHIR DSTU-2 (2015May) Java reference implementation; hosted on RedHat WildFly 8.1.0
    • Test client interface: http://wildfhir.aegis.net/fhir2gui
  • http://health.gnusolidario.org:5000 GNU Health FHIR server
    • Supports read, validate and search for Patient, DiagnosticReport, Practitioner, Procedure, Observation, Condition, FamilyHistory
    • DSTU1
    • A Flask app. It's connected to the GNU Health community server database. Consequently, it's possible to create and update patients, doctors, etc. through the GNU Health frontend and the changes should be reflected on the FHIR server (indirect write support, I suppose).
    • I think our goal is to use the FHIR server as an adapter for non-GNU Health EHRs and users, since we already have synchronization between instances. But, there are other interesting possibilites, too.
    • I'm updating the code frequently and it's still in the dev stages (e.g., adding new resources frequently).
    • Documentation is here: https://en.wikibooks.org/w/index.php?title=GNU_Health/Using_the_FHIR_REST_server