KR Core Implementation Guide
2.0.0 - STU 2
Korea, Republic of
KR Core Implementation Guide, published by HL7 Korea. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7korea/krocre/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use |
{
"resourceType" : "CodeSystem",
"id" : "krcore-condition-category-types",
"url" : "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types",
"version" : "1.0.2",
"name" : "KR_Core_Condition_Category_Types",
"title" : "KR Core Condition Category Types",
"status" : "active",
"experimental" : false,
"date" : "2023-06-30",
"publisher" : "HL7 Korea",
"description" : "KR Core 진단 및 주호소 범주 코드체계",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KR",
"display" : "Korea, Republic of"
}
]
}
],
"purpose" : "KR Core Condition Profile for Chief Complaint와 KR Core Condition Profile for Encounter Diagnosis의 범주 구분을 위해 정의",
"caseSensitive" : false,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "진단",
"display" : "진단"
},
{
"code" : "주호소",
"display" : "주호소"
}
]
}