Implementation guide #2222
-
How I can implement the FHIR server using this, I mean basically document where it talks about data mapping with my HIS system. Any good implementation doc or video.Please help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
@shuhaibk54 - Can you give me a bit more information on what you mean by this. If you can give me more details on what you're trying to implement we can help point you in the right direction. |
Beta Was this translation helpful? Give feedback.
-
A slightly different approach is the leave the FHIR Server intact and use FHIR Proxy (https://github.com/microsoft/fhir-proxy). In essence the FHIR Server would maintain its own "FHIR" copy of the data, giving you better scalability and full native FHIR Search etc. The FHIR Proxy would allow interception of the calls that need to be created/updated/Deleted in the source system, basically a two-way sync. |
Beta Was this translation helpful? Give feedback.
A slightly different approach is the leave the FHIR Server intact and use FHIR Proxy (https://github.com/microsoft/fhir-proxy). In essence the FHIR Server would maintain its own "FHIR" copy of the data, giving you better scalability and full native FHIR Search etc. The FHIR Proxy would allow interception of the calls that need to be created/updated/Deleted in the source system, basically a two-way sync.