Testing a FHIR endpoint - Client

Hi Experts, I am Looking for suggestions on testing a FHIR endpoint - Client that we have created, We would like to test Authentication with different tokens, Certificates, CRUD operations on FHIR server(Test or Local). I am not sure how to test Authentications with the FHIR public test servers, Any pointers?

Most of the public test systems will support base TLS and OAuth. Key thing would be to test against the major reference implementations (HAPI, Firely) as well as the sandboxes provided by the main EHR vendors. You can find a list of public test servers here: Public Test Servers - FHIR - Confluence

1 Like