FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | Observation |
| Id | Observation-ObservationMCR-pro.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)
檢驗項目:血球比容值測定 ( 臺灣醫療服務給付項目#08004C)
病人:Patient/PatientMCR-min "張睿寧"
檢查日期:2010-04-11 10:20:23-0500
檢查完成日期:2010-04-11 10:20:23-0500
檢驗檢查機構代碼: Organization/OrganizationInspectionClinEMR-pro "1122334455"
檢驗檢查機構名稱: Organization/OrganizationInspectionClinEMR-pro "鴻海檢驗所"
檢驗結果值:33.4 %
檢驗結果判斷註記:L ( ObservationInterpretationCodes#L)
檢驗結果備註說明:低於正常值
{
"resourceType": "Observation",
"id": "ObservationMCR-pro",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/observation-clinemr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/ServiceRequestMCR-pro"
}
],
"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": "08004C",
"display": "血球比容值測定"
}
],
"text": "血球比容值測定"
},
"subject": {
"reference": "Patient/PatientMCR-min"
},
"effectiveDateTime": "2010-04-11T10:20:23-05:00",
"issued": "2010-04-11T10:20:23-05:00",
"performer": [
{
"reference": "Organization/OrganizationInspectionClinEMR-pro"
}
],
"valueQuantity": {
"value": 33.4,
"unit": "%"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "L"
}
]
}
],
"note": [
{
"text": "低於正常值"
}
]
}