NCPI FHIR Implementation Guide
0.2.0 - ci-build
NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions
Active as of 2020-11-12 |
@prefix fhir: <http://hl7.org/fhir/> .
@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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "tbd-codes"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">grouper<a name=\"tbd-codes-grouper\"> </a></td><td>grouper</td><td>A means to bundle several observations such as one would find in a genetics test panel.</td></tr><tr><td style=\"white-space:nowrap\">mode-of-inheritance<a name=\"tbd-codes-mode-of-inheritance\"> </a></td><td>mode-of-inheritance</td><td>This is actually LOINC code 79742-3. And the IG will be updated</td></tr><tr><td style=\"white-space:nowrap\">effect-transporter-function<a name=\"tbd-codes-effect-transporter-function\"> </a></td><td>effect-transporter-function</td><td>Predicted phenotype for drug efficacy through transport mechanism. A single marker interpretation value known to increase or decrease the drug's performance.</td></tr><tr><td style=\"white-space:nowrap\">effect-medication-efficacy<a name=\"tbd-codes-effect-medication-efficacy\"> </a></td><td>Medication Efficacy</td><td/></tr><tr><td style=\"white-space:nowrap\">effect-medication-metabolism<a name=\"tbd-codes-effect-medication-metabolism\"> </a></td><td>Medication Metabolism</td><td/></tr><tr><td style=\"white-space:nowrap\">effect-medication-transporter<a name=\"tbd-codes-effect-medication-transporter\"> </a></td><td>Medication Transporter Function</td><td/></tr><tr><td style=\"white-space:nowrap\">effect-high-risk-allele<a name=\"tbd-codes-effect-high-risk-allele\"> </a></td><td>High Risk Allele</td><td/></tr><tr><td style=\"white-space:nowrap\">prognostic-implication<a name=\"tbd-codes-prognostic-implication\"> </a></td><td>Prognostic Implication component</td><td>Finding of whether a particular somatic genotype/haplotype/variation or combination-thereof predicts a particular outcome for the specified cancer - either on its own or in conjunction with one or more interventions.</td></tr><tr><td style=\"white-space:nowrap\">associated-cancer<a name=\"tbd-codes-associated-cancer\"> </a></td><td>associated-cancer</td><td/></tr><tr><td style=\"white-space:nowrap\">associated-therapy<a name=\"tbd-codes-associated-therapy\"> </a></td><td>Genomically linked therapy</td><td>The non-medication therapy (procedure) associated with this implication.</td></tr><tr><td style=\"white-space:nowrap\">region-coverage<a name=\"tbd-codes-region-coverage\"> </a></td><td>region-coverage</td><td>Given as a number between 0 and 100. Mean mapped read depth. Obtained by counting total number of mapped reads and divided by the number of bases in the region sequence.</td></tr><tr><td style=\"white-space:nowrap\">functional-annotation<a name=\"tbd-codes-functional-annotation\"> </a></td><td>functional-annotation</td><td>Annotated changes to sequence features caused by this variant. Terms are from the sequence ontology under SO:0001537.</td></tr><tr><td style=\"white-space:nowrap\">exact-start-end<a name=\"tbd-codes-exact-start-end\"> </a></td><td>Variant exact start and end</td><td>The genomic coordinates of the exact genomic range in which the variant resides.</td></tr><tr><td style=\"white-space:nowrap\">inner-start-end<a name=\"tbd-codes-inner-start-end\"> </a></td><td>Variant inner start and end</td><td>The genomic coordinates of the inner genomic range in which the variant might reside.</td></tr><tr><td style=\"white-space:nowrap\">outer-start-end<a name=\"tbd-codes-outer-start-end\"> </a></td><td>Variant outer start and end</td><td>The genomic coordinates of the outer genomic range in which the variant might reside.</td></tr><tr><td style=\"white-space:nowrap\">variant-inheritance<a name=\"tbd-codes-variant-inheritance\"> </a></td><td>Variant inheritance</td><td>A quality inhering in a variant by virtue of its origin. The terms are in the sequence ontology under SO:0001762.</td></tr><tr><td style=\"white-space:nowrap\">diagnostic-implication<a name=\"tbd-codes-diagnostic-implication\"> </a></td><td>Diagnostic Implication</td><td>An observation linking a genomic finding with a knowledge base, providing context that may aid in diagnosing a patient with a particular phenotype or condition.</td></tr><tr><td style=\"white-space:nowrap\">therapeutic-implication<a name=\"tbd-codes-therapeutic-implication\"> </a></td><td>Therapeutic Implication</td><td>An observation linking a genomic finding with a knowledge base, providing potential evidence of an interaction with a specified medication or non-medicinal therapy.</td></tr></table></div>"
]; #
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes"]; #
fhir:CodeSystem.version [ fhir:value "0.2.0"]; #
fhir:CodeSystem.name [ fhir:value "TbdCodes"]; #
fhir:CodeSystem.title [ fhir:value "ToBeDeterminedCodes ('TbdCodes')"]; #
fhir:CodeSystem.status [ fhir:value "active"]; #
fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean]; #
fhir:CodeSystem.date [ fhir:value "2020-11-12T19:37:28+00:00"^^xsd:dateTime]; #
fhir:CodeSystem.publisher [ fhir:value "NCPI FHIR Working Group"]; #
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "NCPI FHIR Working Group" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://github.com/nih-ncpi" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "Meen Chul Kim" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "meenchul@d3b.center" ];
fhir:ContactPoint.use [ fhir:value "work" ] ]
]; #
fhir:CodeSystem.description [ fhir:value "These codes are currently 'TBD-LOINC' codes. The CG WG is requesting formal LOINC codes."]; #
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ] ]
]; #
fhir:CodeSystem.content [ fhir:value "complete"]; #
fhir:CodeSystem.count [ fhir:value "18"^^xsd:nonNegativeInteger]; #
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "grouper" ];
fhir:CodeSystem.concept.display [ fhir:value "grouper" ];
fhir:CodeSystem.concept.definition [ fhir:value "A means to bundle several observations such as one would find in a genetics test panel." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "mode-of-inheritance" ];
fhir:CodeSystem.concept.display [ fhir:value "mode-of-inheritance" ];
fhir:CodeSystem.concept.definition [ fhir:value "This is actually LOINC code 79742-3. And the IG will be updated" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "effect-transporter-function" ];
fhir:CodeSystem.concept.display [ fhir:value "effect-transporter-function" ];
fhir:CodeSystem.concept.definition [ fhir:value "Predicted phenotype for drug efficacy through transport mechanism. A single marker interpretation value known to increase or decrease the drug's performance." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "effect-medication-efficacy" ];
fhir:CodeSystem.concept.display [ fhir:value "Medication Efficacy" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "effect-medication-metabolism" ];
fhir:CodeSystem.concept.display [ fhir:value "Medication Metabolism" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "effect-medication-transporter" ];
fhir:CodeSystem.concept.display [ fhir:value "Medication Transporter Function" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "effect-high-risk-allele" ];
fhir:CodeSystem.concept.display [ fhir:value "High Risk Allele" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "prognostic-implication" ];
fhir:CodeSystem.concept.display [ fhir:value "Prognostic Implication component" ];
fhir:CodeSystem.concept.definition [ fhir:value "Finding of whether a particular somatic genotype/haplotype/variation or combination-thereof predicts a particular outcome for the specified cancer - either on its own or in conjunction with one or more interventions." ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "associated-cancer" ];
fhir:CodeSystem.concept.display [ fhir:value "associated-cancer" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "associated-therapy" ];
fhir:CodeSystem.concept.display [ fhir:value "Genomically linked therapy" ];
fhir:CodeSystem.concept.definition [ fhir:value "The non-medication therapy (procedure) associated with this implication." ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "region-coverage" ];
fhir:CodeSystem.concept.display [ fhir:value "region-coverage" ];
fhir:CodeSystem.concept.definition [ fhir:value "Given as a number between 0 and 100. Mean mapped read depth. Obtained by counting total number of mapped reads and divided by the number of bases in the region sequence." ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "functional-annotation" ];
fhir:CodeSystem.concept.display [ fhir:value "functional-annotation" ];
fhir:CodeSystem.concept.definition [ fhir:value "Annotated changes to sequence features caused by this variant. Terms are from the sequence ontology under SO:0001537." ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "exact-start-end" ];
fhir:CodeSystem.concept.display [ fhir:value "Variant exact start and end" ];
fhir:CodeSystem.concept.definition [ fhir:value "The genomic coordinates of the exact genomic range in which the variant resides." ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "inner-start-end" ];
fhir:CodeSystem.concept.display [ fhir:value "Variant inner start and end" ];
fhir:CodeSystem.concept.definition [ fhir:value "The genomic coordinates of the inner genomic range in which the variant might reside." ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "outer-start-end" ];
fhir:CodeSystem.concept.display [ fhir:value "Variant outer start and end" ];
fhir:CodeSystem.concept.definition [ fhir:value "The genomic coordinates of the outer genomic range in which the variant might reside." ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "variant-inheritance" ];
fhir:CodeSystem.concept.display [ fhir:value "Variant inheritance" ];
fhir:CodeSystem.concept.definition [ fhir:value "A quality inhering in a variant by virtue of its origin. The terms are in the sequence ontology under SO:0001762." ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "diagnostic-implication" ];
fhir:CodeSystem.concept.display [ fhir:value "Diagnostic Implication" ];
fhir:CodeSystem.concept.definition [ fhir:value "An observation linking a genomic finding with a knowledge base, providing context that may aid in diagnosing a patient with a particular phenotype or condition." ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "therapeutic-implication" ];
fhir:CodeSystem.concept.display [ fhir:value "Therapeutic Implication" ];
fhir:CodeSystem.concept.definition [ fhir:value "An observation linking a genomic finding with a knowledge base, providing potential evidence of an interaction with a specified medication or non-medicinal therapy." ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ NCPI FHIR Working Group. Package NCPI-FHIR-Implementation-Guide#0.2.0 based on FHIR 4.0.1. Generated 2022-12-09
Links: Table of Contents |
QA Report