FHIR Chat · Fhir net core · implementers

Stream: implementers

Topic: Fhir net core


view this post on Zulip Dunior Socarrás Benítez (Mar 09 2020 at 18:37):

HI every one, I need help to add fhir to a net core application, I need to add interoperability so one application can make drugs orders from a pharmacy to another one and the other one response, using HL7 messages with fhir

view this post on Zulip Dunior Socarrás Benítez (Mar 09 2020 at 18:38):

If anyone has an example of how to implement this kind of integration please let me know

view this post on Zulip Jose Costa Teixeira (Mar 09 2020 at 18:43):

what do you mean "make drug orders"? for patients? or for stock?

view this post on Zulip Dunior Socarrás Benítez (Mar 10 2020 at 05:43):

Thanks for reply, its for stock, between drug stores or pharmacies, I need help to develop the client and server in a net core 3.1 application, if is there a documentation and examples of how to achieve this?

view this post on Zulip Jose Costa Teixeira (Mar 10 2020 at 07:50):

If you want to exchange orders and dleliveries for stock, you may want to look at SupplyRequest / SupplyDelivery resource

view this post on Zulip Dunior Socarrás Benítez (Mar 11 2020 at 19:54):

Thanks, i´ll look for it, is there an example anywhere on how to implement a fhir client and server in net core?

view this post on Zulip Brian Postlethwaite (Mar 15 2020 at 04:41):

There is a NuGet package for the client hl7.fhir.client (R4) and there are a few options server side.
The one I use (and built/adapted) is on github http://github.com/brianpos/fhir-net-web-api

view this post on Zulip Brian Postlethwaite (Mar 15 2020 at 04:42):

There is a ranch for aspnetcore2.2 and aspnetcore3.0 haven't looked at 3.1 yet.

view this post on Zulip nicola (RIO/SS) (Mar 18 2020 at 17:22):

I dream about SDK generator instead of hardcoded FHIR SDKs for Java & C# :) Type providers :)

view this post on Zulip nicola (RIO/SS) (Mar 18 2020 at 17:24):

In Aidbox we have plenty of Custom Resources and Operations, which can be defined by the user. Static SDK is not friendly for that


Last updated: Apr 12 2022 at 19:14 UTC