KR Core Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
Draft as of 2021-11-27 |
@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-doctor-qualification-codes"] ; #
fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/ValueSet/krcore-doctor-qualification-codes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "KR_Core_Doctor_Qualification_Codes"] ; #
fhir:title [ fhir:v "KR Core Doctor Qualification Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2021-11-27T23:35:13+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 진료의 면허(자격) 종별 코드집합"] ; #
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/mohw-practitioner-qualification-types"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "의사" ] ] [
fhir:code [ fhir:v "치과의사" ] ] [
fhir:code [ fhir:v "한의사" ] ] [
fhir:code [ fhir:v "내과" ] ] [
fhir:code [ fhir:v "신경과" ] ] [
fhir:code [ fhir:v "정신건강의학과" ] ] [
fhir:code [ fhir:v "외과" ] ] [
fhir:code [ fhir:v "정형외과" ] ] [
fhir:code [ fhir:v "신경외과" ] ] [
fhir:code [ fhir:v "심장혈관흉부외과" ] ] [
fhir:code [ fhir:v "성형외과" ] ] [
fhir:code [ fhir:v "마취통증의학과" ] ] [
fhir:code [ fhir:v "산부인과" ] ] [
fhir:code [ fhir:v "소아청소년과" ] ] [
fhir:code [ fhir:v "안과" ] ] [
fhir:code [ fhir:v "이비인후과" ] ] [
fhir:code [ fhir:v "피부과" ] ] [
fhir:code [ fhir:v "비뇨의학과" ] ] [
fhir:code [ fhir:v "영상의학과" ] ] [
fhir:code [ fhir:v "방사선종양학과" ] ] [
fhir:code [ fhir:v "병리과" ] ] [
fhir:code [ fhir:v "진단검사의학과" ] ] [
fhir:code [ fhir:v "결핵과" ] ] [
fhir:code [ fhir:v "재활의학과" ] ] [
fhir:code [ fhir:v "예방의학과" ] ] [
fhir:code [ fhir:v "가정의학과" ] ] [
fhir:code [ fhir:v "응급의학과" ] ] [
fhir:code [ fhir:v "핵의학" ] ] [
fhir:code [ fhir:v "직업환경의학과" ] ] [
fhir:code [ fhir:v "신경정신과" ] ] [
fhir:code [ fhir:v "방사선과" ] ] [
fhir:code [ fhir:v "구강악안면외과" ] ] [
fhir:code [ fhir:v "치과보철과" ] ] [
fhir:code [ fhir:v "치과교정과" ] ] [
fhir:code [ fhir:v "소아치과" ] ] [
fhir:code [ fhir:v "치주과" ] ] [
fhir:code [ fhir:v "치과보존과" ] ] [
fhir:code [ fhir:v "구강내과" ] ] [
fhir:code [ fhir:v "영상치의학과" ] ] [
fhir:code [ fhir:v "구강병리과" ] ] [
fhir:code [ fhir:v "예방치과" ] ] [
fhir:code [ fhir:v "통합치의학과" ] ] [
fhir:code [ fhir:v "한방내과" ] ] [
fhir:code [ fhir:v "한방부인과" ] ] [
fhir:code [ fhir:v "한방소아과" ] ] [
fhir:code [ fhir:v "한방신경정신과" ] ] [
fhir:code [ fhir:v "침구과" ] ] [
fhir:code [ fhir:v "한방안.이비인후.피부과" ] ] [
fhir:code [ fhir:v "한방재활의학과" ] ] [
fhir:code [ fhir:v "사상체질과" ] ] ) ] )
] . #
IG © 2022+ HL7 Korea. Package hl7.fhir.kr.core#1.0.0 based on FHIR 4.0.1. Generated 2023-06-20
Links: Table of Contents |
QA Report