FHIR IG analytics| Package | hl7.fhir.uv.molecular-definition-data-types |
| 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
identifier: http://example.org/identifiers/files/11111
status: Current
docStatus: Preliminary
description:
Chr10, GRCh37.p13 sequence
securityLabel: Restricted
content
Attachments
ContentType Url Title text/plain https://www.ncbi.nlm.nih.gov/nuccore/NC_000010.10?report=fasta&log$=seqview&format=text Homo sapiens chromosome 10, GRCh37.p13 Primary Assembly, NC_000010.10
{
"resourceType": "DocumentReference",
"id": "example-genomicfile-nc00001010-url",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/files",
"value": "11111"
}
],
"status": "current",
"docStatus": "preliminary",
"description": "Chr10, GRCh37.p13 sequence",
"securityLabel": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R",
"display": "Restricted"
}
]
}
],
"content": [
{
"attachment": {
"contentType": "text/plain",
"url": "https://www.ncbi.nlm.nih.gov/nuccore/NC_000010.10?report=fasta&log[%content%]#x3D;seqview&format=text",
"title": "Homo sapiens chromosome 10, GRCh37.p13 Primary Assembly, NC_000010.10"
}
}
]
}