Stream: implementers
Topic: Second opinion
Gana Pemmanda (Apr 07 2016 at 00:42):
Any ideas on how to model a second opinion that was requested by a patient? If the patient is allowed to upload or sends it to the clinic, how does it make it to patient's health record?
I see an entry here, but doesnt seem to be used anywhere. https://hl7-fhir.github.io/v2/0282/index.html
Lloyd McKenzie (Apr 07 2016 at 00:48):
What are you wanting to capture? Just a second observation/assessment? An alternative care plan? A linkage between either of those to the original indicating that it's a requested second opinion for the first?
Gana Pemmanda (Apr 07 2016 at 05:09):
I think it is more of a second assessment / clinical notes. Let me illustrate with an example. Suppose patient who is diagnosed with cancer will seek out specialists (either to learn about other treatment options, available clinical trials etc..) who may not be part of the same health system. The assessment by that expert can be shared with the patient (via an email or via a PHR system - to which both the Patient and Doctor may have access to). How does this assessment make it to the patient's health record?
Lloyd McKenzie (Apr 07 2016 at 14:57):
And what constitute's the "patient's health record"? The original provider's system? (Some might say that simply making it to the PHR constitutes being part of the patient's health record.)
Gana Pemmanda (Apr 07 2016 at 22:53):
Right. I see your point that it will be the original provider's system in this case even though the patient independently obtained the second opinion. Now when the patient sees the original provider and shares the second opinion - if it is general notes (using whatever format), what would be the resource in FHIR where this artifact will aptly fit?
Thanks!
Lloyd McKenzie (Apr 08 2016 at 02:42):
Could be a few things. CarePlan, ClinicalImpression, Observation, DiagnosticReport. Could even be a FHIR Document containing a bunch of different things. It really depends what those notes are about. The PatientCare work group is also discussing the possibility of a ClinicalNote resource, which might also fit the bill, though that's still on the drawing board and hasn't been approved yet.
John Moehrke (Apr 12 2016 at 12:48):
Provenance of that second opinion is an important record. Like any data that comes into a system from outside, recording where it came from is important to trustability.
Last updated: Apr 12 2022 at 19:14 UTC