|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
|
| PtPoCTemplateOID | int | NOT NULL | Object ID of the Plan of Care Template |
| PtPoCCVEId | varchar(32) | NOT NULL | Common Vocabulary Engine(CVE) identifier of the Template that has been assigned |
| DisplayName | varchar(254) | NOT NULL | Name of the Template defined in Common Vocabulary Engine(CVE) |
| LastCngSeqNo | int | NOT NULL | Number of times this problem has been changed(Initial creation value will be 1) |
| Patient_oid | int | NOT NULL | Object ID of the patient(HPatient) |
| PatientVisit_oid | int | NOT NULL | Object ID of the patient visit(HPatientVisit) |
| AssignedBy_oid | int | NOT NULL | Object ID of the User who assigned the Plan of Care(HSUser) |
| AssignedByDateTime | smalldatetime | NOT NULL | Date and time(local) when the Template was assigned |
| AssignedByName | varchar(188) | NOT NULL | Name of the User who assigned the Template |
| StopDate | smalldatetime | NULL | Date and time the Plan of Care was stopped |
| StoppedByName | varchar(188) | NULL DEFAULT | Name of the User who stopped the Plan of Care |
| StoppedBy_oid | int | NULL | Object ID of the User who stopped the Plan of Care(HSUser) |
| StopReasonCd | smallint | NULL | Code describing why the Plan of Care was stopped |
| | | Allowable Values: |
| | | 1 - Plan Fulfilled |
| | | 2 - Plan Discontinued |
| | | 3 - Plan Added in Error |
| LastCngDtime | DATETIME | NOT NULL | Current Universal Time Coordinate or Greenwich Mean Time |
|
|