FHIR IG analytics| Package | synapxe.nde |
| Resource Type | OperationDefinition |
| Id | CreateBundleDiagnosticReportObservation.OperationDefinition.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/OperationDefinition/create-diagnosticreport-bundle |
| URL | https://fhir.synapxe.sg/OperationDefinition/create-diagnosticreport-bundle |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-07-11 |
| Name | CreateDiagnosticReportBundle |
| Title | Create DiagnosticReport Bundle |
| Description | Operation to create a Bundle containing DiagnosticReport resources and their associated Observations. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "create-diagnosticreport-bundle",
"url": "https://fhir.synapxe.sg/OperationDefinition/create-diagnosticreport-bundle",
"version": "1.0.0",
"name": "CreateDiagnosticReportBundle",
"title": "Create DiagnosticReport Bundle",
"status": "active",
"kind": "operation",
"date": "2025-07-11",
"publisher": "Synapxe",
"description": "Operation to create a Bundle containing DiagnosticReport resources and their associated Observations.",
"code": "create-labreport",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "input",
"use": "in",
"min": 1,
"max": "1",
"type": "Bundle",
"documentation": "A Bundle containing one or more DiagnosticReport resources and their associated Observation resources."
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"type": "Bundle",
"documentation": "A Bundle containing the created DiagnosticReport and Observation resources with server-assigned IDs and metadata."
}
]
}