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

: MOHW MD License Id - 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-mohw-md-license-id"] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ;
fhir:value [
a fhir:uri ;
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/NamingSystem/ns-mohw-md-license-id"^^xsd:anyURI     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "2.0.0-preview"     ]
  ] ) ; # 
  fhir:name [ fhir:v "MOHW_MD_License_Id"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "identifier"] ; # 
  fhir:date [ fhir:v "2023-06-30"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Korea"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "Provider number" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "보건복지부 진료의 면허 식별자 명명체계"] ; # 
  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:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://www.hl7korea.or.kr/Identifier/mohw-md-license-id" ] ;
fhir:preferred [ fhir:v true ] ;
fhir:comment [ fhir:v "보건복지부 진료의 면허 식별자를 정의하기 위해 HL7 Korea에서 부여한 식별자" ]
  ] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "https://mohw.go.kr/CodeSystem/practitioner-license-type" ] ;
fhir:preferred [ fhir:v false ] ;
fhir:comment [ fhir:v "보건복지부 의료인 면허 식별자를 정의하기 위해 KR Core Draft버전에서 부여한 식별자" ]
  ] ) . #