Stream: genomics / eMerge Pilot
Topic: methodology
Patrick Werner (Apr 15 2019 at 15:59):
following up the great discussion in todays call i wanted to comment on the methodology issue:
We are currently doing mappings from PDF reports to the CG format in Germany. For the methodology our current working hypothesis is to use a very coarse coding on it to represent the method used by a lab at a given point in time. For the free text part we won't put it in method.CodeableConcept.text, we will add it as a section text in the FHIR Document(Composition Bundle) transporting the Report.
Bret H (Apr 15 2019 at 16:02):
section text? Can you remind me of where this is (the url for the containing profile). thanks!
Andrea Pitkus, PhD, MLS(ASCP)CM, CSM (Apr 15 2019 at 20:35):
Thanks for sharing your experience @Patrick Werner Any way we can work through on future calls structuring the same types of data using the same FHIR resources instead of different ones to promote interoperability?
Mullai Murugan (Apr 19 2019 at 16:04):
@Patrick Werner , thank you for sharing. Can you upload an example or link to the profile? Also, how did you handle references and general test info?
Jamie Jones (Apr 22 2019 at 16:04):
We didn't get to it today but the approach Patrick is mentioning is able to be found here: http://build.fhir.org/documents.html
It's not mentioned specifically in the IG, but absolutely is a core part of FHIR that should be considered
Jamie Jones (Apr 22 2019 at 16:06):
In particular, it suggests using a Composition bundle to send your report (and any provenance details). You could use Composition.section.text to send the large text for later use.
Jamie Jones (Apr 22 2019 at 16:10):
In regards to the use of Panel vs nested DiagnosticReports, the group has already voted to add textual guidance to support BOTH methods, so either approach you prefer is aligned with us at this time. See GF#19937
Jamie Jones (Apr 22 2019 at 16:11):
At this point we are very grateful for the feedback of using one approach vs the other :)
Kevin Power (Apr 22 2019 at 16:12):
@James Jones - While I agree 1000% with your comment and reference to 19937, you may want to make that comment on another thread on that topic :slight_smile:
Kevin Power (Apr 22 2019 at 16:16):
While the approach described by @Patrick Werner is valid, it is not very well aligned with our current IG - at least it doesn't feel that way to me? Perhaps I will feel differently when I see an example, or if everyone tells me I am crazy.
Jamie Jones (Apr 22 2019 at 16:32):
We have very little, if any, guidance I can find in the IG on where/how to attach methodology information apart from what is in the field names for the base resources for Observation and DiagnosticReport. Perhaps this discussion merits adding some text on the matter pointing to those fields? Also perhaps guidance on sending supporting info/attachments in general...
Patrick Werner (May 08 2019 at 16:16):
I asked this question in the joint meeting with O&O:
In the existing structures they are recommending to use Observation.method.text / or if you have 1+ Codes: Observation.method.Code.text
This isn't ideal and Observation.note would be the better place to capture this. But the underlying data type Annotation doesn't has a type to express "this is a note on method".
@Mullai Murugan
Patrick Werner (May 08 2019 at 16:22):
filed: GF#22102
Patrick Werner (May 08 2019 at 16:25):
We could also add an must-support Extension to Observation.method to capture the narrative method description.
Larry Babb (May 09 2019 at 11:49):
While the "methodology" solution seems to be bouncing around a bit. I would like to point out that we not only need to deal with passing the methodology text (and codes if folks have these) but we also need to pass text describing the background of the test, any disclaimers based on the test, recommendations and/or comments provided in narrative form on the test. The labs design these reports in somewhat standard forms but often find the need to carve out new types of information to share in narrative form. While I understand that this is not so useful for computational and coding uses, it is important clinical information that should be identifiable as the section of narrative text that the authoring lab is providing. We should create a solution to handle this. Composition is a dramatic departure from Diagnostic Report (as I understand it now). So the DR should have the ability to structure coded data that is possible to structure and code as well as structure narrative categories of clinical information that is not currently available in codeable form.
Last updated: Apr 12 2022 at 19:14 UTC