i4mi / MobileAccessGateway

IPF HAPI-FHIR IHE ITI springboot example
Apache License 2.0
13 stars 9 forks source link

Deletion of DocumentReferences #148

Open unixoid opened 3 months ago

unixoid commented 3 months ago
  1. Operation DELETE on Document Reference shall be implemented, mapped to setting a deletion flag in an XDS Document Entry.
  2. On metadata retrieval, only Document References without a deletion flag shall be returned.

Swiss Post + adesso will implement this and submit a pull request, most probably in July.

@staffoleo: FYI

unixoid commented 2 months ago

See https://github.com/i4mi/MobileAccessGateway/pull/160. Probably we will also contribute groupwise deletion (using a Bundle), to be decided.

unixoid commented 2 months ago

Pull request #160 was re-submitted as #162.

unixoid commented 2 months ago

Pull request #163 solves the second task -- "On metadata retrieval, only Document References without a deletion flag shall be returned".