Stream: cds hooks/github
Topic: docs / Issue #400 More guidance on syntax for deletes
Github Notifications (Aug 14 2018 at 03:04):
lmckenzi opened Issue #400
What does a "delete" action look like? There are no examples in the spec. "resource" is noted as being of type object, so it's not clear if I should say this:
"resource" : "someId"
or this"resource":{"id": "someId"}
(Isaac indicated that his expectation was
"resource": {"resourceType": "MedicationRequest", "id": "someId" }
- and given that ids are only unique within a resource type, that's probably wise)It would be good to at least include an example showing expected syntax.
Github Notifications (Oct 02 2018 at 13:44):
isaacvetter labeled Issue #400
Last updated: Apr 12 2022 at 19:14 UTC