NGS IG
0.1.0 - ci-build

NGS IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NGS Observation基因列表範例 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="obs-geneList-min"/>
  <meta>
    <profile
             value="https://www.ghd.tw/cdm-fhir/StructureDefinition/Observation-NGS-GeneList"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation obs-geneList-min</b></p><a name="obs-geneList-min"> </a><a name="hcobs-geneList-min"> </a><a name="obs-geneList-min-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Observation-NGS-GeneList.html">NGS基因列表-Observation</a></p></div><p><b>identifier</b>: 101202401021</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 48018-6}">Gene studied [ID]</span></p><p><b>subject</b>: <a href="Patient-pat-min.html">王大明 Male, DoB: 2001-01-01 ( Medical record number (use: official, ))</a></p><p><b>effective</b>: 2024-01-01</p><p><b>performer</b>: <a href="Organization-org-gene-min.html">Organization: identifier = https://dep.mohw.gov.tw#2023LDTB0002</a></p><p><b>specimen</b>: <a href="Specimen-spe-min.html">Specimen: identifier = 123-4567; type = Bld; receivedTime = 2024-05-06 09:00:00+0000</a></p><p><b>device</b>: <a href="Device-dev-min.html">Device: modelNumber = HiSeq 4000 System</a></p><p><b>derivedFrom</b>: <a href="DocumentReference-doc-gene-min.html">DocumentReference: status = current</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 48013-7}">Genomic reference sequence [ID]</span></p><p><b>value</b>: <span title="Codes:{http://example.org TP53}">TP53</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 82121-5}">Allelic read depth</span></p><p><b>value</b>: 30 x</p></blockquote></div>
  </text>
  <identifier>
    <value value="101202401021"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="48018-6"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/pat-min"/>
  </subject>
  <effectiveDateTime value="2024-01-01"/>
  <performer>🔗 
    <reference value="Organization/org-gene-min"/>
  </performer>
  <specimen>🔗 
    <reference value="Specimen/spe-min"/>
  </specimen>
  <device>🔗 
    <reference value="Device/dev-min"/>
  </device>
  <derivedFrom>🔗 
    <reference value="DocumentReference/doc-gene-min"/>
  </derivedFrom>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="48013-7"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://example.org"/>
        <code value="TP53"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="82121-5"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="30"/>
      <unit value="x"/>
    </valueQuantity>
  </component>
</Observation>