NCPI FHIR Implementation Guide v2
0.1.0 - ci-build

NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example file metadata for a FASTQ file - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="FASTQ-example"/>
  <meta>
    <profile
             value="https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-fastq"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation FASTQ-example</b></p><a name="FASTQ-example"> </a><a name="hcFASTQ-example"> </a><a name="FASTQ-example-en-US"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://edamontology.org format_1930}">format_1930</span></p><p><b>focus</b>: <a href="DocumentReference-GF-6BAD9S7D.html">DocumentReference: extension = V1,VCF,1044770380 bytes,; identifier = GF-6BAD9S7D; status = current; type = Variant calling; description = Annotated Variant Call</a></p><p><b>specimen</b>: <a href="Specimen-SA-000.html">Specimen: identifier = SA_RV52EY7S; type = </a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">AssayStrategy</span></p><p><b>value</b>: <span title="Codes:">WGS</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">PlatformInstrument</span></p><p><b>value</b>: <span title="Codes:">IlluminaHiSeq2000</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">LibraryPrep</span></p><p><b>value</b>: <span title="Codes:">polyA</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">LibrarySelection</span></p><p><b>value</b>: <span title="Codes:">PolyTEnrichment</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">Strandedness</span></p><p><b>value</b>: <span title="Codes:">unstranded</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">IsPairedEnd</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">AdaptorTrimmed</span></p><p><b>value</b>: true</p></blockquote></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://edamontology.org"/>
      <code value="format_1930"/>
    </coding>
  </code>
  <focus>🔗 
    <reference value="DocumentReference/GF-6BAD9S7D"/>
  </focus>
  <specimen>🔗 
    <reference value="Specimen/SA-000"/>
  </specimen>
  <component>
    <code>
      <coding>
        <code value="AssayStrategy"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <code value="WGS"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <code value="PlatformInstrument"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <code value="IlluminaHiSeq2000"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <code value="LibraryPrep"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <code value="polyA"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <code value="LibrarySelection"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <code value="PolyTEnrichment"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <code value="Strandedness"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <code value="unstranded"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <code value="IsPairedEnd"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <code value="AdaptorTrimmed"/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
</Observation>