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

: KR Core Procedure Category Types - XML Representation

Page standards status: Trial-use

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="krcore-procedure-category-types"/>
  <url
       value="http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-procedure-category-types"/>
  <version value="2.0.0"/>
  <name value="KR_Core_Procedure_Category_Types"/>
  <title value="KR Core Procedure Category Types"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-08-29T13:39:02+09:00"/>
  <publisher value="HL7 Korea"/>
  <description value="KR Core 수술 및 처치 범주 코드체계"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="KR"/>
      <display value="Korea, Republic of"/>
    </coding>
  </jurisdiction>
  <purpose value="KR Core Procedure Profile의 범주 구분을 위해 정의"/>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="1"/>
    <display value="수술"/>
  </concept>
  <concept>
    <code value="2"/>
    <display value="처치"/>
  </concept>
  <concept>
    <code value="3"/>
    <display value="마취"/>
  </concept>
</CodeSystem>