PatientAllergyModel
Model used to set information about a patient allergy.
| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientExternalId |
ID of the patient in the integrating system (Required). |
string |
None. |
| AllergyExternalId |
ID of the allergy in the integrating system. |
string |
None. |
| AllergyName |
Name of the allergy. |
string |
None. |
| AllergySeverityExternalId |
ID of the allergy severity in the integrating system. |
string |
None. |
| AllergySeverityName |
Name of the allergy severity. |
string |
None. |
| AllergyReactionExternalId |
ID of the allergy reaction in the integrating system. |
string |
None. |
| AllergyReactionName |
Name of the allergy reaction. |
string |
None. |
| StartDate |
Start date of the patient allergy. |
date |
None. |
| Notes |
Notes of the patient allergy. |
string |
None. |
| PortalCreated |
Portal created date of the patient allergy. |
date |
None. |
| Active |
Indicates whether the patient allergy is active or not. |
boolean |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
string |
None. |
| ExternalId |
Unique ID of the model in the integrating system (Required). |
string |
None. |