<?xml version="1.0" encoding="UTF-8"?>

<Specimen xmlns="http://hl7.org/fhir">
  <id value="spe-ance-example"/>
  <meta>
    <profile value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Specimen-twcore"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><h3><b>組織樣本</b></h3><p><b>檢體狀態</b>：Available <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/specimen-status">SpecimenStatus</a>#available)</span></p><p><b>檢體類型</b>：Skin lesion sample <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SpecimenType</a>#309068002)</span></p><p><b>病人</b>：<a href="Patient-pat-example.html">Patient/pat-example</a> &quot;陳加玲&quot;</p><p><b>病人採檢前禁食狀況</b>：Fasting not asked of the patient at time of procedure. <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v2-0916">v2 Relevant Clincial Information</a>#FNA)</span></p><p><b>檢查者</b>：<a href="Practitioner-pra-dr-example.html">Practitioner/pra-dr-example</a> &quot;王依昇&quot;</p><blockquote><p><b>檢體資料</b></p><p><b>採集檢體的時間</b>：2023-11-07T08:30:08<br/><b>執行檢體採集的技術</b>：Procedure on tissue specimen <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT</a>#430820001)</span><br/><b>解剖採集部位</b>：肺部(Lung part) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT</a>#119199005)</span><br/><b>採集檢體的數量</b>：2 g</p></blockquote><blockquote><p><b>檢體處理資料</b></p><b>處理步驟</b>：顯微鏡檢查(Examination of organ under microscope) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT</a>#309733006)</span><br/><b>檢體處理的日期和時間</b>：2023-11-07T09:30:00<br/><p><b>檢體容器資料</b></p><p><b>容器類型</b>：Fecal specimen container <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT</a>#706047007)</span><br/><b>容器說明</b>：組織儲存容器<br/><b>容器的大小</b>：20 mL<br/><b>容器內的檢體量</b>：10 g</p></blockquote><p><b>備註</b>：此組織樣本來自患者的肺部手術組織</p></div>
  </text>
  <status value="available"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="309068002"/>
      <display value="Skin lesion sample"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/pat-example"/>
    <display value="陳加玲"/>
  </subject>
  <receivedTime value="2023-11-07T09:00:00.000Z"/>
  <collection>
    <collector>
      <reference value="Practitioner/pra-dr-example"/>
      <display value="王依昇"/>
    </collector>
    <collectedDateTime value="2023-11-07T08:30:08.000Z"/>
    <quantity>
      <value value="2"/>
      <unit value="g"/>
    </quantity>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="430820001"/>
        <display value="Procedure on tissue specimen"/>
      </coding>
      <text value="組織樣本採集"/>
    </method>
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="119199005"/>
        <display value="Lung part"/>
      </coding>
      <text value="肺部"/>
    </bodySite>
    <fastingStatusCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0916"/>
        <code value="FNA"/>
        <display value="Fasting not asked of the patient at time of procedure."/>
      </coding>
    </fastingStatusCodeableConcept>
  </collection>
  <processing>
    <description value="顯微鏡檢查"/>
    <procedure>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="309733006"/>
        <display value="Examination of organ under microscope"/>
      </coding>
      <text value="Examination of organ under microscope"/>
    </procedure>
    <timeDateTime value="2023-11-07T09:30:00.000Z"/>
  </processing>
  <container>
    <description value="組織儲存容器"/>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="706047007"/>
        <display value="Fecal specimen container"/>
      </coding>
    </type>
    <capacity>
      <value value="20"/>
      <unit value="mL"/>
    </capacity>
    <specimenQuantity>
      <value value="10"/>
      <unit value="g"/>
    </specimenQuantity>
  </container>
  <note>
    <text value="此組織樣本來自患者的肺部手術組織"/>
  </note>
</Specimen>