Patient
Create a patient
Creates a new Patient resource and returns it as it was stored, so you can see which fields survived.
An id in the request body is ignored; the server assigns one and returns it in the Location header. An active of false is ignored too, and the patient is created active.
Only the first entry of identifier is kept. Fields the record has nowhere to store — such as maritalStatus, communication or photo — are accepted and dropped rather than refused.
There is no deduplication: sending the same patient twice creates two records.
post/Patient
Response
Patient created
Changes
No recorded changes to this endpoint across all 1 revision of this API.