FHIR Chat · fhir · dotnet

Stream: dotnet

Topic: fhir


view this post on Zulip krishna (Jul 10 2017 at 12:59):

Hi All,
Does anybody having .net code or standard way to create/update fhir resource to HSPC sandbox server from application with security?
Thanks.

view this post on Zulip Ewout Kramer (Jul 11 2017 at 16:57):

Hi All,
Does anybody having .net code or standard way to create/update fhir resource to HSPC sandbox server from application with security?
Thanks.

There's probably nothing too special about the HSPC sandbox? So, just using the normal FhirClient's Read, Create, Update() methods should work.

I am sure @Ricardo Pineda knows more about it too....

view this post on Zulip Brian Postlethwaite (Jul 11 2017 at 22:33):

This is probably the question on how to put in the authorization header. There is an event on the fhir client that you can handle to update the headers.

view this post on Zulip Ricardo Pineda (Jul 14 2017 at 20:27):

Hello @Ewout Kramer , heres a Gist with sample code using my sandbox account: https://gist.github.com/ricardopinedathen/74c53355cf0f0b5c31b21ab64f1779ff

Did not see the "security" part, @Brian Postlethwaite can you take a look at this gist and add security code? I can add the keys.


Last updated: Apr 12 2022 at 19:14 UTC