FHIR IG analytics| Package | tw.cathay.fhir.imri |
| Resource Type | Observation |
| Id | Observation-ObservationLaboratory-lab.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
分類:Relevant diagnostic tests/laboratory data Narrative ( LOINC Codes#30954-2)
檢驗狀態:Final ( ObservationStatus#final)
檢驗:血色素檢查 ( 臺灣醫療服務給付項目#08003C)
檢驗值:15.9 g/dL
病人:Patient/Patient-min "安格斯"
檢驗日期:2023-09-06
{
"resourceType": "Observation",
"id": "ObservationLaboratory-lab",
"meta": {
"profile": [
"https://imri.cgh.org.tw/imri/StructureDefinition/observation-laboratory-imri"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "30954-2",
"display": "Relevant diagnostic tests/laboratory data Narrative"
}
]
}
],
"code": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
"code": "08003C",
"display": "血色素檢查"
}
]
},
"subject": {
"reference": "Patient/Patient-min"
},
"effectiveDateTime": "2023-09-06",
"valueQuantity": {
"value": 15.9,
"unit": "g/dL"
}
}