KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

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

: krcore-observation-laboratory-result-example-03 - XML Representation

Page standards status: Informative

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="krcore-observation-laboratory-result-example-03"/>
  <meta>
    <profile
             value="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-observation-laboratory-result"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure"/>
      <code value="D0571017"/>
      <display value="조혈인자검사[정밀면역검사]-핵의학적 방법_에리스로포이에틴"/>
    </coding>
    <coding>
      <system value="http://loinc.org"/>
      <code value="15061-5"/>
      <display
               value="Erythropoietin (EPO) [Units/volume] in Serum or Plasma"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/krcore-patient-example-01"/>
  </subject>
  <effectiveDateTime value="2025-06-01T09:00:00+09:00"/>
  <issued value="2025-06-01T10:00:00+09:00"/>
  <valueQuantity>
    <value value="12.3"/>
    <unit value="milli international unit per liter"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="m[IU]/mL"/>
  </valueQuantity>
  <specimen>🔗 
    <reference value="Specimen/krcore-specimen-example-01"/>
  </specimen>
  <referenceRange>
    <low>
      <value value="4"/>
      <unit value="milli international unit per liter"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="m[IU]/mL"/>
    </low>
    <high>
      <value value="24"/>
      <unit value="milli international unit per liter"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="m[IU]/mL"/>
    </high>
    <text value="4.0–24.0 mIU/mL"/>
  </referenceRange>
</Observation>