Stream: Orders and Observation WG
Topic: tumor-normal testing
Patrick Werner (Mar 09 2020 at 16:11):
In the CG WG the representation of (tumor-normal tests)[https://www.cegat.de/en/diagnostics/tumor-diagnostics/#comparison] are currently discussed. This tests consists of two specimen: tumor and normal tissue/blood; and compares the found variants to determine if a variant is somatic or germline.
Patrick Werner (Mar 09 2020 at 16:14):
Representing in FHIR this would lead to three observations. For which we got pushback from implementers as this would triple the Observation count of a genomic report which is already quite high.
Another issue is, that current paper based reports (https://drive.google.com/file/d/1y4E5lzsxLJ644kHpR7fTYN-xoGgPQVmt/view?usp=sharing) are not containing the explicit findings of the two base observations. But are representing the test of the tumor. Only germline/somatic is added through comparison with the normal test.
Patrick Werner (Mar 09 2020 at 16:16):
Thats why we came up with the idea of an complex Extension on Observation.specimen which would allow to link to the second specimen (normal tissue) with a typed qualifier for normal tissue, tumor tissue, maternal tissue .......
Patrick Werner (Mar 09 2020 at 16:17):
Now we are asking O&O feedback about this idea.
Rob Hausam (Mar 09 2020 at 16:44):
@Patrick Werner Do you have examples of how this looks (or how you think it would look) in FHIR? I don't see any reference to a definition or example of the complex extension, but it seems like there might be some alternatives.
Patrick Werner (Mar 09 2020 at 16:45):
@Rob Hausam will provide an example soon
Patrick Werner (Mar 26 2020 at 16:40):
ok: https://gist.github.com/patrick-werner/5d715f00c4c0e096be35debcb0962267#file-first-demo
Patrick Werner (Mar 26 2020 at 16:40):
(this is not a valid bundle, just a minimal representation of what is needed)
Patrick Werner (Mar 26 2020 at 16:41):
I added/created the complex extension: http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/multi-specimen
Patrick Werner (Mar 26 2020 at 16:42):
which has a type and a reference to a Specimen, and therefore allows multiple Specimen in an Observation, including their (relation) type
Last updated: Apr 12 2022 at 19:14 UTC