FHIR IG analytics| Package | tw.gov.mohw.cdc.tb |
| Resource Type | Observation |
| Id | Observation-obs-check.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: 观察 obs-check
Profile: 生化檢查-Observation TB Check
identifier: 1
status: Final
category: Laboratory
code: Cholesterol [Mass/volume] in Serum or Plasma
subject: Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))
effective: 2025-07-02
issued: 2025-07-02 09:30:12+0800
value: 154 mg/dL (Details: UCUM codemg/dL = 'mg/dL')
interpretation: Not detected
note:
無
method: Spectrophotometric
| Low | High |
| 0 | 200 |
{
"resourceType": "Observation",
"id": "obs-check",
"meta": {
"profile": [
"https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-tb-check"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "1"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2093-3"
},
{
"system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type",
"code": "lj"
}
]
},
"subject": {
"reference": "Patient/pat-min"
},
"effectiveDateTime": "2025-07-02",
"issued": "2025-07-02T09:30:12.234+08:00",
"valueQuantity": {
"value": 154,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "ND"
}
]
}
],
"note": [
{
"text": "無"
}
],
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "70621000052105"
}
],
"text": "Spectrophotometric"
},
"referenceRange": [
{
"low": {
"value": 0
},
"high": {
"value": 200
}
}
]
}