FHIR IG analytics| Package | hl7.fhir.uv.molecular-definition-data-types |
| Resource Type | DocumentReference |
| Id | DocumentReference-example-genomicfile-hla00001.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-hla00001
identifier: http://example.org/identifiers/files/11111
status: Current
docStatus: Preliminary
description:
A sample Document Reference instance representing HLA00001.
securityLabel: Restricted
content
Attachments
ContentType Url Title text/plain https://www.ebi.ac.uk/Tools/dbfetch/dbfetch?db=imgthla;id=HLA00001;format=fasta;style=raw HLA00001
{
"resourceType": "DocumentReference",
"id": "example-genomicfile-hla00001",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/files",
"value": "11111"
}
],
"status": "current",
"docStatus": "preliminary",
"description": "A sample Document Reference instance representing HLA00001.",
"securityLabel": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R",
"display": "Restricted"
}
]
}
],
"content": [
{
"attachment": {
"contentType": "text/plain",
"url": "https://www.ebi.ac.uk/Tools/dbfetch/dbfetch?db=imgthla;id=HLA00001;format=fasta;style=raw",
"title": "HLA00001"
}
}
]
}