Stream: implementers
Topic: Implement FHIR
Nabin Bhattarai (Sep 05 2020 at 08:24):
Hi! I am trying to add FHIR capability on my Django server. The web app would expose the API similar to the FHIR specification addition to the auth and custom data. All FHIR APIs will be after ROOT_URL/api/v1/fhir/. I looked at many places and now I am thinking that the FHIR facade is the right option. I need help regarding this if anyone is familiar with my case. Thank you!
Last updated: Apr 12 2022 at 19:14 UTC