i4mi / MobileAccessGateway

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

Mapping changed for ITI-65, ITI-67 and ITI-68 #123

Open Alexander-Kreutz opened 9 months ago

Alexander-Kreutz commented 9 months ago

DocumentReference.description should be mapped to DocumentEntry.comments (both directions) Attachment.title should be mapped to DocumentEntry.title (both directions)

Alexander-Kreutz commented 7 months ago

Mapping was corrected already two years ago except for the Iti67ResponseConverter. There it has been corrected during projectathon with this commit: https://github.com/i4mi/MobileAccessGateway/commit/e8714fec66a87db949cb1c078696cf7571e5d31a#diff-0afdeb33ce0e6a131ade4cd25a09a9f46b597dfe7443881afd1df552430bcbdf

oliveregger commented 1 month ago

according to https://profiles.ihe.net/ITI/MHD/StructureDefinition-IHE.MHD.Minimal.DocumentReference-mappings.html

DocumentReference.content.attachment.title <-> DocumentEntry.tilte DocumentReference.description <-> DocumentEntry.title

15.5: mapping seems wrong again

unixoid commented 1 month ago

As of today, the mapping on https://profiles.ihe.net/ITI/MHD/StructureDefinition-IHE.MHD.Minimal.DocumentReference-mappings.html is

DocumentReference.content.attachment.title <-> DocumentEntry.tilte DocumentReference.description <-> DocumentEntry.comments

qligier commented 1 month ago

The mapping of title and comments seems correct for the Iti65RequestConverter and the Iti67ResponseConverter.

Can we close this issue?