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