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

: HIRA Medical Department - 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-hira-medical-department"] ; # 
  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-hira-medical-department"^^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 "HIRA_Medical_Department"] ; # 
  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 "건강보험심사평가원 진료과목 코드 명명체계"] ; # 
  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/CodeSystem/hira-medical-department" ] ;
fhir:preferred [ fhir:v true ] ;
fhir:comment [ fhir:v "건강보험심사평가원 진료과목 코드체계를 식별하기 위해 HL7 Korea에서 부여한 식별자" ]
  ] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://www.mohw.go.kr/CodeSystem/practitioner-specialty" ] ;
fhir:preferred [ fhir:v false ] ;
fhir:comment [ fhir:v "건강보험심사평가원 진료과목 코드체계를 식별하기 위해 KR Core Draft버전에서 부여한 식별자" ]
  ] ) . #