ehealthsuisse / ch-epr-fhir

Repository for the swiss implementation guide for the FHIR based profiles
3 stars 5 forks source link

Cross community access #92

Open msmock opened 8 months ago

msmock commented 8 months ago

The communities shall provide the mobile endpoints for cross community access. These shall be secured by IUA JWT token. We need to provide and verify the corresponding flows.

oliveregger commented 8 months ago

using fhir based api's only (model like ATC with Audit Aggregate Option?). need to draw a sequence diagram

oliveregger commented 8 months ago

difference is that ATC used EPR-SPID

oliveregger commented 4 months ago

a client connects to a community and the community handles the cross-community interactions between FHIR

oliveregger commented 4 months ago

Approach to discuss would be to add a "Aggregate Option" in MHD and describe the indended behaviour for ITI-67 Document Retrieve with Aggregration and subsequent ITI-68 Document Retrieval.

Following topics would looked at too:

PS -> MHD Endpoint (IC) -> MHD Query (RC) a.org b.org return DocumentReference with url ="b.org/....."

option 1) MHD Endoitn rewrites url "b.org/" -> "a.org/b/...."

option 2) while doing the request a.org has a FORWARD-HOST/URL , please return the result already with a.org/b/

let's evaluate option 1 or option 2