Patient
This entity is a root level object. It represents a patient It is serialized in JSON and saved in the underlying icure-patient CouchDB database.
Property | Type | Description |
---|---|---|
id * | the Id of the patient. We encourage using either a v4 UUID or a HL7 Id. | |
identifier * | | |
rev | the revision of the patient in the database, used for conflict management / optimistic locking. | |
created | The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server. format: int64. | |
modified | The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server. format: int64. | |
author | The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server. | |
responsible |