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

FHIR IG analytics

Packagehl7.fhir.uv.cg-incubator
Resource TypeDocumentReference
IdDocumentReference-somaticFusionFile.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

-ContentTypeUrlTitle
*text/plainhttp://example.org/files/somatic-fusions.vcfsomatic-fusions.vcf

Source1

{
  "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"
      }
    }
  ]
}