ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions
: KR Core Condition Code - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "krcore-condition-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>https://kostat.or.kr/CodeSystem/kcd-8</code></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where Concept is-a 404684003</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where Concept is-a 243796009</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where Concept is-a 272379006</li></ul></div>"
},
"url" : "https://example.org/fhir/krcore/ValueSet/krcore-condition-codes",
"version" : "0.9.9",
"name" : "KR_Core_Condition_Code",
"title" : "KR Core Condition Code",
"status" : "draft",
"date" : "2021-11-27T23:35:13+09:00",
"publisher" : "PHI DIGITAL HEALTHCARE,inc",
"contact" : [
{
"name" : "PHI DIGITAL HEALTHCARE,inc",
"telecom" : [
{
"system" : "url",
"value" : "http://www.phidigital.co.kr"
}
]
},
{
"name" : "김태정",
"telecom" : [
{
"system" : "email",
"value" : "kimtj80@phidigital.co.kr",
"use" : "work"
}
]
}
],
"description" : "KR Core Condition Code의 ValueSet",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KR",
"display" : "Korea, Republic of"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "https://kostat.or.kr/CodeSystem/kcd-8"
},
{
"system" : "http://snomed.info/sct",
"filter" : [
{
"property" : "Concept",
"op" : "is-a",
"value" : "404684003"
}
]
},
{
"system" : "http://snomed.info/sct",
"filter" : [
{
"property" : "Concept",
"op" : "is-a",
"value" : "243796009"
}
]
},
{
"system" : "http://snomed.info/sct",
"filter" : [
{
"property" : "Concept",
"op" : "is-a",
"value" : "272379006"
}
]
}
]
}
}