Skip to content

Commit 405561a

Browse files
Seryizagalemsky-hs
authored andcommitted
docs: remove "not an idempotent operation" for $add-mapping,
$remove-mapping drafts
1 parent 723d1c8 commit 405561a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/v2-to-fhir-spec/add-mapping-fhir-operation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The server SHALL add each input mapping that does not already exist. Existing ma
2626

2727
It is an error to add a mapping with `target` for a source code that already has `noMap=true`, or to add `noMap=true` for a code that already has target mappings. The server SHALL return an OperationOutcome with `severity=error` and `code=business-rule`.
2828

29-
This is not an idempotent operation.
30-
3129
Clients MAY supply an `If-Match` header; servers SHALL reject the request if the ETag does not match. See [Managing Resource Contention](https://hl7.org/fhir/http.html#concurrency).
3230

3331
**In Parameters**
@@ -147,8 +145,6 @@ URL: [base]/ConceptMap/[id]/$remove-mapping
147145

148146
The server SHALL remove all mappings that match the input entries, across all groups in the ConceptMap. If no matching mapping exists for an input entry, the server SHALL ignore it.
149147

150-
This is not an idempotent operation.
151-
152148
Clients MAY supply an `If-Match` header; servers SHALL reject the request if the ETag does not match. See [Managing Resource Contention](https://hl7.org/fhir/http.html#concurrency).
153149

154150
**In Parameters**

0 commit comments

Comments
 (0)