Hi Jana,
Well the two things you need to do is
- map your patient data to the FHIR Patient resource. You will have to do this yourself and it should be pretty straightforward.
- make this Patient resource available via a the standard FHIR API calls
Hope this helps,
Pascal
On 25 Oct 2016, at 11:27, Janardhana D.S <jana...> wrote:
Hi Pascal,
I am currently working on hosting FHIR resource using .NET Web API, but I am not getting how to link my existing patient data to FHIR patient resource and host the same as FHIR resource and make use of the resource in another client app. Any help on this ?
Thanks,
Jana