FHIR IG analytics| Package | pc.ig |
| Resource Type | Basic |
| Id | Basic-target-region-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Basic target-region-example-1
Profile: Target Region
Genomic test ID relationship: Basic Exome sequencing
HGNC ID: HGNC:1100
HGNC symbol: BRCA1
Chromosome ID: 17
Start position: 43044295
End position: 43125482
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/target-region-id/TR0001
code: Gene-level target region
{
"resourceType": "Basic",
"id": "target-region-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-genomic-test-ref",
"valueReference": {
"reference": "Basic/genomic-test-example-1"
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-hgnc-id",
"valueString": "HGNC:1100"
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-hgnc-symbol",
"valueString": "BRCA1"
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-chromosome-id",
"valueInteger": 17
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-start-position",
"valueInteger": 43044295
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/target-region-end-position",
"valueInteger": 43125482
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/target-region-id",
"value": "TR0001"
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/target-region-type",
"code": "gene-region",
"display": "Gene-level target region"
}
]
}
}