FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | DocumentReference |
| Id | DocumentReferenceUpdateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DocumentReference",
"id": "docref-123456",
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "34133-9",
"display": "Summary of episode note"
}
]
},
"subject": {
"type": "Patient",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S1234567A"
}
},
"context": [
{
"reference": "Encounter/encounter-67890"
}
],
"author": {
"reference": "Practitioner/practitioner-001"
},
"custodian": {
"reference": "Organization/org-001"
},
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "https://example.org/fhir/binary/document-001",
"title": "Discharge Summary",
"creation": "2025-08-21T10:00:00+08:00"
}
}
]
}