PatientCareEpisodeSummary
This table contains all episode records, regardless of the type and is intended for use with Organization Filter functionality. If used for Organization Filtering, users will be able to see an episode if they have authorization for the owning business segment on the episode or the patient associated with the episode.
| Column Name | Type | Description |
|---|---|---|
| EpisodeCarePlanIdentifier | VARCHAR | The unique ID of the care plan linked to the episode. |
| EpisodeStatus | INTEGER | The status of the episode record. An episode status might be Active, Resolved, or Deleted. |
| EpisodeTitle | VARCHAR | The name of the episode. |
| EpisodeInitiationDate | DATETIME | The date the episode was initiated. |
| EpisodeRecordIsArchivedIndicator | VARCHAR | Indicates whether the episode record is archived at the record level. |
| OwningBusinessSegmentProviderId | NUMERIC | The owning business segment of a CoCM episode. If populated, users working in a service area will still be able to access the episode, but users working in a business segment will only be able to access the episode if they have authorization for the business segment stored here. |
| AssociatedPatientIdentifier | VARCHAR | The unique ID of the patient associated with the episode. This is populated by a virtual item that checks item linkages between HSB and EPT and returns the first EPT ID that it finds. The items are checked in the following order: EPT 1900 (via an index), HSB 35921, then HSB 89020. |
| CommunityIdentifierLogOwner | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| EpisodeResolvedDate | DATETIME | The date the episode was resolved. |