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

FHIR IG analytics

Packagetw.cathay.fhir.iclaim
Resource TypeObservation
IdObservation-Observation-C1.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

檢驗檢查資料

收件編號(檢驗單號):096H004 (https://www.cgh.org.tw)

狀態:final ( ObservationStatus#final)

檢驗類型:Laboratory ( Observation Category Codes#laboratory)

檢驗項目名稱:CD3+CD4+ (T4 helper) cells/100 cells in Blood mononuclear cells ( LOINC實驗室檢驗檢查值集#100856-4)

病人Patient/Patient-C1 "郝美麗"

採檢日期:2023-08-07

報告日期:2023-08-07 17:00:14+08:00

醫檢師PractitionerRole/PractitionerRole-tech "王大郎"

報告者PractitionerRole/PractitionerRole-rep "陳健骨"

檢驗部位:Right wrist ( SNOMED CT Body Structures#9736006)

檢驗值:4000 /uL

H/L:Off scale low ( v3 Code System ObservationInterpretation#<)

參考範圍

參考最低值參考最高值
450010000

檢驗結果說明:無


Source1

{
  "resourceType": "Observation",
  "id": "Observation-C1",
  "meta": {
    "profile": [
      "https://claim.cgh.org.tw/iclaim/StructureDefinition/observation-iclaim"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.cgh.org.tw",
      "value": "096H004"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "100856-4",
        "display": "CD3+CD4+ (T4 helper) cells/100 cells in Blood mononuclear cells"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-C1"
  },
  "effectiveDateTime": "2023-08-07",
  "issued": "2023-08-07T17:00:14+08:00",
  "performer": [
    {
      "reference": "PractitionerRole/PractitionerRole-tech"
    },
    {
      "reference": "PractitionerRole/PractitionerRole-rep"
    }
  ],
  "valueQuantity": {
    "value": 4000,
    "unit": "/uL",
    "system": "http://unitsofmeasure.org"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "<"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "無"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "9736006"
      }
    ]
  },
  "referenceRange": [
    {
      "low": {
        "value": 4500
      },
      "high": {
        "value": 10000
      }
    }
  ]
}