KR Core Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
: KR Core Doctor Qualification Codes - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "krcore-doctor-qualification-codes",
"url" : "http://www.hl7korea.or.kr/fhir/krcore/ValueSet/krcore-doctor-qualification-codes",
"version" : "1.0.0",
"name" : "KR_Core_Doctor_Qualification_Codes",
"title" : "KR Core Doctor Qualification Codes",
"status" : "draft",
"experimental" : false,
"date" : "2021-11-27T23:35:13+09:00",
"publisher" : "HL7 Korea",
"contact" : [
{
"name" : "HL7 Korea",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7korea.or.kr/"
},
{
"system" : "email",
"value" : "contact@healthall.co.kr"
}
]
},
{
"name" : "HealthAll Inc.",
"telecom" : [
{
"system" : "email",
"value" : "contact@healthall.co.kr",
"use" : "work"
}
]
}
],
"description" : "KR Core 진료의 면허(자격) 종별 코드집합",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KR",
"display" : "Korea, Republic of"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/mohw-practitioner-qualification-types",
"concept" : [
{
"code" : "의사"
},
{
"code" : "치과의사"
},
{
"code" : "한의사"
}
]
},
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/mohw-practitioner-qualification-types",
"filter" : [
{
"property" : "class",
"op" : "=",
"value" : "전문의"
}
]
},
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/mohw-practitioner-qualification-types",
"filter" : [
{
"property" : "class",
"op" : "=",
"value" : "치과의사전문의"
}
]
},
{
"system" : "http://www.hl7korea.or.kr/CodeSystem/mohw-practitioner-qualification-types",
"filter" : [
{
"property" : "class",
"op" : "=",
"value" : "한의사전문의"
}
]
}
]
}
}