FHIR Chat · Client and Server over Android P2P · implementers

Stream: implementers

Topic: Client and Server over Android P2P


view this post on Zulip Ramraj Bishnoie (Jul 22 2021 at 18:38):

Hi,

Is it possible to change protocol bindings from default HTTP to Peer to Peer in Android Server by changing source code in FHIR code and point me to link if somebody has already done it or any pointers will help ?
Basically, what I want to do is create a FHIR server and client over Android's p2p (Wifi Direct) protocol so that I can exchange info between the Patient app and the Doctor app without internet.

Thanks!
Ramraj

view this post on Zulip Lloyd McKenzie (Jul 22 2021 at 19:47):

FHIR Rest conformance is pretty strictly tied to HTTP. There's nothing to stop you from sharing FHIR instances over other protocols, but that interface wouldn't be covered by the FHIR spec


Last updated: Apr 12 2022 at 19:14 UTC