Hi, I have a HAPI FHIR/HL7v2 Message Server which is working with a FHIR CDR Server. I'm after both servers running off the same OAuth2 server.
So if I send a HL7 FHIR/v2 Message to the first server and after this has been converted to a FHIR Transaction this is sent to the CDR server. I want to pass through the token used at the Message server to the EPR server. Is this possible? I've looked at using accessToken but my token is going to be dynamic. I think I may need to use my own IGenericClient with an auth interceptor Many thanks
