{
  "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"
    }]
  }
}