FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Observation |
| Id | Observation-obs-lab-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
狀態:最終版(final)
分類:Laboratory ( Observation Category Codes#laboratory)
檢驗項目:血中尿素氮 ( 臺灣醫療服務給付項目#09002C)
病人: Patient/pat-example "陳加玲"
執行日期:2022-07-31
負責機構: Organization/org-hosp-example "衛生福利部臺北醫院"
檢驗值:16.6 mg/dL
{
"resourceType": "Observation",
"id": "obs-lab-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore"
]
},
"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": "09002C"
}
],
"text": "血中尿素氮"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2022-07-31",
"performer": [
{
"reference": "Organization/org-hosp-example"
}
],
"valueQuantity": {
"value": 16.6,
"unit": "mg/dL"
}
}