FHIR Chat · MedicationOrders signing · implementers

Stream: implementers

Topic: MedicationOrders signing


view this post on Zulip Radu Craioveanu (Sep 02 2016 at 13:50):

MedicationOrder - is there an example or way to support Signing of orders

We have millions of orders in our EHR. Not all of them are signed, as physicians can call orders in and the nurse enters them in the EHR. We have a requirement to implement a SMART FHIR app to present physicians with all the orders they need to sign. Has anyone implemented or thought of implementing Order Signing via FHIR? Via Order, Workflow, or combo resource and operation.

Thank you

Radu

view this post on Zulip Grahame Grieve (Sep 02 2016 at 20:36):

what does 'signing' mean?

view this post on Zulip Brian Reinhold (Sep 02 2016 at 20:38):

Good question. Electronic signatures are often 'signed' by private keys (heavy on the implementation). Don't know if that is what is meant.

view this post on Zulip Grahame Grieve (Sep 02 2016 at 20:47):

signing can mean all sorts of things....

view this post on Zulip John Moehrke (Sep 03 2016 at 15:33):

The Provenance resource includes support for a signature. That signature could be of various types including Digital Signatures. There are some open issues with this concept, especially given how a Create operation is often done, support for automatic conversion from/to XML and JSON, and some other operational issues that have come up. The community is very focused on getting the FHIR data-model and interaction model done, and things like signatures have not yet been a major focus. So, we have captured the open issues. We need a community that is comfortable with FHIR that needs signatures to help work through these issues.
http://wiki.hl7.org/index.php?title=FHIR_Digital_Signature_Working_Page

Some solutions might be constraints on the variability, and constraints on what gets signed. This is certainly possible today.

I also have a blog article on this
https://healthcaresecprivacy.blogspot.com/2014/12/digital-signatures-on-fhir.html

view this post on Zulip Radu Craioveanu (Sep 07 2016 at 01:17):

Signing in our world means the Physician has acknowledged / signed orders he/she is responsible for initiatiating in the EHR, by using his role / credentialing and NPI. The more complicated part is that in our dialysis clinics, an order can be consumed / carried out / administered before the physician signs it, therefore Order Status (draft, active, ...) is not the best way to represent it.

view this post on Zulip John Moehrke (Sep 07 2016 at 12:22):

@Radu Craioveanu I am confused by your statement. There is a concept of approval that is implemented simply as a workflow step. This doesn't require that a formal signature be captured. The order status would be an indicator of the status, it doesn't capture evidence of a signature event. What I am referring to is when there is a need to capture evidence of a signature event (ceremony), the general solution for that is to use Provenance. That Provenance resource would point at your object (e.g. Order), and would contain a Provenance.signature element. This signature element might be a cryptographic form (which is what the Digital Signature page is about), or might contain some non-cryptographic evidence such as a scanned image of ink on paper. What you describe seems closer to a workflow step, but I can't tell if more is needed. You also then at the end indicate it is not the status of the order.


Last updated: Apr 12 2022 at 19:14 UTC