FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-dia-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
診斷狀態:Remission ( DiagnosticReportStatus#registered)
診斷分類:Laboratory ( DiagnosticServiceSectionCodes#LAB)
病人:Patient/pat-example "陳加玲"
臨床相關報告時間:2022-08-01 05:00:14-0500
診斷報告時間:2022-08-01 06:00:14-0500
病情、問題或診斷識別:血中尿素氮 ( LOINC#09002C)
診斷結果:Observation/obs-lab-example
診斷者:Practitioner/pra-dr-example "王依昇"
{
"resourceType": "DiagnosticReport",
"id": "dia-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DiagnosticReport-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "registered",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
],
"text": "Laboratory"
}
],
"code": {
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
"code": "09002C",
"display": "血中尿素氮"
}
],
"text": "血中尿素氮"
},
"subject": {
"reference": "Patient/pat-example"
},
"effectiveDateTime": "2022-08-01T17:00:14+08:00",
"issued": "2022-08-01T18:00:14+08:00",
"performer": [
{
"reference": "Practitioner/pra-dr-example"
}
],
"result": [
{
"reference": "Observation/obs-lab-example"
}
]
}