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

: KR Core Condition Category Codes - JSON Representation

Active as of 2023-12-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "krcore-condition-category-codes",
  "url" : "http://www.hl7korea.or.kr/fhir/krcore/ValueSet/krcore-condition-category-codes",
  "version" : "1.0.2",
  "name" : "KR_Core_Condition_Category_Codes",
  "title" : "KR Core Condition Category Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-12-04T10:04:56+09:00",
  "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" : "KR Core 진단 및 주호소 범주 코드집합",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KR",
          "display" : "Korea, Republic of"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-category"
      }
    ]
  }
}