v1
Create With Mrn
Adds a patient and hydrates their MRN with a pre-existing MRN. Once this patient is created their MRN will not be editable. BadRequestError is returned when the MRN is greater than 20 characters. VersionConflictError is returned when the patient's external ID is already in use.
post/patients/v1/with_mrn
Query parameters
skip_duplicate_checkboolean
Headers
Authorizationstring required
OAuth authentication
Request body
V1MutablePatientWithMrn required— unresolved $ref
Response
Response with status 200
V1Patient required— unresolved $ref