Molecular Definition Implementation Guide for Molecular Data Types
1.0.0-ballot1 - ci-build International flag

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

: example-genomicfile-af1961831-url - XML Representation

Page standards status: Informative

Raw xml | Download


<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="example-genomicfile-af1961831-url"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DocumentReference example-genomicfile-af1961831-url</b></p><a name="example-genomicfile-af1961831-url"> </a><a name="hcexample-genomicfile-af1961831-url"> </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>Homo sapiens MHC class I antigen (HLA-B) gene</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/ena/browser/api/fasta/AF196183.1">https://www.ebi.ac.uk/ena/browser/api/fasta/AF196183.1</a></td><td>Homo sapiens MHC class I antigen (HLA-B) gene</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="Homo sapiens MHC class I antigen (HLA-B) gene"/>
  <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/ena/browser/api/fasta/AF196183.1"/>
      <title value="Homo sapiens MHC class I antigen (HLA-B) gene"/>
    </attachment>
  </content>
</DocumentReference>