Skip to content

Commit d43b075

Browse files
authored
Merge pull request #6 from mrinnetmaki/fix-ifnoneexist-example
Fix the ifNoneExist example
2 parents b05d29f + a62e2ab commit d43b075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/pagecontent/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ When submitting CGM data, there are two complementary approaches for handling po
138138
1. **Client-Controlled Deduplication With Conditional Create**
139139
- Clients MAY include `ifNoneExist` elements in `Bundle.entry.request`
140140
- Clients MAY adopt any strategy for generating Identifiers, including strategies to deterministically create identifiers based on the instance data
141-
- Example of `Bundle.entry.request.ifNoneExists`: `Observation?identifier=https://client.example.org|123`
141+
- Example of `Bundle.entry.request.ifNoneExist`: `identifier=https://client.example.org|123`
142142
- Servers SHOULD support conditional create requests
143143
- Servers SHOULD persist client-supplied identifiers to support this pattern
144144
- When a server supports conditional creates, it:

0 commit comments

Comments
 (0)