IDEA4RC FHIR Implementation Guide
0.1.0 - CI Build 150

IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions

: Genetic Tests performed (Yes/no/Unk) - JSON Representation

Active as of 2024-11-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "geneticTestPerformed-eu-i4rc",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet geneticTestPerformed-eu-i4rc</b></p><a name=\"geneticTestPerformed-eu-i4rc\"> </a><a name=\"hcgeneticTestPerformed-eu-i4rc\"> </a><a name=\"geneticTestPerformed-eu-i4rc-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-generic-eu-i4rc.html\"><code>http://hl7.eu/fhir/ig/idea4rc/CodeSystem/cs-generic-eu-i4rc</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-geneExpressionAnalysisPerformed\">geneExpressionAnalysisPerformed</a></td><td>A gene expression analysis is performed</td><td>Clarifies whether a gene expression analysis is performed</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-geneMutationAnalysisPerformed\">geneMutationAnalysisPerformed</a></td><td>A gene mutation analysis is performed</td><td>Clarifies whether a gene mutation analysis is performed</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-testsForChromosomeTranslocationsPerformed\">testsForChromosomeTranslocationsPerformed</a></td><td>A tests for chromosome translocations is performed</td><td>Clarifies whether a tests for chromosome translocations is performed</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-ngsPerformed\">ngsPerformed</a></td><td>A NGS analysis is performed</td><td>Clarifies whether a NGS analysis is performed</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-pcrTestPerformed\">pcrTestPerformed</a></td><td>A PCR analysis is performed</td><td>Clarifies whether a PCR analysis is performed</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-immunohistochemistryPerformed\">immunohistochemistryPerformed</a></td><td>A immunohiostochemestry analysis is performed</td><td>Clarifies whether a immunohiostochemestry analysis is performed</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-ctDnaPerformed\">ctDnaPerformed</a></td><td>A ctDNA analysis is performed</td><td>Clarifies whether a ctDNA analysis is performed</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/idea4rc/ValueSet/geneticTestPerformed-eu-i4rc",
  "version" : "0.1.0",
  "name" : "VsGeneticTestsPerformed",
  "title" : "Genetic Tests performed (Yes/no/Unk)",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-11-12T10:15:38+00:00",
  "publisher" : "IDEA4RC Project",
  "contact" : [
    {
      "name" : "IDEA4RC Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.idea4rc.eu/"
        }
      ]
    },
    {
      "name" : "IDEA4RC Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.idea4rc.eu/"
        }
      ]
    }
  ],
  "description" : "Genetic Tests performed (Yes/no/Unk)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.eu/fhir/ig/idea4rc/CodeSystem/cs-generic-eu-i4rc",
        "concept" : [
          {
            "code" : "geneExpressionAnalysisPerformed",
            "display" : "A gene expression analysis is performed"
          },
          {
            "code" : "geneMutationAnalysisPerformed",
            "display" : "A gene mutation analysis is performed"
          },
          {
            "code" : "testsForChromosomeTranslocationsPerformed",
            "display" : "A tests for chromosome translocations is performed"
          },
          {
            "code" : "ngsPerformed",
            "display" : "A NGS analysis is performed"
          },
          {
            "code" : "pcrTestPerformed",
            "display" : "A PCR analysis is performed"
          },
          {
            "code" : "immunohistochemistryPerformed",
            "display" : "A immunohiostochemestry analysis is performed"
          },
          {
            "code" : "ctDnaPerformed",
            "display" : "A ctDNA analysis is performed"
          }
        ]
      }
    ]
  }
}