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-nm0002513 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "example-genomicfile-nm0002513",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference example-genomicfile-nm0002513</b></p><a name=\"example-genomicfile-nm0002513\"> </a><a name=\"hcexample-genomicfile-nm0002513\"> </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 Homo sapiens mutS homolog 2 (MSH2), transcript variant 1, 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_000251.3?report=fasta&amp;log$=seqview&amp;format=text\">https://www.ncbi.nlm.nih.gov/nuccore/NM_000251.3?report=fasta&amp;log$=seqview&amp;format=text</a></td><td>Homo sapiens mutS homolog 2 (MSH2), transcript variant 1, mRNA</td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/identifiers/files",
      "value" : "11111"
    }
  ],
  "status" : "current",
  "docStatus" : "preliminary",
  "description" : "A sample Document Reference instance representing Homo sapiens mutS homolog 2 (MSH2), transcript variant 1, 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_000251.3?report=fasta&log$=seqview&format=text",
        "title" : "Homo sapiens mutS homolog 2 (MSH2), transcript variant 1, mRNA"
      }
    }
  ]
}