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 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

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