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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeOperationDefinition
IdCreateBundleDiagnosticReportObservation.OperationDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/OperationDefinition/create-diagnosticreport-bundle
URLhttps://fhir.synapxe.sg/OperationDefinition/create-diagnosticreport-bundle
Version1.0.0
Statusactive
Date2025-07-11
NameCreateDiagnosticReportBundle
TitleCreate DiagnosticReport Bundle
DescriptionOperation to create a Bundle containing DiagnosticReport resources and their associated Observations.
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": "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."
    }
  ]
}