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
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
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
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
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
hcPartyId
String
secretFKeys
String
Get a healthcare element.
GET
https://demo.icure.cloud/rest/v1/helement/{healthElementId}
Path Parameters
healthElementId
String
Modify a healthcare element.
PUT
https://demo.icure.cloud/rest/v1/helement
Returns the modified healthcare element.
Request Body
body
HealthElement
Modify a batch of healthcare elements.
PUT
https://demo.icure.cloud/rest/v1/helement/batch
Returns the modified healthcare elements.
Request Body
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
healthElementId
String
Request Body
body
List
Update delegations in healthElements..
POST
https://demo.icure.cloud/rest/v1/helement/delegations
Keys must be delimited by coma
Request Body
body
List
Last updated
Was this helpful?