KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "DiagnosticReport",
"id" : "krcore-diagnosticreport-laboratory-results-example-02",
"meta" : {
"profile" : [
🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-laboratory-results"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport krcore-diagnosticreport-laboratory-results-example-02</b></p><a name=\"krcore-diagnosticreport-laboratory-results-example-02\"> </a><a name=\"hckrcore-diagnosticreport-laboratory-results-example-02\"> </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-krcore-diagnosticreport-laboratory-results.html\">KR Core DiagnosticReport Profile for Laboratory Results</a></p></div><h2><span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure D0571017}, {http://loinc.org 15061-5}\">조혈인자검사[정밀면역검사]-핵의학적 방법_에리스로포이에틴</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 NMS}\">Nuclear Medicine Scan</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>박아픔 Male, DoB: 2001-01-01 ( Medical record number)</td></tr><tr><td>When For</td><td>2025-06-01 09:00:00+0900</td></tr><tr><td>Reported</td><td>2025-06-01 10:00:00+0900</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></tr><tr><td><a href=\"Observation-krcore-observation-laboratory-result-example-03.html\"><span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure D0571017}, {http://loinc.org 15061-5}\">조혈인자검사[정밀면역검사]-핵의학적 방법_에리스로포이에틴</span></a></td><td>12.3 milli international unit per liter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codem[IU]/mL = 'm[IU]/mL')</span></td><td>4.0–24.0 mIU/mL</td><td>Final</td></tr></table><p>Erythropoietin 수치는 12.3 mIU/mL로, 정상 범위에 해당함.</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 281301001}\">Within reference range (qualifier value)</span></li></ul></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "LAB"
}
]
},
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "NMS",
"display" : "Nuclear Medicine Scan"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
"code" : "D0571017",
"display" : "조혈인자검사[정밀면역검사]-핵의학적 방법_에리스로포이에틴"
},
{
"system" : "http://loinc.org",
"code" : "15061-5",
"display" : "Erythropoietin (EPO) [Units/volume] in Serum or Plasma"
}
]
},
"subject" : {
🔗 "reference" : "Patient/krcore-patient-example-01"
},
"effectiveDateTime" : "2025-06-01T09:00:00+09:00",
"issued" : "2025-06-01T10:00:00+09:00",
"specimen" : [
{
🔗 "reference" : "Specimen/krcore-specimen-example-01"
}
],
"result" : [
{
🔗 "reference" : "Observation/krcore-observation-laboratory-result-example-03"
}
],
"conclusion" : "Erythropoietin 수치는 12.3 mIU/mL로, 정상 범위에 해당함.",
"conclusionCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "281301001",
"display" : "Within reference range (qualifier value)"
}
]
}
]
}