FHIR Chat · Device alert · implementers

Stream: implementers

Topic: Device alert


view this post on Zulip Jose Costa Teixeira (May 28 2020 at 14:30):

What is the resource we would use for a device sending out a "This device needs maintenance" notice in R4?

view this post on Zulip Jose Costa Teixeira (May 28 2020 at 14:32):

  1. task?
  2. observation?
  3. Update the Device instance itself (in R4 with an extension, in R5 with an OperationalStatus="needs maintenance")

view this post on Zulip Jose Costa Teixeira (May 28 2020 at 14:33):

discussion: http://community.fhir.org/t/device-maintenance-management/1991

view this post on Zulip Lloyd McKenzie (May 28 2020 at 14:45):

Observation would be the determination of need. Task would be the to-do item to address

view this post on Zulip Jose Costa Teixeira (May 28 2020 at 14:47):

I wanted to confirm that I was not falling into the "everyhting is an observation" trap :)

view this post on Zulip Jose Costa Teixeira (May 28 2020 at 14:48):

for R5 we can also send out a device update - basically send out the Device where operationalStatus="in-need-of-assistance"

view this post on Zulip Jose Costa Teixeira (May 28 2020 at 14:48):

(which seems more appropriate, because the device is changing)

view this post on Zulip Jose Costa Teixeira (May 28 2020 at 14:49):

@Lloyd McKenzie, others - agree? (would like to have a direction for future)

view this post on Zulip Lloyd McKenzie (May 28 2020 at 16:00):

It depends on the detail you need. If you care who made the determination (and when and where and why, etc.) then Observation is appropriate. If you just want to know Device state, then agree that operationStatus is reasonable.


Last updated: Apr 12 2022 at 19:14 UTC