FHIR IG analytics| Package | tw.cohesion.fhir.clinemr |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-DiagnosticReportDCR-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/PatientDCR-min "王童"
就醫事件:Encounter/EncounterDCR-min
報告日期:2010-04-11 11:10:20-0800
檢驗檢查名稱:血色素Hb
{
"resourceType": "DiagnosticReport",
"id": "DiagnosticReportDCR-min",
"meta": {
"profile": [
"https://fhir.cohesiondata.com/clinemr/StructureDefinition/diagnosticreport-clinemr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/ServiceRequestDCR-min"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"text": "血色素Hb"
},
"subject": {
"reference": "Patient/PatientDCR-min"
},
"encounter": {
"reference": "Encounter/EncounterDCR-min"
},
"effectiveDateTime": "2010-04-11T11:10:20+08:00",
"result": [
{
"reference": "Observation/ObservationDCR-min"
}
]
}