status property
EncounterStatus?
get
status
The current status of the encounter.
Implementation
EncounterStatus? get status => statusField.getValue(json);
The current status of the encounter.
EncounterStatus? get status => statusField.getValue(json);