Stream: implementers
Topic: Organ Donor
Grahame Grieve (Jul 06 2017 at 13:37):
Has any one represented a flag on a patient for 'Organ Donor'? An extension? an observation?
Eric Haas (Jul 06 2017 at 14:15):
Would that fall into the same category as blood type for this tracker? GF#12913
Lloyd McKenzie (Jul 06 2017 at 16:10):
A Consent? :)
Jim Kreth (Jul 06 2017 at 18:56):
We have 2 distinct issues we're trying to map into FHIR. First is the Consent to be an Organ Donor and second is the actual determination that a patient is an active candidate to be an organ donor. In our case, we are analyzing the patients data for indications that a patient is a candidate (i.e. brain death, on ventilator, etc.) and sending an alert to the Organ Donor Program management folks so they can visit the family of the patient. If we need to capture this determination, we would likely use Condition for that purpose.
John Moehrke (Jul 06 2017 at 19:06):
Thanks for explaining your use-case. SO this would not be a case of an "advanced" consent directive (like a organ donor card use-case). You are more working on the near-critical workflow it seams. A consent of some kind would be gained, likely by authorized decision maker, guardian, etc. The Consent resource should be able to handle that. The Consent resource is focused on documenting the facts of a ceremony with the patient (or authorized proxy) regarding consent/authorization/directive. It is not involved in the steps leading up to that ceremony, not even for Privacy Consent (the dominant focus so far). In the case of Organ Donation authorization/consent/directive; we have also not really modeled this yet, so there are likely holes and improvement opportunities. So we do encourage engagement with that. See @David Pyke
Jim Kreth (Jul 06 2017 at 21:40):
As of right now, we are implementing DSTU2. Using Consent to capture the donor consent makes perfect sense. We may implement Consent ahead of our full migration to STU3 as it's a clean addition. I think we'd still leverage Condition to manage the fact that a patient is an OD candidate (with or without current consent) which would provide a status lifecycle for the associated clinical workflow around organ procurement and transplant coordination. A combinations of codes and bodySite could be used to define specific "donations" allowed.
Grahame Grieve (Jul 07 2017 at 05:21):
I think that an administrative flag for 'is organ donor' is not a consent. It's a suggestion that there is a consent on record. Note, though, that consent to be an organ donor is one of the as yet undescribed uses of Consent
David Pyke (Jul 07 2017 at 12:23):
I would suggest that the Donor state is an Advanced Directive and can be handled as per all others.
John Moehrke (Jul 07 2017 at 13:18):
@Grahame Grieve I don't see the advantage of adding a flag to Patient, over simply querying for Consent resources for this Patient that are organ donor type. I admit that we dont yet have that modeled, but it seems better than just a flag. I expect that organ donor status of YES/NO is not sufficient. Some are willing to donate some organs but not others. etc. Can you explain your rational?
John Moehrke (Jul 07 2017 at 13:20):
@Jim Kreth can you provide details on how you used DSTU2 Consent for this? I know the committee would love to see it, so that we can get more comfortable that the use-case is supported. Do you have improvement opportunities for us to work on? Please submit CR for any adjustments you see needed. It would be nice to get an example donor consent into the core model too.
Grahame Grieve (Jul 08 2017 at 21:37):
I am working with a legacy system that has a flag 'is registered donor' on the patient record. I absolutely agree that by itself, this flag is not sufficient - but that's what they have, and what they need to publish, for emergency care provider usage
Brian Postlethwaite (Jul 10 2017 at 02:05):
And while sharing around among systems, the complete consent may not flow about, but its existence on the patient could certainly be useful, informing others that they may need to treat things differently, without the full context.
Last updated: Apr 12 2022 at 19:14 UTC