FHIR Chat · How to say "Does NOT use device"? · implementers

Stream: implementers

Topic: How to say "Does NOT use device"?


view this post on Zulip Alexander Henket (Mar 16 2022 at 15:40):

http://hl7.org/fhir/deviceusestatement.html

How would one explicitly say "Patient does NOT use visual aid (despite eye problems)".

The DeviceUseStatement .device is required, so it looks logically impossible.

view this post on Zulip Grahame Grieve (Mar 16 2022 at 21:19):

@Bryn Rhodes your cqf solution seems the least worst approach ?

view this post on Zulip Bryn Rhodes (Mar 16 2022 at 23:44):

Agreed, we don't have a negation profile for DeviceUseStatement, but the one for DeviceRequest gives the idea: https://build.fhir.org/ig/HL7/fhir-qi-core/StructureDefinition-qicore-devicenotrequested.html

view this post on Zulip Bryn Rhodes (Mar 16 2022 at 23:44):

There is a notDoneValueSet extension that allows us to say things like "None of the drugs in this valueset were ordered"

view this post on Zulip Bryn Rhodes (Mar 16 2022 at 23:45):

So here's an example of it's use in that DeviceNotRequested profile: https://build.fhir.org/ig/HL7/fhir-qi-core/DeviceRequest-negation-example.html

view this post on Zulip Bryn Rhodes (Mar 16 2022 at 23:46):

So you could define a "Visual Aids" value set and then say, Patient does not use any of the visual aids in this value set.


Last updated: Apr 12 2022 at 19:14 UTC