GET
/
patient
/
:id
/
medical-record-status

This endpoint checks whether the patient’s Medical Record Summary already exists in the PDF and HTML formats.

To create a Medical Record Summary, you need to use the Start Consolidated Data Query.

Path Params

id
string
required

The ID of the Patient.

Response

Returns a JSON containing the dates when the Medical Record Summary in PDF and HTML formats were generated.

htmlCreatedAt
string

When the HTML summary was created.

pdfCreatedAt
string

When the PDF summary was created.

{
  "htmlCreatedAt": "2024-01-18T00:26:54.000Z",
  "pdfCreatedAt": "2024-01-18T00:27:16.000Z"
}