FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | Bundle |
| Id | BundleLabResultDocumentResponse.Example.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"type": "searchset",
"total": 1,
"timestamp": "2026-03-31T10:00:00+08:00",
"link": [
{
"relation": "self",
"url": "[baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S9876543D&category=LAB"
}
],
"entry": [
{
"fullUrl": "https://fhir.synapxe.sg/DiagnosticReport/labresult-001",
"resource": {
"resourceType": "DiagnosticReport",
"id": "labresult-001",
"meta": {
"lastUpdated": "2026-02-10T16:15:00.100+08:00"
},
"identifier": [
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "LAB-RPT-2026-002345"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/accession-no",
"value": "ACC-LAB-2026-002345"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "24331-1",
"display": "Lipid panel - Serum or Plasma"
}
]
},
"subject": {
"type": "Patient",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S9876543D"
}
},
"encounter": {
"type": "Encounter",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/event-id",
"value": "VN-2026-002345"
}
},
"effectiveDateTime": "2026-02-10T08:30:00+08:00",
"issued": "2026-02-10T16:15:00+08:00",
"resultsInterpreter": [
{
"type": "Practitioner",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M23456"
}
}
]
},
"search": {
"mode": "match"
}
}
]
}