Delete Condition

DELETE {{baseUrl}}/api/v2/Condition/:condition-id?patient=<integer>&category=problem-list-item&practiceId=<integer>&departmentId=<integer>&third-party-user-name=<string>&patient-facing-call=<boolean>&include=<string>

Overview:

A focused request enabling developers to programmatically cancel or remove an existing condition by its unique ID. The condition can be a diagnosis or a problem list item, and the deletion operation is performed based on the condition ID.

Use Cases:

  • Remove Incorrect Diagnosis: Delete erroneous condition

  • Cancel Resolved Condition: Remove resolved condition

  • Update Patient Record: Delete outdated condition

  • Manage Data Consistency: Remove duplicate condition

  • Support Data Privacy: Delete sensitive condition

Request Params

KeyDatatypeRequiredDescription
patientstring(Required) The patient identifier associated with the condition.
categorystring(Required) The category of the condition
practiceIdstring(Required) The practice identifier
departmentIdstring(Required) The department identifier
third-party-user-namestringThe third party user name
patient-facing-callstringThe patient facing call
includestringFields to include in the response

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Authorizationstring