KRCore Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: KR Core Vital Signs Codes - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "krcore-vital-signs-codes"] ; #
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: ValueSet krcore-vital-signs-codes</b></p><a name=\"krcore-vital-signs-codes\"> </a><a name=\"hckrcore-vital-signs-codes\"> </a><a name=\"krcore-vital-signs-codes-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/8867-4/\">8867-4</a></td><td style=\"color: #cccccc\">Heart rate</td></tr><tr><td><a href=\"https://loinc.org/9279-1/\">9279-1</a></td><td style=\"color: #cccccc\">Respiratory rate</td></tr><tr><td><a href=\"https://loinc.org/2708-6/\">2708-6</a></td><td style=\"color: #cccccc\">Oxygen saturation in Arterial blood</td></tr><tr><td><a href=\"https://loinc.org/8310-5/\">8310-5</a></td><td style=\"color: #cccccc\">Body temperature</td></tr><tr><td><a href=\"https://loinc.org/8302-2/\">8302-2</a></td><td style=\"color: #cccccc\">Body height</td></tr><tr><td><a href=\"https://loinc.org/29463-7/\">29463-7</a></td><td style=\"color: #cccccc\">Body weight</td></tr><tr><td><a href=\"https://loinc.org/85354-9/\">85354-9</a></td><td style=\"color: #cccccc\">Blood pressure panel with all children optional</td></tr><tr><td><a href=\"https://loinc.org/8480-6/\">8480-6</a></td><td style=\"color: #cccccc\">Systolic blood pressure</td></tr><tr><td><a href=\"https://loinc.org/8462-4/\">8462-4</a></td><td style=\"color: #cccccc\">Diastolic blood pressure</td></tr><tr><td><a href=\"https://loinc.org/8478-0/\">8478-0</a></td><td style=\"color: #cccccc\">Mean blood pressure</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/ValueSet/krcore-vital-signs-codes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "KR_Core_Vital_Signs_Codes"] ; #
fhir:title [ fhir:v "KR Core Vital Signs Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-12-04T10:04:56+09:00"^^xsd:dateTime] ; #
fhir:contact ( [
fhir:name [ fhir:v "Jaehoon Lee" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jhlee.bmi@gmail.com" ] ] )
] ) ; #
fhir:description [ fhir:v "KR Core 활력징후 및 신체 계측 항목 코드집합"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "8867-4" ] ] [
fhir:code [ fhir:v "9279-1" ] ] [
fhir:code [ fhir:v "2708-6" ] ] [
fhir:code [ fhir:v "8310-5" ] ] [
fhir:code [ fhir:v "8302-2" ] ] [
fhir:code [ fhir:v "29463-7" ] ] [
fhir:code [ fhir:v "85354-9" ] ] [
fhir:code [ fhir:v "8480-6" ] ] [
fhir:code [ fhir:v "8462-4" ] ] [
fhir:code [ fhir:v "8478-0" ] ] ) ] )
] . #