MyHealthWay
0.1.1 - draft Korea, Republic of

MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions

: MyHealthWay Server CapabilityStatement - XML Representation

Active as of 2023-11-14

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="myhealthway-capabilitystatement-server"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2 id="title">MyHealthWay Server CapabilityStatement</h2><ul><li>Implementation Guide Version: 0.1.1</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: Tue Nov 14 00:00:00 KST 2023</li><li>Published by: 한국보건의료정보원</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 &quot;SHALL NOT&quot;. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote><h2 id="rest">FHIR RESTful Capabilities</h2><div class="panel panel-default"><div class="panel-heading"><h3 id="mode1" class="panel-title">Mode: <code>server</code></h3></div><div class="panel-body"><div><p>MyHealthWay Server는 다음 사항을 <strong>반드시(SHALL)</strong> 준수:</p>
<ol>
<li>
<p>FHIR specification을 따라 RESTful operation을 구현.</p>
</li>
<li>
<p>다음 응답을 반환.</p>
<ul>
<li>
<p>(Status 400): invalid parameter (=잘못된 매개변수)</p>
</li>
<li>
<p>(Status 401/4xx): unauthorized request (=승인되지 않은 요청)</p>
</li>
<li>
<p>(Status 403): insufficient scopes (=권한 범위 부족)</p>
</li>
<li>
<p>(Status 404): unknown resource (=알 수 없는 리소스)</p>
</li>
</ul>
</li>
<li>
<p>모든 MyHealthWay 상호 작용에 대해 JSON 형식을 지원.</p>
</li>
</ol>
<p>MyHealthWay Server는 다음 사항을 <strong>가능한 한(SHOULD)</strong> 준수:</p>
<ol>
<li>
<p>모든 MyHealthWay 상호작용에 대해 XML 형식을 지원.</p>
</li>
<li>
<p>각 인스턴스의 FHIR 'meta.profile' 속성의 일부로 지원되는 MyHealthWay Profile을 식별.</p>
</li>
</ol>
</div><div class="lead"><em>Security</em></div><blockquote><div><ol>
<li>MyHealthWay Server는 승인되지 않은 요청에 대해 다음 중 하나를 반환하여 거부할 것을 <strong>반드시(SHALL)</strong> 준수: 'HTTP 401' &quot;Unauthorized&quot;, 'HTTP 403' &quot;Forbidden&quot;, 'HTTP 404' &quot;Not Found&quot;</li>
</ol>
</div></blockquote><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="#Patient1-1">Patient</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-patient.html">MyHealthWay Patient Profile</a></td><td>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, organization</td><td/><td/><td/></tr><tr><td><a href="#Organization1-2">Organization</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-organization.html">MyHealthWay Organization Profile</a></td><td>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>telecom, address, identifier, name, type</td><td/><td/><td/></tr><tr><td><a href="#Practitioner1-3">Practitioner</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-practitioner.html">MyHealthWay Practitioner Profile</a></td><td>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, _id, name</td><td/><td/><td/></tr><tr><td><a href="#PractitionerRole1-4">PractitionerRole</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-practitionerrole.html">MyHealthWay PractitionerRole Profile</a></td><td>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, specialty, role</td><td/><td/><td/></tr><tr><td><a href="#Encounter1-5">Encounter</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-encounter.html">MyHealthWay Encounter Profile</a></td><td>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>participant, patient, service-provider, identifier</td><td/><td/><td/></tr><tr><td><a href="#AllergyIntolerance1-6">AllergyIntolerance</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-allergyintolerance.html">MyHealthWay AllergyIntolerance Profile</a></td><td>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, patient, identifier</td><td/><td/><td/></tr><tr><td><a href="#Condition1-7">Condition</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-condition.html">MyHealthWay Condition Profile</a></td><td>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, patient, identifier</td><td/><td/><td/></tr><tr><td><a href="#MedicationRequest1-8">MedicationRequest</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-medication-request.html">MyHealthWay MedicationRequest Profile</a></td><td>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>intent, patient, identifier, code</td><td/><td/><td/></tr><tr><td><a href="#Procedure1-9">Procedure</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-procedure.html">MyHealthWay Procedure Profile</a></td><td>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, date, patient, identifier</td><td/><td/><td/></tr><tr><td><a href="#ImagingStudy1-10">ImagingStudy</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-imagingstudy.html">MyHealthWay ImagingStudy Profile</a></td><td>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, identifier, encounter, endpoint</td><td/><td/><td/></tr><tr><td><a href="#Observation1-11">Observation</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-observation-exam.html">MyHealthWay Observation Profile for Exam</a><br/>  <a href="StructureDefinition-myhealthway-observation-laboratory.html">MyHealthWay Observation Profile for Laboratory Result</a></td><td>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, performer, encounter, identifier</td><td/><td/><td/></tr><tr><td><a href="#DiagnosticReport1-12">DiagnosticReport</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-diagnosticreport-imaging.html">MyHealthWay DiagnosticReport Profile for Diagnostic Imaging</a><br/>  <a href="StructureDefinition-myhealthway-diagnosticreport-pathology.html">MyHealthWay DiagnosticReport Profile for Pathology Result</a></td><td>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>identifier, category, code, patient, encounter, date, result, media</td><td/><td/><td/></tr><tr><td><a href="#Endpoint1-13">Endpoint</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-endpoint.html">MyHealthWay Endpoint Profile</a></td><td>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>identifier, connection-type, name, organization</td><td/><td/><td/></tr><tr><td><a href="#Media1-14">Media</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-media.html">MyHealthWay Media Profile</a></td><td>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>identifier, patient, encounter, site</td><td/><td/><td/></tr><tr><td><a href="#DocumentReference1-15">DocumentReference</a></td><td>Supported profiles:<br/>  <a href="StructureDefinition-myhealthway-documentreference.html">MyHealthWay DocumentReference Profile</a></td><td>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>identifier, type, patient, encounter, date</td><td/><td/><td/></tr></tbody></table></div><hr/><div class="panel panel-default"><div class="panel-heading"><h4 id="Patient1-1" 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-myhealthway-patient.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-patient</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-patient-id.html">_id</a></td><td><code>token</code></td><td><div></div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-patient-identifier.html">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-patient-name.html">name</a></td><td><code>string</code></td><td><div></div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-patient-birthdate.html">birthdate</a></td><td><code>date</code></td><td><div><p>클라이언트는 <strong>반드시(SHALL)</strong> <em>day</em> 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 <strong>반드시(SHALL)</strong> <em>day</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-patient-gender.html">gender</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/patient.html#search">organization</a></td><td><code>reference</code></td><td><div></div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-patient-address.html">address</a></td><td><code>string</code></td><td><div></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-2" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-organization.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-organization</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-organization-identifier.html">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-organization-name.html">name</a></td><td><code>string</code></td><td><div></div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-organization-telecom.html">telecom</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-organization-address.html">address</a></td><td><code>string</code></td><td><div></div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-organization-type.html">type</a></td><td><code>token</code></td><td><div></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-3" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-practitioner.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitioner</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-practitioner-name.html">name</a></td><td><code>string</code></td><td><div></div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-practitioner-id.html">_id</a></td><td><code>token</code></td><td><div></div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-practitioner-code.html">code</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</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-4" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-practitionerrole.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitionerrole</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-practitionerrole-practitioner.html">practitioner</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-practitionerrole-specialty.html">specialty</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-practitionerrole-role.html">role</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-practitionerrole-organization.html">organization</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</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-5" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-encounter.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-encounter</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-encounter-patient.html">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/encounter.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-encounter-participant.html">participant</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-encounter-service-provider.html">service-provider</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</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="AllergyIntolerance1-6" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-allergyintolerance.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-allergyintolerance</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-allergyintolerance-patient.html">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/allergyintolerance.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-allergyintolerance-code.html">code</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</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-7" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-condition.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-condition</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-condition-code.html">code</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-condition-patient.html">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/condition.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</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: SHALL</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-myhealthway-medication-request.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-medication-request</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-medicationrequest-patient.html">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/medicationrequest.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-medicationrequest-intent.html">intent</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/medicationrequest.html#search">code</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</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-9" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-procedure.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-procedure</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-procedure-patient.html">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/procedure.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-procedure-code.html">code</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-procedure-date.html">date</a></td><td><code>date</code></td><td><div><p>클라이언트는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>
</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-10" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-imagingstudy.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-imagingstudy</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-imagingstudy-patient.html">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/imagingstudy.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/imagingstudy.html#search">encounter</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/imagingstudy.html#search">endpoint</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-imagingstudy-modality.html">modality</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-imagingstudy-series.html">series</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</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-11" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-observation-exam.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-exam</a><br/><a href="StructureDefinition-myhealthway-observation-laboratory.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-laboratory</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="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-observation-category.html">category</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-observation-patient.html">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/observation.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-observation-performer.html">performer</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/observation.html#search">encounter</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-observation-code.html">code</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>MAY</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-observation-date.html">date</a></td><td><code>date</code></td><td><div><p>클라이언트는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>
</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-12" class="panel-title"><span style="float: right;">Resource Conformance: SHALL</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-myhealthway-diagnosticreport-imaging.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-imaging</a><br/><a href="StructureDefinition-myhealthway-diagnosticreport-pathology.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-pathology</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="http://hl7.org/fhir/R4/diagnosticreport.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-diagnosticreport-code.html">code</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-diagnosticreport-patient.html">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/diagnosticreport.html#search">encounter</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-diagnosticreport-category.html">category</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://www.hl7korea.or.kr/fhir/krcore/STU1.0.2/SearchParameter-krcore-sp-diagnosticreport-result.html">result</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/diagnosticreport.html#search">media</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>MAY</b></td><td><a href="http://hl7.org/fhir/R4/diagnosticreport.html#search">date</a></td><td><code>date</code></td><td><div><p>클라이언트는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 <strong>반드시(SHALL)</strong> <em>second</em> + <em>time offset</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>
</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="Endpoint1-13" class="panel-title"><span style="float: right;">Resource Conformance: MAY</span>Endpoint</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/endpoint.html">Endpoint</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-myhealthway-endpoint.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-endpoint</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="http://hl7.org/fhir/R4/endpoint.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/endpoint.html#search">connection-type</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td><a href="http://hl7.org/fhir/R4/endpoint.html#search">name</a></td><td><code>string</code></td><td><div></div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/endpoint.html#search">organization</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</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="Media1-14" class="panel-title"><span style="float: right;">Resource Conformance: MAY</span>Media</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/media.html">Media</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-myhealthway-media.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-media</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>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/media.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/media.html#search">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/media.html#search">encounter</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/media.html#search">site</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</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="DocumentReference1-15" class="panel-title"><span style="float: right;">Resource Conformance: MAY</span>DocumentReference</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/documentreference.html">DocumentReference</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-myhealthway-documentreference.html">https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference</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>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/documentreference.html#search">identifier</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/documentreference.html#search">type</a></td><td><code>token</code></td><td><div><p>클라이언트는 적어도 <code>code</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>system</code>과 <code>code</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>system</code>과 <code>code</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/documentreference.html#search">patient</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/documentreference.html#search">encounter</a></td><td><code>reference</code></td><td><div><p>클라이언트는 적어도 <code>id</code> 값을 <strong>반드시(SHALL)</strong> 제공해야 하며, **선택적(MAY)**으로 <code>Type</code>과 <code>id</code> 값을 모두 제공할 수 있다. 서버는 <strong>반드시(SHALL)</strong> <code>Type</code>과 <code>id</code> 값을 모두 지원해야 한다.</p>
</div></td></tr><tr><td><b>SHOULD</b></td><td><a href="http://hl7.org/fhir/R4/documentreference.html#search">date</a></td><td><code>date</code></td><td><div><p>클라이언트는 <strong>반드시(SHALL)</strong> <em>day</em> 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 <strong>반드시(SHALL)</strong> <em>day</em> 수준의 정확도를 가지는 값을 지원해야 한다.</p>
</div></td></tr></tbody></table></div><div class="col-lg-5"> </div></div></div></div></div></div>
  </text>
  <url
       value="https://hins.or.kr/fhir/MyHealthWay/CapabilityStatement/myhealthway-capabilitystatement-server"/>
  <version value="0.1.1"/>
  <name value="MyHealthWayServerCapabilityStatement"/>
  <title value="MyHealthWay Server CapabilityStatement"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-11-14"/>
  <publisher value="한국보건의료정보원"/>
  <contact>
    <name value="한국보건의료정보원"/>
    <telecom>
      <system value="url"/>
      <value value="https://hins.or.kr"/>
    </telecom>
  </contact>
  <description
               value="MyHealthWay Client가 요청한 쿼리에 대한 응답을 제공할 책임이 있는 MyHealthWay Server의 예상 기능을 설명. MyHealthWay Server에서 지원하는 FHIR Profiles, RESTful Operations, Search Parameters의 전체 목록을 정의함. MyHealthWay Client는 이 목록에서 사용 사례 및 기타 상황별 요구 사항에 따라 필요한 데이터에 접근할 수 있음."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="KR"/>
    </coding>
  </jurisdiction>
  <kind value="requirements"/>
  <instantiates
                value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-capabilitystatement-server">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="SHALL"/>
    </extension>
  </instantiates>
  <fhirVersion value="4.0.1"/>
  <format value="application/fhir+xml">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="SHOULD"/>
    </extension>
  </format>
  <format value="application/fhir+json">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="SHALL"/>
    </extension>
  </format>
  <patchFormat value="application/fhir+json">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="SHOULD"/>
    </extension>
  </patchFormat>
  <rest>
    <mode value="server"/>
    <documentation
                   value="MyHealthWay Server는 다음 사항을 **반드시(SHALL)** 준수:


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

1. 다음 응답을 반환.

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

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

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

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

1. 모든 MyHealthWay 상호 작용에 대해 JSON 형식을 지원.


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


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

1. 각 인스턴스의 FHIR 'meta.profile' 속성의 일부로 지원되는 MyHealthWay Profile을 식별.
"/>
    <security>
      <description
                   value="1. MyHealthWay Server는 승인되지 않은 요청에 대해 다음 중 하나를 반환하여 거부할 것을 **반드시(SHALL)** 준수: 'HTTP 401' &quot;Unauthorized&quot;, 'HTTP 403' &quot;Forbidden&quot;, 'HTTP 404' &quot;Not Found&quot;"/>
    </security>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Patient"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-patient">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-id"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="address"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-address"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="birthdate"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-birthdate"/>
        <type value="date"/>
        <documentation
                       value="클라이언트는 **반드시(SHALL)** *day* 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 **반드시(SHALL)** *day* 수준의 정확도를 가지는 값을 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="gender"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-gender"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-patient-name"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="organization"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/Patient-organization"/>
        <type value="reference"/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Organization"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-organization">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="telecom"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-telecom"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="address"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-address"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-name"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="type"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-organization-type"/>
        <type value="token"/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Practitioner"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitioner">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-code"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-id"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitioner-name"/>
        <type value="string"/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="PractitionerRole"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-practitionerrole">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="organization"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-organization"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="practitioner"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-practitioner"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="specialty"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-specialty"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="role"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-practitionerrole-role"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Encounter"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-encounter">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="participant"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-participant"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="service-provider"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-encounter-service-provider"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="AllergyIntolerance"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-allergyintolerance">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-code"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-allergyintolerance-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Condition"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-condition">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-code"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-condition-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="MedicationRequest"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-medication-request">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="intent"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-intent"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-medicationrequest-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-code"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Procedure"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-procedure">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-code"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-date"/>
        <type value="date"/>
        <documentation
                       value="클라이언트는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-procedure-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="ImagingStudy"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-imagingstudy">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="modality"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-modality"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="series"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-imagingstudy-series"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="encounter"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/ImagingStudy-encounter"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="endpoint"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Observation"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-exam">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-laboratory">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="category"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-category"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-code"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-date"/>
        <type value="date"/>
        <documentation
                       value="클라이언트는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="performer"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-observation-performer"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="encounter"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="DiagnosticReport"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-imaging">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-pathology">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="category"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-category"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-code"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="encounter"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-date"/>
        <type value="date"/>
        <documentation
                       value="클라이언트는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 **반드시(SHALL)** *second* + *time offset* 수준의 정확도를 가지는 값을 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="result"/>
        <definition
                    value="http://www.hl7korea.or.kr/fhir/krcore/SearchParameter/krcore-sp-diagnosticreport-result"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="media"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/DiagnosticReport-media"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="MAY"/>
      </extension>
      <type value="Endpoint"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-endpoint"/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/Endpoint-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="connection-type"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/Endpoint-connection-type"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/Endpoint-name"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="organization"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/Endpoint-organization"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="MAY"/>
      </extension>
      <type value="Media"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-media"/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/Media-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/Media-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="encounter"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/Media-encounter"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="site"/>
        <definition value="http://hl7.org/fhir/SearchParameter/Media-site"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="MAY"/>
      </extension>
      <type value="DocumentReference"/>
      <supportedProfile
                        value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-documentreference"/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <referencePolicy value="resolves"/>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-identifier"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="type"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-type"/>
        <type value="token"/>
        <documentation
                       value="클라이언트는 적어도 `code` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `system`과 `code` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `system`과 `code` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-patient"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="encounter"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/clinical-encounter"/>
        <type value="reference"/>
        <documentation
                       value="클라이언트는 적어도 `id` 값을 **반드시(SHALL)** 제공해야 하며, **선택적(MAY)**으로 `Type`과 `id` 값을 모두 제공할 수 있다. 서버는 **반드시(SHALL)** `Type`과 `id` 값을 모두 지원해야 한다."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/DocumentReference-date"/>
        <type value="date"/>
        <documentation
                       value="클라이언트는 **반드시(SHALL)** *day* 수준의 정확도를 가지는 값을 제공해야 한다. 서버는 **반드시(SHALL)** *day* 수준의 정확도를 가지는 값을 지원해야 한다."/>
      </searchParam>
    </resource>
  </rest>
</CapabilityStatement>