v41
latestOpenAPI 3.0.3Creative Commons Attribution-NoDerivs 3.0 Unportedraw.githubusercontent.com2026-06-1133105142.4 KBEHR_STATUS
Get versioned EHR_STATUS
Retrieves a VERSIONED_EHR_STATUS associated with an EHR identified by ehr_id.
get/ehr/{ehr_id}/versioned_ehr_status
Path parameters
ehr_idstring uuid required
Example:7d44b88c-4199-4bad-97dc-d78268e01398
EHR identifier taken from EHR.ehr_id.value.
Headers
Accept'application/json' | 'application/xml'
Content-Type'application/json' | 'application/xml'
Response
200 OK is returned when the requested VERSIONED_EHR_STATUS is successfully retrieved.
Example response
{
"owner_id": {
"id": {
"_type": "OBJECT_VERSION_ID",
"value": "fb458d9c-1323-42bc-b7f8-787f3660a0b5::openEHRSys.example.com::1"
},
"namespace": "local",
"type": "COMPOSITION"
}
}