location property

List<EncounterHistoryLocation>? location
inherited

location The location of the patient at this point in the encounter, the multiple cardinality permits de-normalizing the levels of the location hierarchy, such as site/ward/room/bed.

Implementation

List<EncounterHistoryLocation>? get location =>
    throw _privateConstructorUsedError;