GSoC'20: Add support for FHIR Narratives

I see that this build is failing due to difference in timezone of the expected narrative and the one which is being generated.

It’s happening in the dispenseRequest.validityPeriod element of MedicationRequest which is of type Period. The thing is that its narrative is provided by HAPI itself. The diff is as follows:

>>>
Thu Jan 15 00:00:00 IST 2015 - Fri Jan 15 00:00:00 IST
----
Thu Jan 15 00:00:00 UTC 2015 - Fri Jan 15 00:00:00 UTC
<<<

Any suggestions for fixing it? One approach might be to define a new narrative for Period, but then we won’t be using the HAPI version of it.

cc: @ibacher @herbert24 @suthagar23

1 Like