Molecular Definition Implementation Guide for Molecular Data Types
1.0.0-ballot1 - ci-build
Molecular Definition Implementation Guide for Molecular Data Types, published by HL7 International / Clinical Genomics. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/molecular-definition-data-types/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "DocumentReference",
"id" : "example-genomicfile-nm0007694",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference example-genomicfile-nm0007694</b></p><a name=\"example-genomicfile-nm0007694\"> </a><a name=\"hcexample-genomicfile-nm0007694\"> </a><p><b>identifier</b>: <code>http://example.org/identifiers/files</code>/11111</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Preliminary</p><p><b>description</b>: </p><div><p>(CYP2C19), mRNA</p>\n</div><p><b>securityLabel</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-Confidentiality R}\">Restricted</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>text/plain</td><td><a href=\"https://www.ncbi.nlm.nih.gov/nuccore/NM_000769.4?report=fasta&log$=seqview&format=text\">https://www.ncbi.nlm.nih.gov/nuccore/NM_000769.4?report=fasta&log$=seqview&format=text</a></td><td>Homo sapiens cytochrome P450 family 2 subfamily C member 19 (CYP2C19), mRNA</td></tr></table></blockquote></div>"
},
"identifier" : [
{
"system" : "http://example.org/identifiers/files",
"value" : "11111"
}
],
"status" : "current",
"docStatus" : "preliminary",
"description" : "(CYP2C19), mRNA",
"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/NM_000769.4?report=fasta&log$=seqview&format=text",
"title" : "Homo sapiens cytochrome P450 family 2 subfamily C member 19 (CYP2C19), mRNA"
}
}
]
}