Search code examples
hl7-fhir

How to express event offset using Timing?


How can I express the following condition using Timing: "make some prescription three days after encounter start date, 1 tab x 3 times per day"?

(I understand how to express the latter part of the expression, as the authors provided Timing documentation with an example).


Solution

  • The relativeDate extension allows you to specify a date as relative to some other date.