Stream: dotnet
Topic: MS FHIR Server - Constrain Supported Resources
Russ Hamm (Jul 12 2021 at 23:32):
Good day colleagues, please pardon what may well be a naïve question.
We are looking to work with the Microsoft FHIR Server to allow a customer to query lab results, and provide those lab results to the customer in the FHIR DiagnosticReport resource format.
We have the Microsoft FHIR Server up and running, but are wondering how we can constrain the Capability Statement to only show that the only functionality our server will provide is Diagnostic Report Search, and nothing else.
Again, apologies for the naiveté, and much thanks for any assistance.
-russ
Josh Mandel (Jul 13 2021 at 00:06):
@Caitlin Voegele may have suggestions on this
Caitlin Voegele (Jul 13 2021 at 20:39):
We don't have a way to do this right now but are investigating if we might be able to support something like this in the future. The capability statement will have all the supported resources.
Russ Hamm (Jul 13 2021 at 20:50):
@Caitlin Voegele Thank you for the feedback! This is very helpful.
Josh Mandel (Jul 13 2021 at 21:29):
In the meantime @Russ Hamm https://github.com/microsoft/fhir-proxy is a proxy that can manage this kind of thing (e.g., perhaps this could be done as a PostProcessor on the /metadata endpoint).
Last updated: Apr 12 2022 at 19:14 UTC