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-24 |
{
"resourceType" : "CodeSystem",
"id" : "genomic-study-status-cs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem genomic-study-status-cs</b></p><a name=\"genomic-study-status-cs\"> </a><a name=\"hcgenomic-study-status-cs\"> </a><a name=\"genomic-study-status-cs-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genomic-study-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\">registered<a name=\"genomic-study-status-cs-registered\"> </a></td><td>Registered</td><td>The existence of the genomic study is registered, but there is nothing yet available.</td></tr><tr><td style=\"white-space:nowrap\">available<a name=\"genomic-study-status-cs-available\"> </a></td><td>Available</td><td>At least one instance has been associated with this genomic study.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"genomic-study-status-cs-cancelled\"> </a></td><td>Cancelled</td><td>The genomic study is unavailable because the genomic study was not started or not completed (also sometimes called 'aborted').</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"genomic-study-status-cs-entered-in-error\"> </a></td><td>Entered in Error</td><td>The genomic study has been withdrawn following a previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be 'cancelled' rather than 'entered-in-error'.).</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"genomic-study-status-cs-unknown\"> </a></td><td>Unknown</td><td>The system does not know which of the status values currently applies for this request. Note: This concept is not to be used for 'other' - one of the listed statuses is presumed to apply, it's just not known which one.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cg"
}
],
"url" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genomic-study-status-cs",
"version" : "3.0.0",
"name" : "GenomicStudyStatusCS",
"title" : "Genomic Study Status CodeSystem",
"status" : "active",
"experimental" : false,
"date" : "2024-11-24T13:22:27+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" : "Backport of http://hl7.org/fhir/genomicstudy-status",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "registered",
"display" : "Registered",
"definition" : "The existence of the genomic study is registered, but there is nothing yet available."
},
{
"code" : "available",
"display" : "Available",
"definition" : "At least one instance has been associated with this genomic study."
},
{
"code" : "cancelled",
"display" : "Cancelled",
"definition" : "The genomic study is unavailable because the genomic study was not started or not completed (also sometimes called 'aborted')."
},
{
"code" : "entered-in-error",
"display" : "Entered in Error",
"definition" : "The genomic study has been withdrawn following a previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be 'cancelled' rather than 'entered-in-error'.)."
},
{
"code" : "unknown",
"display" : "Unknown",
"definition" : "The system does not know which of the status values currently applies for this request. Note: This concept is not to be used for 'other' - one of the listed statuses is presumed to apply, it's just not known which one."
}
]
}