VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "DiagnosticReport",
"id" : "ExampleDiagnosticReportLab",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-diagnostic-report"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ExampleDiagnosticReportLab</b></p><a name=\"ExampleDiagnosticReportLab\"> </a><a name=\"hcExampleDiagnosticReportLab\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-diagnostic-report.html\">Báo cáo cận lâm sàng VN Core — VN Core DiagnosticReport Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 24323-8}\">Xét nghiệm sinh hóa máu</span> (<span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs XN}\">Xét nghiệm</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</td></tr><tr><td>When For</td><td>2026-03-17 08:30:00+0700</td></tr><tr><td>Reported</td><td>2026-03-17 14:00:00+0700</td></tr><tr><td>Performer</td><td> <a href=\"Organization-ExampleOrganizationChoRay.html\">Khoa Xét nghiệm — BV Chợ Rẫy</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-ExampleObservationLabGlucose.html\"><span title=\"Codes:{http://loinc.org 14771-0}\">Glucose máu lúc đói</span></a></td><td>6.8 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>3.9 - 6.1 mmol/L</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></td><td>2026-03-19 07:30:00+0700</td></tr></table><p>Glucose tăng nhẹ (6.8 mmol/L, ref: 3.9–6.1). Cần theo dõi HbA1c. Creatinine trong giới hạn bình thường.</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 R73.0}\">Tăng glucose máu</span></li></ul></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs",
"code" : "XN",
"display" : "Xét nghiệm"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "24323-8",
"display" : "Comprehensive metabolic 2000 panel - Serum or Plasma"
}
],
"text" : "Xét nghiệm sinh hóa máu"
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"encounter" : {
🔗 "reference" : "Encounter/ExampleEncounterOutpatient"
},
"effectiveDateTime" : "2026-03-17T08:30:00+07:00",
"issued" : "2026-03-17T14:00:00+07:00",
"performer" : [
{
🔗 "reference" : "Organization/ExampleOrganizationChoRay",
"display" : "Khoa Xét nghiệm — BV Chợ Rẫy"
}
],
"result" : [
{
🔗 "reference" : "Observation/ExampleObservationLabGlucose",
"display" : "Glucose máu: 7.2 mmol/L"
}
],
"conclusion" : "Glucose tăng nhẹ (6.8 mmol/L, ref: 3.9–6.1). Cần theo dõi HbA1c. Creatinine trong giới hạn bình thường.",
"conclusionCode" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "R73.0",
"display" : "Abnormal glucose tolerance test"
}
],
"text" : "Tăng glucose máu"
}
]
}