FHIR IG analytics| Package | tw.gov.mohw.nhi.pas |
| Resource Type | Observation |
| Id | Observation-obs-lab-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:final
類型:檢驗(查) (NHI-補充資訊類別值集#tests)
檢驗(查)名稱:Platelets [#/volume] in Blood by Automated count (LOINCCodes#777-3)
檢驗(查)報告日期:2024-01-01
簽發檢驗(查)報告醫事人員身分證號:Practitioner/pra-min
檢驗(查)結果:5.1 mmol/l
檢驗(查)結果判讀:高,High (ObservationInterpretationCodes #H)
檢驗(查)結果之參考範圍下限:2.9 mmol/L
檢驗(查)結果之參考範圍上限:4.9 mmol/L
檢驗(查)附件:DocumentReference/doc-test-min
{
"resourceType": "Observation",
"id": "obs-lab-min",
"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": "777-3"
}
]
},
"subject": {
"reference": "Patient/pat-min"
},
"effectiveDateTime": "2024-01-01",
"performer": [
{
"reference": "Practitioner/pra-min"
}
],
"valueQuantity": {
"value": 5.1,
"unit": "mmol/l"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H"
}
],
"text": "高"
}
],
"referenceRange": [
{
"low": {
"value": 2.9,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"high": {
"value": 4.9,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
}
}
],
"derivedFrom": [
{
"reference": "DocumentReference/doc-test-min"
}
]
}