Continuous Glucose Monitoring
1.0.0 - STU 1 International flag

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

: Submit CGM Bundle Operation - XML Representation

Page standards status: Trial-use Maturity Level: 2

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="submit-cgm-bundle"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition submit-cgm-bundle</b></p><a name="submit-cgm-bundle"> </a><a name="hcsubmit-cgm-bundle"> </a><p>URL: [base]/$$submit-cgm-bundle</p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>resource</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a> (<a href="StructureDefinition-cgm-data-submission-bundle.html" title="http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-data-submission-bundle">CGM Data Submission Bundle</a>)</td><td/><td><div><p>A 'transaction' Bundle that conforms to the CGM Data Submission Bundle Profile containing multiple resources related to Continuous Glucose Monitoring (CGM) data</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>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:</p>
<ul>
<li>HTTP status code indicating success/failure</li>
<li>Location header for successful creations</li>
<li>OperationOutcome for any entry-specific errors</li>
</ul>
<p>If the entire operation fails, a single OperationOutcome resource is returned instead.</p>
</div></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/cgm/ImplementationGuide/hl7.fhir.uv.cgm"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/cgm/ImplementationGuide/hl7.fhir.uv.cgm"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/uv/cgm/OperationDefinition/submit-cgm-bundle"/>
  <version value="1.0.0"/>
  <name value="SubmitCGMBundle"/>
  <title value="Submit CGM Bundle"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2025-09-03T21:30:51+00:00"/>
  <publisher value="HL7 International / Orders and Observations"/>
  <contact>
    <name value="HL7 International / Orders and Observations"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/orders"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="ord@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="This operation is used to submit CGM data. The input is a 'transaction' Bundle that conforms to the [CGM Data Submission Bundle Profile](StructureDefinition-cgm-data-submission-bundle.html), 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:
- Maintain the same order as the submission Bundle
- Include status and location information for each successfully processed entry
- Include error details for any entries that could not be processed

Servers SHOULD support conditional create requests and persist client-supplied identifiers. Servers SHALL document in their developer documentation:
- Which search parameters can be used in conditional create requests  
- How client-supplied identifiers are handled
- Any deduplication strategies employed"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <code value="submit-cgm-bundle"/>
  <system value="true"/>
  <type value="false"/>
  <instance value="false"/>
  <parameter>
    <name value="resource"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="A 'transaction' Bundle that conforms to the CGM Data Submission Bundle Profile containing multiple resources related to Continuous Glucose Monitoring (CGM) data"/>
    <type value="Bundle"/>
    <targetProfile
                   value="http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-data-submission-bundle"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="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:
- HTTP status code indicating success/failure
- Location header for successful creations
- OperationOutcome for any entry-specific errors

If the entire operation fails, a single OperationOutcome resource is returned instead."/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>