KR Core Implementation Guide
1.0.2 - STU1 Korea, Republic of flag

This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions

: KR Core KCD8 Codes - TTL Representation

Active as of 2023-12-04

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-kcd8-codes"] ; # 
  fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/ValueSet/krcore-kcd8-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.2"] ; # 
  fhir:name [ fhir:v "KR_Core_KCD8_Codes"] ; # 
  fhir:title [ fhir:v "KR Core KCD8 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:publisher [ fhir:v "HL7 Korea"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Korea" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7korea.or.kr/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@healthall.co.kr" ]     ] )
  ] [
fhir:name [ fhir:v "HealthAll Inc." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@healthall.co.kr" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "KR Core KCD-8 코드집합"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KR" ] ;
fhir:display [ fhir:v "Korea, Republic of" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/kostat-kcd-8"^^xsd:anyURI ]     ] )
  ] . #