Stream: implementers
Topic: semaphore
Radu Craioveanu (Apr 14 2020 at 17:18):
We are using FHIR extensibly as the domain model and persistence for application development. I have a situation where two separate processes need to 'check-in' in order for a third to proceed. I am looking for a FHIR Resource (or some base type) that I can use to capture the state of a software semaphore.
Lloyd McKenzie (Apr 14 2020 at 17:41):
Task (and Task.businessStatus) might provide what you're looking for
Radu Craioveanu (Apr 14 2020 at 17:44):
thanks Lloyd. We'll look into it. I guess it makes the most sense
Last updated: Apr 12 2022 at 19:14 UTC