Question
· Jun 4

FHIR Service Base URL Test failing

I'm trying to complete Inferno Service Base URL test for FHIR endpoint and I thought it wanted host.com/fhir/r4/.well-known/smart-configuration but I get header error below. Am I using the wrong Service Base URL List or am I missing something? I'm running 2021.2 HealthShare

ERROR <HSFHIRErr>InvalidAcceptSpec: No valid Accept data found (Accept header or _format parameter)
Discussion (2)2
Log in or sign up to continue

Besides the bug I also found a solution with help from InterSystems. We took JSON bundle example for base and wrote code to create class that would generate API app on server that would, when invoked with param, produce required JSON bundle in FHIR format. It took some time to refine and format everything to standard, but I found this example most helpful for my solution: https://github.com/inferno-framework/service-base-url-test-kit/blob/101f...