v41
latestOpenAPI 3.0.3Creative Commons Attribution-NoDerivs 3.0 Unportedraw.githubusercontent.com2026-06-1133105142.4 KBEHR_STATUS
Get versioned EHR_STATUS version by id
Retrieves a VERSION identified by version_uid of an EHR_STATUS associated with the EHR identified by ehr_id.
get/ehr/{ehr_id}/versioned_ehr_status/version/{version_uid}
Path parameters
ehr_idstring uuid required
Example:7d44b88c-4199-4bad-97dc-d78268e01398
EHR identifier taken from EHR.ehr_id.value.
version_uidstring required
Example:6cb19121-4307-4648-9da0-d62e4d51f19b::openEHRSys.example.com::2
VERSION identifier taken from VERSION.uid.value.
Headers
Accept'application/json' | 'application/xml'
Content-Type'application/json' | 'application/xml'
Response
200 OK is returned when the requested VERSION is successfully retrieved.
Example response
{
"contribution": {
"id": {
"_type": "OBJECT_VERSION_ID",
"value": "fb458d9c-1323-42bc-b7f8-787f3660a0b5::openEHRSys.example.com::1"
},
"namespace": "local",
"type": "COMPOSITION"
},
"commit_audit": {
"system_id": "9624982A-9F42-41A5-9318-AE13D5F5031F",
"committer": {
"_type": "PARTY_IDENTIFIED",
"name": "A user name"
},
"time_committed": {
"value": "2017-08-15T10:37:15.422+02:00"
},
"change_type": {
"value": "creation",
"defining_code": {
"terminology_id": {
"value": "openehr"
},
"code_string": "249"
}
},
"description": {
"value": "Description text"
}
}
}