FHIR IG analytics| Package | hl7.fhir.uv.cg-incubator |
| Resource Type | DocumentReference |
| Id | DocumentReference-genomicFile1.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference genomicFile1
Language: en
identifier: http://example.org/identifiers/files/11111
status: Current
docStatus: Preliminary
subject: Child Junior Doe
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
Url Title Creation http://example.org/identifiers/files/11111 Sample Genomic File 2021-01-01 01:01:01+0100
{
"resourceType": "DocumentReference",
"id": "genomicFile1",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/files",
"value": "11111"
}
],
"status": "current",
"docStatus": "preliminary",
"subject": {
"reference": "Patient/denovoChild",
"display": "Child Junior Doe"
},
"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": {
"url": "http://example.org/identifiers/files/11111",
"title": "Sample Genomic File",
"creation": "2021-01-01T01:01:01+01:00"
}
}
]
}