Spine-RIS-Patient-2-0
Patient | |
Definition |
Demographics and other administrative information about an individual or animal receiving care or other health-related services. |
Control | 1..1 |
Type | DomainResource |
Aliases | SubjectOfCare Client Resident |
Comments |
Tracking patient is the center of the healthcare process. |
Patient.identifier | |
Definition |
An identifier for this patient. |
Control | 1..1 |
Type | Identifier |
Requirements |
Patients are almost always assigned specific numerical identifiers. |
Comments | |
Patient.identifier.system | |
Definition |
Establishes the namespace in which set of possible id values is unique. |
Control | 1..1 |
Type | Uri |
Requirements |
There are many sequences of identifiers. To perform matching, we need to know what sequence we're dealing with. The system identifies a particular sequence or set of unique identifiers. |
Comments |
urn:oid: 2.16.840.1.113883.2.1.4.1 urn:fhir.nhs.uk:id/NHSNumber |
Fixed Value | http://fhir.nhs.net/Id/nhs-number |
Patient.identifier.value | |
Definition |
The portion of the identifier typically displayed to the user and which is unique within the context of the system. |
Control | 1..1 |
Type | String |
Comments |
If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. |
Example | 1234567890 |
Patient.birthDate | |
Definition |
The date of birth for the individual. |
Control | 1..1 |
Type | Date |
Requirements |
Age of the individual drives many clinical processes. |
Comments |
At least an estimated year should be provided as a guess if the real dob is unknown. |
Patient.careProvider | |
Definition |
Patient's nominated care provider. |
Control | 1..1 |
Type | Organization |
Comments |
This may be the primary care provider (in a GP context), or it may be a patient nominated care manager in a community/disablity setting, or even organization that will provide people to perform the care provider roles. This is not to be used to record Care Teams, these should be recorded on either the CarePlan or EpisodeOfCare resources. |