ITEM_TAG
Management of ITEM_TAG resources for compositions and EHR_STATUS within an EHR.
Tags can also be set inline via the openehr-item-tag request header on COMPOSITION/EHR_STATUS create and update operations, and are emitted via the openehr-item-tag response header on read operations.
Cadasto exceptions:
- The
openehr-version-item-tagrequest and response header is not supported. Sending it returns400 Bad Request.- The
uid_based_idpath parameter on these endpoints accepts onlyversioned_object_uid(HIER_OBJECT_ID); OBJECT_VERSION_ID is not supported.
See the item_tags guide for end-to-end examples and error formats.
ITEM_TAG Operations
- get/ehr/{ehr_id}/tags
- get/ehr/{ehr_id}/composition/{uid_based_id}/tags
- put/ehr/{ehr_id}/composition/{uid_based_id}/tags
- delete/ehr/{ehr_id}/composition/{uid_based_id}/tags/{key}
- get/ehr/{ehr_id}/ehr_status/{uid_based_id}/tags
- put/ehr/{ehr_id}/ehr_status/{uid_based_id}/tags
- delete/ehr/{ehr_id}/ehr_status/{uid_based_id}/tags/{key}