KR Core Implementation Guide
2.0.0-preview - STU2
KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Trial-use |
{
"resourceType" : "SearchParameter",
"id" : "krcore-sp-condition-clinical-status",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "MAY"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/note",
"valueAnnotation" : {
"text" : "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다."
}
}
],
"url" : "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-clinical-status",
"version" : "2.0.0-preview",
"name" : "KRCoreSearchParameterConditionClinicalStatus",
"derivedFrom" : "http://hl7.org/fhir/SearchParameter/Condition-clinical-status",
"status" : "active",
"experimental" : false,
"date" : "2025-06-19T10:15:19+09:00",
"publisher" : "HL7 Korea",
"description" : "진단 및 주호소 임상적 상태: active \\| recurrence \\| relapse \\| inactive \\| remission \\| resolved",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KR",
"display" : "Korea, Republic of"
}
]
}
],
"code" : "clinical-status",
"base" : [
"Condition"
],
"type" : "token",
"expression" : "Condition.clinicalStatus",
"multipleOr" : true,
"_multipleOr" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "MAY"
}
]
},
"multipleAnd" : true,
"_multipleAnd" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "MAY"
}
]
}
}