臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: 血液檢體 - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "spe-blood-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>:1a3f5b7d-9e2c-4f6a-8c1e-0b2d4e6f8a9c</p><p><b>實驗室識別碼</b>:20150816-0001</p><p><b>檢體類型</b>:Blood, Autopsy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#119297000)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>病人採檢前禁食狀況</b>:Patient was fasting prior to the 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>#F)</span></p><p><b>檢查者</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><blockquote><p><b>檢體資料</b></p><p><b>採集檢體的時間</b>:2023-11-03T08:30:08.000Z<br/><b>執行檢體採集的技術</b>:Finger-prick sampling <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#278450005)</span><br/><b>解剖採集部位</b>:Venous Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#53130003)</span><br/><b>採集檢體的數量</b>:4 mL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://unitsofmeasure.org\">UCUM</a>#mL)</span></p></blockquote><blockquote><p><b>檢體處理資料</b></p><b>處理步驟(一)</b>:Centrifugation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#85457002)</span><br/><b>檢體處理的日期和時間(一)</b>:2023-11-04T09:30:00.000Z<br/><b>處理步驟(二)</b>:Freezing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#48103003)</span><br/><b>檢體處理的日期和時間(二)</b>:2023-11-04T10:00:00.000Z<br/><p><b>檢體容器資料</b></p><p><b>容器類別</b>:Evacuated blood collection tube transport container <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#701516009)</span><br/><b>容器說明</b>:真空採血管<br/><b>容器的大小</b>:6 mL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://unitsofmeasure.org\">UCUM</a>#mL)</span><br/><b>容器內的檢體量</b>:4 mL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://unitsofmeasure.org\">UCUM</a>#mL)</span></p></blockquote><p><b>備註</b>:此血液檢體來自患者的最後一次例行檢查</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.tph.mohw.gov.tw",
      "value" : "1a3f5b7d-9e2c-4f6a-8c1e-0b2d4e6f8a9c"
    }
  ],
  "accessionIdentifier" : {
    "value" : "20150816-0001"
  },
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "119297000",
        "display" : "Blood specimen"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-example",
    "display" : "陳加玲"
  },
  "receivedTime" : "2023-11-04T09:00:00.000Z",
  "collection" : {
    "collector" : {
      🔗 "reference" : "Practitioner/pra-dr-example",
      "display" : "王依昇"
    },
    "collectedDateTime" : "2023-11-03T08:30:08.000Z",
    "quantity" : {
      "value" : 4,
      "unit" : "mL",
      "system" : "http://unitsofmeasure.org",
      "code" : "mL"
    },
    "method" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "278450005",
          "display" : "Finger-prick sampling"
        }
      ],
      "text" : "Phlebotomy"
    },
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "53130003",
          "display" : "Venous Blood"
        }
      ],
      "text" : "Venous Blood"
    },
    "fastingStatusCodeableConcept" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0916",
          "code" : "F",
          "display" : "Patient was fasting prior to the procedure."
        }
      ]
    }
  },
  "processing" : [
    {
      "description" : "Centrifugation",
      "procedure" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "85457002",
            "display" : "Centrifugation"
          }
        ],
        "text" : "Centrifugation"
      },
      "timeDateTime" : "2023-11-04T09:30:00.000Z"
    },
    {
      "description" : "Freezing",
      "procedure" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "48103003",
            "display" : "Freezing"
          }
        ],
        "text" : "Freezing"
      },
      "timeDateTime" : "2023-11-04T10:00:00.000Z"
    }
  ],
  "container" : [
    {
      "description" : "真空採血管",
      "type" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "701516009",
            "display" : "Evacuated blood collection tube transport container"
          }
        ]
      },
      "capacity" : {
        "value" : 6,
        "unit" : "mL",
        "system" : "http://unitsofmeasure.org",
        "code" : "mL"
      },
      "specimenQuantity" : {
        "value" : 4,
        "unit" : "mL",
        "system" : "http://unitsofmeasure.org",
        "code" : "mL"
      }
    }
  ],
  "note" : [
    {
      "text" : "此血液檢體來自患者的最後一次例行檢查"
    }
  ]
}