Stream: genomics
Topic: Encoding new components in Variant profile
Armando De Chiara (Mar 24 2021 at 12:03):
Hi all!
I'm currently using the documentation in http://hl7.org/fhir/uv/genomics-reporting/STU1/index.html to model genomic variant information. I'm exploiting the profile Variant found here: http://hl7.org/fhir/uv/genomics-reporting/STU1/variant.html. I'm representing the chromosome as a new component of the Variant observation, encoded with LOINC code "48000-4". Do you agree on this?
Also, among the others, i need to represent:
- the changed codon of a SNP variant, supposed to be encoded with MoleculaSequence
- the genotype quality (phred score), supposed to be encoded with MolecularSequence.quality.roc.score
- the protein code (Uniprot) of the changed protein, supposed to be encoded with Variant observation component
- the population allelic frequency using several different variant databases (e.g. ESP African population, 1K Genome, dnSNP, ESP European population), each one supposed to be encoded with a Variant observation component
- the clinical interpretation according to ClinVar database, supposed to be encoded with a Variant observation component (component code = "LA26318-8", component value system = "http://hl7.org/fhir/R4/valueset-clinvar.html") and expected to encode values like "Likely benign" or "Uncertain significance" etc.
- the clinical interpretation according to COSMIC database, supposed to be encoded with a Variant observation component (component code = "LA26319-6", component value system = "http://hl7.org/fhir/ValueSet/cosmic") and expected to encode legacy identifiers like "COSM3009350"
Such attributes are not yet present in the Variant observation profile. I'm not sure if the addition of these new observation components and the use of MolecularSequence is the correct way to proceed and, in the case it is, which LOINC code to use for them. Any suggestions?
Arthur Hermann (Mar 26 2021 at 19:25):
Has anyone replied to Armando? First of all Armando - you are using STU1 rather than our most current version which can be found here: http://build.fhir.org/ig/HL7/genomics-reporting/index.html . This is the newest version of the IG, which will go to ballot in May. You have many other questions which others can answer better. Can someone please provide some guidance to Armando? Also - it might be good for him to participate in the Connectathon coming up in May if that would be helpful. You can find information on the HL7 Website: http://www.hl7.org/events/fhir/connectathon/2021/05/
Armando De Chiara (Mar 29 2021 at 15:50):
@Arthur Hermann Thank you for your kind reply, i'll try to participate to the Connectathon. In the meantime i need to fix my open questions before that date. I'm now using the most recent IG version and i changed some of my previous mapping, but there are still the open questions written above.
Also, it seems that the clinical interpretation is now mapped on the profile Diagnostic Implication, but the value of the clinical-significance component seems to be bound to the ACMG value set (clinical-significance.value is bound to LOINC Answer List LL4034-6). What if i want to use ClinVar, or better, if i want to use both ACMG and ClinVar? It is similar to the component variation-code of the Variant profile, where there is the possibility to use multiple value sets (variation-code.value is unbound). Any suggestions?
Jamie Jones (Mar 29 2021 at 16:14):
Hi Armando, the binding strength on clinical-significance to LL4034-6 is extensible, and only applies to 1 coding on that component.valueCodeableConcept. You are free to send additional codings from ClinVar/COSMIC/etc. We did use 48000-4 for chromosome in the updated guidance but don't have community consensus for predefined components for the other concepts you mentioned. Slicing on component is open, so adding those in on Variant is certainly allowed. For population allelic frequency, there is open discussion on use of separate Observations or other resources to capture the needed details of the population.
Bret H (Apr 01 2021 at 12:50):
Look to the examples: http://build.fhir.org/ig/HL7/genomics-reporting/artifacts.html#examples . Also, you could post an example of where you put things. You've got quite a list.
Last updated: Apr 12 2022 at 19:14 UTC