Encounter
Class CensusEvent

A census is an official count or enumeration of persons. In the hospital setting, this is the total number of patients admitted to the facility, generally exclusive of newborns. This count is typically taken at the same time each day, usually taken just before midnight. Censuses may be recorded by unit, ward, service, or the entire hospital or health care facility. This information is used, among many other purposes, to calculate an Average Daily Census, which is the average number of Patients per day in a hospital over a given period of time.
This class represents the result of the enumeration, which may be stored as a simple number, or may be comprised of pointers to the actual Encounters included in the count.

Attributes
Integer count count

This is the number of Patients that were admitted into the facility or program on the date/time upon which the Census Event took place. Note that this property is marked as derived because it might be calculated based on the number of Encounters that were active at the time of the census.

«TS» PointInTime dateTime dateTime

The date and time at which the enumeration of Patients took place. The census is taken at regular intervals (often daily, but sometimes monthly or quarterly) at the same time of the day (usually 11:59 PM). Only those Encounters that are active (admitted) at the time the Census Event are included in the count.

AbstractDurableEncounter includedEncounter includedEncounter

A census is the number of Patients that were admitted into the facility or program on the date/time upon which the Census Event took place. This may be calculated by identifying the Encounters that were active at the time of the census. This optional property points to those Encounters included in the Census. Alternatively, the CensusEvent.count property may be used to simply record the count without storing the encounters enumerated.


Properties:

Alias
Classifier Behavior
Is Abstractfalse
Is Activefalse
Is Leaffalse
Keywords
NameCensusEvent
Name Expression
NamespaceEncounter
Owned Template Signature
OwnerEncounter
Owning Template Parameter
PackageEncounter
Qualified NameFHIM::Encounter::CensusEvent
Representation
Stereotype
Template Parameter
VisibilityPublic

Attribute Details

 count
Public Integer count

This is the number of Patients that were admitted into the facility or program on the date/time upon which the Census Event took place. Note that this property is marked as derived because it might be calculated based on the number of Encounters that were active at the time of the census.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassCensusEvent
Datatype
Default
Default Value
Is Compositefalse
Is Derivedtrue
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower0
Lower Value(0)
Multiplicity0..1
Namecount
Name Expression
NamespaceCensusEvent
Opposite
OwnerCensusEvent
Owning Association
Owning Template Parameter
Qualified NameFHIM::Encounter::CensusEvent::count
Stereotype
Template Parameter
TypeInteger
Upper1
Upper Value(1)
VisibilityPublic


 dateTime
Public «TS» PointInTime dateTime

The date and time at which the enumeration of Patients took place. The census is taken at regular intervals (often daily, but sometimes monthly or quarterly) at the same time of the day (usually 11:59 PM). Only those Encounters that are active (admitted) at the time the Census Event are included in the count.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassCensusEvent
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value(1)
Multiplicity1
NamedateTime
Name Expression
NamespaceCensusEvent
Opposite
OwnerCensusEvent
Owning Association
Owning Template Parameter
Qualified NameFHIM::Encounter::CensusEvent::dateTime
Stereotype
Template Parameter
Type«TS» PointInTime
Upper1
Upper Value(1)
VisibilityPublic


 includedEncounter
Public AbstractDurableEncounter includedEncounter

A census is the number of Patients that were admitted into the facility or program on the date/time upon which the Census Event took place. This may be calculated by identifying the Encounters that were active at the time of the census. This optional property points to those Encounters included in the Census. Alternatively, the CensusEvent.count property may be used to simply record the count without storing the encounters enumerated.

Constraints:
Properties:

AggregationNone
Alias
AssociationcensusEvent_includedEncounter
Association End
ClassCensusEvent
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower0
Lower Value(0)
Multiplicity*
NameincludedEncounter
Name Expression
NamespaceCensusEvent
Opposite
OwnerCensusEvent
Owning Association
Owning Template Parameter
Qualified NameFHIM::Encounter::CensusEvent::includedEncounter
Stereotype
Template Parameter
TypeAbstractDurableEncounter
Upper*
Upper Value(*)
VisibilityPublic