Implementation of ITI-67 with XDS on FHIR

29 views
Skip to first unread message

qligier #

unread,
Apr 14, 2022, 9:48:45 AM4/14/22
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
Reply all
Reply to author
Forward
0 new messages