病床通報實作指引
0.1.0 - CI Build

病床通報實作指引 - Local Development build (v0.1.0). See the Directory of published versions

: 病床通報-伺服端 - JSON Representation

Active as of 2023-04-15

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "CapabilityStatementHospBedServer",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>實作指引版本:0.1.0</li><li>FHIR版本:4.0.1</li><li>發佈日:2023-04-15</li><li>發佈者:大同世界科技股份有限公司</li></ul><h3 id=\"behavior\">Server的FHIR RESTful功能要求</h3><ul><li>病床通報-伺服端 <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>病床通報-伺服端 <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=\"#Bundle\">Bundle</a></td><td>-</td><td><a href=\"StructureDefinition-Bundle-bedCapacity.html\">病床統計測量資料(Bundle-Bed Capacity)</a>,<br/><a href=\"StructureDefinition-Bundle-bedCase.html\">病床個案資料(Bundle-Bed Case)</a></td><td>_id, _lastUpdated, message, timestamp</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#Location\">Location</a></td><td><a href=\"StructureDefinition-Location-bed.html\">病床資料(Location-Bed Case)</a></td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#Measure\">Measure</a></td><td><a href=\"StructureDefinition-Measure-bedCapacity.html\">病床統計測量(Bed Capacity)</a></td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#MeasureReport\">MeasureReport</a></td><td><a href=\"StructureDefinition-MeasureReport-bedCapacity.html\">病床統計測量報告(Bed Capacity)</a></td><td>-</td><td>date</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#MessageHeader\">MessageHeader</a></td><td><a href=\"StructureDefinition-MessageHeader-hospBed.html\">病床通報訊息(HospBed MessageHeader)</a></td><td>-</td><td>author, sender</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#Patient\">Patient</a></td><td><a href=\"StructureDefinition-Patient-bedCase.html\">病人資料(Bed Case)</a></td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr><td><a href=\"#Organization\">Organization</a></td><td><a href=\"https://twcore.mohw.gov.tw/ig/StructureDefinition-Organization-hosp-twcore.html\">臺灣核心-醫事機構(TW Core Organization Hospital Department)</a></td><td>-</td><td>identifier, type</td><td>-</td><td>-</td><td>-</td></tr></tbody></table></ul><h4 id=\"Bundle\" class=\"no_toc\">Bundle</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>支援的Profiles: <a href=\"StructureDefinition-Bundle-bedCapacity.html\">病床統計測量資料(Bed Capacity)</a>, <a href=\"StructureDefinition-Bundle-bedCase.html\">病床個案資料(Bed Case)</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>create</code>、 <code>read</code>、 <code>update</code>、 <code>vread</code>、 <code>search-type</code>、 <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-Bundle-id.html\">_id</a></td><td>token</td><td><code class=\"highlighter-rouge\">GET [base]/Bundle?_id=[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Bundle/[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Bundle-lastUpdated.html\">_lastUpdated</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/Bundle?_lastUpdated={gt|lt|ge|le}[date]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Bundle-message.html\">message</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/Bundle?message.author={Type/}[id]</code>,<br/><code class=\"highlighter-rouge\">GET [base]/Bundle?message.sender={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-Bundle-timestamp.html\">timestamp</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/Bundle?timestamp={gt|lt|ge|le}[date]</code></td></tr></tbody></table></ul><h4 id=\"Location\" class=\"no_toc\">Location</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-Location-bed.html\">病床資料(Bed Case)</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>create</code>、 <code>read</code>、 <code>update</code>、 <code>vread</code>、 <code>search-type</code>、 <code>patch</code></li></ul></ul><h4 id=\"Measure\" class=\"no_toc\">Measure</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-Measure-bedCapacity.html\">病床統計測量(Bed Capacity)</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>create</code>、 <code>read</code>、 <code>update</code>、 <code>vread</code>、 <code>search-type</code>、 <code>patch</code></li></ul></ul><h4 id=\"MeasureReport\" class=\"no_toc\">MeasureReport</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-MeasureReport-bedCapacity.html\">病床統計測量報告(Bed Capacity)</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>create</code>、 <code>read</code>、 <code>update</code>、 <code>vread</code>、 <code>search-type</code>、 <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-MeasureReport-date.html\">date</a></td><td>date</td><td><code class=\"highlighter-rouge\">GET [base]/MeasureReport?date={gt|lt|ge|le}[date]</code></td></tr></tbody></table></ul><h4 id=\"MessageHeader\" class=\"no_toc\">MessageHeader</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-MessageHeader-hospBed.html\">病床通報訊息(HospBed MessageHeader)</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>create</code>、 <code>read</code>、 <code>update</code>、 <code>vread</code>、 <code>search-type</code>、 <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-MessageHeader-author.html\">author</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/MessageHeader?author={Type/}[id]</code></td></tr><tr><td><strong>必須(SHALL)</strong></td><td><a href=\"SearchParameter-MessageHeader-sender.html\">sender</a></td><td>reference</td><td><code class=\"highlighter-rouge\">GET [base]/MessageHeader?sender={Type/}[id]</code></td></tr></tbody></table></ul><h4 id=\"Patient\" class=\"no_toc\">Patient</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profiles: <a href=\"StructureDefinition-Patient-bedCase.html\">病人資料(Bed Case)</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>create</code>、 <code>read</code>、 <code>update</code>、 <code>vread</code>、 <code>search-type</code>、 <code>patch</code></li></ul></ul><h4 id=\"Organization\" class=\"no_toc\">Organization</h4><ul><li>預期的符合性(Conformance Expectation): <strong>必須(SHALL)</strong></li><li>Profiles: <a href=\"https://twcore.mohw.gov.tw/ig/StructureDefinition-Organization-hosp-twcore.html\">臺灣核心-醫事機構(TW Core Organization Hospital Department)</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>create</code>、 <code>read</code>、 <code>update</code>、 <code>vread</code>、 <code>search-type</code>、 <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=\"https://twcore.mohw.gov.tw/ig/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=\"https://twcore.mohw.gov.tw/ig/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></div>"
  },
  "url" : "https://fhirisolationroom.azurehealthcareapis.com/CapabilityStatement/CapabilityStatementHospBedServer",
  "version" : "0.1.0",
  "name" : "CapabilityStatementHospBedServer",
  "title" : "病床通報-伺服端",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-04-15",
  "publisher" : "大同世界科技股份有限公司",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.etatung.com/"
        }
      ]
    }
  ],
  "description" : "病床通報-伺服端(Server)之能力聲明",
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "xml",
    "json"
  ],
  "patchFormat" : [
    "application/json-patch+json"
  ],
  "implementationGuide" : [
    "https://fhirisolationroom.azurehealthcareapis.com/ImplementationGuide/twcore.mohw.gov.tw"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "病床通報-伺服端必須(SHALL):(1)支援本實作指引中所有profiles (2)根據FHIR規範實作RESTful (3)回傳狀態碼-①(Status 400):無效參數(invalid parameter)、②(Status 401/4xx):未經授權的請求(unauthorized request)、③(Status 403):未充分授權的資料存取範圍(insufficient premission scope)、④(Status 404):未知的resource(unknown resource) (4)支援JSON格式 (5)可識別每個新增到Server的實例(instance)之meta.profile是否為病床通報Profiles Defining URL,並確認實例是否依循profile製作。 (6)支援每個profile的查詢參數。病床通報-伺服端建議應該(SHOULD):(1)支援XML格式。",
      "resource" : [
        {
          "type" : "Bundle",
          "supportedProfile" : [
            "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCapacity",
            "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCase"
          ],
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "patch"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ],
          "searchParam" : [
            {
              "name" : "_id",
              "definition" : "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-id",
              "type" : "token"
            },
            {
              "name" : "_lastUpdated",
              "definition" : "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-lastUpdated",
              "type" : "date"
            },
            {
              "name" : "message",
              "definition" : "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-message",
              "type" : "reference"
            },
            {
              "name" : "timestamp",
              "definition" : "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-timestamp",
              "type" : "date"
            }
          ]
        },
        {
          "type" : "Location",
          "profile" : "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "patch"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "Measure",
          "profile" : "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Measure-bedCapacity",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "patch"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "MeasureReport",
          "profile" : "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MeasureReport-bedCapacity",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "patch"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ],
          "searchParam" : [
            {
              "name" : "date",
              "definition" : "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MeasureReport-date",
              "type" : "date"
            }
          ]
        },
        {
          "type" : "MessageHeader",
          "profile" : "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MessageHeader-hospBed",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "patch"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ],
          "searchParam" : [
            {
              "name" : "author",
              "definition" : "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MessageHeader-author",
              "type" : "reference"
            },
            {
              "name" : "sender",
              "definition" : "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MessageHeader-sender",
              "type" : "reference"
            }
          ]
        },
        {
          "type" : "Patient",
          "profile" : "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Patient-bedCase",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "patch"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ]
        },
        {
          "type" : "Organization",
          "profile" : "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Organization-hosp-twcore",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "search-type"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "read"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "vread"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "update"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "patch"
            }
          ],
          "referencePolicy" : [
            "resolves"
          ],
          "searchParam" : [
            {
              "name" : "identifier",
              "definition" : "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Organization-identifier",
              "type" : "token"
            },
            {
              "name" : "type",
              "definition" : "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Organization-type",
              "type" : "token"
            }
          ]
        }
      ]
    }
  ]
}