臺灣核心實作指引(TW Core IG)
0.1.0 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.0: Releases) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 臺灣核心-伺服端(TW Core Server) - TTL Representation

Active as of 2022-08-31

Raw ttl | Download

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

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

 a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CapabilityStatementTWCoreServer"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>實作指引版本:0.1.0</li><li>FHIR版本:4.0.1</li><li>發佈日:2022-08-31</li><li>發佈者:衛生福利部</li></ul><h3 id=\"behavior\">Server的FHIR RESTful功能要求</h3><ul><li>臺灣核心-伺服端(TW Core Server) 必須 <strong>(SHALL)</strong></li><ol><li>可透過FHIR RESTful API查詢的Resources</li><li>根據FHIR規範實作RESTful</li><li>HTTP回傳狀態碼<ul><li>(Status 400):無效參數(invalid parameter)</li><li>(Status 401/4xx):未經授權的請求(unauthorized request)</li><li>(Status 403):未充分授權的資料存取範圍(insufficient premission scope)</li><li>(Status 404):未知的resource(unknown resource)</li></ul></li><li>Server提供的API操作皆支援JSON格式</li><li>可識別每個新增到Server的實例(instance)之 <code>meta.profile</code>是否為TW Core Profiles Defining URL,並確認實例是否依循profile製作。【註:實例是指依據profile實作,將真實資料以JSON、XML或Turtle格式存放的檔案】</li><li>支援每個profile的查詢參數</li></ol><li>臺灣核心-伺服端(TW Core Server) <strong>建議應該(SHOULD)</strong></li><ol><li>Server提供的API操作皆支援XML格式</li></ol><li><strong>安全性</strong></li><ol><li>Server必須(SHALL)透過回傳 <code>HTTP 401</code>「未授權」, <code>HTTP 403</code>「禁止」,或 <code>HTTP 404</code> 「未找到」,來拒絕任何未經授權的請求</li></ol><li><strong>系統廣泛的相互作用</strong></li><ul><li><strong>可能可以(MAY)</strong>支援交易( <code>transaction</code>)</li><li><strong>可能可以(MAY)</strong>支援批次( <code>batch</code>)</li><li><strong>可能可以(MAY)</strong>支援查詢系統( <code>search-system</code>)</li></ul></ul><h3 id=\"resource-details\" class=\"no_toc\">Resources或Profiles的RESTful功能</h3><ul><li><strong>共有十類Resources支援查詢,查詢參數如表列:</strong></li><table class=\"grid\"><thead><tr><th>Resources型別</th><th>Profile</th><th>支援的Profiles</th><th>支援的查詢參數</th><th>支援 <code>_includes</code>(未來視情況新增)</th><th>支援 <code>_revincludes</code>(未來視情況新增)</th><th>支援Operations(未來視情況新增)</th></tr></thead><tbody><tr><td><a href=\"#condition\">Condition</a></td><td><a href=\"StructureDefinition-Condition-twcore.html\">臺灣核心-病情、問題或診斷(TW Core Condition)</a></td><td>-</td><td>_id, clinical-status, code, subject, onset-date, abatement-date, severity</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#diagnosticReport\">DiagnosticReport</a></td><td><a href=\"StructureDefinition-DiagnosticReport-twcore.html\">臺灣核心-診斷報告(TW Core DiagnosticReport)</a></td><td>-</td><td>_id, status, subject, category, code, date</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#encounter\">Encounter</a></td><td><a href=\"StructureDefinition-Encounter-twcore.html\">臺灣核心-就醫事件(TW Core Encounter)</a></td><td>-</td><td>_id, class, date, identifier, location, subject, status</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#medication\">Medication</a></td><td><a href=\"StructureDefinition-Medication-twcore.html\">臺灣核心-藥品(TW Core Medication)</a></td><td>-</td><td>_id, code</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#medicationRequest\">MedicationRequest</a></td><td><a href=\"StructureDefinition-MedicationRequest-twcore.html\">臺灣核心-藥品處方(TW Core MedicationRequest)</a></td><td>-</td><td>_id, status, intent, subject, medication, encounter, authoredon</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#observation\">Observation</a></td><td><a href=\"StructureDefinition-Observation-laboratoryResult-twcore.html\">臺灣核心-檢驗檢查(TW Core Observation Laboratory Result</a></td><td><a href=\"StructureDefinition-Observation-vitalSigns-twcore.html\">臺灣核心-生命體徵(TW Core Observation Vital Signs)</a>,<br/><a href=\"StructureDefinition-Observation-bloodPressure-twcore.html\">臺灣核心-血壓(TW Core Observation Blood Pressure)</a>,<br/><a href=\"StructureDefinition-Observation-bmi-twcore.html\">臺灣核心-身體質量指數(TW Core Observation BMI)</a></td><td>_id, category, code, date, performer, status, subject</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#organization\">Organization</a></td><td><a href=\"StructureDefinition-Organization-twcore.html\">臺灣核心-機構(TW Core Organization)</a></td><td><a href=\"StructureDefinition-Organization-govt-twcore.html\">臺灣核心-政府機構(TW Core Organization Government)</a>,<br/><a href=\"StructureDefinition-Organization-hosp-twcore.html\">臺灣核心-醫事機構(TW Core Organization Hospital Department)</a>,<br/><a href=\"StructureDefinition-Organization-co-twcore.html\">臺灣核心-公司行號(TW Core Organization Company)</a></td><td>_id, identifier, name, type</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#patient\">Patient</a></td><td><a href=\"StructureDefinition-Patient-twcore.html\">臺灣核心-病人(TW Core Patient)</a></td><td>-</td><td>_id, birthdate, gender, identifier, name</td><td>-</td><td>-</td><td>$everything</td></tr><tr><td><a href=\"#practitioner\">Practitioner</a></td><td><a href=\"StructureDefinition-Practitioner-twcore.html\">臺灣核心-健康照護服務提供人員(TW Core Practitioner)</a></td><td>-</td><td>_id, identifier, name</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#procedure\">Procedure</a></td><td><a href=\"StructureDefinition-Procedure-twcore.html\">臺灣核心-處置(TW Core Procedure)</a></td><td>-</td><td>_id, code, status, subject, date</td><td>-</td><td>-</td><td>-</td></tr></tbody></table></ul><h4 id=\"condition\" class=\"no_toc\">Condition</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-Condition-twcore.html\">臺灣核心-病情、問題或診斷(TW Core Condition)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Condition-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Condition?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Condition/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Condition-clinical-status.html\">clinical-status</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Condition?clinical-status=[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Condition-code.html\">code</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Condition?code={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Condition-subject.html\">subject</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/Condition?subject={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Condition-onset-date.html\">onset-date</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/Condition?onset-date={gt|lt|ge|le}[date]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Condition-abatement-date.html\">abatement-date</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/Condition?abatement-date={gt|lt|ge|le}[date]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Condition-severity.html\">severity</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Condition?severity={system|}[code]</code></td></tr></tbody></table></ul><h4 id=\"diagnosticReport\" class=\"no_toc\">DiagnosticReport</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-DiagnosticReport-twcore.html\">臺灣核心-診斷報告(TW Core DiagnosticReport)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-DiagnosticReport-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-DiagnosticReport-status.html\">status</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?status=[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-DiagnosticReport-subject.html\">subject</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?subject={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-DiagnosticReport-category.html\">category</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?category={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-DiagnosticReport-code.html\">code</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?code={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-DiagnosticReport-date.html\">date</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?date={gt|lt|ge|le}[date]</code></td></tr></tbody></table></ul><h4 id=\"encounter\" class=\"no_toc\">Encounter</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-Encounter-twcore.html\">臺灣核心-就醫事件(TW Core Encounter)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Encounter-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Encounter?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Encounter/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Encounter-class.html\">class</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Encounter?class=[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Encounter-date.html\">date</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/Encounter?date={gt|lt|ge|le}[date]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Encounter-identifier.html\">identifier</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Encounter?identifier={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Encounter-location.html\">location</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/Encounter?location={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Encounter-subject.html\">subject</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/Encounter?subject={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Encounter-status.html\">status</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Encounter?status=[code]</code></td></tr></tbody></table></ul><h4 id=\"medication\" class=\"no_toc\">Medication</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-Medication-twcore.html\">臺灣核心-藥品(TW Core Medication)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Medication-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Medication?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Medication/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Medication-code.html\">code</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Medication?code={system|}[code]</code></td></tr></tbody></table></ul><h4 id=\"medicationRequest\" class=\"no_toc\">MedicationRequest</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-MedicationRequest-twcore.html\">臺灣核心-藥品處方(TW Core MedicationRequest)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-MedicationRequest-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/MedicationRequest?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/MedicationRequest/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-MedicationRequest-status.html\">status</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/MedicationRequest?status=[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-MedicationRequest-intent.html\">intent</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/MedicationRequest?intent={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-MedicationRequest-subject.html\">subject</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/MedicationRequest?subject={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-MedicationRequest-medication.html\">medication</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/MedicationRequest?medication={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-MedicationRequest-encounter.html\">encounter</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/MedicationRequest?encounter={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-MedicationRequest-authoredon.html\">authoredon</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/MedicationRequest?authoredon={gt|lt|ge|le}[date]</code></td></tr></tbody></table></ul><h4 id=\"observation\" class=\"no_toc\">Observation</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-Observation-laboratoryResult-twcore.html\">臺灣核心-檢驗檢查(TW Core Observation Laboratory Result)</a></li><li>支援的Profiles: <a href=\"StructureDefinition-Observation-vitalSigns-twcore.html\">臺灣核心-生命體徵(TW Core Observation Vital Signs)</a>, <a href=\"StructureDefinition-Observation-bloodPressure-twcore.html\">臺灣核心-血壓(TW Core Observation Blood Pressure)</a>, <a href=\"StructureDefinition-Observation-bmi-twcore.html\">臺灣核心-身體質量指數(TW Core Observation BMI)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Observation-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Observation?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Observation/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Observation-category.html\">category</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Observation?category={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Observation-clinical-code.html\">code</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Observation?code={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Observation-date.html\">date</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/Observation?date={gt|lt|ge|le}[date]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Observation-performer.html\">performer</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/Observation?performer={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Observation-status.html\">status</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Observation?status=[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Observation-subject.html\">subject</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/Observation?subject={Type/}[id]</code></td></tr></tbody></table></ul><h4 id=\"organization\" class=\"no_toc\">Organization</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-Organization-twcore.html\">臺灣核心-機構(TW Core Organization)</a></li><li>支援的Profiles: <a href=\"StructureDefinition-Organization-govt-twcore.html\">臺灣核心-政府機構(TW Core Organization Government)</a>, <a href=\"StructureDefinition-Organization-hosp-twcore.html\">臺灣核心-醫事機構(TW Core Organization Hospital Department)</a>, <a href=\"StructureDefinition-Organization-co-twcore.html\">臺灣核心-公司行號(TW Core Organization Company)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Organization-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Organization?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Organization/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Organization-identifier.html\">identifier</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Organization?identifier={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Organization-name.html\">name</a></td><td>string</td><td><code class=\"highlighter-rouge\">GET [base]/Organization?name=[name]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Organization-type.html\">type</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Organization?type={system|}[code]</code></td></tr></tbody></table></ul><h4 id=\"patient\" class=\"no_toc\">Patient</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-Patient-twcore.html\">臺灣核心-病人(TW Core Patient)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>操作定義摘要</li><ul><li><strong>建議應該(SHOULD)</strong>支援 <code>$everything</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Patient-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Patient/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Patient-birthdate.html\">birthdate</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?birthdate=[birthdate]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Patient-gender.html\">gender</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?gender=[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Patient-identifier.html\">identifier</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?identifier={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Patient-name.html\">name</a></td><td>string</td><td><code class=\"highlighter-rouge\">GET [base]/Patient?name=[name]</code></td></tr></tbody></table></ul><h4 id=\"practitioner\" class=\"no_toc\">Practitioner</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-Practitioner-twcore.html\">臺灣核心-健康照護服務提供人員(TW Core Practitioner)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Practitioner-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Practitioner?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Practitioner/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Practitioner-identifier.html\">identifier</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Practitioner?identifier={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Practitioner-name.html\">name</a></td><td>string</td><td><code class=\"highlighter-rouge\">GET [base]/Practitioner?name=[name]</code></td></tr></tbody></table></ul><h4 id=\"procedure\" class=\"no_toc\">Procedure</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profile: <a href=\"StructureDefinition-Procedure-twcore.html\">臺灣核心-處置(TW Core Procedure)</a></li><li><a href=\"https://build.fhir.org/codesystem-reference-handling-policy.html#reference-handling-policy-resolves\">支援的參照政策(Reference policy)</a>: <code>resolves</code>,Server會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Server仍然會接收這個resource,請參閱 <code>logical</code>)。</li><li>Profile</li><ul><li><strong>必須(SHALL)</strong>支援 <code>search-type</code>、 <code>read</code>、 <code>create</code>、 <code>update</code>、 <code>delete</code></li><li><strong>建議應該(SHOULD)</strong>支援 <code>vread</code></li><li><strong>可能可以(MAY)</strong>支援 <code>patch</code></li></ul><li>查詢參數摘要</li><table class=\"grid\"><thead><tr><th>符合性(Conformance)</th><th>參數</th><th>類型</th><th>範例</th></tr></thead><tbody><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Procedure-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Procedure?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Procedure/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Procedure-code.html\">code</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Procedure?code={system|}[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Procedure-status.html\">status</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Procedure?status=[code]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Procedure-subject.html\">subject</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/Procedure?subject={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Procedure-date.html\">date</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/Procedure?date={gt|lt|ge|le}[date]</code></td></tr></tbody></table></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CapabilityStatement/CapabilityStatementTWCoreServer"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CapabilityStatementTWCoreServer"] ; # 
  fhir:title [ fhir:v "臺灣核心-伺服端(TW Core Server)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-08-31"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "衛生福利部"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "衛生福利部" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mohw.gov.tw/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "CCYU@mohw.gov.tw" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "臺灣核心實作指引(TW Core IG)伺服端(Server)之能力聲明"] ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; # 
  fhir:patchFormat ( [ fhir:v "application/json-patch+json"] ) ; # 
  fhir:implementationGuide ( [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ImplementationGuide/tw.gov.mohw.twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/ImplementationGuide/tw.gov.mohw.twcore>
  ] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
fhir:documentation [ fhir:v "The TW Core Server **SHALL**:\n\n1. Support all profiles defined in this Implementation Guide..\n1.  Implement the RESTful behavior according to the FHIR specification.\n1. Return the following response classes:\n   - (Status 400): invalid parameter\n   - (Status 401/4xx): unauthorized request\n   - (Status 403): insufficient scope\n   - (Status 404): unknown resource\n   - (Status 410): deleted resource.\n1. Support json source formats for all TW Core Server interactions.\n1. Identify the TW Core Server profiles supported as part of the FHIR `meta.profile` attribute for each instance.\n1. Support the searchParameters on each profile  individually and in combination.\n1.Support forward and reverse chaining on all search parameters that specify the 'chain' property\n\n TW Core Server **SHOULD**:\n\n1. Support xml source formats for all TW Core Server interactions.\n" ] ;
    ( fhir:resource [
fhir:type [ fhir:v "Observation" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore>       ] ;
      ( fhir:supportedProfile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-vitalSigns-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-vitalSigns-twcore>       ] [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bloodPressure-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bloodPressure-twcore>       ] [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bmi-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bmi-twcore>       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-status"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-status>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-category"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-category>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-code"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-code>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "performer" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-performer"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-performer>         ] ;
fhir:type [ fhir:v "reference" ]       ] [
fhir:name [ fhir:v "subject" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-subject"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-subject>         ] ;
fhir:type [ fhir:v "reference" ]       ] [
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-date"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-date>         ] ;
fhir:type [ fhir:v "date" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Observation-id>         ] ;
fhir:type [ fhir:v "token" ]       ] )     ] [
fhir:type [ fhir:v "Patient" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore>       ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "birthdate" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-birthdate"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-birthdate>         ] ;
fhir:type [ fhir:v "date" ]       ] [
fhir:name [ fhir:v "gender" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-gender"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-gender>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-identifier"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-identifier>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "name" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-name"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-name>         ] ;
fhir:type [ fhir:v "string" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Patient-id>         ] ;
fhir:type [ fhir:v "token" ]       ] )     ] [
fhir:type [ fhir:v "Organization" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore>       ] ;
      ( fhir:supportedProfile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-govt-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-govt-twcore>       ] [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-hosp-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-hosp-twcore>       ] [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-co-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-co-twcore>       ] ) ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Organization-identifier"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Organization-identifier>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "name" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Organization-name"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Organization-name>         ] ;
fhir:type [ fhir:v "string" ]       ] [
fhir:name [ fhir:v "type" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Organization-type"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Organization-type>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Organization-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Organization-id>         ] ;
fhir:type [ fhir:v "token" ]       ] )     ] [
fhir:type [ fhir:v "Practitioner" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore>       ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Practitioner-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Practitioner-id>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Practitioner-identifier"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Practitioner-identifier>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "name" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Practitioner-name"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Practitioner-name>         ] ;
fhir:type [ fhir:v "string" ]       ] )     ] [
fhir:type [ fhir:v "Condition" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Condition-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Condition-twcore>       ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "clinical-status" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-clinical-status"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-clinical-status>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-code"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-code>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "subject" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-subject"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-subject>         ] ;
fhir:type [ fhir:v "reference" ]       ] [
fhir:name [ fhir:v "onset-date" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-onset-date"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-onset-date>         ] ;
fhir:type [ fhir:v "date" ]       ] [
fhir:name [ fhir:v "abatement-date" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-abatement-date"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-abatement-date>         ] ;
fhir:type [ fhir:v "date" ]       ] [
fhir:name [ fhir:v "severity" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-severity"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-severity>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Condition-id>         ] ;
fhir:type [ fhir:v "token" ]       ] )     ] [
fhir:type [ fhir:v "Encounter" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore>       ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "class" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-class"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-class>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-date"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-date>         ] ;
fhir:type [ fhir:v "date" ]       ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-identifier"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-identifier>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "location" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-location"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-location>         ] ;
fhir:type [ fhir:v "reference" ]       ] [
fhir:name [ fhir:v "subject" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-subject"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-subject>         ] ;
fhir:type [ fhir:v "reference" ]       ] [
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-status"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-status>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Encounter-id>         ] ;
fhir:type [ fhir:v "token" ]       ] )     ] [
fhir:type [ fhir:v "Procedure" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore>       ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-code"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-code>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-status"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-status>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "subject" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-subject"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-subject>         ] ;
fhir:type [ fhir:v "reference" ]       ] [
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-date"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-date>         ] ;
fhir:type [ fhir:v "date" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Procedure-id>         ] ;
fhir:type [ fhir:v "token" ]       ] )     ] [
fhir:type [ fhir:v "DiagnosticReport" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DiagnosticReport-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DiagnosticReport-twcore>       ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-status"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-status>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "subject" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-subject"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-subject>         ] ;
fhir:type [ fhir:v "reference" ]       ] [
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-category"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-category>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-code"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-code>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-date"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-date>         ] ;
fhir:type [ fhir:v "date" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/DiagnosticReport-id>         ] ;
fhir:type [ fhir:v "token" ]       ] )     ] [
fhir:type [ fhir:v "MedicationRequest" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationRequest-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationRequest-twcore>       ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-status"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-status>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "intent" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-intent"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-intent>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "subject" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-subject"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-subject>         ] ;
fhir:type [ fhir:v "reference" ]       ] [
fhir:name [ fhir:v "encounter" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-encounter"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-encounter>         ] ;
fhir:type [ fhir:v "reference" ]       ] [
fhir:name [ fhir:v "authoredon" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-authoredon"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-authoredon>         ] ;
fhir:type [ fhir:v "date" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/MedicationRequest-id>         ] ;
fhir:type [ fhir:v "token" ]       ] )     ] [
fhir:type [ fhir:v "Medication" ] ;
fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Medication-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Medication-twcore>       ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "create" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "read" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "update" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ]         ] ) ;
fhir:code [ fhir:v "patch" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "delete" ]       ] ) ;
      ( fhir:referencePolicy [ fhir:v "resolves" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "code" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Medication-code"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Medication-code>         ] ;
fhir:type [ fhir:v "token" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:definition [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Medication-id"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/SearchParameter/Medication-id>         ] ;
fhir:type [ fhir:v "token" ]       ] )     ] )
  ] ) . #