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

: KR Core Client CapabilityStatement - TTL Representation

Page standards status: Trial-use

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "krcore-capabilitystatement-client"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CapabilityStatement krcore-capabilitystatement-client</b></p><a name=\"krcore-capabilitystatement-client\"> </a><a name=\"hckrcore-capabilitystatement-client\"> </a><h2 id=\"title\">KR Core Client CapabilityStatement</h2><ul><li>Implementation Guide Version: 2.0.0-preview </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <strong>SHOULD</strong> support <code>application/fhir+xml</code>, <strong>SHALL</strong> support <code>application/fhir+json</code></li><li>Supported Patch Formats: <strong>SHOULD</strong> support <code>application/fhir+json</code></li><li>Published on: 2023-06-30 </li><li>Published by: HL7 Korea </li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>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.</p></blockquote><p>This CapabilityStatement instantiates the CapabilityStatement <code>http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-capabilitystatement-client</code></p><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>client</code></h3></div><div class=\"panel-body\"><div><p>KR Core Client는 다음 사항을 <strong>반드시(SHALL)</strong> 준수:</p>\n<ol>\n<li>\n<p>KR Core Server CapabilityStatement에 정의된 RESTful Operations, Search Parameters를 활용하여, 하나 이상의 KR Core Profile에 대하여 리소스 등록 및 쿼리 지원.</p>\n</li>\n<li>\n<p>KR Core IG의 <a href=\"general_requirements.html\">General Requirements</a> 및 <a href=\"element_support_and_responsibilities.html\">Element Support and Responsibilities</a> 준수.</p>\n</li>\n</ol>\n</div><div class=\"lead\"><em>Summary of System-wide Interactions</em></div></div></div><h3 id=\"resourcesCap1\">Capabilities by Resource/Profile</h3><h4 id=\"resourcesSummary1\">Summary</h4><p>The summary table lists the resources that are part of this configuration, and for each resource it lists:</p><ul><li>The relevant profiles (if any)</li><li>The interactions supported by each resource (<b><span class=\"bg-info\">R</span></b>ead, <b><span class=\"bg-info\">S</span></b>earch, <b><span class=\"bg-info\">U</span></b>pdate, and <b><span class=\"bg-info\">C</span></b>reate, are always shown, while <b><span class=\"bg-info\">VR</span></b>ead, <b><span class=\"bg-info\">P</span></b>atch, <b><span class=\"bg-info\">D</span></b>elete, <b><span class=\"bg-info\">H</span></b>istory on <b><span class=\"bg-info\">I</span></b>nstance, or <b><span class=\"bg-info\">H</span></b>istory on <b><span class=\"bg-info\">T</span></b>ype are only present if at least one of the resources has support for them.</li><li><span>The required, recommended, and some optional search parameters (if any). </span></li><li>The linked resources enabled for <code>_include</code></li><li>The other resources enabled for <code>_revinclude</code></li><li>The operations on the resource (if any)</li></ul><div class=\"table-responsive\"><table class=\"table table-condensed table-hover\"><thead><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th class=\"text-center\"><b title=\"GET a resource (read interaction)\">R</b></th><th class=\"text-center\"><b title=\"GET past versions of resources (vread interaction)\">V-R</b></th><th class=\"text-center\"><b title=\"GET all set of resources of the type (search interaction)\">S</b></th><th class=\"text-center\"><b title=\"PUT a new resource version (update interaction)\">U</b></th><th class=\"text-center\"><b title=\"PATCH a new resource version (patch interaction)\">P</b></th><th class=\"text-center\"><b title=\"POST a new resource (create interaction)\">C</b></th><th class=\"text-center\"><b title=\"DELETE a resource (delete interaction)\">D</b></th><th class=\"text-center\"><b title=\"GET changes to a resource (history interaction on instance)\">H-I</b></th><th class=\"text-center\"><b title=\"GET changes for all resources of the type (history interaction on type)\">H-T</b></th><th><b title=\"Required and recommended search parameters\">Searches</b></th><th><code><b>_include</b></code></th><th><code><b>_revinclude</b></code></th><th><b>Operations</b></th></tr></thead><tbody><tr><td><a href=\"#AllergyIntolerance1-1\">AllergyIntolerance</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-allergyintolerance.html\">KR Core AllergyIntolerance Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>category, clinical-status, code, manifestation, onset, patient</td><td/><td/><td/></tr><tr><td><a href=\"#Condition1-2\">Condition</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-condition-chief-complaint.html\">KR Core Condition Profile for Chief Complaint</a><br/>  <a href=\"StructureDefinition-krcore-condition-encounter-diagnosis.html\">KR Core Condition Profile for Encounter Diagnosis</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>category, clinical-status, code, encounter, onset-date, patient, recorded-date</td><td/><td/><td/></tr><tr><td><a href=\"#DiagnosticReport1-3\">DiagnosticReport</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-diagnosticreport-diagnostic-imaging.html\">KR Core DiagnosticReport Profile for Diagnostic Imaging</a><br/>  <a href=\"StructureDefinition-krcore-diagnosticreport-function-tests.html\">KR Core DiagnosticReport Profile for Functional Tests</a><br/>  <a href=\"StructureDefinition-krcore-diagnosticreport-laboratory-results.html\">KR Core DiagnosticReport Profile for Laboratory Results</a><br/>  <a href=\"StructureDefinition-krcore-diagnosticreport-pathology-results.html\">KR Core DiagnosticReport Profile for Pathology Results</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>category, code, issued, patient, performer, request-date, result, specimen, status, study</td><td/><td/><td/></tr><tr><td><a href=\"#Encounter1-4\">Encounter</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-encounter.html\">KR Core Encounter Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>class, date, insurance-type, participant, patient, service-provider, status</td><td/><td/><td/></tr><tr><td><a href=\"#ImagingStudy1-5\">ImagingStudy</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-imagingstudy.html\">KR Core ImagingStudy Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>modality, patient, series, started, status</td><td/><td/><td/></tr><tr><td><a href=\"#Immunization1-6\">Immunization</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-immunization.html\">KR Core Immunization Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>date, dose-number, patient, status, vaccine-code</td><td/><td/><td/></tr><tr><td><a href=\"#Medication1-7\">Medication</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-medication.html\">KR Core Medication Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>code, ingredient-code</td><td/><td/><td/></tr><tr><td><a href=\"#MedicationRequest1-8\">MedicationRequest</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-medicationrequest.html\">KR Core MedicationRequest Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>authoredon, code, ingredient-code, intent, medication, patient, status</td><td/><td/><td/></tr><tr><td><a href=\"#Observation1-9\">Observation</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-observation-function-test.html\">KR Core Observation Profile for Functional Test</a><br/>  <a href=\"StructureDefinition-krcore-observation-laboratory-result.html\">KR Core Observation Profile for Laboratory Result</a><br/>  <a href=\"StructureDefinition-krcore-vitalsigns.html\">KR Core Observation Profile for Vital Signs</a><br/>  <a href=\"StructureDefinition-krcore-bloodpressure.html\">KR Core Observation Profile for Vital Signs: Blood Pressure</a><br/>  <a href=\"StructureDefinition-krcore-bodyheight.html\">KR Core Observation Profile for Vital Signs: Body Height</a><br/>  <a href=\"StructureDefinition-krcore-bodytemperature.html\">KR Core Observation Profile for Vital Signs: Body Temperature</a><br/>  <a href=\"StructureDefinition-krcore-bodyweight.html\">KR Core Observation Profile for Vital Signs: Body Weight</a><br/>  <a href=\"StructureDefinition-krcore-heartrate.html\">KR Core Observation Profile for Vital Signs: Heart Rate</a><br/>  <a href=\"StructureDefinition-krcore-pulseoximetry.html\">KR Core Observation Profile for Vital Signs: Pulse Oximetry</a><br/>  <a href=\"StructureDefinition-krcore-respiratoryrate.html\">KR Core Observation Profile for Vital Signs: Respiratory Rate</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>category, 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</td><td/><td/><td/></tr><tr><td><a href=\"#Organization1-10\">Organization</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-organization.html\">KR Core Organization Profile</a><br/>  <a href=\"StructureDefinition-krcore-healthcare-organization.html\">KR Core Healthcare Organization Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>address, identifier, name, telecom, type</td><td/><td/><td/></tr><tr><td><a href=\"#Patient1-11\">Patient</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-patient.html\">KR Core Patient Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>_id, address, birthdate, gender, identifier, name, telecom</td><td/><td/><td/></tr><tr><td><a href=\"#Practitioner1-12\">Practitioner</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-practitioner.html\">KR Core Practitioner Profile</a><br/>  <a href=\"StructureDefinition-krcore-medical-doctor.html\">KR Core Practitioner Profile for Medical Doctor</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>_id, code, identifier, name</td><td/><td/><td/></tr><tr><td><a href=\"#PractitionerRole1-13\">PractitionerRole</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-practitioner-role.html\">KR Core PractitionerRole Profile</a><br/>  <a href=\"StructureDefinition-krcore-medical-doctor-role.html\">KR Core PractitionerRole Profile for Medical Doctor</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>organization, practitioner, role, specialty</td><td/><td/><td/></tr><tr><td><a href=\"#Procedure1-14\">Procedure</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-procedure.html\">KR Core Procedure Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>category, code, date, patient, status</td><td/><td/><td/></tr><tr><td><a href=\"#Specimen1-15\">Specimen</a></td><td>Supported Profiles<br/>  <a href=\"StructureDefinition-krcore-specimen.html\">KR Core Specimen Profile</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td>bodysite, identifier, patient, type</td><td/><td/><td/></tr></tbody></table></div><hr/><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"AllergyIntolerance1-1\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>AllergyIntolerance</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/allergyintolerance.html\">AllergyIntolerance</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-allergyintolerance.html\">KR Core AllergyIntolerance Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-allergyintolerance-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-allergyintolerance-code.html\">code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-allergyintolerance-category.html\">category</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-allergyintolerance-clinical-status.html\">clinical-status</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-allergyintolerance-manifestation.html\">manifestation</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-allergyintolerance-onset.html\">onset</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Condition1-2\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>Condition</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/condition.html\">Condition</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-condition-chief-complaint.html\">KR Core Condition Profile for Chief Complaint</a><br/><a href=\"StructureDefinition-krcore-condition-encounter-diagnosis.html\">KR Core Condition Profile for Encounter Diagnosis</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-condition-code.html\">code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-condition-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-condition-category.html\">category</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-condition-clinical-status.html\">clinical-status</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-condition-encounter.html\">encounter</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-condition-onset-date.html\">onset-date</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-condition-recorded-date.html\">recorded-date</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"DiagnosticReport1-3\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>DiagnosticReport</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html\">DiagnosticReport</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-diagnosticreport-diagnostic-imaging.html\">KR Core DiagnosticReport Profile for Diagnostic Imaging</a><br/><a href=\"StructureDefinition-krcore-diagnosticreport-function-tests.html\">KR Core DiagnosticReport Profile for Functional Tests</a><br/><a href=\"StructureDefinition-krcore-diagnosticreport-laboratory-results.html\">KR Core DiagnosticReport Profile for Laboratory Results</a><br/><a href=\"StructureDefinition-krcore-diagnosticreport-pathology-results.html\">KR Core DiagnosticReport Profile for Pathology Results</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-code.html\">code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-category.html\">category</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-result.html\">result</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-issued.html\">issued</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-performer.html\">performer</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-request-date.html\">request-date</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-specimen.html\">specimen</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-status.html\">status</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-diagnosticreport-study.html\">study</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Encounter1-4\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>Encounter</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/encounter.html\">Encounter</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-encounter.html\">KR Core Encounter Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-encounter-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-encounter-class.html\">class</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-encounter-date.html\">date</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-encounter-insurance-type.html\">insurance-type</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-encounter-participant.html\">participant</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-encounter-service-provider.html\">service-provider</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-encounter-status.html\">status</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"ImagingStudy1-5\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>ImagingStudy</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/imagingstudy.html\">ImagingStudy</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-imagingstudy.html\">KR Core ImagingStudy Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-imagingstudy-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-imagingstudy-modality.html\">modality</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-imagingstudy-series.html\">series</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-imagingstudy-started.html\">started</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-imagingstudy-status.html\">status</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Immunization1-6\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>Immunization</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/immunization.html\">Immunization</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-immunization.html\">KR Core Immunization Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-immunization-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-immunization-vaccine-code.html\">vaccine-code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-immunization-date.html\">date</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-immunization-dose-number.html\">dose-number</a></td><td><code>number</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 양의 정수값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 양의 정수값을 지원해야 하며, 그 외의 값은 <strong>반드시(SHALL)</strong> 오류로 처리하거나 무시해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-immunization-status.html\">status</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Medication1-7\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>Medication</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/medication.html\">Medication</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-medication.html\">KR Core Medication Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-medication-code.html\">code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-medication-ingredient-code.html\">ingredient-code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"MedicationRequest1-8\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>MedicationRequest</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/medicationrequest.html\">MedicationRequest</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-medicationrequest.html\">KR Core MedicationRequest Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-medicationrequest-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-medicationrequest-code.html\">code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-medicationrequest-ingredient-code.html\">ingredient-code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-medicationrequest-intent.html\">intent</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-medicationrequest-medication.html\">medication</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-medicationrequest-authoredon.html\">authoredon</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-medicationrequest-status.html\">status</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Observation1-9\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>Observation</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/observation.html\">Observation</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-observation-function-test.html\">KR Core Observation Profile for Functional Test</a><br/><a href=\"StructureDefinition-krcore-observation-laboratory-result.html\">KR Core Observation Profile for Laboratory Result</a><br/><a href=\"StructureDefinition-krcore-vitalsigns.html\">KR Core Observation Profile for Vital Signs</a><br/><a href=\"StructureDefinition-krcore-bloodpressure.html\">KR Core Observation Profile for Vital Signs: Blood Pressure</a><br/><a href=\"StructureDefinition-krcore-bodyheight.html\">KR Core Observation Profile for Vital Signs: Body Height</a><br/><a href=\"StructureDefinition-krcore-bodytemperature.html\">KR Core Observation Profile for Vital Signs: Body Temperature</a><br/><a href=\"StructureDefinition-krcore-bodyweight.html\">KR Core Observation Profile for Vital Signs: Body Weight</a><br/><a href=\"StructureDefinition-krcore-heartrate.html\">KR Core Observation Profile for Vital Signs: Heart Rate</a><br/><a href=\"StructureDefinition-krcore-pulseoximetry.html\">KR Core Observation Profile for Vital Signs: Pulse Oximetry</a><br/><a href=\"StructureDefinition-krcore-respiratoryrate.html\">KR Core Observation Profile for Vital Signs: Respiratory Rate</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-observation-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-observation-category.html\">category</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-observation-issued.html\">issued</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-observation-performer.html\">performer</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-code.html\">code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-code-value-concept.html\">code-value-concept</a></td><td><code>composite</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-code-value-date.html\">code-value-date</a></td><td><code>composite</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-code-value-quantity.html\">code-value-quantity</a></td><td><code>composite</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-code-value-string.html\">code-value-string</a></td><td><code>composite</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-component-code.html\">component-code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-component-code-value-concept.html\">component-code-value-concept</a></td><td><code>composite</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-component-code-value-quantity.html\">component-code-value-quantity</a></td><td><code>composite</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 모든 구성 요소의 검색 값을 동시에 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-component-data-absent-reason.html\">component-data-absent-reason</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-component-value-concept.html\">component-value-concept</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-component-value-quantity.html\">component-value-quantity</a></td><td><code>quantity</code></td><td><div><p>KR Core Client는 적어도 <strong>반드시(SHALL)</strong> <code>number</code> 값 검색을 지원해야 하며, **선택적(MAY)**으로 <code>number</code>|<code>system</code>|<code>unit</code>, <code>number</code>||<code>unit</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>number</code>, <code>number</code>|<code>system</code>|<code>unit</code>, <code>number</code>||<code>unit</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-data-absent-reason.html\">data-absent-reason</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-date.html\">date</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-specimen.html\">specimen</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-status.html\">status</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-value-concept.html\">value-concept</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-value-date.html\">value-date</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-value-quantity.html\">value-quantity</a></td><td><code>quantity</code></td><td><div><p>KR Core Client는 적어도 <strong>반드시(SHALL)</strong> <code>number</code> 값 검색을 지원해야 하며, **선택적(MAY)**으로 <code>number</code>|<code>system</code>|<code>unit</code>, <code>number</code>||<code>unit</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>number</code>, <code>number</code>|<code>system</code>|<code>unit</code>, <code>number</code>||<code>unit</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-observation-value-string.html\">value-string</a></td><td><code>string</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Organization1-10\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>Organization</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-organization.html\">KR Core Organization Profile</a><br/><a href=\"StructureDefinition-krcore-healthcare-organization.html\">KR Core Healthcare Organization Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-organization-identifier.html\">identifier</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-organization-name.html\">name</a></td><td><code>string</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-organization-address.html\">address</a></td><td><code>string</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-organization-telecom.html\">telecom</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-organization-type.html\">type</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Patient1-11\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHALL </span>Patient</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-patient.html\">KR Core Patient Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-patient-id.html\">_id</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-patient-identifier.html\">identifier</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-patient-name.html\">name</a></td><td><code>string</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-patient-birthdate.html\">birthdate</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>day</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>day</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-patient-gender.html\">gender</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-patient-telecom.html\">telecom</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-patient-address.html\">address</a></td><td><code>string</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Practitioner1-12\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>Practitioner</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/practitioner.html\">Practitioner</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-practitioner.html\">KR Core Practitioner Profile</a><br/><a href=\"StructureDefinition-krcore-medical-doctor.html\">KR Core Practitioner Profile for Medical Doctor</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-practitioner-identifier.html\">identifier</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-practitioner-name.html\">name</a></td><td><code>string</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> 한글 문자열 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-practitioner-id.html\">_id</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-practitioner-code.html\">code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"PractitionerRole1-13\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>PractitionerRole</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/practitionerrole.html\">PractitionerRole</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-practitioner-role.html\">KR Core PractitionerRole Profile</a><br/><a href=\"StructureDefinition-krcore-medical-doctor-role.html\">KR Core PractitionerRole Profile for Medical Doctor</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-practitionerrole-practitioner.html\">practitioner</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-practitionerrole-role.html\">role</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-practitionerrole-specialty.html\">specialty</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-practitionerrole-organization.html\">organization</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Procedure1-14\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>Procedure</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/procedure.html\">Procedure</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-procedure.html\">KR Core Procedure Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-procedure-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-procedure-code.html\">code</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-procedure-date.html\">date</a></td><td><code>date</code></td><td><div><p>KR Core Client는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-procedure-category.html\">category</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-procedure-status.html\">status</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Specimen1-15\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: SHOULD </span>Specimen</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4\"><span class=\"lead\">Core FHIR Resource</span><br/><a href=\"http://hl7.org/fhir/R4/specimen.html\">Specimen</a></div><div class=\"col-lg-4\"><span class=\"lead\">Reference Policy</span><br/><code>resolves</code></div><div class=\"col-lg-4\"><span class=\"lead\">Interaction summary</span><br/><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li><li><strong>MAY</strong> support <code>create</code>, <code>update</code>, <code>patch</code>, <code>delete</code>, <code>history-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-6\"><span class=\"lead\">Supported Profiles</span><p><a href=\"StructureDefinition-krcore-specimen.html\">KR Core Specimen Profile</a></p></div></div><p/><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-krcore-sp-specimen-patient.html\">patient</a></td><td><code>reference</code></td><td><div><p>KR Core Client는 적어도 <code>id</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>Type</code>/<code>id</code> 값 검색을 지원할 수 있다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>id</code>, <code>Type</code>/<code>id</code> 값 검색을 모두 지원해야 한다.</p>\n</div></td></tr><tr><td><b>SHOULD</b></td><td><a href=\"SearchParameter-krcore-sp-specimen-type.html\">type</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-specimen-bodysite.html\">bodysite</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr><tr><td><b>MAY</b></td><td><a href=\"SearchParameter-krcore-sp-specimen-identifier.html\">identifier</a></td><td><code>token</code></td><td><div><p>KR Core Client는 적어도 <code>code</code> 값 검색을 <strong>반드시(SHALL)</strong> 지원해야 하며, **선택적(MAY)**으로 <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 지원할 수 있다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다. KR Core Server는 <strong>반드시(SHALL)</strong> <code>code</code>, <code>system</code>|<code>code</code>, |<code>code</code>, <code>system</code>| 값 검색을 모두 지원해야 한다. 또한, <strong>반드시(SHALL)</strong> 한글로 구성된 <code>code</code> 값 검색을 지원해야 한다.</p>\n</div></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/ImplementationGuide/hl7.fhir.kr.core"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/ImplementationGuide/hl7.fhir.kr.core>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://www.hl7korea.or.kr/fhir/krcore/CapabilityStatement/krcore-capabilitystatement-client"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-preview"] ; # 
  fhir:name [ fhir:v "KRCoreClientCapabilityStatement"] ; # 
  fhir:title [ fhir:v "KR Core Client CapabilityStatement"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2023-06-30"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Korea"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://smarthealthstandard.kr" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "이 CapabilityStatement는 보건의료데이터 생성(create), 수정(update), 읽기(read), 검색(search) 요청을 시작하는 역할을 담당하는 **KR Core Client**에 대한 기본 규칙을 설명한다. KR Core Client가 지원해야 하는 KR Core Profile, RESTful API, 검색 인자(Search Parameter)의 전체 목록은 이 CapabilityStatement에 정의되어 있다."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KR" ] ;
fhir:display [ fhir:v "Korea, Republic of" ]     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:instantiates ( [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-capabilitystatement-client"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-capabilitystatement-client> ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"       ]     ] )
  ] ) ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [
fhir:v "application/fhir+xml" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"       ]     ] )
  ] [
fhir:v "application/fhir+json" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"       ]     ] )
  ] ) ; # 
  fhir:patchFormat ( [
fhir:v "application/fhir+json" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"       ]     ] )
  ] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "client" ] ;
fhir:documentation [ fhir:v "KR Core Client는 다음 사항을 **반드시(SHALL)** 준수:\n\n\n1. KR Core Server CapabilityStatement에 정의된 RESTful Operations, Search Parameters를 활용하여, 하나 이상의 KR Core Profile에 대하여 리소스 등록 및 쿼리 지원.\n\n1. KR Core IG의 [General Requirements](general_requirements.html) 및 [Element Support and Responsibilities](element_support_and_responsibilities.html) 준수." ] ;
    ( fhir:resource [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "AllergyIntolerance" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-allergyintolerance"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-allergyintolerance> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-category"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-category>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "clinical-status" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-clinical-status"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-clinical-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "manifestation" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-manifestation"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-manifestation>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "onset" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-onset"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-onset>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "Condition" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-condition-chief-complaint"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-condition-chief-complaint> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-condition-encounter-diagnosis"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-condition-encounter-diagnosis> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-category"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-category>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "clinical-status" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-clinical-status"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-clinical-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "encounter" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-encounter"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-encounter>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "onset-date" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-onset-date"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-onset-date>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "recorded-date" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-recorded-date"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-recorded-date>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "DiagnosticReport" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-diagnostic-imaging"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-diagnostic-imaging> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-function-tests"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-function-tests> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-laboratory-results"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-laboratory-results> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-pathology-results"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-diagnosticreport-pathology-results> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-category"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-category>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "issued" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-issued"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-issued>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "performer" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-performer"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-performer>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "request-date" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-request-date"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-request-date>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "result" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-result"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-result>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "specimen" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-specimen"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-specimen>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-status"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "study" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-study"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-study>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "Encounter" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-encounter"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-encounter> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "class" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-class"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-class>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-date"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-date>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "insurance-type" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-insurance-type"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-insurance-type>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "participant" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-participant"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-participant>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "service-provider" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-service-provider"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-service-provider>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-status"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "ImagingStudy" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-imagingstudy"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-imagingstudy> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "modality" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-modality"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-modality>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "series" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-series"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-series>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "started" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-started"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-started>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-status"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "Immunization" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-immunization"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-immunization> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-date"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-date>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "dose-number" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-dose-number"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-dose-number>         ] ;
fhir:type [ fhir:v "number" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 양의 정수값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** 양의 정수값을 지원해야 하며, 그 외의 값은 **반드시(SHALL)** 오류로 처리하거나 무시해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-status"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "vaccine-code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-vaccine-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-immunization-vaccine-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "Medication" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medication"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medication> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medication-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medication-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "ingredient-code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medication-ingredient-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medication-ingredient-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "MedicationRequest" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationrequest"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medicationrequest> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "authoredon" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-authoredon"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-authoredon>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "ingredient-code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-ingredient-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-ingredient-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "intent" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-intent"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-intent>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "medication" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-medication"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-medication>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-status"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "Observation" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-observation-function-test"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-observation-function-test> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-observation-laboratory-result"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-observation-laboratory-result> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-vitalsigns"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-vitalsigns> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bloodpressure"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bloodpressure> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bodyheight"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bodyheight> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bodytemperature"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bodytemperature> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bodyweight"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-bodyweight> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-heartrate"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-heartrate> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-pulseoximetry"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-pulseoximetry> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-respiratoryrate"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-respiratoryrate> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-category"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-category>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "code-value-concept" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code-value-concept"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code-value-concept>         ] ;
fhir:type [ fhir:v "composite" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "code-value-date" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code-value-date"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code-value-date>         ] ;
fhir:type [ fhir:v "composite" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "code-value-quantity" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code-value-quantity"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code-value-quantity>         ] ;
fhir:type [ fhir:v "composite" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "code-value-string" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code-value-string"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code-value-string>         ] ;
fhir:type [ fhir:v "composite" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "component-code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "component-code-value-concept" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-code-value-concept"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-code-value-concept>         ] ;
fhir:type [ fhir:v "composite" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "component-code-value-quantity" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-code-value-quantity"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-code-value-quantity>         ] ;
fhir:type [ fhir:v "composite" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 제공할 수 있어야 한다. KR Core Server는 **반드시(SHALL)** 모든 구성 요소의 검색 값을 동시에 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "component-data-absent-reason" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-data-absent-reason"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-data-absent-reason>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "component-value-concept" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-value-concept"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-value-concept>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "component-value-quantity" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-value-quantity"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-component-value-quantity>         ] ;
fhir:type [ fhir:v "quantity" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 **반드시(SHALL)** `number` 값 검색을 지원해야 하며, **선택적(MAY)**으로 `number`\\|`system`\\|`unit`, `number`\\|\\|`unit` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `number`, `number`\\|`system`\\|`unit`, `number`\\|\\|`unit` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "data-absent-reason" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-data-absent-reason"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-data-absent-reason>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-date"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-date>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "issued" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-issued"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-issued>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "performer" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-performer"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-performer>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "specimen" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-specimen"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-specimen>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-status"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "value-concept" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-value-concept"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-value-concept>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "value-date" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-value-date"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-value-date>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "value-quantity" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-value-quantity"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-value-quantity>         ] ;
fhir:type [ fhir:v "quantity" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 **반드시(SHALL)** `number` 값 검색을 지원해야 하며, **선택적(MAY)**으로 `number`\\|`system`\\|`unit`, `number`\\|\\|`unit` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `number`, `number`\\|`system`\\|`unit`, `number`\\|\\|`unit` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "value-string" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-value-string"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-value-string>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "Organization" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-organization"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-organization> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "address" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-address"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-address>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-identifier"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-identifier>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "name" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-name"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-name>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "telecom" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-telecom"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-telecom>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "type" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-type"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-type>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"         ]       ] ) ;
fhir:type [ fhir:v "Patient" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-patient> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-id"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-id>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "address" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-address"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-address>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "birthdate" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-birthdate"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-birthdate>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *day* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *day* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "gender" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-gender"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-gender>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-identifier"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-identifier>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "name" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-name"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-name>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "telecom" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-telecom"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-telecom>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "Practitioner" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-id"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-id>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-identifier"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-identifier>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "name" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-name"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-name>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** 한글 문자열 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "PractitionerRole" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner-role"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-practitioner-role> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor-role"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-medical-doctor-role> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "organization" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-organization"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-organization>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "practitioner" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-practitioner"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-practitioner>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "role" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-role"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-role>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "specialty" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-specialty"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-specialty>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "Procedure" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-procedure"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-procedure> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-category"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-category>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-code"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-code>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-date"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-date>         ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "KR Core Client는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. KR Core Server는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-status"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-status>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"         ]       ] ) ;
fhir:type [ fhir:v "Specimen" ] ;
      ( fhir:supportedProfile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-specimen"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-specimen> ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] )       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:code [ fhir:v "history-instance" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:code [ fhir:v "history-type" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "bodysite" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-bodysite"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-bodysite>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "MAY"           ]         ] ) ;
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-identifier"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-identifier>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHALL"           ]         ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-patient"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-patient>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `id` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `Type`/`id` 값 검색을 지원할 수 있다. KR Core Server는 **반드시(SHALL)** `id`, `Type`/`id` 값 검색을 모두 지원해야 한다." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "SHOULD"           ]         ] ) ;
fhir:name [ fhir:v "type" ] ;
fhir:definition [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-type"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-specimen-type>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "KR Core Client는 적어도 `code` 값 검색을 **반드시(SHALL)** 지원해야 하며, **선택적(MAY)**으로 `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 지원할 수 있다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다. KR Core Server는 **반드시(SHALL)** `code`, `system`\\|`code`, \\|`code`, `system`\\| 값 검색을 모두 지원해야 한다. 또한, **반드시(SHALL)** 한글로 구성된 `code` 값 검색을 지원해야 한다." ]       ] )     ] )
  ] ) . #