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
(Description of PHAST's server)
 
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
Content on this page has been migrated to Confluence here: https://confluence.hl7.org/display/FHIR/Public+Test+Servers
 +
 +
 
Back to [[FHIR]] home page
 
Back to [[FHIR]] home page
  
= Introduction =
+
=Introduction=
 +
 
 +
This page lists FHIR servers that are publicly available for testing.  These are public services provided by volunteers and HL7 makes no representations concerning their safety or reliability.
  
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.
 
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):
 
BTW: List of publically available test data (some of these test servers preload some of this data):
* [[http://hl7.org/fhir/downloads.html Base: What is in the specification]]
 
* [[https://github.com/smart-on-fhir/sample-patients Smart on FHIR test data]]
 
  
= Status =
+
*[[http://hl7.org/fhir/downloads.html Base: What is in the specification]]
 +
*[[https://github.com/smart-on-fhir/sample-patients Smart on FHIR test data]]
 +
 
 +
=Status=
  
 
The status of publicly available FHIR servers is monitored using UptimeRobot at https://stats.uptimerobot.com/9DArDu1Jo.
 
The status of publicly available FHIR servers is monitored using UptimeRobot at https://stats.uptimerobot.com/9DArDu1Jo.
 
If you would like a publicly available FHIR server added to the UptimeRobot status page, email [Sean McIlvenna[mailto:sean.mcilvenna@lantanagroup.com]].
 
If you would like a publicly available FHIR server added to the UptimeRobot status page, email [Sean McIlvenna[mailto:sean.mcilvenna@lantanagroup.com]].
  
= Servers =
+
=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.
 
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://test.fhir.org/r2, http://test.fhir.org/r3 and http://test.fhir.org/r4 - Grahame's test server
+
*http://test.fhir.org/r2, http://test.fhir.org/r3 and http://test.fhir.org/r4 - Grahame's test server
** 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
  
* HSPC Sandbox
+
*HSPC Sandbox
** http://sandbox.hspconsortium.org
+
**http://sandbox.hspconsortium.org
** Free DSTU2 and STU3 open sandboxes with tools for managing data.  Both personal and team sandboxes available.
+
**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 both open and SMART on FHIR OAuth2 access
** Supports app registration for SMART on FHIR apps
+
**Supports app registration for SMART on FHIR apps
** Supports all resource types, all operations
+
**Supports all resource types, all operations
** http://hspconsortium.org/#/
+
**http://hspconsortium.org/#/
** https://healthservices.atlassian.net/wiki/display/HSPC/Healthcare+Services+Platform+Consortium
+
**https://healthservices.atlassian.net/wiki/display/HSPC/Healthcare+Services+Platform+Consortium
  
* Vonk
+
*Vonk
** http://vonk.fire.ly
+
**https://vonk.fire.ly
** Supports STU3
+
**Supports STU3 and R4:
** Generic FHIR Server, for all types of resources, all search parameters, xml + json
+
***STU3: use https://vonk.fire.ly/R3, or use mediatype parameter fhirVersion=3.0
** Supports validation (for example: POST /Patient/$validate, with a Patient resource in the body).
+
***R4: use https://vonk.fire.ly/R4, or use mediatype parameter fhirVersion=4.0
** This test instance runs on MongoDB and therefore can do batch but not transaction. (Transactions are supported on SQL Server.)
+
***R5 Preview #1: use https://labs.vonk.fire.ly/R5, or use mediatype parameter fhirVersion=5.0
 +
**Generic FHIR Server, for all types of resources, all search parameters, xml + json
 +
**Documentation on http://docs.simplifier.net/vonk
 +
**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 - Firely's test server.  
+
*HAPI FHIR Reference Server
** C# reference implementation, WebApi 2.0 library, Mongo DB for storage and search.  
+
**Supports all resources and many FHIR features including Subscriptions, Terminology Services, etc.
** The service endpoint is at http://spark.furore.com/fhir.
+
**Fully open source (Apache 2.0 License)
** DSTU 2
+
**Project information: http://hapifhir.io
** Supports all resource types, all operations, xml + json
+
**Endpoints:
** Open source: [[https://github.com/furore-fhir/spark]]
+
***Web UI: http://hapi.fhir.org
 +
***DSTU2 Endpoint: http://hapi.fhir.org/baseDstu2
 +
***STU3 Endpoint: http://hapi.fhir.org/baseDstu3
 +
***R4 Endpoint: http://hapi.fhir.org/baseR4
 +
***R5 Endpoint: [http://hapi.fhir.org/baseR5/ http://hapi.fhir.org/baseR5]
  
* http://nprogram.azurewebsites.net - Rik Smithies/NProgram test server (STU 3)
+
*http://spark.furore.com - Firely's test server.
** patient, organization, diagnostic report, value set resources, read only, xml + json (C#)
+
**C# reference implementation, WebApi 2.0 library, Mongo DB for storage and search.
** DSTU 2 here http://fhir-dstu2-nprogram.azurewebsites.net/
+
**The service endpoint is at http://spark.furore.com/fhir.
 +
**DSTU 2
 +
**Supports all resource types, all operations, xml + json
 +
**Open source: [[https://github.com/furore-fhir/spark]]
  
* http://fhir.oridashi.com.au - Brett Esler/Oridashi demo servers overview
+
*http://nprogram.azurewebsites.net - Rik Smithies/NProgram test server (STU 3)
** read-only implementation, C#, self-host web server, SQL Server DB - Facade on CIS
+
**patient, organization, diagnostic report, value set resources, read only, xml + json (C#)
** R4: 'Best Practice CIS' http://demo.oridashi.com.au:8304
+
**DSTU 2 here http://fhir-dstu2-nprogram.azurewebsites.net/
** R4: 'Medical Director CIS' http://demo.oridashi.com.au:8305
 
** STU3: 'Best Practice CIS' http://demo.oridashi.com.au:8297
 
** STU3: 'Medical Director CIS' http://demo.oridashi.com.au:8298
 
** DSTU2: 'Best Practice CIS' http://demo.oridashi.com.au:8290 
 
** DSTU2: 'Medical Director CIS' http://demo.oridashi.com.au:8291
 
  
* Pyro
+
*http://fhir.oridashi.com.au - Brett Esler/Oridashi demo servers overview
** Documentation: https://pyrohealth.net/
+
**read-only implementation, C#, self-host web server, SQL Server DB - Facade on CIS
** Pyro Server’s FHIR STU3 endpoint: https://stu3.test.pyrohealth.net/fhir
+
**R4: 'Best Practice CIS' http://demo.oridashi.com.au:8304
** Implementation: Generic STU V3.0.1 FHIR Server, all resource types, .NET (C#), MS SQL or PostgreSQL
+
**R4: 'Medical Director CIS' http://demo.oridashi.com.au:8305
** Supports: All search parameters, _includes, _revincludes, Search chaining, Conditional (Create, Update, Delete), History and Transaction bundles 
+
**STU3: 'Best Practice CIS' http://demo.oridashi.com.au:8297
** Pyro Server’s FHIR R4 endpoint: https://r4.test.pyrohealth.net/fhir
+
**STU3: 'Medical Director CIS' http://demo.oridashi.com.au:8298
** Implementation: Generic R4 V3.5.0 FHIR Server, all resource types, .NET (C#), MS SQL or PostgreSQL
+
**DSTU2: 'Best Practice CIS' http://demo.oridashi.com.au:8290
** Supports: All search parameters, _includes, _revincludes, Search chaining, Conditional (Create, Update, Delete), History and Transaction bundles 
+
**DSTU2: 'Medical Director CIS' http://demo.oridashi.com.au:8291
  
* https://fhir.smartplatforms.org - Josh Mandel / SMART Platforms
+
*Pyro
** Open-source server in Grails (Java/Groovy) + MongoDB
+
**Documentation: https://pyrohealth.net/
** "SMART on FHIR" Server: https://fhir-api.smartplatforms.org  | https://fhir-open-api.smartplatforms.org  | [https://github.com/smart-on-fhir/api-server Source]
+
**Pyro Server’s FHIR STU3 endpoint:  https://stu3.test.pyrohealth.net/fhir
** "FHIR Starter" App Launcher https://fhir.smartplatforms.org | [https://github.com/smart-on-fhir/apps Source]
+
**Implementation: Generic STU V3.0.1 FHIR Server, all resource types, .NET (C#), MS SQL or PostgreSQL
* http://worden.globalgold.co.uk:8080/FHIR_a/hosted_demo.html Robert Worden / Open Mapping Software
+
**Supports: All search parameters, _includes, _revincludes, Search chaining, Conditional (Create, Update, Delete), History and Transaction bundles
** Patient resource, read-only
+
**Pyro Server’s FHIR R4 endpoint:  https://r4.test.pyrohealth.net/fhir
** Illustrates building a FHIR server on any existing application, any resource, by mapping to the application database
+
**Implementation: Generic R4 V3.5.0 FHIR Server, all resource types, .NET (C#), MS SQL or PostgreSQL
** Tools to do this now available free, evolving
+
**Supports: All search parameters, _includes, _revincludes, Search chaining, Conditional (Create, Update, Delete), History and Transaction bundles
 +
 
 +
*https://fhir.smartplatforms.org - Josh Mandel / SMART Platforms
 +
**Open-source server in Grails (Java/Groovy) + MongoDB
 +
**"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://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
 +
**Patient resource, read-only
 +
**Illustrates building a FHIR server on any existing application, any resource, by mapping to the application database
 +
**Tools to do this now available free, evolving
 
<!--* https://fhir.orionhealth.com/blaze/fhir/metadata  (actual endpoint is https://fhir.orionhealth.com/blaze/fhir/)
 
<!--* https://fhir.orionhealth.com/blaze/fhir/metadata  (actual endpoint is https://fhir.orionhealth.com/blaze/fhir/)
 
** Supports all resource types, all operations, xml + json and gzip
 
** Supports all resource types, all operations, xml + json and gzip
Line 82: Line 102:
 
** implementation details: C# reference implementation, WebApi 2.0 library, SQLserver for storage and search-->
 
** implementation details: C# reference implementation, WebApi 2.0 library, SQLserver for storage and search-->
  
* https://aidbox.io/ - Health Samurai's FHIR server as a service with free layer, register and create a new server in 1 click
+
*[https://www.health-samurai.io/aidbox https://health-samurai.io/aidbox] - Health Samurai's FHIR server as a service with free layer, register and create a new server in 1 click
** Local development installation by Docker
+
**Local development installation by Docker
** Supports all resource types, all operations, json + xml + edn + transit + yaml, All FHIR versions
+
**Supports all resource types, all operations, json + xml + edn + transit + yaml, All FHIR versions
** Based on fhirbase (https://www.health-samurai.io/fhirbase)
+
**Based on fhirbase (https://www.health-samurai.io/fhirbase)
** Supports SQL on FHIR
+
**Supports SQL on FHIR
** Implementation: PostgreSQL, JVM (clojure), Kubernetes
+
**Implementation: PostgreSQL, JVM (clojure), Kubernetes
** Oauth 2.0, OpenID Connect, SCIM
+
**Oauth 2.0, OpenID Connect, SCIM
** Access Policies
+
**Access Policies
** Custom Resources & First Class Extensions
+
**Custom Resources & First Class Extensions
** Terminology Service
+
**Terminology Service
** Extensible with Custom Operations by Aidbox SDK
+
**Extensible with Custom Operations by Aidbox SDK
 +
 
 +
*Cerner's Sandbox
 +
**See our developer / API documentation for the resources that this server supports at http://fhir.cerner.com
 +
**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
 +
**Endpoints (DSTU2):
 +
***Open - https://fhir-open.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca
 +
***With OAuth 2 Provider access - https://fhir-ehr.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca
 +
***With OAuth 2 Patient access - https://fhir-myrecord.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca
 +
 
 +
*http://open.epic.com/Interface/FHIR - Epic's Sandbox
 +
**Supports a subset of resource types, read-only
 +
**Runs against a functional Epic database
 +
**Includes online test harness for quick syntax checking
 +
**Contact [mailto:open@epic.com open@epic.com] for more information
  
* http://fhirtest.uhn.ca/ - HAPI / University Health Network test server
+
*https://fhir-terminology-demo.e-imo.com/api/swagger/ui/index - IMO's FHIR Terminology Service
** Supports all resource types and operations
 
** Has query builder UI which can be used to facilitate testing
 
** Endpoints:
 
*** DSTU1: http://fhirtest.uhn.ca/baseDstu1
 
*** DSTU2: http://fhirtest.uhn.ca/baseDstu2
 
*** DSTU3: http://fhirtest.uhn.ca/baseDstu3
 
  
* Cerner's Sandbox
+
*AEGIS WildFHIR - '''PLEASE NOTE UPDATED URLs PER MOVE TO NEW SERVERS'''
** See our developer / API documentation for the resources that this server supports at http://fhir.cerner.com
+
**R4 Official v4.0.0 - http://wildfhir4.aegis.net/fhir4-0-0
** Supports both open and OAuth 2 access
+
***Test client interface: http://wildfhir4.aegis.net/fhir4-0-0-gui
** 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
+
***Supports the FHIR R4 Official (v4.0.0) version for use at the upcoming Connectathon 20 event
** Endpoints (DSTU2):
+
***Supports all resource types and standard operations, including batch, validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/update/delete, create/update return preference and _summary parameter
*** Open - https://fhir-open.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca
+
**R4 Ballot 2 v3.5.0 - http://wildfhir3.aegis.net/fhir3-5-0
*** With OAuth 2 Provider access - https://fhir-ehr.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca
+
***Test client interface: http://wildfhir3.aegis.net/fhir3-5-0-gui
*** With OAuth 2 Patient access - https://fhir-myrecord.sandboxcerner.com/dstu2/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca
+
***Supports the FHIR R4 Ballot 2 (v3.5.0-14299) version for use at the upcoming Connectathon 19 event
 +
***Supports all resource types and standard operations, including batch, validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/delete, create/update return preference and _summary parameter
 +
**R4 Ballot 1 v3.3.0 - http://wildfhir3.aegis.net/fhir3-3-0
 +
***Test client interface: http://wildfhir3.aegis.net/fhir3-3-0-gui
 +
***Supports the FHIR R4 Ballot 1 (v3.3.0-13671) version for use at the upcoming Connectathon 18 event
 +
***Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/delete, create/update return preference and _summary parameter
 +
**R4 Candidate 1 v3.2.0 - http://wildfhir3.aegis.net/fhir3-2-0
 +
***Test client interface: http://wildfhir3.aegis.net/fhir3-2-0-gui
 +
***Supports the FHIR R4 Candidate 1 (v3.2.0-12888) version used for the Connectathon 17 event
 +
***Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/delete, create/update return preference and _summary parameter
 +
**STU3 v3.0.1 (official) - http://wildfhir3.aegis.net/fhir3-0-1
 +
***Test client interface: http://wildfhir3.aegis.net/fhir3-0-1-gui
 +
***Supports the FHIR Release 3 (v3.0.1-11917) version used for the Connectathon 15, 16 and 17 events
 +
***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
 +
**STU3 Candidate v1.8.0 - http://wildfhir2.aegis.net/fhir1-8-0
 +
***Test client interface: http://wildfhir2.aegis.net/fhir1-8-0-gui
 +
***Supports the FHIR STU3 Candidate (v1.8.0-10528) version used for the Connectathon 14 event
 +
***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
 +
**STU3 Ballot v1.6.0 - http://wildfhir2.aegis.net/fhir1-6-0
 +
***Test client interface: http://wildfhir2.aegis.net/fhir1-6-0-gui
 +
***Supports the FHIR STU3 Ballot (v1.6.0-9810) version used for the Connectathon 13 event
 +
***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
 +
**STU3 Ballot v1.4.0 - http://wildfhir2.aegis.net/fhir1-4-0
 +
***Test client interface: http://wildfhir2.aegis.net/fhir1-4-0-gui
 +
***Supports the FHIR STU3 Ballot (v1.4.0-8139) version used for the Connectathon 12 event
 +
***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
 +
**STU3 Ballot v1.2.0 - http://wildfhir2.aegis.net/fhir1-2-0
 +
***Test client interface: http://wildfhir2.aegis.net/fhir1-2-0-gui
 +
***Supports the FHIR STU3 Ballot (v1.2.0-7493) version used for the Connectathon 11 event
 +
***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
 +
**DSTU2 v1.0.2 (official) - http://wildfhir2.aegis.net/fhir1-0-2
 +
***Test client interface: http://wildfhir2.aegis.net/fhir1-0-2-gui
 +
***Supports the FHIR DSTU 2.0 (v1.0.2-7202) version used for the Connectathon 10 event
 +
***Supports all resource types and operations, including validate, excluding transaction; support for conditional read, create/update return preference
  
* http://open.epic.com/Interface/FHIR - Epic's Sandbox
+
*http://sqlonfhir-dstu2.azurewebsites.net/fhir - HealthConnex - DSTU2
** Supports a subset of resource types, read-only
+
**Supports all resource types, but not all operations
** Runs against a functional Epic database
+
**.NET (C#) implementation on SQL Server Azure
** Includes online test harness for quick syntax checking
+
**No support for search chaining or profiles at present
** Contact [mailto:open@epic.com open@epic.com] for more information
+
*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)
  
* AEGIS WildFHIR - '''PLEASE NOTE UPDATED URLs PER MOVE TO NEW SERVERS'''
+
*http://health.gnusolidario.org:5000  GNU Health FHIR server
** R4 Official v4.0.0 - http://wildfhir4.aegis.net/fhir4-0-0
+
**Supports read, validate and search for Patient, DiagnosticReport, Practitioner, Procedure, Observation, Condition, FamilyHistory
*** Test client interface: http://wildfhir4.aegis.net/fhir4-0-0-gui
+
**DSTU1
*** Supports the FHIR R4 Official (v4.0.0) version for use at the upcoming Connectathon 20 event
+
**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).
*** Supports all resource types and standard operations, including batch, validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/update/delete, create/update return preference and _summary parameter
+
**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.
** R4 Ballot 2 v3.5.0 - http://wildfhir3.aegis.net/fhir3-5-0
+
**I'm updating the code frequently and it's still in the dev stages (e.g., adding new resources frequently).
*** Test client interface: http://wildfhir3.aegis.net/fhir3-5-0-gui
+
**Documentation is here: https://en.wikibooks.org/w/index.php?title=GNU_Health/Using_the_FHIR_REST_server
*** Supports the FHIR R4 Ballot 2 (v3.5.0-14299) version for use at the upcoming Connectathon 19 event
 
*** Supports all resource types and standard operations, including batch, validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/delete, create/update return preference and _summary parameter
 
** R4 Ballot 1 v3.3.0 - http://wildfhir3.aegis.net/fhir3-3-0
 
*** Test client interface: http://wildfhir3.aegis.net/fhir3-3-0-gui
 
*** Supports the FHIR R4 Ballot 1 (v3.3.0-13671) version for use at the upcoming Connectathon 18 event
 
*** Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/delete, create/update return preference and _summary parameter
 
** R4 Candidate 1 v3.2.0 - http://wildfhir3.aegis.net/fhir3-2-0
 
*** Test client interface: http://wildfhir3.aegis.net/fhir3-2-0-gui
 
*** Supports the FHIR R4 Candidate 1 (v3.2.0-12888) version used for the Connectathon 17 event
 
*** Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/delete, create/update return preference and _summary parameter
 
** STU3 v3.0.1 (official) - http://wildfhir3.aegis.net/fhir3-0-1
 
*** Test client interface: http://wildfhir3.aegis.net/fhir3-0-1-gui
 
*** Supports the FHIR Release 3 (v3.0.1-11917) version used for the Connectathon 15, 16 and 17 events
 
*** 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
 
** STU3 Candidate v1.8.0 - http://wildfhir2.aegis.net/fhir1-8-0
 
*** Test client interface: http://wildfhir2.aegis.net/fhir1-8-0-gui
 
*** Supports the FHIR STU3 Candidate (v1.8.0-10528) version used for the Connectathon 14 event
 
*** 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
 
** STU3 Ballot v1.6.0 - http://wildfhir2.aegis.net/fhir1-6-0
 
*** Test client interface: http://wildfhir2.aegis.net/fhir1-6-0-gui
 
*** Supports the FHIR STU3 Ballot (v1.6.0-9810) version used for the Connectathon 13 event
 
*** 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
 
** STU3 Ballot v1.4.0 - http://wildfhir2.aegis.net/fhir1-4-0
 
*** Test client interface: http://wildfhir2.aegis.net/fhir1-4-0-gui
 
*** Supports the FHIR STU3 Ballot (v1.4.0-8139) version used for the Connectathon 12 event
 
*** 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
 
** STU3 Ballot v1.2.0 - http://wildfhir2.aegis.net/fhir1-2-0
 
*** Test client interface: http://wildfhir2.aegis.net/fhir1-2-0-gui
 
*** Supports the FHIR STU3 Ballot (v1.2.0-7493) version used for the Connectathon 11 event
 
*** 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
 
** DSTU2 v1.0.2 (official) - http://wildfhir2.aegis.net/fhir1-0-2
 
*** Test client interface: http://wildfhir2.aegis.net/fhir1-0-2-gui
 
*** Supports the FHIR DSTU 2.0 (v1.0.2-7202) version used for the Connectathon 10 event
 
*** Supports all resource types and operations, including validate, excluding transaction; support for conditional read, create/update return preference
 
  
* http://sqlonfhir-dstu2.azurewebsites.net/fhir - HealthConnex - DSTU2
+
*https://stu3.ontoserver.csiro.au/fhir - CSIRO's Ontoserver - STU3 (FHIR 3.0.1)
** Supports all resource types, but not all operations
+
*https://r4.ontoserver.csiro.au/fhir - CSIRO's Ontoserver - R4 (still in beta)
** .NET (C#) implementation on SQL Server Azure
+
**Supports Terminology Services
** No support for search chaining or profiles at present
+
**CodeSystem, ValueSet, ConceptMap, StructureDefinition, and Bundle with read, create, update, delete, search
* http://sqlonfhir-stu3.azurewebsites.net/fhir - Telstra Health (HealthConnex) - Jan 2017 San Antonio Connectathon Build
+
**$expand, $lookup, $validate-code, $validate, $closure, $translate, and $batch
** Supports all resource types, but not all operations
+
**Specialised support for SNOMED CT, and LOINC
** .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
+
*http://fhir.i2b2.org/open/ i2b2 FHIR server - DSTU21
** Supports read, validate and search for Patient, DiagnosticReport, Practitioner, Procedure, Observation, Condition, FamilyHistory
+
**Supports read and search for Patient, Observation, Condition, Medication
** DSTU1
+
**DSTU21
** 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).  
+
**demo calls see: http://fhir.i2b2.org
** 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.
+
**Connected to demo server at https://www.i2b2.org/webclient/
** 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
 
  
* https://stu3.ontoserver.csiro.au/fhir - CSIRO's Ontoserver - STU3 (FHIR 3.0.1)
+
*https://tw171.open.allscripts.com/FHIR - Allscripts Touchworks Sandbox (OAuth)
* https://r4.ontoserver.csiro.au/fhir - CSIRO's Ontoserver - R4 (still in beta)
+
**DSTU 2.0 (v1.0.2) version of FHIR
** Supports Terminology Services
+
**Supports the resource types required for the Common Clinical Data Set, currently read-only
** CodeSystem, ValueSet, ConceptMap, StructureDefinition, and Bundle with read, create, update, delete, search
+
**Supports OAuth validation
** $expand, $lookup, $validate-code, $validate, $closure, $translate, and $batch
+
**Supports SMART on FHIR
** Specialised support for SNOMED CT, and LOINC
+
**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:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
  
* http://fhir.i2b2.org/open/  i2b2 FHIR server - DSTU21
+
*https://pro171.open.allscripts.com/FHIR - Allscripts Professional Sandbox (OAuth)
** Supports read and search for Patient, Observation, Condition, Medication
+
**DSTU 2.0 (v1.0.2) version of FHIR
** DSTU21
+
**Supports the resource types required for the Common Clinical Data Set, currently read-only
** demo calls see: http://fhir.i2b2.org
+
**Supports OAuth validation
** Connected to demo server at https://www.i2b2.org/webclient/
+
**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://tw171.open.allscripts.com/FHIR - Allscripts Touchworks Sandbox (OAuth)
+
*https://scm163cu3.open.allscripts.com/FHIR - Allscripts Sunrise Sandbox (OAuth)
** DSTU 2.0 (v1.0.2) version of FHIR
+
**DSTU 2.0 (v1.0.2) version of FHIR
** Supports the resource types required for the Common Clinical Data Set, currently read-only
+
**Supports the resource types required for the Common Clinical Data Set, currently read-only
** Supports OAuth validation
+
**Supports OAuth validation
** Supports SMART on FHIR
+
**Supports SMART on FHIR
** Runs against Allscripts Touchworks 17.1 test server
+
**Runs against Allscripts Sunrise 16.3 CU3 test server
** Please review our developer / API documentation at https://developer.allscripts.com/Content/fhir/content/TWFHIR17_Sandbox/
+
**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:jeffrey.danford@allscripts.com Jeffrey Danford] for more information about this endpoint
** Contact [mailto:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
+
**Contact [mailto:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
  
* https://pro171.open.allscripts.com/FHIR - Allscripts Professional Sandbox (OAuth)
+
*http://twdev.open.allscripts.com/FHIR - Allscripts STU3 Sandbox (OAuth)
** DSTU 2.0 (v1.0.2) version of FHIR
+
**STU 3.0 (v1.8.0) version of FHIR
** Supports the resource types required for the Common Clinical Data Set, currently read-only
+
**Supports the resource types required for the Common Clinical Data Set, currently read-only
** Supports OAuth validation
+
**Supports OAuth validation
** Supports SMART on FHIR
+
**Supports SMART on FHIR
** Runs against Allscripts Professional 17.1 test server
+
**Runs against Allscripts Touchworks 17.1 test server
** Please review our developer / API documentation at https://developer.allscripts.com/content/fhir/content/Pro171_Sandbox/
+
**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:jeffrey.danford@allscripts.com Jeffrey Danford] for more information about this endpoint
** Contact [mailto:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
+
**Contact [mailto:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
  
* https://scm163cu3.open.allscripts.com/FHIR - Allscripts Sunrise Sandbox (OAuth)
+
*http://52.72.172.54:8080/fhir/home - Michigan Health Information Network (open)
** DSTU 2.0 (v1.0.2) version of FHIR
+
**1000s of realistic test patient records
** 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)
+
*https://fhir.careevolution.com/Master.Adapter1.WebClient/fhir - CareEvolution HIEBus
** STU 3.0 (v1.8.0) version of FHIR
+
**DSTU2, read-write for most resources
** Supports the resource types required for the Common Clinical Data Set, currently read-only
+
**STU3, read-write for most resources
** Supports OAuth validation
+
**R4, just some resources currently implemented, read-write
** Supports SMART on FHIR
+
**Open DSTU2 end-point: https://fhir.careevolution.com/apitest/fhir
** Runs against Allscripts Touchworks 17.1 test server
+
**Protected (SMART-on-FHIR) DSTU2 end-point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir
** Please review our developer / API documentation at https://developer.allscripts.com/fhir
+
**Protected (SMART-on-FHIR) STU3 end-point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-stu3
** Contact [mailto:jeffrey.danford@allscripts.com Jeffrey Danford] for more information about this endpoint
+
**Protected (SMART-on-FHIR) R4 end-point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-r4
** Contact [mailto:gunther.meyer@allscripts.com Gunther Meyer]for OAuth setup
+
**Supports [http://docs.smarthealthit.org/authorization/backend-services/ backend services authorization]:
 +
***Token end point: https://fhir.careevolution.com/Master.Adapter1.WebClient/identityserver/connect/token
 +
***client ID: JWTClientCredentials
 +
***issuer: JWTClientCredentials
 +
***audience: https://fhir.careevolution.com/Master.Adapter1.WebClient/identityserver/connect/token
 +
***scope: system/*.read
 +
***signing certificate: https://fhir.careevolution.com/jwt.pfx with password jwt.careevolution.com
 +
**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://52.72.172.54:8080/fhir/home - Michigan Health Information Network (open)
+
*http://fhir.nestvision.com (NestVision, a Chinese medical IT company, for Chinese implementers)
** 1000s of realistic test patient records
+
**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.
  
* https://fhir.careevolution.com/Master.Adapter1.WebClient/fhir - CareEvolution HIEBus
+
*SyntheticMass - https://syntheticmass.mitre.org/fhir
** DSTU2, read-write for most resources
+
**FHIR STU3 v1.8
** STU3, read-write for most resources
+
**JSON only
** R4, just some resources currently implemented, read-write
+
**1 Million Synthetic Patients with complete medical records
** Open DSTU2 end-point: https://fhir.careevolution.com/apitest/fhir
+
**Open Source https://github.com/synthetichealth
** Protected (SMART-on-FHIR) DSTU2 end-point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir
 
** Protected (SMART-on-FHIR) STU3 end-point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-stu3
 
** Protected (SMART-on-FHIR) R4 end-point: https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir-r4
 
** Supports [http://docs.smarthealthit.org/authorization/backend-services/ backend services authorization]:
 
*** Token end point: https://fhir.careevolution.com/Master.Adapter1.WebClient/identityserver/connect/token
 
*** client ID: JWTClientCredentials
 
*** issuer: JWTClientCredentials
 
*** audience: https://fhir.careevolution.com/Master.Adapter1.WebClient/identityserver/connect/token
 
*** scope: system/*.read
 
*** signing certificate: https://fhir.careevolution.com/jwt.pfx with password jwt.careevolution.com
 
** 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)
+
*The SMART Genomics API - http://genomics-advisor.smartplatforms.org:2048/static/doc/index.html
** 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.
+
**FHIR STU3 v1.8
 +
**JSON and XML
 +
**The SMART Genomics API is built on top of SMART on FHIR
 +
**Open Source https://github.com/chaiery/FHIR-Genomics-2
 +
**Documentation:http://genomics-advisor.smartplatforms.org:2048/static/doc/index.html
  
* SyntheticMass - https://syntheticmass.mitre.org/fhir
+
*Kaji - https://kaji.healthforge.io
** FHIR STU3 v1.8
+
**Supports STU3
** JSON only
+
**General purpose server supporting all resources, most search parameters, xml &amp; json
** 1 Million Synthetic Patients with complete medical records
+
**Tech stack: Scala, PostgreSQL, Kubernetes
** Open Source https://github.com/synthetichealth
 
  
* The SMART Genomics API - http://genomics-advisor.smartplatforms.org:2048/static/doc/index.html
+
*JPA HL7 FHIR Server - http://fhir.com.vn:8181
** FHIR STU3 v1.8
+
**Promotes HL7 FHIR development in Vietnam
** JSON and XML
 
** The SMART Genomics API is built on top of SMART on FHIR
 
** Open Source https://github.com/chaiery/FHIR-Genomics-2
 
** Documentation:http://genomics-advisor.smartplatforms.org:2048/static/doc/index.html
 
  
* Kaji - https://kaji.healthforge.io
+
*Phast's Terminology Services & Catalog Services STS - https://jade.phast.fr/resources-server/api/FHIR/
** Supports STU3
+
**FHIR R4
** General purpose server supporting all resources, most search parameters, xml &amp; json
+
**JSON and XML
** Tech stack: Scala, PostgreSQL, Kubernetes
+
**Terminology services:
 +
***with terminologies SNOMED CT, LOINC, EDQM Standard Terms, all FHIR-defined code systems and value sets ...
 +
***Support ECL for SNOMED CT
 +
***Resources: CodeSystem, ValueSet, ConceptMap, NamingSystem, TerminologyCapabilities
 +
***interactions: read, vread, update, delete, create
 +
***common parameters: _tag, _profile, _security, _text, _content, _list, _format, _query, _filter
 +
***common search parameters: _lastUpdated, _has, _type, _id
 +
***common search result parameters: _sort, _count, _include, _revinclude
 +
***operations on CodeSystem (GET & POST): lookup, validate-code, subsumes
 +
***operations on ValueSet (GET & POST): expand, validate-code
 +
***operations on ConceptMap (GET & POST): translate, closure
 +
**Catalog services:
 +
***resources: Composition, PlanDefinition, ActivityDefinition, ObservationDefinition, SpecimenDefinition, Organization, ChargeItemDefinition
 +
***Functional scope: Catalogs of laboratory diagnostic services

Latest revision as of 16:14, 16 April 2020

Content on this page has been migrated to Confluence here: https://confluence.hl7.org/display/FHIR/Public+Test+Servers


Back to FHIR home page

Introduction

This page lists FHIR servers that are publicly available for testing. These are public services provided by volunteers and HL7 makes no representations concerning their safety or reliability.

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):

Status

The status of publicly available FHIR servers is monitored using UptimeRobot at https://stats.uptimerobot.com/9DArDu1Jo. If you would like a publicly available FHIR server added to the UptimeRobot status page, email [Sean McIlvenna[1]].

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
    • https://vonk.fire.ly
    • Supports STU3 and R4:
    • Generic FHIR Server, for all types of resources, all search parameters, xml + json
    • Documentation on http://docs.simplifier.net/vonk
    • 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.)
  • Pyro
    • Documentation: https://pyrohealth.net/
    • Pyro Server’s FHIR STU3 endpoint: https://stu3.test.pyrohealth.net/fhir
    • Implementation: Generic STU V3.0.1 FHIR Server, all resource types, .NET (C#), MS SQL or PostgreSQL
    • Supports: All search parameters, _includes, _revincludes, Search chaining, Conditional (Create, Update, Delete), History and Transaction bundles
    • Pyro Server’s FHIR R4 endpoint: https://r4.test.pyrohealth.net/fhir
    • Implementation: Generic R4 V3.5.0 FHIR Server, all resource types, .NET (C#), MS SQL or PostgreSQL
    • Supports: All search parameters, _includes, _revincludes, Search chaining, Conditional (Create, Update, Delete), History and Transaction bundles
  • https://health-samurai.io/aidbox - Health Samurai's FHIR server as a service with free layer, register and create a new server in 1 click
    • Local development installation by Docker
    • Supports all resource types, all operations, json + xml + edn + transit + yaml, All FHIR versions
    • Based on fhirbase (https://www.health-samurai.io/fhirbase)
    • Supports SQL on FHIR
    • Implementation: PostgreSQL, JVM (clojure), Kubernetes
    • Oauth 2.0, OpenID Connect, SCIM
    • Access Policies
    • Custom Resources & First Class Extensions
    • Terminology Service
    • Extensible with Custom Operations by Aidbox SDK
  • AEGIS WildFHIR - PLEASE NOTE UPDATED URLs PER MOVE TO NEW SERVERS
    • R4 Official v4.0.0 - http://wildfhir4.aegis.net/fhir4-0-0
      • Test client interface: http://wildfhir4.aegis.net/fhir4-0-0-gui
      • Supports the FHIR R4 Official (v4.0.0) version for use at the upcoming Connectathon 20 event
      • Supports all resource types and standard operations, including batch, validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/update/delete, create/update return preference and _summary parameter
    • R4 Ballot 2 v3.5.0 - http://wildfhir3.aegis.net/fhir3-5-0
      • Test client interface: http://wildfhir3.aegis.net/fhir3-5-0-gui
      • Supports the FHIR R4 Ballot 2 (v3.5.0-14299) version for use at the upcoming Connectathon 19 event
      • Supports all resource types and standard operations, including batch, validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/delete, create/update return preference and _summary parameter
    • R4 Ballot 1 v3.3.0 - http://wildfhir3.aegis.net/fhir3-3-0
      • Test client interface: http://wildfhir3.aegis.net/fhir3-3-0-gui
      • Supports the FHIR R4 Ballot 1 (v3.3.0-13671) version for use at the upcoming Connectathon 18 event
      • Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/delete, create/update return preference and _summary parameter
    • R4 Candidate 1 v3.2.0 - http://wildfhir3.aegis.net/fhir3-2-0
      • Test client interface: http://wildfhir3.aegis.net/fhir3-2-0-gui
      • Supports the FHIR R4 Candidate 1 (v3.2.0-12888) version used for the Connectathon 17 event
      • Supports all resource types and standard operations, including validate and json/xml patch, excluding transaction; search supports chained parameters, include and revinclude; support for conditional read/delete, create/update return preference and _summary parameter
    • STU3 v3.0.1 (official) - http://wildfhir3.aegis.net/fhir3-0-1
      • Test client interface: http://wildfhir3.aegis.net/fhir3-0-1-gui
      • Supports the FHIR Release 3 (v3.0.1-11917) version used for the Connectathon 15, 16 and 17 events
      • 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
    • STU3 Candidate v1.8.0 - http://wildfhir2.aegis.net/fhir1-8-0
      • Test client interface: http://wildfhir2.aegis.net/fhir1-8-0-gui
      • Supports the FHIR STU3 Candidate (v1.8.0-10528) version used for the Connectathon 14 event
      • 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
    • STU3 Ballot v1.6.0 - http://wildfhir2.aegis.net/fhir1-6-0
      • Test client interface: http://wildfhir2.aegis.net/fhir1-6-0-gui
      • Supports the FHIR STU3 Ballot (v1.6.0-9810) version used for the Connectathon 13 event
      • 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
    • STU3 Ballot v1.4.0 - http://wildfhir2.aegis.net/fhir1-4-0
      • Test client interface: http://wildfhir2.aegis.net/fhir1-4-0-gui
      • Supports the FHIR STU3 Ballot (v1.4.0-8139) version used for the Connectathon 12 event
      • 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
    • STU3 Ballot v1.2.0 - http://wildfhir2.aegis.net/fhir1-2-0
      • Test client interface: http://wildfhir2.aegis.net/fhir1-2-0-gui
      • Supports the FHIR STU3 Ballot (v1.2.0-7493) version used for the Connectathon 11 event
      • 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
    • DSTU2 v1.0.2 (official) - http://wildfhir2.aegis.net/fhir1-0-2
      • Test client interface: http://wildfhir2.aegis.net/fhir1-0-2-gui
      • Supports the FHIR DSTU 2.0 (v1.0.2-7202) version used for the Connectathon 10 event
      • Supports all resource types and operations, including validate, excluding transaction; support for conditional read, create/update return preference
  • 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
  • https://stu3.ontoserver.csiro.au/fhir - CSIRO's Ontoserver - STU3 (FHIR 3.0.1)
  • https://r4.ontoserver.csiro.au/fhir - CSIRO's Ontoserver - R4 (still in beta)
    • Supports Terminology Services
    • CodeSystem, ValueSet, ConceptMap, StructureDefinition, and Bundle with 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.
  • Kaji - https://kaji.healthforge.io
    • Supports STU3
    • General purpose server supporting all resources, most search parameters, xml & json
    • Tech stack: Scala, PostgreSQL, Kubernetes
  • Phast's Terminology Services & Catalog Services STS - https://jade.phast.fr/resources-server/api/FHIR/
    • FHIR R4
    • JSON and XML
    • Terminology services:
      • with terminologies SNOMED CT, LOINC, EDQM Standard Terms, all FHIR-defined code systems and value sets ...
      • Support ECL for SNOMED CT
      • Resources: CodeSystem, ValueSet, ConceptMap, NamingSystem, TerminologyCapabilities
      • interactions: read, vread, update, delete, create
      • common parameters: _tag, _profile, _security, _text, _content, _list, _format, _query, _filter
      • common search parameters: _lastUpdated, _has, _type, _id
      • common search result parameters: _sort, _count, _include, _revinclude
      • operations on CodeSystem (GET & POST): lookup, validate-code, subsumes
      • operations on ValueSet (GET & POST): expand, validate-code
      • operations on ConceptMap (GET & POST): translate, closure
    • Catalog services:
      • resources: Composition, PlanDefinition, ActivityDefinition, ObservationDefinition, SpecimenDefinition, Organization, ChargeItemDefinition
      • Functional scope: Catalogs of laboratory diagnostic services