FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | OperationDefinition |
| Id | GetBundleDiagnosticReportObservation.OperationDefinition.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "get-diagnosticreport-bundle-by-nric",
"url": "https://fhir.synapxe.sg/OperationDefinition/get-diagnosticreport-bundle-by-nric",
"version": "1.0.0",
"name": "GetDiagnosticReportBundleByNRIC",
"title": "Get DiagnosticReport Bundle by Patient NRIC",
"status": "active",
"kind": "operation",
"date": "2025-07-11",
"publisher": "Synapxe",
"description": "Operation to retrieve a Bundle containing DiagnosticReport resources and their associated Observations for a patient identified by NRIC.",
"code": "get-labreport",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "nric",
"use": "in",
"min": 1,
"max": "1",
"type": "string",
"documentation": "The NRIC identifier of the patient whose DiagnosticReports and Observations are to be retrieved."
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"type": "Bundle",
"documentation": "A Bundle containing DiagnosticReport and Observation resources for the specified patient."
}
]
}