FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-episode-base.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
案件編號:EOC-BASE-001 (https://example.org/twss/episode-id)
案件狀態:Active
案件類型:兒童發展通報轉介及個案管理服務 ( TWSS 個案服務或補助案件類型#early-intervention)
個案: Patient/pat-min "王小明"
服務期間:自 2026-01-01 起
{
"resourceType": "EpisodeOfCare",
"id": "episode-base",
"meta": {
"profile": [
"https://sfaa.gov.tw/base/StructureDefinition/EpisodeOfCare-twss-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://sfaa.gov.tw/base/identifier/case-number",
"value": "EOC-BASE-001"
}
],
"status": "active",
"type": [
{
"coding": [
{
"system": "https://sfaa.gov.tw/base/CodeSystem/twss-episode-of-care-type",
"code": "early-intervention",
"display": "兒童發展通報轉介及個案管理服務"
}
],
"text": "兒童發展通報轉介及個案管理服務案件"
}
],
"patient": {
"reference": "Patient/pat-min"
},
"period": {
"start": "2026-01-01"
}
}