Patient
Type: object
Version: 1.0
Represents a patient in the healthcare system. Lineage maps to the Patient node in the healthcare graph domain model.
Extends
Fields
| Name | Type | Description | Source |
|---|---|---|---|
Id |
string (uuid) | - | from Entity |
Created |
string (date-time) | - | from Entity |
Modified |
string (date-time) | - | from Entity |
NhsNumber |
string | NHS number (UK national health identifier) | - |
DateOfBirth |
string (date) | Patient's date of birth | - |
Gender |
string | Patient's gender | - |
BloodType |
string | Patient's blood type (e.g., A+, O-) | - |
Allergies |
string | Known allergies (comma-separated or structured) | - |