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" : "Observation",
"id" : "krcore-observation-laboratory-result-example-03",
"meta" : {
"profile" : [
🔗 "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-observation-laboratory-result"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation krcore-observation-laboratory-result-example-03</b></p><a name=\"krcore-observation-laboratory-result-example-03\"> </a><a name=\"hckrcore-observation-laboratory-result-example-03\"> </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-observation-laboratory-result.html\">KR Core Observation Profile for Laboratory Result</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure D0571017}, {http://loinc.org 15061-5}\">조혈인자검사[정밀면역검사]-핵의학적 방법_에리스로포이에틴</span></p><p><b>subject</b>: <a href=\"Patient-krcore-patient-example-01.html\">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</a></p><p><b>effective</b>: 2025-06-01 09:00:00+0900</p><p><b>issued</b>: 2025-06-01 10:00:00+0900</p><p><b>value</b>: 12.3 milli international unit per liter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codem[IU]/mL = 'm[IU]/mL')</span></p><p><b>specimen</b>: <a href=\"Specimen-krcore-specimen-example-01.html\">Specimen: identifier = https://www.examplehospital.com/Identifier/specimen-id#example-specimen-id-01; status = available; type = Serum specimen (specimen)</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>4 milli international unit per liter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codem[IU]/mL = 'm[IU]/mL')</span></td><td>24 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></tr></table></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"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",
"valueQuantity" : {
"value" : 12.3,
"unit" : "milli international unit per liter",
"system" : "http://unitsofmeasure.org",
"code" : "m[IU]/mL"
},
"specimen" : {
🔗 "reference" : "Specimen/krcore-specimen-example-01"
},
"referenceRange" : [
{
"low" : {
"value" : 4,
"unit" : "milli international unit per liter",
"system" : "http://unitsofmeasure.org",
"code" : "m[IU]/mL"
},
"high" : {
"value" : 24,
"unit" : "milli international unit per liter",
"system" : "http://unitsofmeasure.org",
"code" : "m[IU]/mL"
},
"text" : "4.0–24.0 mIU/mL"
}
]
}