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 Condition Category Types - JSON Representation

Page standards status: Trial-use

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "krcore-condition-category-types",
  "url" : "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types",
  "version" : "2.0.0-preview",
  "name" : "KR_Core_Condition_Category_Types",
  "title" : "KR Core Condition 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 Condition Profile for Chief Complaint와 KR Core Condition Profile for Encounter Diagnosis의 범주 구분을 위해 정의",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "진단",
      "display" : "진단"
    },
    {
      "code" : "주호소",
      "display" : "주호소"
    }
  ]
}