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 (Clarify Cerner's endpoints)
(32 intermediate revisions by 12 users not shown)
Line 14: Line 14:
 
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.
 
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://fhir2.healthintersections.com.au/ and http://fhir3.healthintersections.com.au/ - Grahame's test server
+
* http://test.fhir.org/r2, http://test.fhir.org/r3 and test.fhir.org/r4 - Grahame's test server
** DSTU 2: http://fhir2.healthintersections.com.au/
 
** Current Build: http://fhir3.healthintersections.com.au/
 
 
** Supports all resource types, all operations, xml + json  
 
** Supports all resource types, all operations, xml + json  
 
** implementation details: open source - see [[https://github.com/grahamegrieve/fhirserver]]
 
** implementation details: open source - see [[https://github.com/grahamegrieve/fhirserver]]
 
** supports Smart on FHIR
 
** supports Smart on FHIR
  
* http://spark.furore.com - Ewout's test server (previously fhir.furore.com). The actual service endpoint is at http://spark.furore.com/fhir.
+
* HSPC Sandbox
 +
** http://sandbox.hspconsortium.org
 +
** Free DSTU2 and STU3 open sandboxes with tools for managing data.  Both personal and team sandboxes available. 
 +
** Supports both open and SMART on FHIR OAuth2 access
 +
** Supports app registration for SMART on FHIR apps
 +
** Supports all resource types, all operations
 +
** http://hspconsortium.org/#/
 +
** https://healthservices.atlassian.net/wiki/display/HSPC/Healthcare+Services+Platform+Consortium
 +
 
 +
* Vonk
 +
** http://vonk.furore.com
 +
** Supports STU3
 +
** Generic FHIR Server, for all types of resources, all search parameters, xml + json
 +
** Supports validation (for example: POST /Patient/$validate, with a Patient resource in the body).
 +
** This test instance runs on MongoDB and therefore can do batch but not transaction. (Transactions are supported on SQL Server.)
 +
 
 +
* http://spark.furore.com - Furore's test server.  
 +
** C# reference implementation, WebApi 2.0 library, Mongo DB for storage and search.  
 +
** The service endpoint is at http://spark.furore.com/fhir.
 +
** DSTU 2
 
** Supports all resource types, all operations, xml + json
 
** Supports all resource types, all operations, xml + json
** implementation details: C# reference implementation, WebApi 2.0 library, Mongo DB for storage and search.
+
** Open source: [[https://github.com/furore-fhir/spark]]
** Server is running on AppHarbor, Mongo at MongoLab, and storage of binary is done on Amazon S3
 
** Available in the open source - see [[https://github.com/furore-fhir/spark]]
 
** DSTU 2: http://spark.furore.com/fhir
 
  
* http://nprogram.azurewebsites.net/ - Rik Smithies/NProgram test server (DSTU 2)
+
* http://nprogram.azurewebsites.net - Rik Smithies/NProgram test server (STU 3)
** patient, organisation, diagnostic report, value set resources, read only, xml + json (C#)
+
** patient, organization, diagnostic report, value set resources, read only, xml + json (C#)
** DSTU 1 here http://fhir-dstu1-nprogram.azurewebsites.net/
+
** DSTU 2 here http://fhir-dstu2-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 4.0, C#, self-host web server, SQL Server DB - legacy CIS
** DSTU1: 'Best Practice CIS' http://demo.oridashi.com.au:8190
+
** DSTU2: 'Best Practice CIS' http://demo.oridashi.com.au:8290   
** DSTU2: 'Best Practice CIS' http://demo.oridashi.com.au:8290  and  http://bp.oridashi.com.au
+
** DSTU2: 'Medical Director CIS' http://demo.oridashi.com.au:8291
** DSTU1: 'Medical Director CIS' http://demo.oridashi.com.au:8191
+
** STU3: 'Best Practice CIS' http://demo.oridashi.com.au:8297
** DSTU2: 'Medical Director CIS' http://demo.oridashi.com.au:8291 and  http://md.oridashi.com.au
+
** STU3: 'Medical Director CIS' http://demo.oridashi.com.au:8298
** DSTU1: 'Zedmed CIS' http://demo.oridashi.com.au:8192/
+
 
** DSTU2: 'Zedmed CIS' http://demo.oridashi.com.au:8292/  and  http://zm.oridashi.com.au
 
 
* https://fhir.smartplatforms.org - 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
Line 81: Line 94:
 
** Contact [mailto:open@epic.com open@epic.com] for more information
 
** Contact [mailto:open@epic.com open@epic.com] for more information
  
* http://wildfhir.aegis.net/fhir - AEGIS WildFHIR - STU 3 Candidate (v1.4.0-8139)
+
* [UPDATED] http://wildfhir.aegis.net/fhir3-0-1 - AEGIS WildFHIR - FHIR Release 3 (STU; v3.0.1-11917)
 +
** Supports the FHIR Release 3 (STU; v3.0.1-11917) official version
 +
** Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; search supports chained parameters; support for conditional read/delete, create/update return preference and _summary parameter
 +
** Based on the FHIR Release 3 (STU; v3.0.1-11917) Java reference implementation; hosted on RedHat WildFly 8.1.0
 +
** Also available using SSL at https://wildfhir.aegis.net/fhir3-0-1
 +
** Test client interface: http://wildfhir.aegis.net/fhir3-0-1-gui
 +
 
 +
* http://wildfhir.aegis.net/fhir1-8-0 - AEGIS WildFHIR - STU 3 Candidate (v1.8.0-10528)
 +
** Supports the STU 3 Candidate (v1.8.0-10528) current version of FHIR for the January 2017 Connectathon 14 event in San Antonio, TX
 +
** Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; improved support for search including chained parameters; support for conditional read/delete, create/update return preference and _summary parameter
 +
** Based on the FHIR STU 3 Candidate (v1.8.0-10528) Java reference implementation; hosted on RedHat WildFly 8.1.0
 +
** Also available using SSL at https://wildfhir.aegis.net/fhir1-8-0
 +
** Test client interface: http://wildfhir.aegis.net/fhir1-8-0-gui
 +
 
 +
* http://wildfhir.aegis.net/fhir1-6-0 - AEGIS WildFHIR - STU 3 Ballot (v1.6.0-9810)
 +
** Supports the STU 3 Ballot (v1.6.0-9810) current version of FHIR for the September 2016 Connectathon 13 event in Baltimore, MD
 +
** Supports all resource types and standard operations, including validate and json/xml patch(experimental), excluding transaction; improved support for search including chained parameters; support for conditional read/delete, create/update return preference
 +
** Based on the FHIR STU 3 Ballot (v1.6.0-9810) Java reference implementation; hosted on RedHat WildFly 8.1.0
 +
** Also available using SSL at https://wildfhir.aegis.net/fhir1-6-0
 +
** Test client interface: http://wildfhir.aegis.net/fhir1-6-0-gui
 +
 
 +
* http://wildfhir.aegis.net/fhir1-4-0 - AEGIS WildFHIR - STU 3 Candidate (v1.4.0-8139)
 
** Supports the STU 3 Candidate (v1.4.0-8139) current version of FHIR for the May 2016 Connectathon 12 event in Montreal, QC, Canada
 
** Supports the STU 3 Candidate (v1.4.0-8139) current version of FHIR for the May 2016 Connectathon 12 event in Montreal, QC, Canada
 
** Supports all resource types and standard operations, including validate and json patch(experimental), excluding transaction; better support for search; support for conditional read, create/update return preference
 
** Supports all resource types and standard operations, including validate and json patch(experimental), excluding transaction; better support for search; support for conditional read, create/update return preference
 
** Based on the FHIR STU 3 Candidate (v1.4.0-8139) Java reference implementation; hosted on RedHat WildFly 8.1.0
 
** Based on the FHIR STU 3 Candidate (v1.4.0-8139) Java reference implementation; hosted on RedHat WildFly 8.1.0
** Also available using SSL at https://wildfhir.aegis.net/fhir
+
** Also available using SSL at https://wildfhir.aegis.net/fhir1-4-0
** Test client interface: http://wildfhir.aegis.net/fhirgui
+
** Test client interface: http://wildfhir.aegis.net/fhir1-4-0-gui
  
* http://wildfhir.aegis.net/dstu21 - AEGIS WildFHIR - DSTU 2.1 (v1.2.0-7493)
+
* http://wildfhir.aegis.net/fhir1-2-0 - AEGIS WildFHIR - DSTU 2.1 (v1.2.0-7493)
 
** Supports the DSTU 2.1 (v1.2.0-7493) current version of FHIR for the January 2016 Connectathon 11 event in Orlando, FL
 
** Supports the DSTU 2.1 (v1.2.0-7493) current version of FHIR for the January 2016 Connectathon 11 event in Orlando, FL
 
** Supports all resource types and standard operations, including validate and patch(experimental), excluding transaction; better support for search; support for conditional read, create/update return preference
 
** Supports all resource types and standard operations, including validate and patch(experimental), excluding transaction; better support for search; support for conditional read, create/update return preference
 
** Based on the FHIR DSTU2 (v1.2.0-7493) Java reference implementation; hosted on RedHat WildFly 8.1.0
 
** Based on the FHIR DSTU2 (v1.2.0-7493) Java reference implementation; hosted on RedHat WildFly 8.1.0
** Also available using SSL at https://wildfhir.aegis.net/dstu21
+
** Also available using SSL at https://wildfhir.aegis.net/fhir1-2-0
** Test client interface: http://wildfhir.aegis.net/dstu21gui
+
** Test client interface: http://wildfhir.aegis.net/fhir1-2-0-gui
  
* http://wildfhir.aegis.net/dstu2 - AEGIS WildFHIR - DSTU 2.0 (v1.0.2-7202)
+
* http://wildfhir.aegis.net/fhir1-0-2 - AEGIS WildFHIR - DSTU 2.0 (v1.0.2-7202)
 
** Supports the DSTU 2.0 (v1.0.2-7202) version of FHIR
 
** Supports the DSTU 2.0 (v1.0.2-7202) version of FHIR
 
** Supports all resource types and operations, including validate, excluding transaction; support for conditional read, create/update return preference
 
** Supports all resource types and operations, including validate, excluding transaction; support for conditional read, create/update return preference
 
** Based on the FHIR DSTU 2.0 (v1.0.2-7202) Java reference implementation; hosted on RedHat WildFly 8.1.0
 
** Based on the FHIR DSTU 2.0 (v1.0.2-7202) Java reference implementation; hosted on RedHat WildFly 8.1.0
** Also available using SSL at https://wildfhir.aegis.net/dstu2
+
** Also available using SSL at https://wildfhir.aegis.net/fhir1-0-2
** Test client interface: http://wildfhir.aegis.net/dstu2gui
+
** Test client interface: http://wildfhir.aegis.net/fhir1-0-2-gui
  
 
* [DECOMMISSIONED] - AEGIS WildFHIR - DSTU 1.1
 
* [DECOMMISSIONED] - AEGIS WildFHIR - DSTU 1.1
  
 
* http://sqlonfhir-dstu2.azurewebsites.net/fhir - HealthConnex - DSTU2
 
* http://sqlonfhir-dstu2.azurewebsites.net/fhir - HealthConnex - DSTU2
** DSTU-2 (2015Sep) version of FHIR
 
 
** Supports all resource types, but not all operations  
 
** Supports all resource types, but not all operations  
 
** .NET (C#) implementation on SQL Server Azure
 
** .NET (C#) implementation on SQL Server Azure
 
** No support for search chaining or profiles at present
 
** No support for search chaining or profiles at present
* http://sqlonfhir.azurewebsites.net/fhir - HealthConnex - DSTU2 (2015May)
+
* http://sqlonfhir-stu3.azurewebsites.net/fhir - Telstra Health (HealthConnex) - Jan 2017 San Antonio Connectathon Build
** DSTU-2 (2015May) May ballot version of FHIR
 
 
** Supports all resource types, but not all operations  
 
** Supports all resource types, but not all operations  
 
** .NET (C#) implementation on SQL Server Azure
 
** .NET (C#) implementation on SQL Server Azure
** No support for Tags/search chaining or profiles at present
+
** Limited support for search chaining or profiles at present (and terminology is really broken)
  
 
* http://health.gnusolidario.org:5000  GNU Health FHIR server
 
* http://health.gnusolidario.org:5000  GNU Health FHIR server
Line 123: Line 155:
 
** Documentation is here: https://en.wikibooks.org/w/index.php?title=GNU_Health/Using_the_FHIR_REST_server
 
** 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)
+
* http://ontoserver.csiro.au/stu3-latest - CSIRO's Ontoserver - STU3 (FHIR 3.0.1)
 +
* http://ontoserver.csiro.au/dstu2_1 - CSIRO's Ontoserver - DSTU2_1 (2016May)
 
** Supports Terminology Services
 
** Supports Terminology Services
** ValueSet, ConceptMap read, create, update, minimal search
+
** CodeSystem, ValueSet, ConceptMap read, create, update, delete, search
** $expand, $validate-code, and $translate
+
** $expand, $lookup, $validate-code, $validate, $closure, $translate, and $batch
 +
** Specialised support for SNOMED CT, and LOINC
  
 
* http://fhir.i2b2.org/open/  i2b2 FHIR server - DSTU21  
 
* http://fhir.i2b2.org/open/  i2b2 FHIR server - DSTU21  
Line 134: Line 168:
 
** Connected to demo server at https://www.i2b2.org/webclient/
 
** Connected to demo server at https://www.i2b2.org/webclient/
  
* https://cloud.allscriptsunity.com/FHIR - Allscripts Sandbox (OAuth)
+
* https://tw171.open.allscripts.com/FHIR - Allscripts Touchworks Sandbox (OAuth)
 
** DSTU 2.0 (v1.0.2) version of FHIR
 
** DSTU 2.0 (v1.0.2) version of FHIR
** Supports the resource types developed for the Argonaut Implementation sprints, currently read-only
+
** Supports the resource types required for the Common Clinical Data Set, currently read-only
 
** Supports OAuth validation
 
** Supports OAuth validation
** Runs against multiple Allscripts Professional test servers
+
** Supports SMART on FHIR
 +
** Runs against Allscripts Touchworks 17.1 test server
 +
** Please review our developer / API documentation at https://developer.allscripts.com/Content/fhir/content/TWFHIR17_Sandbox/
 
** Contact [mailto:jeffrey.danford@allscripts.com Jeffrey Danford] for more information about this endpoint  
 
** Contact [mailto:jeffrey.danford@allscripts.com Jeffrey Danford] for more information about this endpoint  
** Contact [mailto:jason.tithof@allscripts.com Jason Tithof]for OAuth setup
+
** Contact [mailto:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
  
* https://cloud.allscriptsunity.com/FHIRAnon - Allscripts Sandbox (Open)
+
* https://pro171.open.allscripts.com/FHIR - Allscripts Professional Sandbox (OAuth)
 
** DSTU 2.0 (v1.0.2) version of FHIR
 
** DSTU 2.0 (v1.0.2) version of FHIR
** Supports the resource types developed for the Argonaut Implementation sprints, currently read-only
+
** Supports the resource types required for the Common Clinical Data Set, currently read-only
** Runs against an Allscripts Professional test server
+
** Supports OAuth validation
** Contact [mailto:jeffrey.danford@allscripts.com JeffreyDanford] for more information about this endpoint
+
** Supports SMART on FHIR
 +
** Runs against Allscripts Professional 17.1 test server
 +
** Please review our developer / API documentation at https://developer.allscripts.com/content/fhir/content/Pro171_Sandbox/
 +
** Contact [mailto:jeffrey.danford@allscripts.com Jeffrey Danford] for more information about this endpoint  
 +
** Contact [mailto:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
 +
 
 +
* https://scm163cu3.open.allscripts.com/FHIR - Allscripts Sunrise Sandbox (OAuth)
 +
** DSTU 2.0 (v1.0.2) version of FHIR
 +
** Supports the resource types required for the Common Clinical Data Set, currently read-only
 +
** Supports OAuth validation
 +
** Supports SMART on FHIR
 +
** Runs against Allscripts Sunrise 16.3 CU3 test server
 +
** Please review our developer / API documentation at https://developer.allscripts.com/Content/fhir/content/SCM163CU3_Sandbox/
 +
** Contact [mailto:jeffrey.danford@allscripts.com Jeffrey Danford] for more information about this endpoint
 +
** Contact [mailto:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
 +
 
 +
* http://twdev.open.allscripts.com/FHIR - Allscripts STU3 Sandbox (OAuth)
 +
** STU 3.0 (v1.8.0) version of FHIR
 +
** Supports the resource types required for the Common Clinical Data Set, currently read-only
 +
** Supports OAuth validation
 +
** Supports SMART on FHIR
 +
** Runs against Allscripts Touchworks 17.1 test server
 +
** Please review our developer / API documentation at https://developer.allscripts.com/fhir
 +
** Contact [mailto:jeffrey.danford@allscripts.com Jeffrey Danford] for more information about this endpoint
 +
** Contact [mailto:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
  
 
* http://52.72.172.54:8080/fhir/home - Michigan Health Information Network (open)
 
* http://52.72.172.54:8080/fhir/home - Michigan Health Information Network (open)
 
** 1000s of realistic test patient records
 
** 1000s of realistic test patient records
  
* http://fhir.careevolution.com/Master.Adapter1.WebClient/fhir - CareEvolution HIEBus
+
* https://fhir.careevolution.com/Master.Adapter1.WebClient/fhir - CareEvolution HIEBus
 
** DSTU 2, mostly read-only implementation, support read-write for some resources
 
** DSTU 2, mostly read-only implementation, support read-write for some resources
** Open end-point: http://fhir.careevolution.com/apitest/fhir
+
** Open end-point: https://fhir.careevolution.com/apitest/fhir
** Protected (SMART-on-FHIR) end-point: http://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir
+
** Protected (SMART-on-FHIR) end-point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir
 
** Supports [http://docs.smarthealthit.org/authorization/backend-services/ backend services authorization]:
 
** Supports [http://docs.smarthealthit.org/authorization/backend-services/ backend services authorization]:
*** Token end point: http://fhir.careevolution.com/Master.Adapter1.WebClient/identityserver/connect/token
+
*** Token end point: https://fhir.careevolution.com/Master.Adapter1.WebClient/identityserver/connect/token
 
*** client ID: JWTClientCredentials
 
*** client ID: JWTClientCredentials
*** audience: http://fhir.careevolution.com/Master.Adapter1.WebClient/identityserver/connect/token
+
*** issuer: JWTClientCredentials
 +
*** audience: https://fhir.careevolution.com/Master.Adapter1.WebClient/identityserver/connect/token
 
*** scope: system/*.read
 
*** scope: system/*.read
 
*** signing certificate: https://fhir.careevolution.com/jwt.pfx with password jwt.careevolution.com
 
*** signing certificate: https://fhir.careevolution.com/jwt.pfx with password jwt.careevolution.com
** Contact [mailto:mimo@careevolution.com Michele Mottini] if you need a login to access the protected end-point (...or for any additional information or question)
+
** Contact [mailto:fhir@careevolution.com CareEvolution] if you need a login to access the protected end-point (...or for any additional information or question)
 +
 
 +
* http://fhir.nestvision.com (NestVision, a Chinese medical IT company, for Chinese implementers)
 +
** NEST-FHIR: a free FHIR testing platform. Functionality starts with client conformance testing against a FHIR STU3 server, via any rest extensions on chrome browser, and will become a full functional testing platform later.
 +
 
 +
* SyntheticMass - https://syntheticmass.mitre.org/fhir
 +
** FHIR STU3 v1.8
 +
** JSON only
 +
** 1 Million Synthetic Patients with complete medical records
 +
** Open Source https://github.com/synthetichealth

Revision as of 12:01, 17 October 2017

Back to FHIR home page

Introduction

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

BTW: List of publically available test data (some of these test servers preload some of this data):

Servers

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.

  • Vonk
    • http://vonk.furore.com
    • Supports STU3
    • Generic FHIR Server, for all types of resources, all search parameters, xml + json
    • Supports validation (for example: POST /Patient/$validate, with a Patient resource in the body).
    • This test instance runs on MongoDB and therefore can do batch but not transaction. (Transactions are supported on SQL Server.)
  • [UPDATED] http://wildfhir.aegis.net/fhir3-0-1 - AEGIS WildFHIR - FHIR Release 3 (STU; v3.0.1-11917)
    • Supports the FHIR Release 3 (STU; v3.0.1-11917) official version
    • Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; search supports chained parameters; support for conditional read/delete, create/update return preference and _summary parameter
    • Based on the FHIR Release 3 (STU; v3.0.1-11917) Java reference implementation; hosted on RedHat WildFly 8.1.0
    • Also available using SSL at https://wildfhir.aegis.net/fhir3-0-1
    • Test client interface: http://wildfhir.aegis.net/fhir3-0-1-gui
  • http://wildfhir.aegis.net/fhir1-8-0 - AEGIS WildFHIR - STU 3 Candidate (v1.8.0-10528)
    • Supports the STU 3 Candidate (v1.8.0-10528) current version of FHIR for the January 2017 Connectathon 14 event in San Antonio, TX
    • Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; improved support for search including chained parameters; support for conditional read/delete, create/update return preference and _summary parameter
    • Based on the FHIR STU 3 Candidate (v1.8.0-10528) Java reference implementation; hosted on RedHat WildFly 8.1.0
    • Also available using SSL at https://wildfhir.aegis.net/fhir1-8-0
    • Test client interface: http://wildfhir.aegis.net/fhir1-8-0-gui
  • http://wildfhir.aegis.net/fhir1-6-0 - AEGIS WildFHIR - STU 3 Ballot (v1.6.0-9810)
    • Supports the STU 3 Ballot (v1.6.0-9810) current version of FHIR for the September 2016 Connectathon 13 event in Baltimore, MD
    • Supports all resource types and standard operations, including validate and json/xml patch(experimental), excluding transaction; improved support for search including chained parameters; support for conditional read/delete, create/update return preference
    • Based on the FHIR STU 3 Ballot (v1.6.0-9810) Java reference implementation; hosted on RedHat WildFly 8.1.0
    • Also available using SSL at https://wildfhir.aegis.net/fhir1-6-0
    • Test client interface: http://wildfhir.aegis.net/fhir1-6-0-gui
  • http://wildfhir.aegis.net/fhir1-4-0 - AEGIS WildFHIR - STU 3 Candidate (v1.4.0-8139)
    • Supports the STU 3 Candidate (v1.4.0-8139) current version of FHIR for the May 2016 Connectathon 12 event in Montreal, QC, Canada
    • Supports all resource types and standard operations, including validate and json patch(experimental), excluding transaction; better support for search; support for conditional read, create/update return preference
    • Based on the FHIR STU 3 Candidate (v1.4.0-8139) Java reference implementation; hosted on RedHat WildFly 8.1.0
    • Also available using SSL at https://wildfhir.aegis.net/fhir1-4-0
    • Test client interface: http://wildfhir.aegis.net/fhir1-4-0-gui
  • http://wildfhir.aegis.net/fhir1-2-0 - AEGIS WildFHIR - DSTU 2.1 (v1.2.0-7493)
    • Supports the DSTU 2.1 (v1.2.0-7493) current version of FHIR for the January 2016 Connectathon 11 event in Orlando, FL
    • Supports all resource types and standard operations, including validate and patch(experimental), excluding transaction; better support for search; support for conditional read, create/update return preference
    • Based on the FHIR DSTU2 (v1.2.0-7493) Java reference implementation; hosted on RedHat WildFly 8.1.0
    • Also available using SSL at https://wildfhir.aegis.net/fhir1-2-0
    • Test client interface: http://wildfhir.aegis.net/fhir1-2-0-gui
  • [DECOMMISSIONED] - AEGIS WildFHIR - DSTU 1.1
  • http://sqlonfhir-dstu2.azurewebsites.net/fhir - HealthConnex - DSTU2
    • 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-stu3.azurewebsites.net/fhir - Telstra Health (HealthConnex) - Jan 2017 San Antonio Connectathon Build
    • Supports all resource types, but not all operations
    • .NET (C#) implementation on SQL Server Azure
    • Limited support for search chaining or profiles at present (and terminology is really broken)
  • 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/stu3-latest - CSIRO's Ontoserver - STU3 (FHIR 3.0.1)
  • http://ontoserver.csiro.au/dstu2_1 - CSIRO's Ontoserver - DSTU2_1 (2016May)
    • Supports Terminology Services
    • CodeSystem, ValueSet, ConceptMap read, create, update, delete, search
    • $expand, $lookup, $validate-code, $validate, $closure, $translate, and $batch
    • Specialised support for SNOMED CT, and LOINC
  • http://fhir.nestvision.com (NestVision, a Chinese medical IT company, for Chinese implementers)
    • NEST-FHIR: a free FHIR testing platform. Functionality starts with client conformance testing against a FHIR STU3 server, via any rest extensions on chrome browser, and will become a full functional testing platform later.