FHIR Chat · Validity of a Service Request · implementers

Stream: implementers

Topic: Validity of a Service Request


view this post on Zulip Bart Decuypere (Dec 16 2021 at 15:56):

Next to an authoring date, and a date/period/frequency of execution, a Service Request in Belgium also has a period of validity. If for some reason, the service request cannot be executed within the period of validity, a new request should be made. Is there something that can be used for this situation?

view this post on Zulip Vassil Peytchev (Dec 16 2021 at 16:30):

@Bart Decuypere Since the execution (aka fulfillment) of the request is tracked via a Task resource, Task.restriction.period seems to fit your need.

view this post on Zulip Jose Costa Teixeira (Dec 16 2021 at 18:24):

There are orders that are valid for a certain amount of time, independently on when/how they are being used here. For tracking the execution I could expect a Task, but for a "validUntil" date, I think this would be in the order itself, not a Task (which doesn't exist yet at the time the order is created).


Last updated: Apr 12 2022 at 19:14 UTC