臺灣社政領域基礎實作指引, 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" : "case-report-min",
"meta" : {
"profile" : [
🔗 "https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-case-report-twss-base"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>個案通報</b></h3><p><b>通報識別碼</b>:REPORT-2026-0001</p><p><b>個案</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a> "王小明"</p><p><b>通報時間</b>:2026-07-29T08:00:00+08:00</p><p><b>個案通報類型</b>:Notifications <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/id/185087000\">SNOMED CT</a>#185087000)</span></p><p><b>個案通報請求項目</b>:Assessment of health and social care needs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/id/710824005\">SNOMED CT</a>#710824005)</span></p><p><b>通報者</b>:<a href=\"RelatedPerson-related-min.html\">RelatedPerson/related-min</a></p><p><b>受理機構</b>:<a href=\"Organization-org-min.html\">Organization/org-min</a></p><p><b>通報單位類別</b>:家長或監護者 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twss-reporting-unit-type.html\">TWSS 通報單位類別</a>#1)</span></p></div>"
},
"extension" : [
{
"url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-is-referral-case",
"valueBoolean" : false
},
{
"url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-reporting-unit-type",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-reporting-unit-type",
"code" : "1",
"display" : "家長或監護者"
}
]
}
}
],
"identifier" : [
{
"system" : "https://example.org/twss/case-report",
"value" : "REPORT-2026-0001"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "185087000",
"display" : "Notifications"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "710824005",
"display" : "Assessment of health and social care needs"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pat-min"
},
"authoredOn" : "2026-07-29T08:00:00+08:00",
"requester" : {
🔗 "reference" : "RelatedPerson/related-min"
},
"performer" : [
{
🔗 "reference" : "Organization/org-min"
}
]
}