This page is part of the Continuous Glucose Monitoring (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
| Official URL: http://hl7.org/fhir/uv/cgm/OperationDefinition/submit-cgm-bundle | Version: 1.0.0-ballot | |||
| Standards status: Trial-use | Maturity Level: 2 | Computable Name: SubmitCGMBundle | ||
This operation is used to submit CGM data. The input is a Bundle of type 'transaction' containing CGM data (summary reports, sensor readings, etc.) and the output is a Bundle of type 'transaction-response' containing processing results for each submitted resource, or an OperationOutcome resource for overall failures.
The response Bundle will:
Servers SHOULD support conditional create requests and persist client-supplied identifiers. Servers SHALL document in their developer documentation:
Generated Narrative: OperationDefinition submit-cgm-bundle
URL: [base]/Bundle/$submit-cgm-bundle
Input parameters Profile:CGM Data Submission Bundle
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | resource | 1..1 | Bundle | A Bundle of type 'transaction' containing CGM data including summary reports, sensor readings, and related resources. | ||
| OUT | return | 1..1 | Bundle | A Bundle of type 'transaction-response' containing processing results for each submitted resource. Each entry in the response Bundle corresponds to an entry in the submission Bundle and includes:
If the entire operation fails, a single OperationOutcome resource is returned instead. |