qligier #
unread,Apr 14, 2022, 9:48:45 AM4/14/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to IHE MHD Implementors
Hi,
I'm trying to implement the MHD ITI-67 transaction with the XDS on FHIR option but have some issues.
"identifier" is missing from table 2:3.67.4.1.3.1-1, I'm not sure if it's an oversight or if it's because it's too hard to map (can't search in entryUUID and uniqueId at the same time in ITI-18).
"period" is the most problematic here because I see no way to implement it; with "period" only and two modifiers, there's no way to support the 4 ITI-18 parameters. I see two ways to implement it:
period=sa2022 <=> $XDSDocumentEntryServiceStartTimeFrom
period=eb2022 <=> $XDSDocumentEntryServiceStopTimeTo
and the other two parameters are not supported; or using parameters chaining
period.start=ge2022 <=> $XDSDocumentEntryServiceStartTimeFrom
period.start=lt2022 <=> $XDSDocumentEntryServiceStartTimeTo
period.end=ge2022 <=> $XDSDocumentEntryServiceStopTimeFrom
period.end=lt2022 <=> $XDSDocumentEntryServiceStopTimeTo
Has anyone already implemented the ITI-67 transaction with the XDS on FHIR option?
Kind regards,
Quentin Ligier