FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.nde
Resource TypeOperationDefinition
IdGetBundleDiagnosticReportObservation.OperationDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/OperationDefinition/get-diagnosticreport-bundle-by-nric
URLhttps://fhir.synapxe.sg/OperationDefinition/get-diagnosticreport-bundle-by-nric
Version1.0.0
Statusactive
Date2025-07-11
NameGetDiagnosticReportBundleByNRIC
TitleGet DiagnosticReport Bundle by Patient NRIC
DescriptionOperation to retrieve a Bundle containing DiagnosticReport resources and their associated Observations for a patient identified by NRIC.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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."
    }
  ]
}