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/specimen-type - JSON Representation

Active as of 2025-08-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "specimen-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem specimen-type</b></p><a name=\"specimen-type\"> </a><a name=\"hcspecimen-type\"> </a><p>This case-sensitive code system <code>http://fhir.cqgc.ferlab.bio/CodeSystem/specimen-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\">DNA<a name=\"specimen-type-DNA\"> </a></td><td>DNA Sample</td><td>DNA sample</td><td>Échantillon d'ADN</td></tr><tr><td style=\"white-space:nowrap\">RNA<a name=\"specimen-type-RNA\"> </a></td><td>RNA Sample</td><td>RNA sample</td><td>Échantillon d'ARN</td></tr><tr><td style=\"white-space:nowrap\">NBL<a name=\"specimen-type-NBL\"> </a></td><td>Normal Blood Specimen</td><td>Normal blood specimen</td><td>Spécimen de sang normal</td></tr><tr><td style=\"white-space:nowrap\">TUMOR<a name=\"specimen-type-TUMOR\"> </a></td><td>Tumor Specimen</td><td>Tumor specimen</td><td>Spécimen tumoral</td></tr><tr><td style=\"white-space:nowrap\">NORMAL<a name=\"specimen-type-NORMAL\"> </a></td><td>Normal Specimen</td><td>Normal specimen</td><td>Spécimen de tissue normal</td></tr></table></div>"
  },
  "url" : "http://fhir.cqgc.ferlab.bio/CodeSystem/specimen-type",
  "version" : "0.1.0",
  "name" : "specimen-type",
  "title" : "Specimen 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" : "Specimen types",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "DNA",
      "display" : "DNA Sample",
      "definition" : "DNA sample",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Échantillon d'ADN"
        }
      ]
    },
    {
      "code" : "RNA",
      "display" : "RNA Sample",
      "definition" : "RNA sample",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Échantillon d'ARN"
        }
      ]
    },
    {
      "code" : "NBL",
      "display" : "Normal Blood Specimen",
      "definition" : "Normal blood specimen",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Spécimen de sang normal"
        }
      ]
    },
    {
      "code" : "TUMOR",
      "display" : "Tumor Specimen",
      "definition" : "Tumor specimen",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Spécimen tumoral"
        }
      ]
    },
    {
      "code" : "NORMAL",
      "display" : "Normal Specimen",
      "definition" : "Normal specimen",
      "designation" : [
        {
          "language" : "fr",
          "value" : "Spécimen de tissue normal"
        }
      ]
    }
  ]
}