FHIR IG analytics| Package | hl7.fhir.uv.cg-incubator |
| Resource Type | DocumentReference |
| Id | DocumentReference-somaticFusionFile.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference somaticFusionFile
Language: en
identifier: http://example.org/identifiers/files/somatic-fusion-001
status: Current
docStatus: Preliminary
description:
VCF file containing gene fusions and transcript variants identified from tumor RNA sequencing
securityLabel: Restricted
content
Attachments
ContentType Url Title text/plain http://example.org/files/somatic-fusions.vcf somatic-fusions.vcf
{
"resourceType": "DocumentReference",
"id": "somaticFusionFile",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/files",
"value": "somatic-fusion-001"
}
],
"status": "current",
"docStatus": "preliminary",
"description": "VCF file containing gene fusions and transcript variants identified from tumor RNA sequencing",
"securityLabel": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R",
"display": "Restricted"
}
]
}
],
"content": [
{
"attachment": {
"contentType": "text/plain",
"url": "http://example.org/files/somatic-fusions.vcf",
"title": "somatic-fusions.vcf"
}
}
]
}