FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-DiagnosticReportMCR-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/PatientMCR-min "張睿寧"
就醫事件:Encounter/EncounterMCR-min
報告日期:2010-04-11 10:20:23-0800
檢驗檢查名稱:血色素Hb & Hematocrite
檢驗結果:Observation/ObservationMCR-min
基於請求:ServiceRequest/ServiceRequestMCR-min
{
"resourceType": "DiagnosticReport",
"id": "DiagnosticReportMCR-min",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/diagnosticreport-clinemr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/ServiceRequestMCR-min"
},
{
"reference": "ServiceRequest/ServiceRequestMCR-pro"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"text": "血色素Hb & Hematocrite"
},
"subject": {
"reference": "Patient/PatientMCR-min"
},
"encounter": {
"reference": "Encounter/EncounterMCR-min"
},
"effectiveDateTime": "2010-04-11T10:20:23+08:00",
"result": [
{
"reference": "Observation/ObservationMCR-min"
},
{
"reference": "Observation/ObservationMCR-pro"
}
]
}