病床通報實作指引 - Local Development build (v0.1.0). See the Directory of published versions
Active as of 2023-04-15 |
@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 "CapabilityStatementHospBedClient"] ; # 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>發佈日:2023-04-15</li><li>發佈者:大同世界科技股份有限公司</li></ul><h3 id=\"behavior\">Client的FHIR RESTful功能要求</h3><ul><li>病床通報-用戶端 <strong>必須(SHALL)</strong></li><ol><li>使用病床通報-用戶端能力聲明中的查詢參數,支援讀取和查詢一個或多個Profile(s)。</li></ol><li><strong>安全性</strong></li><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>建議應該(SHOULD)</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>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個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>建議應該(SHOULD)</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>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個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>建議應該(SHOULD)</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>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個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>建議應該(SHOULD)</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>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個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>建議應該(SHOULD)</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>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個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>建議應該(SHOULD)</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>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個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>建議應該(SHOULD)</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>,Client會嘗試將邏輯參照(logical reference)解析為文字參照,意即轉換Reference.identifier為Reference.reference(但如果解析失敗,Client仍然會接收這個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>" ] ; # fhir:url [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CapabilityStatement/CapabilityStatementHospBedClient"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "CapabilityStatementHospBedClient"] ; # fhir:title [ fhir:v "病床通報-用戶端"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-04-15"^^xsd:date] ; # fhir:publisher [ fhir:v "大同世界科技股份有限公司"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.etatung.com/" ] ] ) ] ) ; # fhir:description [ fhir:v "病床通報-用戶端(Client)之能力聲明"] ; # 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://fhirisolationroom.azurehealthcareapis.com/ImplementationGuide/twcore.mohw.gov.tw"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/ImplementationGuide/twcore.mohw.gov.tw> ] ) ; # fhir:rest ( [ fhir:mode [ fhir:v "client" ] ; fhir:documentation [ fhir:v "使用病床通報-用戶端能力聲明中的查詢參數,支援讀取和查詢一個或多個Profile(s)。" ] ; ( fhir:resource [ fhir:type [ fhir:v "Bundle" ] ; ( fhir:supportedProfile [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCapacity"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCapacity> ] [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCase"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCase> ] ) ; ( 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 "SHALL" ] ] ) ; 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 "SHALL" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; ( fhir:referencePolicy [ fhir:v "resolves" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "_id" ] ; fhir:definition [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-id"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-id> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:definition [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-lastUpdated"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-lastUpdated> ] ; fhir:type [ fhir:v "date" ] ] [ fhir:name [ fhir:v "message" ] ; fhir:definition [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-message"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-message> ] ; fhir:type [ fhir:v "reference" ] ] [ fhir:name [ fhir:v "timestamp" ] ; fhir:definition [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-timestamp"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Bundle-timestamp> ] ; fhir:type [ fhir:v "date" ] ] ) ] [ fhir:type [ fhir:v "Location" ] ; fhir:profile [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed> ] ; ( 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 "SHALL" ] ] ) ; 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 "SHALL" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; ( fhir:referencePolicy [ fhir:v "resolves" ] ) ] [ fhir:type [ fhir:v "Measure" ] ; fhir:profile [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Measure-bedCapacity"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Measure-bedCapacity> ] ; ( 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 "SHALL" ] ] ) ; 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 "SHALL" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; ( fhir:referencePolicy [ fhir:v "resolves" ] ) ] [ fhir:type [ fhir:v "MeasureReport" ] ; fhir:profile [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MeasureReport-bedCapacity"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MeasureReport-bedCapacity> ] ; ( 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 "SHALL" ] ] ) ; 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 "SHALL" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; ( fhir:referencePolicy [ fhir:v "resolves" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "date" ] ; fhir:definition [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MeasureReport-date"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MeasureReport-date> ] ; fhir:type [ fhir:v "date" ] ] ) ] [ fhir:type [ fhir:v "MessageHeader" ] ; fhir:profile [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MessageHeader-hospBed"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MessageHeader-hospBed> ] ; ( 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 "SHALL" ] ] ) ; 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 "SHALL" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; ( fhir:referencePolicy [ fhir:v "resolves" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "author" ] ; fhir:definition [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MessageHeader-author"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MessageHeader-author> ] ; fhir:type [ fhir:v "reference" ] ] [ fhir:name [ fhir:v "sender" ] ; fhir:definition [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MessageHeader-sender"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/MessageHeader-sender> ] ; fhir:type [ fhir:v "reference" ] ] ) ] [ fhir:type [ fhir:v "Patient" ] ; fhir:profile [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Patient-bedCase"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Patient-bedCase> ] ; ( 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 "SHALL" ] ] ) ; 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 "SHALL" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; ( fhir:referencePolicy [ fhir:v "resolves" ] ) ] [ fhir:type [ fhir:v "Organization" ] ; fhir:profile [ fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Organization-hosp-twcore"^^xsd:anyURI ; fhir:link <https://twcore.mohw.gov.tw/fhir/StructureDefinition/Organization-hosp-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 "SHALL" ] ] ) ; 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 "SHALL" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; ( fhir:referencePolicy [ fhir:v "resolves" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "identifier" ] ; fhir:definition [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Organization-identifier"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Organization-identifier> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "type" ] ; fhir:definition [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Organization-type"^^xsd:anyURI ; fhir:link <https://fhirisolationroom.azurehealthcareapis.com/SearchParameter/Organization-type> ] ; fhir:type [ fhir:v "token" ] ] ) ] ) ] ) . #
IG © 2023+ 大同世界科技股份有限公司. Package tw.etatung.fhir.hospbed#0.1.0 based on FHIR 4.0.1. Generated 2023-04-14
Links: Table of Contents |
QA Report
| Version History |
Propose a change