Skip to content
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

Cg im moldef work in progress 2 #3159

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
814181b
changing representation.resolvable to a reference to DocumentReferenc…
khalifa-aly Sep 3, 2024
61af56a
changing representation.resolvable to a reference to DocumentReferenc…
khalifa-aly Sep 3, 2024
9fd66f9
adding simple sequence examples for literal "A" as DNA and Amino Acid…
khalifa-aly Sep 4, 2024
9202dba
adding sequence examples for resolvable element
khalifa-aly Sep 4, 2024
a344ff3
QA edit: renaming Document Reference examples
khalifa-aly Sep 5, 2024
ab0013c
Code system and valueset moleculardefinition encoding
khalifa-aly Sep 5, 2024
e0c5d35
QA renaming the encoding code system to iupac-nucleotide
khalifa-aly Sep 5, 2024
66de666
QA renaming the encoding code system to iupac-nucleotide
khalifa-aly Sep 5, 2024
9b69014
QA removing duplicate description
khalifa-aly Sep 5, 2024
fd267fe
QA edits
khalifa-aly Sep 5, 2024
97c3ff5
Allele literal example
khalifa-aly Sep 5, 2024
ceb6b15
More allele examples and supporting resource instances
khalifa-aly Sep 5, 2024
d187990
QA edit
khalifa-aly Sep 6, 2024
a52f0ff
QA edit
khalifa-aly Sep 6, 2024
72ee0d8
Variation examples for CYP2C19 in various formats, e.g., VRS, SPDI, a…
khalifa-aly Sep 19, 2024
7a1e291
AlleleSliced Example: HLA00381
khalifa-aly Sep 19, 2024
5084894
QA edits
khalifa-aly Sep 19, 2024
c2b3376
updating the example list to include a new set of examples
khalifa-aly Sep 19, 2024
a345098
more descriptive titles and descriptions
khalifa-aly Sep 20, 2024
3099aaa
Adding DocRef examples of genetic files that Support Molecular Defini…
khalifa-aly Sep 20, 2024
caec71d
QA edit, adjusting file names
khalifa-aly Sep 20, 2024
5eadf05
QA edit, adjusting file names
khalifa-aly Sep 20, 2024
583b390
QA edit, adjusting file names
khalifa-aly Sep 20, 2024
06e1890
QA edit, element order and extra spaces
khalifa-aly Sep 20, 2024
2fa947c
Merge pull request #3165 from HL7/master
khalifa-aly Sep 20, 2024
225749e
Merge branch 'master' into cg-im-moldef_work_in_progress_2
sirkyp Oct 11, 2024
a8f1edb
extracted sequence examples of CYP2C19
khalifa-aly Oct 11, 2024
de65a8a
Merge remote-tracking branch 'origin/cg-im-moldef_work_in_progress_2'…
khalifa-aly Oct 11, 2024
53ec8f8
Concatenated example of CYP2C19
khalifa-aly Oct 11, 2024
014d841
Repeated examples for FMR1
khalifa-aly Oct 11, 2024
d396dcd
examples of repeated sequence that was edited by referenced and conta…
khalifa-aly Oct 11, 2024
4d7a1e8
Example list update
khalifa-aly Oct 15, 2024
253aef6
Removing Autogenerated Text
khalifa-aly Oct 16, 2024
3dbc3b3
Merge branch 'master' into cg-im-moldef_work_in_progress_2
sirkyp Oct 17, 2024
a52557d
QA edit, adding genotype concept
khalifa-aly Oct 29, 2024
52ee0ce
Merge remote-tracking branch 'origin/cg-im-moldef_work_in_progress_2'…
khalifa-aly Oct 29, 2024
13e0522
Adding Sequence and document reference to Homo sapiens chromosome 10,…
khalifa-aly Oct 30, 2024
4c55396
Adding allele and variation example instance of PgX-var-1011 and 1012
khalifa-aly Oct 30, 2024
6525d39
Adding variation example instance of PgX-var-1013, 1014 and 1015
khalifa-aly Oct 31, 2024
f86b79c
Adding variation example instance of PgX-var-1016, 1017 and 1018
khalifa-aly Oct 31, 2024
63e5925
Merge pull request #3207 from HL7/master
khalifa-aly Nov 1, 2024
a875909
Adding variation example instance of PgX-var-1019 and 1020
khalifa-aly Nov 1, 2024
aa61540
Merge remote-tracking branch 'origin/cg-im-moldef_work_in_progress_2'…
khalifa-aly Nov 1, 2024
022f34e
Adding NC_000010.10 to the example list
khalifa-aly Nov 4, 2024
63da36f
Adding Pgx-var-1021
khalifa-aly Nov 4, 2024
c379acf
QA edit, adjusting display name
khalifa-aly Nov 4, 2024
4ed10cb
Adding new examples to the list
khalifa-aly Nov 4, 2024
0aea287
QA edits
khalifa-aly Nov 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-af1961831-url"/>
<identifier>
<system value="http://www.somesystemabc.net/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="Homo sapiens MHC class I antigen (HLA-B) gene"/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ebi.ac.uk/ena/browser/api/fasta/AF196183.1"/>
<title value="Homo sapiens MHC class I antigen (HLA-B) gene"/>
</attachment>
</content>
</DocumentReference>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-cyp2c19-accession"/>

<identifier>
<system value="https://www.ncbi.nlm.nih.gov/nuccore"/>
<value value="NG_008384.3"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="CYP2C19 gene sequence"/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ncbi.nlm.nih.gov/nuccore/NG_008384"/>
<title value="Homo sapiens cytochrome P450 family 2 subfamily C member 19 (CYP2C19), RefSeqGene (LRG_584) on chromosome 10"/>
</attachment>
</content>
</DocumentReference>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-cyp2c19-url"/>
<identifier>
<system value="http://www.somesystemabc.net/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="CYP2C19 gene sequence"/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ncbi.nlm.nih.gov/nuccore/NG_008384"/>
<title value="Homo sapiens cytochrome P450 family 2 subfamily C member 19 (CYP2C19), RefSeqGene (LRG_584) on chromosome 10"/>
</attachment>
</content>
</DocumentReference>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-hla00001"/>

<identifier>
<system value="http://www.somesystemabc.net/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="A sample Document Reference instance representing HLA00001."/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ebi.ac.uk/Tools/dbfetch/dbfetch?db=imgthla;id=HLA00001;format=fasta;style=raw"/>
<title value="HLA00001"/>
</attachment>
</content>
</DocumentReference>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-mw7162561"/>

<identifier>
<system value="http://www.somesystemabc.net/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="A sample Document Reference instance representing Homo sapiens isolate 7 BRCA1 (BRCA1) gene, exon 10 and partial cds."/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ncbi.nlm.nih.gov/nuccore/MW716256.1?report=fasta"/>
<title value="Homo sapiens isolate 7 BRCA1 (BRCA1) gene, exon 10 and partial cds"/>
</attachment>
</content>
</DocumentReference>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-nc00001010-url"/>
<identifier>
<system value="http://www.somesystemabc.net/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="Chr10, GRCh37.p13 sequence"/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ncbi.nlm.nih.gov/nuccore/NC_000010.10?report=fasta"/>
<title value="Homo sapiens chromosome 10, GRCh37.p13 Primary Assembly, NC_000010.10"/>
</attachment>
</content>
</DocumentReference>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-ng0083843"/>
<identifier>
<system value="http://www.somesystemabc.net/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="A sample Document Reference instance representing Homo sapiens cytochrome P450 family 2 subfamily C member 19 (CYP2C19), RefSeqGene (LRG_584) on chromosome 10."/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ncbi.nlm.nih.gov/nuccore/NG_008384.3?report=fasta"/>
<title value="Homo sapiens cytochrome P450 family 2 subfamily C member 19 (CYP2C19), RefSeqGene (LRG_584) on chromosome 10"/>
</attachment>
</content>
</DocumentReference>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-nm0002513"/>

<identifier>
<system value="http://www.somesystemabc.net/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="A sample Document Reference instance representing Homo sapiens mutS homolog 2 (MSH2), transcript variant 1, mRNA."/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ncbi.nlm.nih.gov/nuccore/NM_000251.3?report=fasta"/>
<title value="Homo sapiens mutS homolog 2 (MSH2), transcript variant 1, mRNA"/>
</attachment>
</content>
</DocumentReference>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-nm0007694"/>

<identifier>
<system value="http://www.somesystemabc.net/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="(CYP2C19), mRNA"/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ncbi.nlm.nih.gov/nuccore/NM_000769.4?report=fasta"/>
<title value="Homo sapiens cytochrome P450 family 2 subfamily C member 19 (CYP2C19), mRNA"/>
</attachment>
</content>
</DocumentReference>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>

<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-nm0020245"/>
<identifier>
<system value="http://www.somesystemabc.net/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description value="A sample Document Reference instance representing Homo sapiens FMRP translational regulator 1 (FMR1), transcript variant ISO1, mRNA."/>
<securityLabel>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/html"/>
<url value="https://www.ncbi.nlm.nih.gov/nuccore/NM_002024.5?report=fasta"/>
<title value="Homo sapiens FMRP translational regulator 1 (FMR1), transcript variant ISO1, mRNA"/>
</attachment>
</content>
</DocumentReference>
Loading