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 (update cerner's open FHIR endpoint)
Line 18: Line 18:
 
** DSTU 2: http://fhir-dev.healthintersections.com.au
 
** DSTU 2: http://fhir-dev.healthintersections.com.au
 
** DSTU 2 (pre-ballot version): http://argonaut.healthintersections.com.au
 
** DSTU 2 (pre-ballot version): http://argonaut.healthintersections.com.au
 
  
 
* http://spark.furore.com - Ewout's test server (previously fhir.furore.com). The actual service endpoint is at http://spark.furore.com/fhir.
 
* http://spark.furore.com - Ewout's test server (previously fhir.furore.com). The actual service endpoint is at http://spark.furore.com/fhir.
Line 28: Line 27:
 
** DSTU 2: http://spark-dstu2.furore.com/fhir
 
** DSTU 2: http://spark-dstu2.furore.com/fhir
  
* http://nprogram.azurewebsites.net/ - Rik Smithies/NProgram test server
+
* http://nprogram.azurewebsites.net/ - Rik Smithies/NProgram test server (DSTU 2)
** patient and organisation resources, read only (C#)
+
** patient, organisation, diagnostic report, value set resources, read only, xml + json (C#)
 +
** DSTU 1 here http://fhir-dstu1-nprogram.azurewebsites.net/
 +
 
 
* http://fhir.oridashi.com.au - Brett Esler/Oridashi demo servers overview
 
* http://fhir.oridashi.com.au - Brett Esler/Oridashi demo servers overview
 
** read-only implementation, .NET 2.0, C#, self-host web server, SQL Server DB - legacy CIS
 
** read-only implementation, .NET 2.0, C#, self-host web server, SQL Server DB - legacy CIS

Revision as of 13:11, 29 October 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://wildfhir.aegis.net/dstu2 - AEGIS WildFHIR - DSTU 2.0 (2015Sep)
    • Recently updated to support the DSTU 2.0 (2015Sep) current QA version of FHIR
      • NOTE: Update to DSTU 2.0 (2015Sep) 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.0 (2015Sep) Java reference implementation; hosted on RedHat WildFly 8.1.0
    • Test client interface: http://wildfhir.aegis.net/dstu2gui
  • http://sqlonfhir-dstu2.azurewebsites.net/fhir - HealthConnex - DSTU2
    • DSTU-2 (2015Sep) version of FHIR
    • Supports all resource types, but not all operations
    • .NET (C#) implementation on SQL Server Azure
    • No support for search chaining or profiles at present
  • http://sqlonfhir.azurewebsites.net/fhir - HealthConnex - DSTU2 (2015May)
    • DSTU-2 (2015May) May ballot version of FHIR
    • Supports all resource types, but not all operations
    • .NET (C#) implementation on SQL Server Azure
    • No support for Tags/search chaining or profiles at present
  • 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
  • http://ontoserver.csiro.au/fhir - CSIRO's Ontoserver - DSTU2 (2015Sep)
    • Supports Terminology Services
    • ValueSet, ConceptMap read, create, update, minimal search
    • $expand, $validate-code, and $translate