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-organization-address",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "MAY"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/note",
"valueAnnotation" : {
"text" : "KR Core Client는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다."
}
}
],
"url" : "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-address",
"version" : "2.0.0-preview",
"name" : "KRCoreSearchParameterOrganizationAddress",
"derivedFrom" : "http://hl7.org/fhir/SearchParameter/Organization-address",
"status" : "active",
"experimental" : false,
"date" : "2025-06-19T10:15:19+09:00",
"publisher" : "HL7 Korea",
"description" : "한국 도로명 주소를 포함한 기관 주소 검색",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "KR",
"display" : "Korea, Republic of"
}
]
}
],
"code" : "address",
"base" : [
"Organization"
],
"type" : "string",
"expression" : "Organization.address | Organization.address.text | Organization.address.extension('http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress').extension.value",
"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"
}
]
}
}