FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/GenomicTestType

Packageagha.fhir.genclipr
TypeCodeSystem
IdGenomicTestType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=agha.fhir.genclipr@0.1.0&canonical=http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/GenomicTestType
URLhttp://aehrc.github.io/genclipr-fhir-ig/CodeSystem/GenomicTestType
Version0.1.0
Statusactive
Date2022-03-21T00:46:36+00:00
NameGenomicTestType
TitleGenomic Test Type
DescriptionTypes of genomic tests not available in LOINC.
Copyright[Australian Genomics](https://www.australiangenomics.org.au)
Contentcomplete

Resources that use this resource

ValueSet
GenomicTestTypesGenomic Test Types Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/GenomicTestType defines the following codes:

CodeDisplayDefinition
TEST:001 Gene PanelPanel tests look for variants in more than one gene.
TEST:002 Research ExomeA whole exome sequencing test done in a research context.
TEST:003 Research GenomeA whole genome sequencing test done in a research context.
TEST:004 Research RNA-seqAn RNA sequencing test done in a research context.

Source

{
  "resourceType": "CodeSystem",
  "id": "GenomicTestType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/GenomicTestType",
  "version": "0.1.0",
  "name": "GenomicTestType",
  "title": "Genomic Test Type",
  "status": "active",
  "date": "2022-03-21T00:46:36+00:00",
  "publisher": "The Australian e-Health Research Centre",
  "contact": [
    {
      "name": "The Australian e-Health Research Centre",
      "telecom": [
        {
          "system": "url",
          "value": "https://aehrc.com"
        },
        {
          "system": "email",
          "value": "ontoserver-support@csiro.au"
        }
      ]
    }
  ],
  "description": "Types of genomic tests not available in LOINC.",
  "copyright": "[Australian Genomics](https://www.australiangenomics.org.au)",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "TEST:001",
      "display": "Gene Panel",
      "definition": "Panel tests look for variants in more than one gene."
    },
    {
      "code": "TEST:002",
      "display": "Research Exome",
      "definition": "A whole exome sequencing test done in a research context."
    },
    {
      "code": "TEST:003",
      "display": "Research Genome",
      "definition": "A whole genome sequencing test done in a research context."
    },
    {
      "code": "TEST:004",
      "display": "Research RNA-seq",
      "definition": "An RNA sequencing test done in a research context."
    }
  ]
}