All 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}
Chief Complaints
- Get a list of chief complaints for a patient
- Method: getPath:
/20240101/chiefComplaints
Code System
- Get a code value by code value identifier
- Method: getPath:
/20240101/codeValues/{codeValueId}
- Get multiple code values
- Method: getPath:
/20240101/codeValues
Conditions
The operations from the Conditions category.
- Get a condition by condition identifier
- Method: getPath:
/20240101/conditions/{conditionId}
- Get a list of conditions for a patient
- Method: getPath:
/20240101/conditions
Locations
- Get a location
- Method: getPath:
/20240101/locations
- Get a location by location identifier
- Method: getPath:
/20240101/locations/{locationId}
Messages
- Get a list of messages received by a patient
- Method: getPath:
/20241001/patientMessages/inboxItems
- Get a list of messages sent by a patient
- Method: getPath:
/20241001/patientMessages/sentItems
- Get detailed information about a message
- Method: getPath:
/20241001/patientMessages/{patientMessageId}
- Send a message to a set of recipients
- Method: postPath:
/20241001/patientMessages/sentItems
- Update the status of a patient's messages
- Method: postPath:
/20241001/actions/updatePatientMessageStatus
- Validate recipients
- Method: postPath:
/20241001/actions/validateRecipients
Nomenclatures
- Get a list of terminology groups
- Method: getPath:
/20240101/terminologyGroups
- Get a nomenclature by nomenclature ID
- Method: getPath:
/20240101/nomenclatures/{nomenclatureId}
- Get nomenclatures for a supplied terminology group
- Method: getPath:
/20240101/nomenclatures
Personnel
The operations from the Personnel category.
- Get a list of personnel
- Method: getPath:
/20240101/personnel
- Get a personnel member by ID
- Method: getPath:
/20240101/personnel/{personnelId}
Recipients
- Get group inbox search results
- Method: getPath:
/20241001/groupInboxes