FHIR IG analytics| Package | tw.gov.mohw.nhi.pas |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-diaRep-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Profile: 檢查報告-DiagnosticReport TWPAS
狀態:final
報告類型:Prostate Pathology biopsy report (EncounterStatus#66117-3)
檢體種類:Prostate
病人:Patient/pat-min "王大明"
報告日期:2024-05-07
檢查報告醫師:Practitioner/pra-min
報告結果-文數字:細胞檢查報告結果
檢查報告名稱:PathologyReport01
檢查報告:file://PathologyReport01.pdf
檢查報告名稱:PathologyReport02
檢查報告:file://PathologyReport02.pdf
{
"resourceType": "DiagnosticReport",
"id": "diaRep-min",
"meta": {
"profile": [
"https://nhicore.nhi.gov.tw/pas/StructureDefinition/DiagnosticReport-twpas"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-supporting-info-type",
"code": "examinationReport"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "66117-3"
}
],
"text": "Prostate"
},
"subject": {
"reference": "Patient/pat-min"
},
"effectiveDateTime": "2024-05-07",
"performer": [
{
"reference": "Practitioner/pra-min"
}
],
"conclusion": "細胞檢查報告結果",
"presentedForm": [
{
"contentType": "application/pdf",
"url": "file://PathologyReport01.pdf",
"title": "PathologyReport01"
},
{
"contentType": "application/pdf",
"url": "file://PathologyReport02.pdf",
"title": "PathologyReport02"
}
]
}