Continuous Glucose Monitoring, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cgm/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/uv/cgm/OperationDefinition/submit-cgm-bundle | Version: 1.0.0 | |||
Standards status: Trial-use | Maturity Level: 2 | Computable Name: SubmitCGMBundle |
This operation is used to submit CGM data. The input is a 'transaction' Bundle that conforms to the CGM Data Submission Bundle Profile, containing CGM data (such as summary reports and sensor readings). The output is a 'transaction-response' Bundle 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:
URL: [base]/$$submit-cgm-bundle
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | resource | 1..1 | Bundle (CGM Data Submission Bundle) | A 'transaction' Bundle that conforms to the CGM Data Submission Bundle Profile containing multiple resources related to Continuous Glucose Monitoring (CGM) data | ||
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. |