Stream: connectathon mgmt
Topic: Medical Device and Implantables Tracking using UDI
Grahame Grieve (Dec 23 2017 at 22:31):
@Ioana Singureanu I'm reading this track description, and wondering why DeviceUseStatement doesn't feature in it? Should it? Also, isn't Procedure.focalDevice.action critical? It would be an error if I claimed that a device was implanted to 2 different patients at the same time, right?
Ioana Singureanu (Dec 24 2017 at 00:52):
Merry Xmas from the Frozen NH, @Grahame Grieve !
You raised several questions:
- Indeed DeviceUseStatement is not applicable; it's supposed to be a suggestion/recommendation from a CDS system such as "The patient may benefit from a wheelchair". Our track if focused on documenting the procedure that involves the device. BTW, I'm not sure why we need DeviceUseStatement a hyper-specialized resource for device-related advice. Perhaps @Josh Mandel has an opinion on DeviceUseStatement and whether it overlaps too much a 'suggestion card' in CDS-Hooks.
- The Procedure.focalDevice.action is useful and supported but not critical. The Procedure.code will identify pretty well the type procedure performed for implant (e.g. pacemaker implant inpatient procedure CPT-4 or HCPCS code). Procedure.focalDevice.action is, of course, "Supported" in the profile- it will be reported if available.
- Regarding duplicate implant references in an implant procedures: indeed that would be an error because implants are usually single-use devices. Detecting duplicated UDIs is akin to counterfeit, recal, and out-of-calibration detection. These are all features/capabilities of the the Medical Device Registry (using a additional business rules). You could have multiple Device resource instances for the same device if you are tracking every time a device is detected in a room, for example. There are lot of cool applications of this resource because it could support inventory/materials management.
Grahame Grieve (Dec 24 2017 at 04:35):
merry xmas from the non-frozen south east of Australia
Grahame Grieve (Dec 24 2017 at 04:35):
- I think you have DeviceRequest and DeviceUseStatement mixed up - DeviceUseStatement matches MedicationStatement - "The Patient is using a wheelchair"
- I asked about Procedure.focalDevice.action because I think it needs a stronger binding. Yes, I think that if you were a really smart system with good terminology support, you could determine from the procedure code and the device code whether the device was used, or implanted (or explanted). Maybe. But why not be explicit - mark that the device was implanted using Procedure.focalDevice.action.
Ioana Singureanu (Jan 27 2018 at 15:32):
Please use the SAMHSA OCP Test server for this Connectathon. We tested it and it supports all the searches needed to identity recalled devices, or devices used for a specific purpose.
https://ocp.consent2share.org/fhir/baseDstu3
You can browse the resources you've created at :https://ocp.consent2share.org/fhir/home?encoding=null&pretty=true
It's basically a HAPI FHIR server using Postgres.
Ioana Singureanu (Jan 27 2018 at 15:35):
The Procedure.code is how we identify whether an implant added or replaced/removed. This the current situation.. it may change. I agree that an improved terminology would help implementers adopt 'Procedure.focalDevice.action'. Right now it's unclear...
- I asked about Procedure.focalDevice.action because I think it needs a stronger binding. Yes, I think that if you were a really smart system with good terminology support, you could determine from the procedure code and the device code whether the device was used, or implanted (or explanted). Maybe. But why not be explicit - mark that the device was implanted using Procedure.focalDevice.action.
Last updated: Apr 12 2022 at 19:14 UTC