You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently created 3 Patient resources each using a standard create interaction (POST) all with the same Patient.identifier element. I then did a search:
GET <base>/fhir-server/api/v4/Patient?identifier=12345
and I get a Bundle resource containing 3 patients. Then I tried using the "conditional delete" interaction:
lmsurpre
changed the title
Conditional delete operation outcome has nulls in error message
Conditional delete operation outcome has nulls in issue details
May 14, 2021
I recently created 3
Patient
resources each using a standard create interaction (POST) all with the samePatient.identifier
element. I then did a search:GET <base>/fhir-server/api/v4/Patient?identifier=12345
and I get a Bundle resource containing 3 patients. Then I tried using the "conditional delete" interaction:
DELETE <base>/fhir-server/api/v4/Patient?identifier=12345
and I got the following response:
Then I confirmed that the resource(s) have been deleted by performing another search:
GET <base>/fhir-server/api/v4/Patient?identifier=12345
The "conditional delete" behavior works as advertised but there should be actual resource ids in the operation outcome instead of nulls.
The text was updated successfully, but these errors were encountered: