{
  "resourceType" : "EpisodeOfCare",
  "id" : "episode-base",
  "meta" : {
    "profile" : ["https://sfaa.gov.tw/base/StructureDefinition/EpisodeOfCare-twss-base"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>個案服務案件基礎資料</b></h3><blockquote><p><b>案件編號</b>：EOC-BASE-001 （https://example.org/twss/episode-id）</p></blockquote><p><b>案件狀態</b>：Active</p><p><b>案件類型</b>：兒童發展通報轉介及個案管理服務 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"CodeSystem-twss-episode-of-care-type.html\">TWSS 個案服務或補助案件類型</a>#early-intervention）</span></p><p><b>個案</b>： <a href=\"Patient-pat-min.html\">Patient/pat-min</a> &quot;王小明&quot;</p><p><b>服務期間</b>：自 2026-01-01 起</p></div>"
  },
  "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"
  }
}