臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "servicerequest-base",
"meta" : {
"profile" : [
🔗 "https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-twss-base"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>申請或服務請求基礎資料</b></h3><blockquote><p><b>申請案件編號</b>:BASE-APP-2026-0001</p></blockquote><p><b>申請狀態</b>:Active</p><p><b>申請意圖</b>:Order</p><p><b>服務請求類型</b>:Social service procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/id/410606002\">SNOMED CT</a>#410606002)</span></p><p><b>申請/服務項目</b>:兒童發展通報轉介及個案管理服務 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twss-episode-of-care-type.html\">TWSS 個案服務或補助案件類型</a>#early-intervention)</span></p><p><b>個案</b>: <a href=\"Patient-pat-min.html\">Patient/pat-min</a> "王小明"</p><p><b>申請日期時間</b>:2026-06-30T09:00:00+08:00</p></div>"
},
"identifier" : [
{
"type" : {
"text" : "申請案件編號"
},
"system" : "https://example.org/twss/application-action-id",
"value" : "BASE-APP-2026-0001"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "410606002",
"display" : "Social service procedure (procedure)"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-episode-of-care-type",
"code" : "early-intervention",
"display" : "兒童發展通報轉介及個案管理服務"
}
],
"text" : "兒童發展通報轉介及個案管理服務"
},
"subject" : {
🔗 "reference" : "Patient/pat-min"
},
"authoredOn" : "2026-06-30T09:00:00+08:00"
}