KR Core Implementation Guide
2.0.0 - STU 2 Korea, Republic of

KR Core Implementation Guide, published by HL7 Korea. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7korea/krcore/ and changes regularly. See the Directory of published versions

: ns-kpis-kdcode - TTL Representation

Page standards status: Trial-use

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ns-kpis-kdcode"] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url>     ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/NamingSystem/ns-kpis-kdcode"^^xsd:anyURI ;
fhir:l <http://www.hl7korea.or.kr/fhir/krcore/NamingSystem/ns-kpis-kdcode>     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version>     ] ;
fhir:value [
a fhir:String ;
fhir:v "1.0.2"     ]
  ] ) ; # 
  fhir:name [ fhir:v "KPIS_Korea_Drug_Code"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "codesystem"] ; # 
  fhir:date [ fhir:v "2023-06-30"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Korea"] ; # 
  fhir:description [ fhir:v "의약품관리종합정보센터 KD 코드 명명체계"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "KR" ] ;
fhir:display [ fhir:v "Korea, Republic of" ]     ] )
  ] ) ; # 
  fhir:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://www.hl7korea.or.kr/CodeSystem/kpis-kdcode" ] ;
fhir:preferred [ fhir:v true ] ;
fhir:comment [ fhir:v "의약품관리종합정보센터 KD 코드체계를 식별하기 위해 HL7 Korea에서 부여한 식별자" ]
  ] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "https://biz.kpis.or.kr/CodeSystem/kdcode" ] ;
fhir:preferred [ fhir:v false ] ;
fhir:comment [ fhir:v "의약품관리종합정보센터 KD 코드체계를 식별하기 위해 KR Core Draft버전에서 부여한 식별자" ]
  ] ) . #