openEHR / specifications-ITS-REST

openEHR REST API Specifications
https://specifications.openehr.org/releases/ITS-REST/latest
Apache License 2.0
18 stars 15 forks source link

Remove reference to deleted EHRs from description of Get EHR_STATUS version by time #65

Closed serefarikan closed 5 years ago

serefarikan commented 6 years ago

Since openEHR spec does not describe the semantics of a deleted EHR and it is not currently clear how this could be expressed in the REST api, the reference to deleted ehr in the following text would better be removed:

404 Not Found returned when EHR with ehr_id does not exist or has been deleted or a version of an EHR_STATUS resource does not exist at the specified version_at_time.

This is necessary since this statement refers to functionality that is not defined in the current rest specs and therefore cannot be used to write tests for the get ehr status semantics above.

bostjanl commented 5 years ago

The part mentioning deleted EHR has been removed.