FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-referral-from-report-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest referral-from-report-min
Profile: 個案轉介-ServiceRequest TWSS Base
identifier: https://example.org/twss/referral/REFERRAL-2026-REPORT-0001
basedOn: ServiceRequest Assessment of health and social care needs
status: Active
intent: Order
category: Referral to service
code: Patient referral
subject: 王小明 Male, DoB: 2001-01-01 ( 服務對象編號: CLIENT-001 (use: official, ))
authoredOn: 2026-07-30 09:00:00+0800
requester: Organization 社家署示範機構
performer: Organization 安心托嬰中心
reasonCode: 通報後需由受轉介單位提供後續服務。
{
"resourceType": "ServiceRequest",
"id": "referral-from-report-min",
"meta": {
"profile": [
"https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-referral-twss-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "通報後需由受轉介單位提供後續服務。"
}
]
}