Genomics Reporting Implementation Guide, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/genomics-reporting/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SNVexample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/variant"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/variant> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation SNVexample</b></p><a name=\"SNVexample\"> </a><a name=\"hcSNVexample\"> </a><a name=\"SNVexample-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 GE}\">Genetics</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 69548-6}\">Genetic variant assessment</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2023-06-01</p><p><b>performer</b>: <a href=\"Organization-ExampleLab.html\">Organization Some lab</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA9633-4}\">Present</span></p><p><b>method</b>: <span title=\"Codes:{http://loinc.org LA26398-0}\">Sequencing</span></p><p><b>specimen</b>: Identifier: <code>http://slk-kliniken.de/fhir/namingSystem/tissueID</code>/16-123456-23</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 48018-6}\">Gene studied ID</span></p><p><b>value</b>: <span title=\"Codes:{http://www.genenames.org HGNC:644}\">AR</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 48001-2}\">Cytogenetic (chromosome) location</span></p><p><b>value</b>: <span title=\"Codes:\">chrX</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 62374-4}\">Human reference sequence assembly version</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA14029-5}\">GRCh37</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 48002-0}\">Genomic source class</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA6684-0}\">Somatic</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 48004-6}\">DNA change (c.HGVS)</span></p><p><b>value</b>: <span title=\"Codes:{http://varnomen.hgvs.org NM_000044.6:c.7G>A}\">NM_000044.6:c.7G>A</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 48005-3}\">Amino acid change (pHGVS)</span></p><p><b>value</b>: <span title=\"Codes:{http://varnomen.hgvs.org NP_000035.2:p.Val3Met}\">NP_000035.2:p.Val3Met</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 51958-7}\">Transcript reference sequence [ID]</span></p><p><b>value</b>: <span title=\"Codes:{http://www.ncbi.nlm.nih.gov/refseq NM_000044.3}\">NM_000044.6</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 81258-6}\">Sample VAF</span></p><p><b>value</b>: 0.44 decimal</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82121-5}\">Allelic read depth</span></p><p><b>value</b>: 120 reads per base pair<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GE" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:69548-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "69548-6" ] ;
fhir:display [ fhir:v "Genetic variant assessment" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExamplePatient" ]
] ; #
fhir:effective [ fhir:v "2023-06-01"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/ExampleLab" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA9633-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA9633-4" ] ;
fhir:display [ fhir:v "Present" ] ] )
] ; #
fhir:method [
( fhir:coding [
a loinc:LA26398-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA26398-0" ] ;
fhir:display [ fhir:v "Sequencing" ] ] )
] ; #
fhir:specimen [
fhir:identifier [
fhir:system [ fhir:v "http://slk-kliniken.de/fhir/namingSystem/tissueID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "16-123456-23" ] ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:48018-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48018-6" ] ;
fhir:display [ fhir:v "Gene studied ID" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.genenames.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HGNC:644" ] ;
fhir:display [ fhir:v "AR" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:48001-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48001-2" ] ;
fhir:display [ fhir:v "Cytogenetic (chromosome) location" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "chrX" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:62374-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "62374-4" ] ;
fhir:display [ fhir:v "Human reference sequence assembly version" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA14029-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA14029-5" ] ;
fhir:display [ fhir:v "GRCh37" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:48002-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48002-0" ] ;
fhir:display [ fhir:v "Genomic source class" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA6684-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6684-0" ] ;
fhir:display [ fhir:v "Somatic" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:48004-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48004-6" ] ;
fhir:display [ fhir:v "DNA change (c.HGVS)" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://varnomen.hgvs.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NM_000044.6:c.7G>A" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:48005-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48005-3" ] ;
fhir:display [ fhir:v "Amino acid change (pHGVS)" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://varnomen.hgvs.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NP_000035.2:p.Val3Met" ] ;
fhir:display [ fhir:v "NP_000035.2:p.Val3Met" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:51958-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "51958-7" ] ;
fhir:display [ fhir:v "Transcript reference sequence [ID]" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.ncbi.nlm.nih.gov/refseq"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NM_000044.3" ] ;
fhir:display [ fhir:v "NM_000044.6" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:81258-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "81258-6" ] ;
fhir:display [ fhir:v "Sample VAF" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0.44"^^xsd:decimal ] ;
fhir:unit [ fhir:v "decimal" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ]
] [
fhir:code [
( fhir:coding [
a loinc:82121-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82121-5" ] ;
fhir:display [ fhir:v "Allelic read depth" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "120"^^xsd:decimal ] ;
fhir:unit [ fhir:v "reads per base pair" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ]
] ) . #
IG © 2022+ HL7 International / Clinical Genomics. Package hl7.fhir.uv.genomics-reporting#3.0.0 based on FHIR 4.0.1. Generated 2024-11-19
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change