KR Core Implementation Guide
1.0.2 - STU1 Korea, Republic of flag

This page is part of the KR Core (v1.0.2 - STU1) based on FHIR R4. This is an authorized publication. For a full list of available versions, see the Directory of published versions

: HIRA Insurance Types - JSON Representation

Active as of 2023-06-30

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "hira-insurance-types",
  "url" : "http://www.hl7korea.or.kr/CodeSystem/hira-insurance-types",
  "version" : "1.0.2",
  "name" : "HIRA_Insurance_Types",
  "title" : "HIRA Insurance Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-06-30",
  "publisher" : "HL7 Korea",
  "contact" : [
    {
      "name" : "HL7 Korea",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7korea.or.kr/"
        },
        {
          "system" : "email",
          "value" : "contact@healthall.co.kr"
        }
      ]
    },
    {
      "name" : "HealthAll Inc.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "contact@healthall.co.kr",
          "use" : "work"
        }
      ]
    }
  ],
  "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" : "무료진료"
    }
  ]
}