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

: 個案通報範例 - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="case-report-min"/>
  <meta>
    <profile
             value="https://sfaa.gov.tw/base/StructureDefinition/ServiceRequest-case-report-twss-base"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>:<a href="RelatedPerson-related-min.html">RelatedPerson/related-min</a></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="CodeSystem-twss-reporting-unit-type.html">TWSS 通報單位類別</a>#1)</span></p></div>
  </text>
  <extension
             url="https://sfaa.gov.tw/base/StructureDefinition/twss-is-referral-case">
    <valueBoolean value="false"/>
  </extension>
  <extension
             url="https://sfaa.gov.tw/base/StructureDefinition/twss-reporting-unit-type">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-reporting-unit-type"/>
        <code value="1"/>
        <display value="家長或監護者"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="https://example.org/twss/case-report"/>
    <value value="REPORT-2026-0001"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="185087000"/>
      <display value="Notifications"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="710824005"/>
      <display value="Assessment of health and social care needs"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/pat-min"/>
  </subject>
  <authoredOn value="2026-07-29T08:00:00+08:00"/>
  <requester>🔗 
    <reference value="RelatedPerson/related-min"/>
  </requester>
  <performer>🔗 
    <reference value="Organization/org-min"/>
  </performer>
</ServiceRequest>