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

FHIR IG analytics

Packagehl7.fhir.uv.genomics-reporting.r4b
Resource TypeDocumentReference
IdDocumentReference-somaticVCFfile.json
FHIR VersionR4B

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 somaticVCFfile

identifier: http://www.somesystemabc.net/identifiers/files/1134121

status: Current

docStatus: Preliminary

description: VCF file containing identified variants

securityLabel: Restricted

content

Attachments

-UrlTitle
*https://chat.fhir.org/user_uploads/10155/Rp_GBGx6jz5reuS_Py7XQDjr/somaticVCFFile.vcfsomatic VCF File

Source1

{
  "resourceType": "DocumentReference",
  "id": "somaticVCFfile",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-data-file"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.somesystemabc.net/identifiers/files",
      "value": "1134121"
    }
  ],
  "status": "current",
  "docStatus": "preliminary",
  "description": "VCF file containing identified variants",
  "securityLabel": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
          "code": "R",
          "display": "Restricted"
        }
      ]
    }
  ],
  "content": [
    {
      "attachment": {
        "url": "https://chat.fhir.org/user_uploads/10155/Rp_GBGx6jz5reuS_Py7XQDjr/somaticVCFFile.vcf",
        "title": "somatic VCF File"
      }
    }
  ]
}