FHIR IG analytics| Package | hl7.fhir.uv.cg-incubator |
| Resource Type | DocumentReference |
| Id | DocumentReference-example-genomicfile-nc00001010-url.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference example-genomicfile-nc00001010-url
Language: en
identifier: http://example.org/identifiers/files/111112
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.
content
Attachments
ContentType Url Title text/html https://www.ncbi.nlm.nih.gov/nuccore/224589801 Homo sapiens chromosome 10, GRCh37.p13 Primary Assembly
{
"resourceType": "DocumentReference",
"id": "example-genomicfile-nc00001010-url",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/files",
"value": "111112"
}
],
"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.",
"content": [
{
"attachment": {
"contentType": "text/html",
"url": "https://www.ncbi.nlm.nih.gov/nuccore/224589801",
"title": "Homo sapiens chromosome 10, GRCh37.p13 Primary Assembly"
}
}
]
}