feature: Clinical Data Model Expansion & Observation Vocabulary

This commit is contained in:
voltsrage
2026-06-18 15:00:42 +08:00
parent 3b4c5c524b
commit 7d630fbbd9
33 changed files with 2636 additions and 36 deletions
@@ -8,6 +8,8 @@ public class PatientEncounterDocument
public string Status { get; set; } = null!;
public string AttendingPhysician { get; set; } = null!;
public DateTimeOffset AdmittedAt { get; set; }
public string? RoomBed { get; set; }
public string? AdmissionReason { get; set; }
public int OpenAlertCount { get; set; }
public DateTimeOffset? LastObservationAt { get; set; }
}