{ "description": "Operation to retrieve a Bundle containing DiagnosticReport resources and their associated Observations for a patient identified by NRIC.", "_filename": "GetBundleDiagnosticReportObservation.OperationDefinition.json", "package_name": "synapxe.nehr", "date": "2025-07-11", "system": true, "publisher": "Synapxe", "instance": false, "name": "GetDiagnosticReportBundleByNRIC", "type": "false", "experimental": null, "resourceType": "OperationDefinition", "title": "Get DiagnosticReport Bundle by Patient NRIC", "package_version": "1.0.0", "status": "active", "id": "7ce9929a-302a-4513-ad1e-345bb714ccac", "kind": "operation", "url": "https://fhir.synapxe.sg/OperationDefinition/get-diagnosticreport-bundle-by-nric", "code": "get-labreport", "version": "1.0.0", "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "nric", "type": "string", "documentation": "The NRIC identifier of the patient whose DiagnosticReports and Observations are to be retrieved." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Bundle", "documentation": "A Bundle containing DiagnosticReport and Observation resources for the specified patient." } ] }