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


<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="official-document-min"/>
  <meta>
    <profile
             value="https://sfaa.gov.tw/base/StructureDefinition/DocumentReference-twss-base"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>共用公文</b></h3><p><b>公文文號</b>:衛救字第1130012345號</p><p><b>公文類型</b>:主管機關核備</p><p><b>公文日期</b>:2026-07-29</p><p><b>關聯補助申請</b>:<a href="Claim-claim-min.html">Claim/claim-min</a></p></div>
  </text>
  <masterIdentifier>
    <system
            value="https://sfaa.gov.tw/base/identifier/official-document-number"/>
    <value value="衛救字第1130012345號"/>
  </masterIdentifier>
  <status value="current"/>
  <type>
    <text value="主管機關核備"/>
  </type>
  <subject>🔗 
    <reference value="Patient/pat-min"/>
  </subject>
  <date value="2026-07-29T09:00:00+08:00"/>
  <content>
    <attachment>
      <contentType value="application/pdf"/>
      <url value="https://example.org/twss/documents/1130012345.pdf"/>
      <creation value="2026-07-29"/>
    </attachment>
  </content>
  <context>
    <related>🔗 
      <reference value="Claim/claim-min"/>
    </related>
  </context>
</DocumentReference>