FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-DiagnosticReportTCMCR-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
診斷狀態:Final ( DiagnosticReportStatus#final)
診斷分類:Laboratory ( DiagnosticServiceSectionCodes#LAB)
病人:Patient/PatientTCMCR-min "張睿寧"
就醫事件:Encounter/EncounterTCMCR-min
報告日期:2010-04-10 11:10:20-0800
檢驗檢查名稱:VDRL、HSV IgM
檢驗結果:Observation/ObservationTCMCR-min
基於請求:ServiceRequest/ServiceRequestMCR-min
{
"resourceType": "DiagnosticReport",
"id": "DiagnosticReportTCMCR-min",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/diagnosticreport-clinemr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/ServiceRequestTCMCR-min"
},
{
"reference": "ServiceRequest/ServiceRequestTCMCR-pro"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"text": "VDRL、HSV IgM"
},
"subject": {
"reference": "Patient/PatientTCMCR-min"
},
"encounter": {
"reference": "Encounter/EncounterTCMCR-min"
},
"effectiveDateTime": "2010-04-10T11:10:20+08:00",
"result": [
{
"reference": "Observation/ObservationTCMCR-min"
},
{
"reference": "Observation/ObservationTCMCR-pro"
}
]
}