HealthcareElement

Create a healthcare element with the current user.

POST https://demo.icure.cloud/rest/v1/helement

Returns an instance of created healthcare element.

Request Body

NameTypeDescription

body

HealthElement

Delete healthcare elements..

DELETE https://demo.icure.cloud/rest/v1/helement/{healthElementIds}

Response is a set containing the ID's of deleted healthcare elements.

Path Parameters

NameTypeDescription

healthElementIds

String

Filter healthcare elements for the current user (HcParty).

POST https://demo.icure.cloud/rest/v1/helement/filter

Returns a list of healthcare elements along with next start keys and Document ID. If the nextStartKey is Null it means that this is the last page.

Request Body

NameTypeDescription

body

FilterChainHealthElement

List healthcare elements found By Healthcare Party and secret foreign keyelementIds..

GET https://demo.icure.cloud/rest/v1/helement/byHcPartySecretForeignKeys

Keys hast to delimited by coma

Query Parameters

NameTypeDescription

hcPartyId

String

secretFKeys

String

List helement stubs found By Healthcare Party and secret foreign keys..

GET https://demo.icure.cloud/rest/v1/helement/byHcPartySecretForeignKeys/delegations

Keys must be delimited by coma

Query Parameters

NameTypeDescription

hcPartyId

String

secretFKeys

String

Get a healthcare element.

GET https://demo.icure.cloud/rest/v1/helement/{healthElementId}

Path Parameters

NameTypeDescription

healthElementId

String

Modify a healthcare element.

PUT https://demo.icure.cloud/rest/v1/helement

Returns the modified healthcare element.

Request Body

NameTypeDescription

body

HealthElement

Modify a batch of healthcare elements.

PUT https://demo.icure.cloud/rest/v1/helement/batch

Returns the modified healthcare elements.

Request Body

NameTypeDescription

body

List

Delegates a healthcare element to a healthcare party.

POST https://demo.icure.cloud/rest/v1/helement/{healthElementId}/delegate

It delegates a healthcare element to a healthcare party (By current healthcare party). Returns the element with new delegations.

Path Parameters

NameTypeDescription

healthElementId

String

Request Body

NameTypeDescription

body

List

Update delegations in healthElements..

POST https://demo.icure.cloud/rest/v1/helement/delegations

Keys must be delimited by coma

Request Body

NameTypeDescription

body

List

Last updated