AmendmentRequestModel
Model used to retrieve information about an amendment request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| AmendmentRequestId |
Gets or sets the amendment request ID. |
globally unique identifier |
None. |
| CreatedUtc |
Gets the created date in UTC of the amendment. |
date |
None. |
| CdaId |
Gets the CDA ID. |
globally unique identifier |
None. |
| CdaUploadDateUtc |
Gets the CDA upload date in UTC. |
date |
None. |
| PatientExternalId |
Gets the patient's external ID. |
string |
None. |
| LocationExternalId |
Gets the location external ID. |
string |
None. |
| DoctorExternalId |
Gets the doctor external ID. |
string |
None. |
| MissingInformation |
Gets the missing information. |
string |
None. |
| IncorrectInformation |
Gets the incorrect information. |
string |
None. |
| NotifyOfAmendment |
Gets the practice email id to notify the amendment request. |
string |
None. |
| AlreadySent |
Gets if amendment request is already sent. |
boolean |
None. |
| Status |
Gets the status of the request. Status should be (Pending, Approved or Denied). |
string |
None. |
| DoctorComments |
Gets the doctor comments. |
string |
None. |