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
Line 29: Line 29:
 
** End point #2: 'Medical Director CIS' http://demo.oridashi.com.au:8191/
 
** End point #2: 'Medical Director CIS' http://demo.oridashi.com.au:8191/
 
** End point #3: 'Zedmed CIS' http://demo.oridashi.com.au:8192/
 
** End point #3: 'Zedmed CIS' http://demo.oridashi.com.au:8192/
* https://api.fhir.me - Josh Mandel / SMART Platforms
+
* https://fhir.smartplatforms.org - Josh Mandel / SMART Platforms
 
** Open-source server in Grails (Java/Groovy) + MongoDB
 
** Open-source server in Grails (Java/Groovy) + MongoDB
** "SMART on FHIR" Server: https://api.fhir.me | [https://github.com/jmandel/smart-on-fhir Source]
+
** "SMART on FHIR" Server: https://fhir-api.smartplatforms.org  | https://fhir-open-api.smartplatforms.org | [https://github.com/smart-on-fhir/api-server Source]
**  "FHIR Starter" App Launcher https://apps.fhir.me | [https://github.com/jmandel/fhir-starter Source]
+
**  "FHIR Starter" App Launcher https://fhir.smartplatforms.org | [https://github.com/smart-on-fhir/apps Source]
 
* http://worden.globalgold.co.uk:8080/FHIR_a/hosted_demo.html Robert Worden / Open Mapping Software
 
* http://worden.globalgold.co.uk:8080/FHIR_a/hosted_demo.html Robert Worden / Open Mapping Software
 
** Patient resource, read-only
 
** Patient resource, read-only

Revision as of 22:15, 30 November 2014

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://fhirtest.uhn.ca/ - HAPI / University Health Network test server
    • Supports all resource types and operations
    • Has query builder UI which can be used to facilitate testing