Genomics Reporting Implementation Guide
2.0.0 - trial-use

This page is part of the Genetic Reporting Implementation Guide (v2.0.0: STU 2) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Sequence Phase Relationship Codes - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "sequence-phase-relationship-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/sequence-phase-relationship-cs 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\">Cis<a name=\"sequence-phase-relationship-cs-Cis\"> </a></td><td>Cis</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>Trans</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>Indeterminate</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>Unknown</td><td>Phase is unknown</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/sequence-phase-relationship-cs",
  "version" : "2.0.0",
  "name" : "SequencePhaseRelationshipCS",
  "title" : "Sequence Phase Relationship Codes",
  "status" : "active",
  "date" : "2022-05-09T16:59:16+00:00",
  "publisher" : "HL7 Clinical Genomics Working Group",
  "contact" : [
    {
      "name" : "HL7 Clinical Genomics Working Group",
      "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"
    }
  ]
}