-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
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.