FHIR IG analytics| Package | synapxe.nde |
| Resource Type | OperationDefinition |
| Id | GetBundleDiagnosticReportObservation.OperationDefinition.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/OperationDefinition/get-diagnosticreport-bundle-by-nric |
| URL | https://fhir.synapxe.sg/OperationDefinition/get-diagnosticreport-bundle-by-nric |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-07-11 |
| Name | GetDiagnosticReportBundleByNRIC |
| Title | Get DiagnosticReport Bundle by Patient NRIC |
| Description | Operation to retrieve a Bundle containing DiagnosticReport resources and their associated Observations for a patient identified by NRIC. |
| Type | false |
| Kind | operation |
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."
}
]
}