{
  "resourceType" : "Specimen",
  "id" : "spe-ance-example",
  "meta" : {
    "profile" : ["https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Specimen-twcore"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "available",
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "309068002",
      "display" : "Skin lesion sample"
    }]
  },
  "subject" : {
    "reference" : "Patient/pat-example",
    "display" : "陳加玲"
  },
  "receivedTime" : "2023-11-07T09:00:00.000Z",
  "collection" : {
    "collector" : {
      "reference" : "Practitioner/pra-dr-example",
      "display" : "王依昇"
    },
    "collectedDateTime" : "2023-11-07T08:30:08.000Z",
    "quantity" : {
      "value" : 2,
      "unit" : "g"
    },
    "method" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "430820001",
        "display" : "Procedure on tissue specimen"
      }],
      "text" : "組織樣本採集"
    },
    "bodySite" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "119199005",
        "display" : "Lung part"
      }],
      "text" : "肺部"
    },
    "fastingStatusCodeableConcept" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0916",
        "code" : "FNA",
        "display" : "Fasting not asked of the patient at time of procedure."
      }]
    }
  },
  "processing" : [{
    "description" : "顯微鏡檢查",
    "procedure" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "309733006",
        "display" : "Examination of organ under microscope"
      }],
      "text" : "Examination of organ under microscope"
    },
    "timeDateTime" : "2023-11-07T09:30:00.000Z"
  }],
  "container" : [{
    "description" : "組織儲存容器",
    "type" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "706047007",
        "display" : "Fecal specimen container"
      }]
    },
    "capacity" : {
      "value" : 20,
      "unit" : "mL"
    },
    "specimenQuantity" : {
      "value" : 10,
      "unit" : "g"
    }
  }],
  "note" : [{
    "text" : "此組織樣本來自患者的肺部手術組織"
  }]
}