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
Active as of 2024-11-19 |
{
"resourceType" : "CodeSystem",
"id" : "variant-confidence-status-cs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem variant-confidence-status-cs</b></p><a name=\"variant-confidence-status-cs\"> </a><a name=\"hcvariant-confidence-status-cs\"> </a><a name=\"variant-confidence-status-cs-en-US\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/variant-confidence-status-cs</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\">high<a name=\"variant-confidence-status-cs-high\"> </a></td><td>High</td><td>High confidence true positive variant call. Suitable for clinical reporting.</td></tr><tr><td style=\"white-space:nowrap\">intermediate<a name=\"variant-confidence-status-cs-intermediate\"> </a></td><td>Intermediate</td><td>Candidate true positive variant call. Unable to confirm without additional testing.</td></tr><tr><td style=\"white-space:nowrap\">low<a name=\"variant-confidence-status-cs-low\"> </a></td><td>Low</td><td>High confidence false positive variant call.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cg"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/variant-confidence-status-cs",
"version" : "3.0.0",
"name" : "VariantConfidenceStatusCS",
"title" : "Variant Confidence Status Codes",
"status" : "active",
"experimental" : true,
"date" : "2024-11-19T22:01:39+00:00",
"publisher" : "HL7 International / Clinical Genomics",
"contact" : [
{
"name" : "HL7 International / Clinical Genomics",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/clingenomics"
},
{
"system" : "email",
"value" : "cg@lists.HL7.org"
}
]
}
],
"description" : "A code that represents the confidence of a true positive variant call.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "high",
"display" : "High",
"definition" : "High confidence true positive variant call. Suitable for clinical reporting."
},
{
"code" : "intermediate",
"display" : "Intermediate",
"definition" : "Candidate true positive variant call. Unable to confirm without additional testing."
},
{
"code" : "low",
"display" : "Low",
"definition" : "High confidence false positive variant call."
}
]
}