FHIR IG analytics| Package | tw.gov.mohw.cdc.tb |
| Resource Type | Observation |
| Id | Observation-identify.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: 观察 identify
Profile: 菌種鑑定報告-Observation Identify
status: Final
category: Laboratory
code: M.tuberculosis
subject: 王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))
effective: 2026-01-01 08:36:48+0800
performer: Organization: identifier = Provider number (use: official, ); type = Healthcare Provider
value: MTBC
method: ICT鑑定
{
"resourceType": "Observation",
"id": "identify",
"meta": {
"profile": [
"https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-identify"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-bacterium",
"code": "M01"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2026-01-01T08:36:48+08:00",
"performer": [
{
"reference": "Organization/hosp"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-identify-result",
"code": "M"
}
]
},
"method": {
"coding": [
{
"system": "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-identify-method",
"code": "3"
}
]
}
}