Stream: connectathon mgmt
Topic: FHIR Server Available
Marcus Shirrefs (Feb 01 2020 at 22:29):
DXC have a publically available FHIR server (DSTU4) ready for the Connect-a-thon. You can hit it here - http://ohcconnect.myhealthpoc.com:9093/org1 We're over on the Patient track table if you need to discuss
Peter Williams (Feb 01 2020 at 23:06):
SNOMED International have a production FHIR server (R4) which is permanently available: https://snowstorm-fhir.snomedtools.org/fhir/ and there's a development server that's been updated this week with a few new features (TerminologyCapabilities, LangRefsetId in designations and ValueSet searching) so that's here: https://dev-fhir.snomedtools.org/fhir/ and the commit log is here: https://github.com/IHTSDO/snowstorm/commits/feature/fhir Questions to table 19. The dev server is a throw-away sandbox so you can create your own ValueSets in there, delete each others etc ;-) . RBAC planned for later in the year.
Angus Millar (Feb 01 2020 at 23:22):
STU3: https://stu3.test.pyrohealth.net/fhir
and
R4: https://r4.test.pyrohealth.net/fhir
I'm on the Patient track table if you find any issues or have questions.
Michael Lawley (Feb 01 2020 at 23:33):
CSIRO have STU3 and R4 terminology servers available:
https://stu3.ontoserver.csiro.au/fhir and https://r4.ontoserver.csiro.au/fhir
These also provide support for $validate for arbitrary resources with POST
Ward Weistra (Feb 02 2020 at 02:01):
The Vonk R5 alpha (and STU3, R4) test server is available at https://labs.vonk.fire.ly. Specify your FHIR version via the fhirVersion
header (http://docs.simplifier.net/vonk/features/multiversion.html) or use the dedicated endpoints:
- R5: https://labs.vonk.fire.ly/R5
- R4: https://labs.vonk.fire.ly/R4
- STU3: https://labs.vonk.fire.ly/R3
.NET API R5 alpha available at https://www.myget.org/F/fhir-net-api/api/v3/index.json
@Alexander Zautke is here if you need any Vonk help!
Gou Masuda (Feb 02 2020 at 02:09):
KIS, Inc. have a FHIR server at
http://test.mincs-emr.jp:48080/fhir/fhirserver/R4
It supports only the R4 Patient profile.
We are at the Patient track.
Ward Weistra (May 13 2020 at 16:21):
Besides the above Vonk R5 (Preview #1) still being available for this connectathon, there is now also a version of the Forge FHIR profiler for FHIR R5 (Preview #2) to work with!
The #dotnet FHIR API too has a new release out for FHIR R5 Preview #2: https://github.com/FirelyTeam/fhir-net-api/releases/tag/v1.7.0-beta-may2020-r5
And finally, since we can't hand them out in person this time, you can find our FHIR cheat sheets here:
- FHIR R4: https://bit.ly/firely-cheat-sheet-r4
- FHIR R5: https://bit.ly/firely-cheat-sheet-r5 (Preview #1)
Last updated: Apr 12 2022 at 19:14 UTC