FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting.r4b |
| Resource Type | DocumentReference |
| Id | DocumentReference-genomicFileProbandVCF.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference genomicFileProbandVCF
identifier: http://www.somesystemabc.net/identifiers/files/11150
status: Current
docStatus: Preliminary
description: A sample Document Reference instance representing a generic genomic file that may ber used as input or output of a genomic analysis pipeline.
securityLabel: Restricted
content
Attachments
Url Title http://www.somesystemabc.net/identifiers/files/11150 Probands VCF file
{
"resourceType": "DocumentReference",
"id": "genomicFileProbandVCF",
"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": "11150"
}
],
"status": "current",
"docStatus": "preliminary",
"subject": {
"reference": "Patient/denovoChild"
},
"description": "A sample Document Reference instance representing a generic genomic file that may ber used as input or output of a genomic analysis pipeline.",
"securityLabel": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R",
"display": "Restricted"
}
]
}
],
"content": [
{
"attachment": {
"url": "http://www.somesystemabc.net/identifiers/files/11150",
"title": "Probands VCF file"
}
}
]
}