-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove 'Human reference sequence assembly version' component from variant observation #36
Comments
@srgothi92 I would like to work on this issue. Please guide me. |
@theanmolsharma Begin by reading the manual to understand high-level how translation works. Then focus on 'create variant observations' section. You'll see that each time the converter creates a FHIR Variant observation, that observation includes a component "LOINC 62374-4 'Human reference sequence assembly version' = GRCh37 or GRCh38, as determined from parameter value". You can see an example of this component by searching this example. The idea here is to modify the code so that we are no longer creating this component with a variant observation. |
@rhdolin I think I got what I need to do, I will start working on it right away. |
@theanmolsharma Take a look at lines 127-132 in fhir_helper.py to see where this component is getting added. |
@rhdolin I removed the lines that generated that component. |
Issue #36: Remove 'Human reference sequence assembly version' compone…
'Human reference sequence assembly version' can be inferred from RefSeq, and doesn't always apply (e.g. for mitochondrial refSeq's).
The text was updated successfully, but these errors were encountered: