FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeCodeSystem
IdCodeSystem-genomicstudy-regiontype.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/cg-incubator/CodeSystem-genomicstudy-regiontype.html
URLhttp://hl7.org/fhir/uv/cg-incubator/CodeSystem/genomicstudy-regiontype
Version0.1.0-ci-build
Statusdraft
Date2026-03-24T14:41:48+00:00
NameGenomicStudyRegionType
TitleGenomic Study Region Type
Realmuv
Authorityhl7
DescriptionThe type or status of a set of genomic regions within a GenomicStudy analysis, indicating the relationship of those regions to the analysis outcome.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.cg-incubator#currentgenomicstudy-regiontypeGenomic Study Region Type VS

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem genomicstudy-regiontype

This case-sensitive code system http://hl7.org/fhir/uv/cg-incubator/CodeSystem/genomicstudy-regiontype defines the following codes:

CodeDisplayDefinition
studied StudiedGenomic regions targeted by the analysis. This represents the full intended scope of the analysis (e.g., a gene panel, exome, or genome). May be expressed as a coded list of gene symbols or a reference to a BED file.
called CalledThe subset of studied genomic regions where there was sufficient coverage and data quality to produce variant calls. Regions not represented here were either uncalled or not studied.
uncalled UncalledGenomic regions that were within the scope of the analysis (i.e., studied) but for which no variant calls were produced. This does not imply that a pathogenic variant was present or missed; it indicates that data quality was insufficient to make calls in these regions. Common reasons include low sequencing coverage, poor mapping quality, or technical limitations of the assay. Use the genomicRegion.description element to document the specific reason.

Source1

{
  "resourceType": "CodeSystem",
  "id": "genomicstudy-regiontype",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cg"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/uv/cg-incubator/CodeSystem/genomicstudy-regiontype",
  "version": "0.1.0-ci-build",
  "name": "GenomicStudyRegionType",
  "title": "Genomic Study Region Type",
  "status": "draft",
  "experimental": true,
  "date": "2026-03-24T14:41:48+00:00",
  "publisher": "HL7 International / Clinical Genomics",
  "contact": [
    {
      "name": "HL7 International / Clinical Genomics",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/clingenomics"
        },
        {
          "system": "email",
          "value": "clingenomics@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The type or status of a set of genomic regions within a GenomicStudy analysis, indicating the relationship of those regions to the analysis outcome.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/cg-incubator/ValueSet/genomicstudy-regiontype",
  "content": "complete",
  "concept": [
    {
      "code": "studied",
      "display": "Studied",
      "definition": "Genomic regions targeted by the analysis. This represents the full intended scope of the analysis (e.g., a gene panel, exome, or genome). May be expressed as a coded list of gene symbols or a reference to a BED file."
    },
    {
      "code": "called",
      "display": "Called",
      "definition": "The subset of studied genomic regions where there was sufficient coverage and data quality to produce variant calls. Regions not represented here were either uncalled or not studied."
    },
    {
      "code": "uncalled",
      "display": "Uncalled",
      "definition": "Genomic regions that were within the scope of the analysis (i.e., studied) but for which no variant calls were produced. This does not imply that a pathogenic variant was present or missed; it indicates that data quality was insufficient to make calls in these regions. Common reasons include low sequencing coverage, poor mapping quality, or technical limitations of the assay. Use the genomicRegion.description element to document the specific reason."
    }
  ]
}