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

: HIRA Insurance Types - JSON Representation

Page standards status: Trial-use

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "hira-insurance-types",
  "url" : "http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types",
  "version" : "2.0.0-preview",
  "name" : "HIRA_Insurance_Types",
  "title" : "HIRA Insurance Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-05-13T18:00:00+09:00",
  "publisher" : "HL7 Korea",
  "description" : "건강보험심사평가원 보험자구분 코드체계",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KR",
          "display" : "Korea, Republic of"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "4",
      "display" : "건강보험"
    },
    {
      "code" : "5",
      "display" : "의료급여"
    },
    {
      "code" : "7",
      "display" : "보훈"
    },
    {
      "code" : "9",
      "display" : "무료진료"
    }
  ]
}