FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | Observation |
| Id | Observation-ObservationDCR-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:Final ( ObservationStatus#final)
分類:Laboratory ( Observation Category Codes#laboratory)
檢驗項目名稱:尿液常規檢查 ( 臺灣醫療服務給付項目#06012C)
病人:Patient/PatientDCR-min "王童"
檢查日期:2010-04-11 10:20:23-0800
檢查完成日期:2010-04-11 10:20:23-0800
檢驗檢查機構代碼: Organization/OrganizationInspectionClinEMR-min "3214567890"
檢驗檢查機構名稱: Organization/OrganizationInspectionClinEMR-min "捷達世檢驗所"
檢驗項目:尿蛋白 (臺灣醫療服務給付項目#06003C) 檢驗結果值:Negative(-)
檢驗項目:尿糖 (臺灣醫療服務給付項目#06004C) 檢驗結果值:Positive(+) 檢驗結果備註說明:陽性
檢驗項目:尿膽素原 (臺灣醫療服務給付項目#06005C) 檢驗結果值:Negative(-)
檢驗項目:尿膽紅素 (臺灣醫療服務給付項目#06006C) 檢驗結果值:0.2 mg/dL 檢驗結果判斷註記:L ( ObservationInterpretationCodes#L) 檢驗結果備註說明:低於正常值
檢驗項目:尿酮體 (臺灣醫療服務給付項目#06007C) 檢驗結果值:Negative(-)
檢驗項目:酸鹼度PH (臺灣醫療服務給付項目#06014B) 檢驗結果值:8.1 檢驗結果判斷註記:H (ObservationInterpretationCodes#H) 檢驗結果備註說明:高於正常值
{
"resourceType": "Observation",
"id": "ObservationDCR-min",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/observation-clinemr"
]
},
"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://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
"code": "06012C",
"display": "尿一般檢查(包括蛋白、糖、尿膽元、膽紅素、尿沈渣、比重、顏色、混濁度、白血球酯脢、潛血、酸鹼度及酮體)"
}
],
"text": "尿液常規檢查"
},
"subject": {
"reference": "Patient/PatientDCR-min"
},
"effectiveDateTime": "2010-04-11T10:20:23-05:00",
"issued": "2010-04-11T10:20:23-05:00",
"performer": [
{
"reference": "Organization/OrganizationInspectionClinEMR-min"
}
],
"component": [
{
"code": {
"text": "尿蛋白"
},
"valueString": "Negative(-)"
},
{
"code": {
"text": "尿糖"
},
"valueString": "Positive(+)",
"interpretation": [
{
"text": "陽性"
}
]
},
{
"code": {
"text": "尿膽素原"
},
"valueQuantity": {
"value": 0.2,
"unit": "mg/dL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "L"
}
]
}
]
},
{
"code": {
"text": "尿膽紅素"
},
"valueString": "Negative(-)"
},
{
"code": {
"text": "尿酮體"
},
"valueString": "Negative(-)"
},
{
"code": {
"text": "酸鹼度PH"
},
"valueQuantity": {
"value": 8.1
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H"
}
],
"text": "高於正常值"
}
]
}
]
}