FHIR Chat · Provisional diagnosis and confirmed diagnosis · implementers

Stream: implementers

Topic: Provisional diagnosis and confirmed diagnosis


view this post on Zulip Blake Mumford (Aug 11 2020 at 02:24):

Hi,

How would you represent the following scenario:
A condition for which there is a provisional diagnosis which is later confirmed by histopathology following a biopsy.

I've created a Condition resource with a "provisional" status. I'm using a Procedure resource to represent the biopsy. I'm using DiagnosticReport to represent the histopathology report.

I want to be able to display both the provisional diagnosis and the confirmed diagnosis.

My thought was to create an additional Observation resource referenced by the DiagnosticReport which was given the code 371441004|Histologic type (observable entity) and then specify the valueCodeableConcept for the actual diagnosis. Would this be acceptable?

Cheers,

Blake

view this post on Zulip Vassil Peytchev (Aug 11 2020 at 12:57):

I think there are two points you need to consider:

  1. It is best to have the confirmed diagnosis also as a Condition with verificationStatus of confirmed(I am assuming the code stays the same)
  2. If you need to track the provisional and the confirmed conditions, you could use the replaces extension to point from the confirmed Condition to the provisional Condition

view this post on Zulip Blake Mumford (Aug 12 2020 at 05:30):

Thanks for your advice.
No, the Condition code may change. For example, a doctor may think that a skin spot is a melanoma but it actually turns out to be a dysplastic nevus when it is examined under the microscope in the laboratory.
I'll look into the replaces extension.

FHIR documentation states:
"Use Condition when a symptom requires long term management, tracking, or is used as a proxy for a diagnosis or problem that is not yet determined."
The symptom in this case is a skin lesion/spot of concern and a doctor forms a provisional diagnosis. We then biopsy it to confirm the diagnosis. The diagnosis made on biopsy may or may not be the same as the initial provisional diagnosis.

view this post on Zulip Lloyd McKenzie (Aug 24 2020 at 00:24):

Most commonly you'd have a single Condition resource that was initially created with one value and then updated to reflect the new, confirmed understanding.

view this post on Zulip Vassil Peytchev (Aug 24 2020 at 15:53):

Can you track what the provisional diagnosis was when there is only one Condition resource? Using Provenance maybe?

view this post on Zulip Michael Lawley (Aug 25 2020 at 00:51):

If you update the single Condition resource, then you effectively hide the previous value from analysis. e.g., when you want to look at whether certain pathology results or workflows have provided diagnostic value.

view this post on Zulip Lloyd McKenzie (Aug 25 2020 at 00:56):

That's no different than any other sort of update - to an order, an encounter, care plan, etc.


Last updated: Apr 12 2022 at 19:14 UTC