Cqgc Implementation Guide
0.1.0 - CI Build

Cqgc Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ferlab.bio CodeSystem/variant-type - JSON Representation

Active as of 2025-08-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "variant-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem variant-type</b></p><a name=\"variant-type\"> </a><a name=\"hcvariant-type\"> </a><p>This case-sensitive code system <code>http://fhir.cqgc.ferlab.bio/CodeSystem/variant-type</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><td><b>French (fr)</b></td></tr><tr><td style=\"white-space:nowrap\">S<a name=\"variant-type-S\"> </a></td><td>Somatic</td><td>Somatic variant</td><td>Somatique</td></tr><tr><td style=\"white-space:nowrap\">G<a name=\"variant-type-G\"> </a></td><td>Germline</td><td>Germline variant</td><td>Germinale</td></tr></table></div>"
  },
  "url" : "http://fhir.cqgc.ferlab.bio/CodeSystem/variant-type",
  "version" : "0.1.0",
  "name" : "variant-type",
  "title" : "Variant types",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-08-01T14:30:53+00:00",
  "publisher" : "Ferlab.bio",
  "contact" : [
    {
      "name" : "Cqgc",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:support@ferlab.bio"
        }
      ]
    }
  ],
  "description" : "Variant types",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "S",
      "display" : "Somatic",
      "definition" : "Somatic variant",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Somatique"
        }
      ]
    },
    {
      "code" : "G",
      "display" : "Germline",
      "definition" : "Germline variant",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Germinale"
        }
      ]
    }
  ]
}