Stream: implementers
Topic: condition and episodeOfCare
Julien Lamon (Apr 14 2021 at 11:15):
Hi all,
We're trying to manage conditions and episodeofcare diagnosis list (which refer to condition) together. We would like to manage it with one api call.
For example we would like to add a new condition and this condition will be used as a chief complaint in the current episode of care. We also would like to retrieve all patient's condition and the current episode. Then we could categorized all conditions (chief complaint or comorbidities of the episode and other condition's not related to the episode)
Should we use operations on resource episode or patient, or transaction will suit more?
Thanks for your help
Lloyd McKenzie (Apr 16 2021 at 17:00):
If you define a custom operation, most systems won't support it. There's much broader support for transaction, though even that won't be supported everywhere - and some systems may have limits on what resources or what types of actions can occur within a transaction.
Last updated: Apr 12 2022 at 19:14 UTC