KR Core Condition Category Codes


1. References

  • KR Core Condition Profile for Chief Complaint
  • KR Core Condition Profile for Encounter Diagnosis

2. Logical Definition

Include all codes defined in

3. Expansion

This ValueSet set Contains 4 concepts


ValueSet
<ValueSet xmlns="http://hl7.org/fhir">
    <id value="krcore-condition-category-codes" />
    <url value="http://www.hl7korea.or.kr/fhir/krcore/ValueSet/krcore-condition-category-codes" />
    <version value="1.0.1" />
    <name value="KR_Core_Condition_Category_Codes" />
    <title value="KR Core Condition Category Codes" />
    <status value="active" />
    <experimental value="false" />
    <date value="2023-06-30T13:42:49+09:00" />
    <publisher value="HL7 Korea" />
    <contact>
        <name value="HL7 Korea" />
        <telecom>
            <system value="url" />
            <value value="http://www.hl7korea.or.kr/" />
        </telecom>
        <telecom>
            <system value="email" />
            <value value="contact@healthall.co.kr" />
        </telecom>
    </contact>
    <contact>
        <name value="HealthAll Inc." />
        <telecom>
            <system value="email" />
            <value value="contact@healthall.co.kr" />
            <use value="work" />
        </telecom>
    </contact>
    <description value="KR Core 진단 및 주호소 범주 코드집합" />
    <jurisdiction>
        <coding>
            <system value="urn:iso:std:iso:3166" />
            <code value="KR" />
            <display value="Korea, Republic of" />
        </coding>
    </jurisdiction>
    <compose>
        <include>
            <system value="http://www.hl7korea.or.kr/fhir/krcore/CodeSystem/krcore-condition-category-types" />
        </include>
        <include>
            <system value="http://terminology.hl7.org/CodeSystem/condition-category" />
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "id": "krcore-condition-category-codes",
    "url": "http://www.hl7korea.or.kr/fhir/krcore/ValueSet/krcore-condition-category-codes",
    "version": "1.0.1",
    "name": "KR_Core_Condition_Category_Codes",
    "title": "KR Core Condition Category Codes",
    "status": "active",
    "experimental": false,
    "date": "2023-06-30T13:42:49+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"
            }
        ]
    }
}