FHIR Chat · Implantable vs. Medical vs. Non-medical Device · implementers

Stream: implementers

Topic: Implantable vs. Medical vs. Non-medical Device


view this post on Zulip Shamil Nizamov (May 04 2021 at 21:29):

Is there a way to define what kind of device a particular Device instance resource represent?
If not, will it be useful to have an element to define the device type, for example, for an inventory or similar machine-readable purpose.

view this post on Zulip Lloyd McKenzie (May 04 2021 at 21:30):

Device.type serves this purpose

view this post on Zulip Lloyd McKenzie (May 04 2021 at 21:30):

(Though UDI can as well, if available)

view this post on Zulip Shamil Nizamov (May 04 2021 at 21:34):

That was my initial thought. But, for example, US Core Device.type with the extensible binding says: "This value set has >1000 codes in it. ..."
That's too broad to be useful in a real case scenario. Some codes there like - 13905003 | Tennis ball - which is obviously not implantable or medical.

view this post on Zulip Elliot Silver (May 04 2021 at 21:50):

Some codes there like - 13905003 | Tennis ball - which is obviously not implantable or medical.

I suspect an ED physician may correct you there. :grinning_face_with_smiling_eyes:

view this post on Zulip Shamil Nizamov (May 04 2021 at 21:52):

That's why I mentioned that I'm looking for a machine recognizable way, not a human.
So far there are only few categories that comes to my mind: implantable, medical, non-medical and tissue based.

view this post on Zulip Elliot Silver (May 04 2021 at 21:58):

Hmm, thinking about it, I can see someone using a tennis ball to work on hand strength of similar as part of physical therapy, so, it might actually be a medical device. But I do see your point.

view this post on Zulip Lloyd McKenzie (May 04 2021 at 22:03):

You're wanting a high-level categorization. I don't think that's a use-case that's come forward, but you could submit a change request to ask for that and explain your use-case.

view this post on Zulip Jose Costa Teixeira (May 04 2021 at 22:07):

device.type is 0..* which should support your own value set such as "implantable vs medical vs non-medical"

  • although I'm not sure about "implantable vs medical"

view this post on Zulip Shamil Nizamov (May 04 2021 at 22:20):

FHIR-32080


Last updated: Apr 12 2022 at 19:14 UTC