Allergies REST Endpoints

Allergies
Add a No Known Allergy (NKA) record
Method: post
Path: /20240101/actions/addNoKnownAllergy
Add a No Known Medication Allergy (NKMA) record
Method: post
Path: /20240101/actions/addNoKnownMedicationAllergy
Create an allergy
Method: post
Path: /20240101/allergies
Get a list of allergies
Method: get
Path: /20240101/allergies
Get a list of historical versions by allergy ID
Method: get
Path: /20240101/allergies/{allergyId}/versions
Get an allergy by allergy ID
Method: get
Path: /20240101/allergies/{allergyId}
Mark allergies as reviewed
Method: post
Path: /20240101/actions/markAllergiesReviewed
Modify a No Known Allergy (NKA) record
Method: post
Path: /20240101/actions/modifyNoKnownAllergy
Modify a No Known Medication Allergy (NKMA) record
Method: post
Path: /20240101/actions/modifyNoKnownMedicationAllergy
Update an allergy
Method: put
Path: /20240101/allergies/{allergyId}