FHIR IG analytics| Package | tw.gov.mohw.cdc.thas |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-CapabilityStatementCDCtbServer.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/THASFHIR/ig/CapabilityStatement-CapabilityStatementCDCtbServer.html |
| URL | https://cdc.gov.tw/thas/CapabilityStatement/CapabilityStatementCDCtbServer |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-09-01 |
| Name | CapabilityStatementtbServer |
| Title | 台灣醫院感染管制與抗藥性監測-伺服端 |
| Realm | tw |
| Authority | national |
| Description | 台灣醫院感染管制與抗藥性監測-伺服端(Server)之能力聲明 |
| Kind | requirements |
No resources found
| ImplementationGuide | ||
| tw.gov.mohw.cdc.thas#current | tw.gov.mohw.cdc.thas | 台灣醫院感染管制與抗藥性監測實作指引 |
Note: links and images are rebased to the (stated) source
Generated Narrative: 能力声明 CapabilityStatementCDCtbServer
xml, jsonapplication/json-patch+jsonNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server台灣醫院感染管制與抗藥性監測-伺服端必須(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製作。台灣醫院感染管制與抗藥性監測-伺服端建議應該(SHOULD):(1)支援XML格式。
{
"resourceType": "CapabilityStatement",
"id": "CapabilityStatementCDCtbServer",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://cdc.gov.tw/thas/CapabilityStatement/CapabilityStatementCDCtbServer",
"version": "0.1.0",
"name": "CapabilityStatementtbServer",
"title": "台灣醫院感染管制與抗藥性監測-伺服端",
"status": "active",
"experimental": false,
"date": "2026-09-01",
"publisher": "衛福部疾病管制署",
"contact": [
{
"name": "衛福部疾病管制署",
"telecom": [
{
"system": "url",
"value": "https://www.cdc.gov.tw"
}
]
}
],
"description": "台灣醫院感染管制與抗藥性監測-伺服端(Server)之能力聲明",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "TW"
}
]
}
],
"kind": "requirements",
"fhirVersion": "4.0.1",
"format": [
"xml",
"json"
],
"patchFormat": [
"application/json-patch+json"
],
"implementationGuide": [
"https://cdc.gov.tw/thas/ImplementationGuide/tw.gov.mohw.cdc.thas"
],
"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製作。台灣醫院感染管制與抗藥性監測-伺服端建議應該(SHOULD):(1)支援XML格式。"
}
]
}