Account
FinancialA financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.
| Path | Card. | Type | Description & Constraints |
|---|---|---|---|
| Account | 0..* | — | Tracks balance, charges, for patient or cost center |
| .idΣ | 0..1 | String | Logical id of this artifact |
| .metaΣ | 0..1 | Meta | Metadata about the resource |
| .implicitRules?!Σ | 0..1 | uri | A set of rules under which this content was created |
| .language | 0..1 | code | Language of the resource content Bindinglanguages(preferred) |
| .text | 0..1 | Narrative | Text summary of the resource, for human interpretation |
| .contained | 0..* | Resource | Contained, inline Resources |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?! | 0..* | Extension | Extensions that cannot be ignored |
| .identifierΣ | 0..* | Identifier | Account number |
| .status?!Σ | 1..1 | code | active | inactive | entered-in-error | on-hold | unknown Bindingaccount-status(required) |
| .typeΣ | 0..1 | CodeableConcept | E.g. patient, expense, depreciation Bindingaccount-type(example) |
| .nameΣ | 0..1 | string | Human-readable label |
| .subjectΣ | 0..* | Reference(Patient | Device | Practitioner | PractitionerRole | Location | HealthcareService | Organization) | The entity that caused the expenses |
| .servicePeriodΣ | 0..1 | Period | Transaction window |
| .coverageΣ | 0..* | BackboneElement | The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account |
| .id | 0..1 | String | Unique id for inter-element referencing |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
| .coverageΣ | 1..1 | Reference(Coverage) | The party(s), such as insurances, that may contribute to the payment of this account |
| .priorityΣ | 0..1 | positiveInt | The priority of the coverage in the context of this account |
| .ownerΣ | 0..1 | Reference(Organization) | Entity managing the Account |
| .descriptionΣ | 0..1 | string | Explanation of purpose/use |
| .guarantor | 0..* | BackboneElement | The parties ultimately responsible for balancing the Account |
| .id | 0..1 | String | Unique id for inter-element referencing |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
| .party | 1..1 | Reference(Patient | RelatedPerson | Organization) | Responsible entity |
| .onHold | 0..1 | boolean | Credit or other hold applied |
| .period | 0..1 | Period | Guarantee account during |
| .partOf | 0..1 | Reference(Account) | Reference to a parent Account |