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

KR Core Implementation Guide - Local Development build (v1.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KR Core Condition Category Types - JSON Representation

Active as of 2023-06-30

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "krcore-condition-category-types",
  "url" : "http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types",
  "version" : "1.0.2",
  "name" : "KR_Core_Condition_Category_Types",
  "title" : "KR Core Condition Category 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" : "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" : "주호소"
    }
  ]
}