Genomics Reporting Implementation Guide
3.0.1-SNAPSHOT - Ballot International flag

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.1-SNAPSHOT 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

: Sequence Phase Relationship Codes - JSON Representation

Active as of 2024-04-09

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "sequence-phase-relationship-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/sequence-phase-relationship-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Cis<a name=\"sequence-phase-relationship-cs-Cis\"> </a></td><td>Phase is in cis (same chromosome)</td></tr><tr><td style=\"white-space:nowrap\">Trans<a name=\"sequence-phase-relationship-cs-Trans\"> </a></td><td>Phase is in trans (different chromosomes)</td></tr><tr><td style=\"white-space:nowrap\">Indeterminate<a name=\"sequence-phase-relationship-cs-Indeterminate\"> </a></td><td>Phase is unable to be determined</td></tr><tr><td style=\"white-space:nowrap\">Unknown<a name=\"sequence-phase-relationship-cs-Unknown\"> </a></td><td>Phase is unknown</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cg"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/sequence-phase-relationship-cs",
  "version" : "3.0.1-SNAPSHOT",
  "name" : "SequencePhaseRelationshipCS",
  "title" : "Sequence Phase Relationship Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-09T13:57:55+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" : "Code System for specific types of relationships",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "Cis",
      "display" : "Cis",
      "definition" : "Phase is in cis (same chromosome)"
    },
    {
      "code" : "Trans",
      "display" : "Trans",
      "definition" : "Phase is in trans (different chromosomes)"
    },
    {
      "code" : "Indeterminate",
      "display" : "Indeterminate",
      "definition" : "Phase is unable to be determined"
    },
    {
      "code" : "Unknown",
      "display" : "Unknown",
      "definition" : "Phase is unknown"
    }
  ]
}