Skip to content

Commit 55f9372

Browse files
committed
Clarify POST obligations
1 parent 339a6a9 commit 55f9372

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

input/pagecontent/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This IG also refers to Data Receivers as "**EHRs**".
5050

5151
5. **Prepare FHIR Bundle**: When a submission is triggered (either scheduled or manual), the Data Submitter prepares a FHIR Bundle containing the relevant CGM data, conforming to the specified profiles and requirements.
5252

53-
6. **POST Bundle to EHR**: The Data Submitter issues a POST request to send the prepared FHIR Bundle to the EHR's FHIR Base URL.
53+
6. **POST Bundle to EHR**: The Data Submitter issues a POST request to send the prepared FHIR Bundle to the EHR.
5454

5555
This workflow ensures that the Data Submitter is properly authorized, respects the EHR's submission preferences, and securely transmits CGM data in a standardized format. The combination of scheduled submissions and manual triggers provides flexibility and ensures that the EHR receives up-to-date CGM data as needed.
5656

@@ -124,6 +124,8 @@ Examples include but are not limited to:
124124
* SHOULD ensure that accepted submissions are available for read/search immediately after submission, but MAY subject these submissions to additional ingestion workflow steps
125125
* MAY respond with HTTP status code 429 (Too Many Requests) if a client is submitting data too frequently
126126

127+
> **Note:** Unlike standard FHIR transactions where servers must process all entries as a single unit, the `$submit-cgm-bundle` operation allows servers to selectively accept and persist only a subset of the submitted resources.
128+
127129
**Handling Duplicate Submissions**
128130

129131
When submitting CGM data, there are two complementary approaches for handling potential duplicates:

0 commit comments

Comments
 (0)