FHIR IG analytics| Package | hl7.fhir.uv.cg-incubator |
| Resource Type | DocumentReference |
| Id | DocumentReference-somaticCalledRegions.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference somaticCalledRegions
Language: en
identifier: http://example.org/identifiers/files/somatic-called-001
status: Current
docStatus: Preliminary
description:
BED file describing regions that passed coverage and quality thresholds in the tumor/normal DNA analysis
securityLabel: Restricted
content
Attachments
ContentType Url Title text/plain http://example.org/files/somatic-called-regions.bed somatic-called-regions.bed
{
"resourceType": "DocumentReference",
"id": "somaticCalledRegions",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/files",
"value": "somatic-called-001"
}
],
"status": "current",
"docStatus": "preliminary",
"description": "BED file describing regions that passed coverage and quality thresholds in the tumor/normal DNA analysis",
"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-called-regions.bed",
"title": "somatic-called-regions.bed"
}
}
]
}