Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Page values for "References/Account"

From OHC Network Wiki
More languages
More actions

"Docs" values

1 row is stored for this page
FieldField typeValue
TitleStringAccount
DocTypeStringreference
DomainStringbilling
SummaryText
SidebarOrderInteger1
IntroducedInString3.0
DeprecatedInString
FHIRResourceString
ModelStringAccount
SourceFileString
StatusStringcurrent

"ModelField" values

17 rows are stored for this page
FieldField typeValue
ModelStringAccount
SectionStringIdentity & scope
FieldStringfacility
FieldTypeStringFK → facility.Facility (PROTECT)
NotesTextyes
FieldField typeValue
ModelStringAccount
SectionStringIdentity & scope
FieldStringpatient
FieldTypeStringFK → emr.Patient (PROTECT)
NotesTextyes
FieldField typeValue
ModelStringAccount
SectionStringIdentity & scope
FieldStringname
FieldTypeStringCharField(255)
NotesTextyes
FieldField typeValue
ModelStringAccount
SectionStringIdentity & scope
FieldStringdescription
FieldTypeStringTextField
NotesTextno
FieldField typeValue
ModelStringAccount
SectionStringIdentity & scope
FieldStringprimary_encounter
FieldTypeStringFK → emr.Encounter (SET_NULL, nullable)
NotesTextno
FieldField typeValue
ModelStringAccount
SectionStringStatus
FieldStringstatus
FieldTypeStringCharField(255)
NotesTextyes
FieldField typeValue
ModelStringAccount
SectionStringStatus
FieldStringbilling_status
FieldTypeStringCharField(255)
NotesTextyes
FieldField typeValue
ModelStringAccount
SectionStringStatus
FieldStringservice_period
FieldTypeStringJSONField (default {})
NotesTextyes (on spec)
FieldField typeValue
ModelStringAccount
SectionStringBalances & totals
FieldStringtotal_net
FieldTypeStringDecimalField
NotesTextNet total before adjustments. Not populated — the <code>sync_account_items</code> logic is commented out, so it holds the default <code>0</code>
FieldField typeValue
ModelStringAccount
SectionStringBalances &amp; totals
FieldStringtotal_gross
FieldTypeStringDecimalField
NotesTextSum of <code>total_price</code> over charge items in <code>paid</code> or <code>billed</code> status
FieldField typeValue
ModelStringAccount
SectionStringBalances &amp; totals
FieldStringtotal_paid
FieldTypeStringDecimalField
NotesTextSum of <code>active</code>+<code>complete</code> payment reconciliations, minus credit-note reconciliations
FieldField typeValue
ModelStringAccount
SectionStringBalances &amp; totals
FieldStringtotal_balance
FieldTypeStringDecimalField
NotesText<code>total_gross − total_paid</code>
FieldField typeValue
ModelStringAccount
SectionStringBalances &amp; totals
FieldStringtotal_billable_charge_items
FieldTypeStringDecimalField
NotesTextSum of <code>total_price</code> over charge items in <code>billable</code> status
FieldField typeValue
ModelStringAccount
SectionStringBalances &amp; totals
FieldStringcached_items
FieldTypeStringJSONField (default {})
NotesTextDenormalized snapshot of the account's charge items, serialized as a <code>list</code> on retrieve. Not populated — the sync logic is commented out
FieldField typeValue
ModelStringAccount
SectionStringBalances &amp; totals
FieldStringcalculated_at
FieldTypeStringDateTimeField (nullable)
NotesTextWhen the balances were last computed; set to <code>care_now()</code> on each sync
FieldField typeValue
ModelStringAccount
SectionStringTags &amp; extensions
FieldStringtags
FieldTypeStringArrayField[int] (default [])
NotesTextTag IDs applied to the account; rendered through <code>SingleFacilityTagManager</code> on read
FieldField typeValue
ModelStringAccount
SectionStringTags &amp; extensions
FieldStringextensions
FieldTypeStringJSONField (default {})
NotesTextOpen bag for deployment-specific metadata. <code>ExtensionValidator</code> checks it against <code>ExtensionResource.account</code>; surfaced only on the retrieve spec