FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeDocumentReference
IdDocumentReference-official-document-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

共用公文

公文文號:衛救字第1130012345號

公文類型:主管機關核備

公文日期:2026-07-29

關聯補助申請Claim/claim-min


Source1

{
  "resourceType": "DocumentReference",
  "id": "official-document-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/DocumentReference-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    ]
  }
}