Skip to main content

Account

Trial Use 2 Financial

A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/Account
InteractionMethodPath
ReadGET/fhir/R5/Account/[id]
VreadGET/fhir/R5/Account/[id]/_history/[vid]
UpdatePUT/fhir/R5/Account/[id]
PatchPATCH/fhir/R5/Account/[id]
DeleteDELETE/fhir/R5/Account/[id]
CreatePOST/fhir/R5/Account
SearchGET/fhir/R5/Account?...
HistoryGET/fhir/R5/Account/[id]/_history
Type-historyGET/fhir/R5/Account/_history

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..*Account number
statuscode1..1active
billingStatusCodeableConcept0..1Tracks the lifecycle of the account through the billing process
typeCodeableConcept0..1E.g. patient, expense, depreciation
namestring0..1Human-readable label
subjectReference0..*The entity that caused the expenses
servicePeriodPeriod0..1Transaction window
coverageBackboneElement0..*The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account
ownerReference0..1Entity managing the Account
descriptionmarkdown0..1Explanation of purpose/use
guarantorBackboneElement0..*The parties ultimately responsible for balancing the Account
diagnosisBackboneElement0..*The list of diagnoses relevant to this account
procedureBackboneElement0..*The list of procedures relevant to this account
relatedAccountBackboneElement0..*Other associated accounts related to this account
currencyCodeableConcept0..1The base or default currency
balanceBackboneElement0..*Calculated account balance(s)
calculatedAtinstant0..1Time the balance amount was calculated

Resource-specific search parameters

ParameterTypeDescription
guarantorreferenceThe parties ultimately responsible for balancing the Account
identifiertokenAccount number
namestringHuman-readable label
ownerreferenceEntity managing the Account
patientreferenceThe entity that caused the expenses
perioddateTransaction window
relatedaccountreferenceParent and other related accounts
statustokenactive
subjectreferenceThe entity that caused the expenses
typetokenE.g. patient, expense, depreciation

Reference

  • Official FHIR R5 spec: Account
  • Maturity: Trial Use 2 (FMM 2).