臺灣社政領域基礎實作指引, 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" : "referral-from-report-min",
"meta" : {
"profile" : [
🔗 "https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-referral-twss-base"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest referral-from-report-min</b></p><a name=\"referral-from-report-min\"> </a><a name=\"hcreferral-from-report-min\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequest-referral-twss-base.html\">個案轉介-ServiceRequest TWSS Base</a></p></div><p><b>identifier</b>: <code>https://example.org/twss/referral</code>/REFERRAL-2026-REPORT-0001</p><p><b>basedOn</b>: <a href=\"ServiceRequest-case-report-min.html\">ServiceRequest Assessment of health and social care needs</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 306206005}\">Referral to service</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3457005}\">Patient referral</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">王小明 Male, DoB: 2001-01-01 ( 服務對象編號:\u00a0CLIENT-001\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2026-07-30 09:00:00+0800</p><p><b>requester</b>: <a href=\"Organization-org-min.html\">Organization 社家署示範機構</a></p><p><b>performer</b>: <a href=\"Organization-org-childcare.html\">Organization 安心托嬰中心</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">通報後需由受轉介單位提供後續服務。</span></p></div>"
},
"identifier" : [
{
"system" : "https://example.org/twss/referral",
"value" : "REFERRAL-2026-REPORT-0001"
}
],
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/case-report-min"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "306206005",
"display" : "Referral to service"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "3457005",
"display" : "Patient referral"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pat-min"
},
"authoredOn" : "2026-07-30T09:00:00+08:00",
"requester" : {
🔗 "reference" : "Organization/org-min"
},
"performer" : [
{
🔗 "reference" : "Organization/org-childcare"
}
],
"reasonCode" : [
{
"text" : "通報後需由受轉介單位提供後續服務。"
}
]
}