FHIR IG analytics| Package | hl7.fhir.uv.cg-incubator |
| Resource Type | CodeSystem |
| Id | CodeSystem-genomicstudy-regiontype.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/cg-incubator/CodeSystem-genomicstudy-regiontype.html |
| URL | http://hl7.org/fhir/uv/cg-incubator/CodeSystem/genomicstudy-regiontype |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-03-24T14:41:48+00:00 |
| Name | GenomicStudyRegionType |
| Title | Genomic Study Region Type |
| Realm | uv |
| Authority | hl7 |
| 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. |
| Content | complete |
| ValueSet | ||
| hl7.fhir.uv.cg-incubator#current | genomicstudy-regiontype | Genomic Study Region Type VS |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem genomicstudy-regiontype
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/uv/cg-incubator/CodeSystem/genomicstudy-regiontype defines the following codes:
{
"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."
}
]
}