FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-base.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
申請案件編號:BASE-APP-2026-0001
申請狀態:Active
申請意圖:Order
服務請求類型:Social service procedure ( SNOMED CT#410606002)
申請/服務項目:兒童發展通報轉介及個案管理服務 ( TWSS 個案服務或補助案件類型#early-intervention)
個案: Patient/pat-min "王小明"
申請日期時間:2026-06-30T09:00:00+08:00
{
"resourceType": "ServiceRequest",
"id": "servicerequest-base",
"meta": {
"profile": [
"https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-twss-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}