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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypeObservation
IdObservation-obs-lab-cbc.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

狀態:final

類型:檢驗(查) (NHI-補充資訊類別值集#tests)

套組代碼:CBC panel - Blood by Automated count (LOINCCodes#58410-2)

病人Patient/pat-min

檢驗(查)報告日期:2024-01-01

簽發檢驗(查)報告醫事人員身分證號Practitioner/pra-min

檢驗(查)附件DocumentReference/doc-test-min

檢驗(查)名稱:Leukocytes [#/volume] in Blood by Automated count (LOINCCodes#6690-2)
檢驗(查)結果:3.6 × 10^3/μL
檢驗(查)結果之參考範圍下限:3.9 × 10^3/μL
檢驗(查)結果之參考範圍上限:10.6 × 10^3/μL

檢驗(查)名稱:Erythrocytes [#/volume] in Blood by Automated count (LOINCCodes#789-8)
檢驗(查)結果:4.7 × 10^6/μL
檢驗(查)結果之參考範圍下限:4.5 × 10^3/μL
檢驗(查)結果之參考範圍上限:5.9 × 10^3/μL

檢驗(查)名稱:Hemoglobin [Mass/volume] in Blood (LOINCCodes#718-7)
檢驗(查)結果:14 g/dL
檢驗(查)結果之參考範圍下限:13.5 g/dL
檢驗(查)結果之參考範圍上限:17.5 g/dL

檢驗(查)名稱:Hematocrit [Volume Fraction] of Blood by Automated count (LOINCCodes#4544-3)
檢驗(查)結果:45 %
檢驗(查)結果之參考範圍下限:41 %
檢驗(查)結果之參考範圍上限:53 %

檢驗(查)名稱:Platelets [#/volume] in Blood by Automated count (LOINCCodes#777-3)
檢驗(查)結果:101 × 10^3/μL
檢驗(查)結果之參考範圍下限:150 × 10^3/μL
檢驗(查)結果之參考範圍上限:400 × 10^3/μL


Source1

{
  "resourceType": "Observation",
  "id": "obs-lab-cbc",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-laboratory-result-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-supporting-info-type",
          "code": "tests"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "58410-2"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "effectiveDateTime": "2024-01-01",
  "performer": [
    {
      "reference": "Practitioner/pra-min"
    }
  ],
  "derivedFrom": [
    {
      "reference": "DocumentReference/doc-test-min"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "6690-2"
          }
        ]
      },
      "valueQuantity": {
        "value": 3.6,
        "unit": "10*3/uL"
      },
      "referenceRange": [
        {
          "low": {
            "value": 3.9,
            "unit": "10*3/uL"
          },
          "high": {
            "value": 10.6,
            "unit": "10*3/uL"
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "789-8"
          }
        ]
      },
      "valueQuantity": {
        "value": 4.7,
        "unit": "10*6/uL"
      },
      "referenceRange": [
        {
          "low": {
            "value": 4.5,
            "unit": "10*6/uL"
          },
          "high": {
            "value": 5.9,
            "unit": "10*6/uL"
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "718-7"
          }
        ]
      },
      "valueQuantity": {
        "value": 14,
        "unit": "g/dL"
      },
      "referenceRange": [
        {
          "low": {
            "value": 13.5,
            "unit": "g/dL"
          },
          "high": {
            "value": 17.5,
            "unit": "g/dL"
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "4544-3"
          }
        ]
      },
      "valueQuantity": {
        "value": 45,
        "unit": "%"
      },
      "referenceRange": [
        {
          "low": {
            "value": 41,
            "unit": "%"
          },
          "high": {
            "value": 53,
            "unit": "%"
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "777-3"
          }
        ]
      },
      "valueQuantity": {
        "value": 101,
        "unit": "10*3/uL"
      },
      "referenceRange": [
        {
          "low": {
            "value": 150,
            "unit": "10*3/uL"
          },
          "high": {
            "value": 400,
            "unit": "10*3/uL"
          }
        }
      ]
    }
  ]
}