FHIR IG analytics| Package | hl7.fhir.uv.cg-incubator |
| Resource Type | DocumentReference |
| Id | DocumentReference-genomicVCFfile.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference genomicVCFfile
Language: en
identifier: http://example.org/identifiers/files/11116
status: Current
docStatus: Preliminary
description:
A sample Document Reference instance representing a VCF file that may be used as input or output of a genomic analysis pipeline.
content
Attachments
Url Title Creation http://example.org/identifiers/files/11114 Sample Genomic VCF File 2019-03-01 01:02:01+0100
{
"resourceType": "DocumentReference",
"id": "genomicVCFfile",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/files",
"value": "11116"
}
],
"status": "current",
"docStatus": "preliminary",
"description": "A sample Document Reference instance representing a VCF file that may be used as input or output of a genomic analysis pipeline.",
"content": [
{
"attachment": {
"url": "http://example.org/identifiers/files/11114",
"title": "Sample Genomic VCF File",
"creation": "2019-03-01T01:02:01+01:00"
}
}
]
}