KR Core Implementation Guide
2.0.0-preview - STU2
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
Page standards status: Trial-use |
@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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "krcore-korea-drug-codes"] ; #
fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/ValueSet/krcore-korea-drug-codes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0-preview"] ; #
fhir:name [ fhir:v "KR_Core_Korea_Drug_Codes"] ; #
fhir:title [ fhir:v "KR Core Korea Drug Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-05-13T18:00:00+09:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Korea"] ; #
fhir:description [ fhir:v "KR Core KD 코드집합"] ; #
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/kpis-kdcode"^^xsd:anyURI ] ] )
] . #