KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

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

CapabilityStatement: KR Core Server CapabilityStatement

Official URL: http://www.hl7korea.or.kr/fhir/krcore/CapabilityStatement/krcore-capabilitystatement-server Version: 2.0.0-preview
Standards status: Trial-use Computable Name: KRCoreServerCapabilityStatement

이 CapabilityStatement는 보건의료데이터 생성(create), 수정(update), 읽기(read), 검색(search) 요청에 응답하는 역할을 담당하는 KR Core Server에 대한 기본 규칙을 설명한다. KR Core Server가 지원해야 하는 하는 KR Core Profile, RESTful API, 검색 인자(Search Parameter)의 전체 목록은 이 CapabilityStatement에 정의되어 있다.

Raw OpenAPI-Swagger Definition file | Download

KR Core Server CapabilityStatement

  • Implementation Guide Version: 2.0.0-preview
  • FHIR Version: 4.0.1
  • Supported Formats: SHOULD support application/fhir+xml, SHALL support application/fhir+json
  • Supported Patch Formats: SHOULD support application/fhir+json
  • Published on: 2023-06-30
  • Published by: HL7 Korea

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

This CapabilityStatement instantiates the CapabilityStatement http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-capabilitystatement-server

FHIR RESTful Capabilities

Mode: server

KR Core Server는 다음 사항을 반드시(SHALL) 준수:

  1. FHIR specification을 따라 RESTful operation을 구현.

  2. 다음 응답을 반환.

    • (Status 400): invalid parameter (=잘못된 매개변수)

    • (Status 401/4xx): unauthorized request (=승인되지 않은 요청)

    • (Status 403): insufficient scopes (=권한 범위 부족)

    • (Status 404): unknown resource (=알 수 없는 리소스)

  3. 모든 KR Core 상호 작용에 대해 JSON 형식을 지원.

KR Core Server는 다음 사항을 가능한 한(SHOULD) 준수:

  1. 모든 KR Core 상호작용에 대해 XML 형식을 지원.

  2. 각 인스턴스의 FHIR 'meta.profile' 속성의 일부로 지원되는 KR Core Profile을 식별.

Security
  1. KR Core Server는 승인되지 않은 요청에 대해 다음 중 하나를 반환하여 거부할 것을 반드시(SHALL) 준수: 'HTTP 401' "Unauthorized", 'HTTP 403' "Forbidden", 'HTTP 404' "Not Found"
Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRV-RSUPCDH-IH-TSearches_include_revincludeOperations
AllergyIntoleranceSupported Profiles
  KR Core AllergyIntolerance Profile
yyyyyyyyycategory, clinical-status, code, manifestation, onset, patient
ConditionSupported Profiles
  KR Core Condition Profile for Chief Complaint
  KR Core Condition Profile for Encounter Diagnosis
yyyyyyyyycategory, clinical-status, code, encounter, onset-date, patient, recorded-date
DiagnosticReportSupported Profiles
  KR Core DiagnosticReport Profile for Diagnostic Imaging
  KR Core DiagnosticReport Profile for Functional Tests
  KR Core DiagnosticReport Profile for Laboratory Results
  KR Core DiagnosticReport Profile for Pathology Results
yyyyyyyyycategory, code, issued, patient, performer, request-date, result, specimen, status, study
EncounterSupported Profiles
  KR Core Encounter Profile
yyyyyyyyyclass, date, insurance-type, participant, patient, service-provider, status
ImagingStudySupported Profiles
  KR Core ImagingStudy Profile
yyyyyyyyymodality, patient, series, started, status
ImmunizationSupported Profiles
  KR Core Immunization Profile
yyyyyyyyydate, dose-number, patient, status, vaccine-code
MedicationSupported Profiles
  KR Core Medication Profile
yyyyyyyyycode, ingredient-code
MedicationRequestSupported Profiles
  KR Core MedicationRequest Profile
yyyyyyyyyauthoredon, code, ingredient-code, intent, medication, patient, status
ObservationSupported Profiles
  KR Core Observation Profile for Functional Test
  KR Core Observation Profile for Laboratory Result
  KR Core Observation Profile for Vital Signs
  KR Core Observation Profile for Vital Signs: Blood Pressure
  KR Core Observation Profile for Vital Signs: Body Height
  KR Core Observation Profile for Vital Signs: Body Temperature
  KR Core Observation Profile for Vital Signs: Body Weight
  KR Core Observation Profile for Vital Signs: Heart Rate
  KR Core Observation Profile for Vital Signs: Pulse Oximetry
  KR Core Observation Profile for Vital Signs: Respiratory Rate
yyyyyyyyycategory, code, code-value-concept, code-value-date, code-value-quantity, code-value-string, component-code, component-code-value-concept, component-code-value-quantity, component-data-absent-reason, component-value-concept, component-value-quantity, data-absent-reason, date, issued, patient, performer, specimen, status, value-concept, value-date, value-quantity, value-string
OrganizationSupported Profiles
  KR Core Organization Profile
  KR Core Healthcare Organization Profile
yyyyyyyyyaddress, identifier, name, telecom, type
PatientSupported Profiles
  KR Core Patient Profile
yyyyyyyyy_id, address, birthdate, gender, identifier, name, telecom
PractitionerSupported Profiles
  KR Core Practitioner Profile
  KR Core Practitioner Profile for Medical Doctor
yyyyyyyyy_id, code, identifier, name
PractitionerRoleSupported Profiles
  KR Core PractitionerRole Profile
  KR Core PractitionerRole Profile for Medical Doctor
yyyyyyyyyorganization, practitioner, role, specialty
ProcedureSupported Profiles
  KR Core Procedure Profile
yyyyyyyyycategory, code, date, patient, status
SpecimenSupported Profiles
  KR Core Specimen Profile
yyyyyyyyybodysite, identifier, patient, type

Resource Conformance: SHALL AllergyIntolerance

Core FHIR Resource
AllergyIntolerance
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

SHOULDcodetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYcategorytoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYclinical-statustoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYmanifestationtoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYonsetdate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

 

Resource Conformance: SHALL Condition

Core FHIR Resource
Condition
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLcodetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYcategorytoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYclinical-statustoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYencounterreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYonset-datedate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYrecorded-datedate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

 

Resource Conformance: SHALL DiagnosticReport

Core FHIR Resource
DiagnosticReport
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLcodetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

SHOULDcategorytoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDresultreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYissueddate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYperformerreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYrequest-datedate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYspecimenreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYstatustoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYstudyreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

 

Resource Conformance: SHALL Encounter

Core FHIR Resource
Encounter
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Supported Profiles

KR Core Encounter Profile

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYclasstoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYdatedate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYinsurance-typetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYparticipantreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYservice-providerreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYstatustoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

 

Resource Conformance: SHALL ImagingStudy

Core FHIR Resource
ImagingStudy
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYmodalitytoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYseriestoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYstarteddate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYstatustoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

 

Resource Conformance: SHALL Immunization

Core FHIR Resource
Immunization
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

SHALLvaccine-codetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDdatedate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYdose-numbernumber

KR Core Client는 반드시(SHALL) 양의 정수값을 제공해야 한다. KR Core Server는 반드시(SHALL) 양의 정수값을 지원해야 하며, 그 외의 값은 반드시(SHALL) 오류로 처리하거나 무시해야 한다.

MAYstatustoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

 

Resource Conformance: SHALL Medication

Core FHIR Resource
Medication
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Supported Profiles

KR Core Medication Profile

Search Parameters
ConformanceParameterTypeDocumentation
SHALLcodetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDingredient-codetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

 

Resource Conformance: SHALL MedicationRequest

Core FHIR Resource
MedicationRequest
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

SHOULDcodetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDingredient-codetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDintenttoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDmedicationreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYauthoredondate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYstatustoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

 

Resource Conformance: SHALL Observation

Core FHIR Resource
Observation
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

SHOULDcategorytoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDissueddate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

SHOULDperformerreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYcodetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYcode-value-conceptcomposite

KR Core Client는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 지원해야 한다.

MAYcode-value-datecomposite

KR Core Client는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 지원해야 한다.

MAYcode-value-quantitycomposite

KR Core Client는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 지원해야 한다.

MAYcode-value-stringcomposite

KR Core Client는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 지원해야 한다.

MAYcomponent-codetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYcomponent-code-value-conceptcomposite

KR Core Client는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 지원해야 한다.

MAYcomponent-code-value-quantitycomposite

KR Core Client는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 반드시(SHALL) 모든 구성 요소의 검색 값을 동시에 지원해야 한다.

MAYcomponent-data-absent-reasontoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYcomponent-value-concepttoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYcomponent-value-quantityquantity

KR Core Client는 적어도 반드시(SHALL) number 값 검색을 지원해야 하며, **선택적(MAY)**으로 number|system|unit, number||unit 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) number, number|system|unit, number||unit 값 검색을 모두 지원해야 한다.

MAYdata-absent-reasontoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYdatedate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYspecimenreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

MAYstatustoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYvalue-concepttoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYvalue-datedate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYvalue-quantityquantity

KR Core Client는 적어도 반드시(SHALL) number 값 검색을 지원해야 하며, **선택적(MAY)**으로 number|system|unit, number||unit 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) number, number|system|unit, number||unit 값 검색을 모두 지원해야 한다.

MAYvalue-stringstring

KR Core Client는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다.

 

Resource Conformance: SHALL Organization

Core FHIR Resource
Organization
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLidentifiertoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDnamestring

KR Core Client는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다.

MAYaddressstring

KR Core Client는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다.

MAYtelecomtoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYtypetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

 

Resource Conformance: SHALL Patient

Core FHIR Resource
Patient
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Supported Profiles

KR Core Patient Profile

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_idtoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHALLidentifiertoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHALLnamestring

KR Core Client는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다.

SHOULDbirthdatedate

KR Core Client는 반드시(SHALL) day 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) day 수준의 정확도를 가지는 값을 지원해야 한다.

SHOULDgendertoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDtelecomtoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYaddressstring

KR Core Client는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다.

 

Resource Conformance: SHALL Practitioner

Core FHIR Resource
Practitioner
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLidentifiertoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHALLnamestring

KR Core Client는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) 한글 문자열 검색을 지원해야 한다.

SHOULD_idtoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYcodetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

 

Resource Conformance: SHALL PractitionerRole

Core FHIR Resource
PractitionerRole
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpractitionerreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

SHOULDroletoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDspecialtytoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYorganizationreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

 

Resource Conformance: SHALL Procedure

Core FHIR Resource
Procedure
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Supported Profiles

KR Core Procedure Profile

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

SHOULDcodetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

SHOULDdatedate

KR Core Client는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 반드시(SHALL) second + time offset 수준의 정확도를 가지는 값을 지원해야 한다.

MAYcategorytoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYstatustoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

 

Resource Conformance: SHALL Specimen

Core FHIR Resource
Specimen
Reference Policy
resolves
Interaction summary
  • SHALL support search-type, read.
  • SHOULD support vread, history-instance.
  • MAY support create, update, patch, delete, history-type.

Supported Profiles

KR Core Specimen Profile

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatientreference

KR Core Client는 적어도 id 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 Type/id 값 검색을 지원할 수 있다. KR Core Server는 반드시(SHALL) id, Type/id 값 검색을 모두 지원해야 한다.

SHOULDtypetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYbodysitetoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.

MAYidentifiertoken

KR Core Client는 적어도 code 값 검색을 반드시(SHALL) 지원해야 하며, **선택적(MAY)**으로 system|code, |code, system| 값 검색을 지원할 수 있다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다. KR Core Server는 반드시(SHALL) code, system|code, |code, system| 값 검색을 모두 지원해야 한다. 또한, 반드시(SHALL) 한글로 구성된 code 값 검색을 지원해야 한다.