fix: improves encounter detail rendering and data mapping

This commit is contained in:
riefive
2025-11-14 15:02:49 +07:00
parent 0d4accc281
commit 840efeba8c
4 changed files with 240 additions and 105 deletions
+1
View File
@@ -36,6 +36,7 @@ export interface Encounter {
discharge_date?: string
internalReferences?: InternalReference[]
deathCause?: DeathCause
paymentMethod_code?: string
status_code: string
}