FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | DocumentReference |
| Id | DocumentReference-official-document-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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"
}
]
}
}