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 |
<DocumentReference xmlns="http://hl7.org/fhir">
<id value="example-genomicfile-hla00001"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DocumentReference example-genomicfile-hla00001</b></p><a name="example-genomicfile-hla00001"> </a><a name="hcexample-genomicfile-hla00001"> </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>A sample Document Reference instance representing HLA00001.</p>
</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.ebi.ac.uk/Tools/dbfetch/dbfetch?db=imgthla;id=HLA00001;format=fasta;style=raw">https://www.ebi.ac.uk/Tools/dbfetch/dbfetch?db=imgthla;id=HLA00001;format=fasta;style=raw</a></td><td>HLA00001</td></tr></table></blockquote></div>
</text>
<identifier>
<system value="http://example.org/identifiers/files"/>
<value value="11111"/>
</identifier>
<status value="current"/>
<docStatus value="preliminary"/>
<description
value="A sample Document Reference instance representing HLA00001."/>
<securityLabel>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="R"/>
<display value="Restricted"/>
</coding>
</securityLabel>
<content>
<attachment>
<contentType value="text/plain"/>
<url
value="https://www.ebi.ac.uk/Tools/dbfetch/dbfetch?db=imgthla;id=HLA00001;format=fasta;style=raw"/>
<title value="HLA00001"/>
</attachment>
</content>
</DocumentReference>