cURL
curl --request POST \ --url https://api.decodahealth.com/user/patient/quick-note/create \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "patientId": "<string>", "note": "<string>", "creatorId": "<string>", "eventId": "<string>", "externalId": "<string>" } '
{ "id": "<string>", "patientId": "<string>", "note": "<string>", "creator": { "id": "<string>", "type": "PROVIDER", "firstName": "<string>", "lastName": "<string>", "phoneNumber": "<string>", "email": "<string>", "locationId": "<string>" }, "createdDate": "2023-11-07T05:31:56Z", "eventId": "<string>", "updatedDate": "2023-11-07T05:31:56Z", "isArchived": false }
Create a new quick note for a patient.
The tenant you are making this request on behalf of
Your api key
Successful Response
Show child attributes