臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, 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

: 個案通報範例 - JSON Representation

Raw json | Download

{
  "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> &quot;王小明&quot;</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>:發展遲緩兒童通報暨個案管理整合系統 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-twss-case-service-type.html\">TWSS 個案服務別</a>#CECM)</span></p><p><b>通報者</b>:<a href=\"PractitionerRole-pracrole-min.html\">PractitionerRole/pracrole-min</a>「社工」</p><p><b>通報類型</b>:初報</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=\"ValueSet-twss-reporting-unit-vs.html\">TWSS-通報單位及管道值集</a>#1)</span></p><p><b>個案來源</b>:自行求助 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"ValueSet-twss-case-source-vs.html\">TWSS-個案來源值集</a>#A)</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-case-report-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-case-report-type",
            "code" : "A",
            "display" : "初報"
          }
        ]
      }
    },
    {
      "url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-reporting-unit",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-reporting-unit",
            "code" : "1",
            "display" : "社家署"
          }
        ]
      }
    },
    {
      "url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-case-source",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-case-source",
            "code" : "A",
            "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"
      }
    ]
  },
  "orderDetail" : [
    {
      "coding" : [
        {
          "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-case-service-type",
          "code" : "CECM",
          "display" : "發展遲緩兒童通報暨個案管理整合系統"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/pat-min"
  },
  "authoredOn" : "2026-07-29T08:00:00+08:00",
  "requester" : {
    🔗 "reference" : "PractitionerRole/pracrole-min"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/org-min"
    }
  ]
}