Stream: implementers
Topic: Patient preferences
Richard Kavanagh (Oct 24 2019 at 14:33):
We have an emerging requirement to be able to store a collection of patient preferences for a patient, regarding their treatment by a system. WHilst these are not overtly clinical, we do need to share them with others (via APIs) and as such we are looking towards FHIR,
Has anyone else looked at this? We are currently discounting extensions of Patient, don't really want to use Observations (so as not get mixed up with the clinical ones) and as such are edging towards QuestionnaireResponse.
John Moehrke (Oct 24 2019 at 15:08):
can you describe some of these preferences?
Grahame Grieve (Oct 24 2019 at 17:40):
@Lisa Nelson timely, since I spoke to Maria Moen about this today. Let's discuss here
@Richard Kavanagh there's a CDA specification for this already. Have you looked at that for suitability? When you say that you want to 'share them with others' do you mean, you want to share the documents, or you want to share the preferences?
I'm interested in comments on this generally - I'm wondering whether we should leave this to the CDA spec, or whether this is something we should take on
John Moehrke (Oct 24 2019 at 17:52):
I support FHIR encoding. just not clear to me what these preferences are...and many things discussed as preferences are today addressed by Consent resource. (One can have a privacy preference that is encoded in a Consent that has no organizational binding)
Grahame Grieve (Oct 24 2019 at 17:56):
many things discussed as preferences are today addressed by Consent resource.
But didn't you just agree to take this use case away from the Consent resource?
John Moehrke (Oct 24 2019 at 17:58):
take what away? I have not heard what this set of preferences are?
John Moehrke (Oct 24 2019 at 17:59):
if a preference is "I prefer feather pillows"... then, yes I think this is NOT appropriate in Consent.
John Moehrke (Oct 24 2019 at 18:00):
if the preference is "Catholic", then yes i think it is not appropriate in Consent.
Grahame Grieve (Oct 24 2019 at 18:00):
I think we are talking about this use case:
Advance Care Directives: Consent to instructions for potentially needed medical treatment (e.g. DNR)
Which was removed from Consent in R4
John Moehrke (Oct 24 2019 at 18:00):
but I have not seen a definition from Richard on what preferences are
John Moehrke (Oct 24 2019 at 18:03):
DNR has not been removed from Consent
Grahame Grieve (Oct 24 2019 at 18:05):
really? because it sure looks like it to me looking at http://build.fhir.org/consent.html
John Moehrke (Oct 24 2019 at 18:06):
Privacy Consent Directive: Agreement to collect, access, use or disclose (share) information.
Medical Treatment Consent Directive: Consent to undergo a specific treatment (or record of refusal to consent).
Research Consent Directive: Consent to participate in research protocol and information sharing required.
John Moehrke (Oct 24 2019 at 18:06):
middle bullet
John Moehrke (Oct 24 2019 at 18:06):
specifically "refusal"
Grahame Grieve (Oct 24 2019 at 18:07):
well, ok
John Moehrke (Oct 24 2019 at 18:08):
BUT.... the small team would LOVE for those that want to fill the gaps to attend their meeting and help... as the small team engaged today are very privacy focused, so therefore not experts in other things
John Moehrke (Oct 24 2019 at 18:08):
and note... call is on right now for that
David Pyke (Oct 24 2019 at 19:06):
We did remove Advance Directives (DNR, HealthCare Proxy, etc.) from the Consent resource (for R5) but we can still have treatment preferences (no Medication of type X, etc.) So, if these are Advance Directives, that's in the world of CDA or potentially Contract as they go outside what Consent could actually represent. I would need to see examples of @Richard Kavanagh means so that I can point him to the people best able to give him useful direction
Lloyd McKenzie (Oct 24 2019 at 19:17):
We do have an 'intent' of 'directive' available on all of the Request resources.
John Moehrke (Oct 24 2019 at 20:05):
We do have an 'intent' of 'directive' available on all of the Request resources.
I don't think I understand that.
Brian Postlethwaite (Oct 24 2019 at 21:08):
Is there a context for these preferences too? There are a few of these in the encounter.hospitalization backbone.
I'm also more in favour of obs than questionnaire, and when looking for prefs, typically you only want one, and update them individually.
And use a specific category to join them all together.
Lloyd McKenzie (Oct 25 2019 at 00:28):
@John Moehrke You can express any MedicationRequest, ServiceRequest, DeviceRequest, CommunicationRequest, CarePlan, etc. as a patient directive
John Moehrke (Oct 25 2019 at 12:17):
are there any examples of this in the spec? Are we sure everyone would notice a difference between a preference and an actual? I am still not quite understanding what one of these looks like and what it would be saying vs the normal kind of those resources.
John Moehrke (Oct 25 2019 at 12:18):
@Richard Kavanagh can you please clarify what you mean by patient preferences, in light of all the guessing going on here?
John Silva (Oct 25 2019 at 12:54):
Are these 'clinical' or 'legal' preferences or simpler things like what do you want (prefer) for lunch (assuming not on restricted diet) or do you prefer single or multi-patient room, or do you not want certain people (relatives?) visiting you, etc.?
Lloyd McKenzie (Oct 25 2019 at 13:06):
They're a stated preference. How obliged (legally or otherwise) depends on context and the nature of the preference. (The same is true of orders.)
John Silva (Oct 25 2019 at 13:13):
So is this 'obliged' status represented by some property with a valueSet ?
Lloyd McKenzie (Oct 25 2019 at 13:57):
Nope. It's context driven - in both cases. The level of obligation depends on who's asking and what they're asking for, not how strongly they might want it.
Richard Kavanagh (Oct 25 2019 at 14:23):
Apologies - I seem to have led you in the wrong direction. I'm not currently focused on preferences like DNR etc (or indeed any other form of advance directive). My requirements are more mundane, along the lines of "Prefers appointment letters in the post". I appreciate this maybe not a role for FHIR.
John Moehrke (Oct 25 2019 at 14:55):
Thankyou . I don't think this is off-topic.. but you can see how we all try to help...
John Moehrke (Oct 25 2019 at 14:55):
If these preferences were able to be standardized, then yes we could handle them.
John Moehrke (Oct 25 2019 at 14:57):
If they are more regional, or specific to an organization, then Questionnaire and QuestionnaireResponse is a good choice. In that case someone could design a form, and keep patient specific answers as needed
John Moehrke (Oct 25 2019 at 14:58):
so, the question we need to understand better is if there is a body of people that want to define a set of preferences such as you define, and get to gether therir ideas with the expectation of coming up with a plan.
René Spronk (Oct 30 2019 at 07:49):
Other examples include "prefers room with sea view" or "deliver NYT newspaper" (yes, these are production use examples). In our FHIR training courses we use an extended Basic resource to capture such patient preferences.
John Moehrke (Oct 30 2019 at 14:19):
so there is some things that are integrated into Patient, such as Patient.communication, Patient.gender, Patient.name, there are some others that are extensions on Patient http://build.fhir.org/patient-profiles.html
John Moehrke (Oct 30 2019 at 14:22):
should we keep extending Patient this way? Or should we think about a resource specific to preferences? The advantage of a preferences resources is that could be more easily managed by a Patient author, where the Patient resource would tend to not be something the patient user would have rights to change; thus any preferences stored in Patient would need to go through an administrative path. Seems this is an opportunity to enable the patient to be empowered to set their own preferences
David Pyke (Oct 30 2019 at 16:08):
My thought is because these are so varied, that a patient freetext note is likely the best way to track them.
Lloyd McKenzie (Oct 30 2019 at 16:09):
My leaning is to handle preferences as Observations. They're essentially a name-value pair and are time-bounded. You can create the codes at whatever granularity you need to be able to search on. You can use a category to grab all the preferences if you ever wanted to.
Lisa Nelson (Mar 07 2020 at 11:46):
This topic needs to be considered as PC WG (@Emma Jones , @Stephen Chu , @Gay Dolin , @Dave Carlson ) is working on this area of their Care Plan DAM 2.0. They are addressing the topic of Advance Directives (@maria moen), patient preference, and other nuanced concepts like obligations, prohibitions ( after preferences used in planning become actual decisions the patient or their health care agent has made to ask for or prohibit a certain specific service during a specific encounter). We also cover the differences between patient wishes (advance Directives) which are authored by the patient (this includes a mixed bag of things from consents to assign a health care agent and designated alternates, to wishes concerning donation of organs and tissues, to wishes for things that might happen after death, to generalized wishes about the care experience a patient would want if being cared for and unable to communicate for his or her self) and Medical Orders for Life Sustaining Treatment (MOLST/POLST etc ) which are authored by a physician and signed by a patient or his/her health care agent.
I think it is very useful to explore the potential FHIR resources for use as the Domain Analysis Modeling is happening. It really helps in a DAM to clarify if the concepts being described are most closely related to Observation, Consent, ServiceRequest, or what ever. It just ensures the DAM is more immediately actionable. And, if the DAM authors can't figure out what FHIR Resource(s) would be appropriate, then that identifies a gap we should start thinking about.
As patient-centered care and patient-directed exchange becomes more of a real thing, it needs to be clear (and generally agreed) how to represent patient preferences. And, the clarity needs to extend to a good range of things from advance directives to more mundane stuff like pharmacy of choice (Walgreen's Westerly on Franklin St), room preferences (private, I can pay for it), place of care preferences (nursing home close to my kids so they can visit me more easily), food preferences (no apple sauce-I hate it) , pain medication preferences (no Percoset, it makes me sick) , and care experience preferences (if I'm just laying in a bed, a heavy blanket makes me feel more secure. I love classical music, but hate opera. Please use heavy blankets and play soothing classical music as often as possible.)
Gay Dolin (Mar 09 2020 at 23:21):
@Lisa Nelson - what are you doing to represent advanced directives in gravity with FHIR? FHIR Consent seems inadaquate (also see https://chat.fhir.org/#narrow/stream/179166-implementers/topic/Question.20on.20.20advance.20directives.20as.20Consent)
Jay Lyle (Aug 25 2020 at 14:54):
added Preference to https://confluence.hl7.org/display/FHIR/Resource+Types. These could indeed be Observations, possibly with a Category or explicit membership in a List. One key distinction is that they may have varying levels of constraint: items from a living will may need more thorough attention than a playlist.
Lloyd McKenzie (Aug 25 2020 at 15:22):
It would be good to explore how most systems currently capture these - I suspect they do it using Observation unless you're getting into Consent/Contract stuff.
Last updated: Apr 12 2022 at 19:14 UTC