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

: KR Core Procedure Category Types - JSON Representation

Page standards status: Trial-use

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "krcore-procedure-category-types",
  "url" : "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-procedure-category-types",
  "version" : "2.0.0-preview",
  "name" : "KR_Core_Procedure_Category_Types",
  "title" : "KR Core Procedure Category Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-05-13T18:00:00+09:00",
  "publisher" : "HL7 Korea",
  "description" : "KR Core 수술 및 처치 범주 코드체계",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KR",
          "display" : "Korea, Republic of"
        }
      ]
    }
  ],
  "purpose" : "KR Core Procedure Profile의 범주 구분을 위해 정의",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "1",
      "display" : "수술"
    },
    {
      "code" : "2",
      "display" : "처치"
    },
    {
      "code" : "3",
      "display" : "마취"
    }
  ]
}