臺灣社政領域基礎實作指引
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" : "DocumentReference",
  "id" : "official-document-min",
  "meta" : {
    "profile" : [
      🔗 "https://sfaa.gov.tw/base/StructureDefinition/DocumentReference-twss-base"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "masterIdentifier" : {
    "system" : "https://sfaa.gov.tw/base/identifier/official-document-number",
    "value" : "衛救字第1130012345號"
  },
  "status" : "current",
  "type" : {
    "text" : "主管機關核備"
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-min"
  },
  "date" : "2026-07-29T09:00:00+08:00",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "https://example.org/twss/documents/1130012345.pdf",
        "creation" : "2026-07-29"
      }
    }
  ],
  "context" : {
    "related" : [
      {
        🔗 "reference" : "Claim/claim-min"
      }
    ]
  }
}