臺灣結核病實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/omnifhir/tb/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "obs-check",
"meta" : {
"profile" : [
🔗 "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-tb-check"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: 观察 obs-check</b></p><a name=\"obs-check\"> </a><a name=\"hcobs-check\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-tb-check.html\">生化檢查-Observation TB Check</a></p></div><p><b>identifier</b>: 1</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2093-3}, {https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type lj}\">Cholesterol [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2025-07-02</p><p><b>issued</b>: 2025-07-02 09:30:12+0800</p><p><b>value</b>: 154 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation ND}\">Not detected</span></p><p><b>note</b>: </p><blockquote><div><p>無</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 70621000052105}\">Spectrophotometric</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>0</td><td>200</td></tr></table></div>"
},
"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
}
}
]
}