FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | OperationDefinition |
| Id | CreateBundleDiagnosticReportObservation.OperationDefinition.json |
| FHIR Version | R5 |
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."
}
]
}