Stream: SANER-Connectathon
Topic: End Points
David Pyke (May 18 2021 at 12:17):
Leidos: https://0047-sdc-phi.leidosweb.net/hapi-fhir-jpaserver/
Ai: http://test.sanerproject.org/fhir (all the test data here)
Symptomatic : https://saner.symptomatic.us/baseR4
Lantana: https://dev-api.nhsnlink.org (HSN link)
David Pyke (May 18 2021 at 12:17):
Cerner: https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/
John Moehrke (May 18 2021 at 12:19):
is there any AuditEvent logging going on in SANER to any of these servers?
David Pyke (May 18 2021 at 12:24):
Lantana may be, I haven't heard from the rest
Mark Deaton (May 19 2021 at 00:01):
It looks like the AI server is currently unavailable; I'm trying to import from the Leidos server. We're trying to pull in as many MeasureReports as possible, using an iterative paging approach using the link > next URL at the top of each result. However, at least on the Leidos server, that URL is localhost, which is of no use to anyone querying from outside that server.
Is this a standard feature? Is there some query parameter that can change this behavior?
"link": [
{
"relation": "self",
"url": "http://localhost:8080/hapi-fhir-jpaserver/fhir/MeasureReport?_format=json"
},
{
"relation": "next",
"url": "http://localhost:8080/hapi-fhir-jpaserver/fhir?_getpages=d3ddee99-f1c1-425a-bf60-b50626a8df0b&_getpagesoffset=20&_count=20&_format=json&_pretty=true&_bundletype=searchset"
}
],
Thanks!
Keith Boone (May 19 2021 at 12:57):
I had to reboot the server after swamping it, it's back up.
Last updated: Apr 12 2022 at 19:14 UTC