FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeSpecimen
IdSpecimen-spe-blood-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

血液檢體

檢體狀態:Available ( SpecimenStatus#available)

檢體識別碼:1a3f5b7d-9e2c-4f6a-8c1e-0b2d4e6f8a9c

實驗室識別碼:20150816-0001

檢體類型:Blood, Autopsy ( SNOMED CT#119297000)

病人Patient/pat-example "陳加玲"

病人採檢前禁食狀況:Patient was fasting prior to the procedure. ( v2 Relevant Clincial Information#F)

檢查者Practitioner/pra-dr-example "王依昇"

檢體資料

採集檢體的時間:2023-11-03T08:30:08.000Z
執行檢體採集的技術:Finger-prick sampling ( SNOMED CT#278450005)
解剖採集部位:Venous Blood ( SNOMED CT#53130003)
採集檢體的數量:4 mL ( UCUM#mL)

檢體處理資料

處理步驟(一):Centrifugation ( SNOMED CT#85457002)
檢體處理的日期和時間(一):2023-11-04T09:30:00.000Z
處理步驟(二):Freezing ( SNOMED CT#48103003)
檢體處理的日期和時間(二):2023-11-04T10:00:00.000Z

檢體容器資料

容器類別:Evacuated blood collection tube transport container ( SNOMED CT#701516009)
容器說明:真空採血管
容器的大小:6 mL ( UCUM#mL)
容器內的檢體量:4 mL ( UCUM#mL)

備註:此血液檢體來自患者的最後一次例行檢查


Source1

{
  "resourceType": "Specimen",
  "id": "spe-blood-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Specimen-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "此血液檢體來自患者的最後一次例行檢查"
    }
  ]
}