Phenomics Exchange for Research and Diagnostics, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phenomics-exchange-ig/ and changes regularly. See the Directory of published versions
Draft as of 2024-06-18 |
{
"resourceType" : "ValueSet",
"id" : "interpretationStatus-vs",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://phenopacket-schema.readthedocs.io/en/v2/genomic-interpretation.html#interpretationstatus</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>0</td><td>UNKNOWN_STATUS</td></tr><tr><td>1</td><td>REJECTED</td></tr><tr><td>2</td><td>CANDIDATE</td></tr><tr><td>3</td><td>CONTRIBUTORY</td></tr><tr><td>4</td><td>CAUSATIVE</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cic"
}
],
"url" : "http://hl7.org/fhir/uv/phenomics-exchange/ValueSet/interpretationStatus-vs",
"version" : "0.1.0",
"name" : "InterpretationStatusVS",
"title" : "Interpretation Status Value Set",
"status" : "draft",
"experimental" : false,
"date" : "2024-06-18T22:11:07+00:00",
"publisher" : "HL7 International / Clinical Interoperability Council",
"contact" : [
{
"name" : "HL7 International / Clinical Interoperability Council",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cic"
},
{
"system" : "email",
"value" : "cic@lists.HL7.org"
}
]
}
],
"description" : "Describes the conclusion made about the genomic interpretation.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"copyright" : "This value set includes content from Phenopackets, which is copyright © 2016+ Global Alliance for Genomics and Health (GA4GH)",
"compose" : {
"include" : [
{
"system" : "http://phenopacket-schema.readthedocs.io/en/v2/genomic-interpretation.html#interpretationstatus",
"concept" : [
{
"code" : "0",
"display" : "UNKNOWN_STATUS"
},
{
"code" : "1",
"display" : "REJECTED"
},
{
"code" : "2",
"display" : "CANDIDATE"
},
{
"code" : "3",
"display" : "CONTRIBUTORY"
},
{
"code" : "4",
"display" : "CAUSATIVE"
}
]
}
]
}
}