Account

Overview

The Account resource acts as a central record against which charges, payments, and adjustments are applied. It contains information about which parties are responsible for payment of the account. The account resource supports multiple account types and relationships to other accounts.

Account Relationships

Account Relationship Model

Account Types

The account resource supports multiple account types which are defined below.

The following fields are returned if valued:

Terminology Bindings

Account.identifier
  • Description
    • A business identifier of the account.
  • Details: PFT Bill Alias Type
    System: https://fhir.cerner.com/<EHR source id>/statement-number

  • Details: Account Number
    System: https://fhir.cerner.com/<EHR source id>/account-number

Account.type
  • Description
    • Categorizes the account for searching purposes.
  • Details: Account Types
    System: http://terminology.hl7.org/CodeSystem/v3-ActCode

  • Details: Account Types
    System: https://fhir.cerner.com/<EHR source id>/codeSet/18736

Account.extension[x].valueMoney.currency
  • Description
    • Currency codes from ISO 4217 (see https://www.iso.org/iso-4217-currency-codes.html). This binding is used in account-balance extensions.
  • Details: Currencies
    System: urn:iso:std:iso:4217

  • Details: Currency Type
    System: https://fhir.cerner.com/<EHR source id>/codeSet/18934

Account.extension[x].valueCodeableConcept
  • Description
    • The status of the Account within a specific workflow. This binding is used in account-status extensions.
  • Details: Benefit Order Status
    System: https://fhir.cerner.com/<EHR source id>/codeSet/24451

  • Details: Correspondence Status
    System: https://fhir.cerner.com/<EHR source id>/codeSet/4002640

Extensions

  1. Account Related Parts
  2. Account Balance
  3. Account State
  4. Associated Encounter

Custom Extensions

All URLs for custom extensions are defined as https://fhir-ehr.cerner.com/r4/StructureDefinition/{id}

ID Value[x] Type Description
account-related-parts Reference A reference to other related Accounts.
account-balance Money Represents the account balance.
account-state CodeableConcept The status of the Account within the billing or correspondence workflow.
associated-encounter Reference The encounter associated with the resource.

Search for Accounts that meet supplied query parameters:

GET /Account?:parameters

Implementation Notes

Authorization Types

Parameters

Name Required? Type Description
_id See notes token The logical resource id associated with the resource. Example: F703726
identifier See notes token Aliases of the Account like Statement Number. Example: https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/statement-number|500000078
type See notes token The specific type of account. Example: financial-account
patient See notes reference The entity that caused the expenses. Example: Patient/12345
-guarantor See notes reference The parties responsible for balancing the account. Example: 6330015-6330017
-encounter See notes reference The id to identify the encounter. Example: 98028029
_count no number The maximum number of results to return. Defaults to 10.

Notes:

Headers

Accept: application/json+fhir
Authorization: <OAuth2 Bearer Token>

Example

Request - _id

GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?_id=F703726

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "4d239408-a451-436e-a55a-f7e5427f62f6",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?_id=F703726"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account/F703726",
      "resource": {
        "resourceType": "Account",
        "id": "F703726",
        "text": {
          "status": "generated",
          "div": "&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;p&gt;&lt;b&gt;Account&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Type&lt;/b&gt;: financial-account&lt;/p&gt;&lt;p&gt;&lt;b&gt;Service Period Start Date&lt;/b&gt;: Sep 27, 2013  4:12 P.M. UTC&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Number&lt;/b&gt;: 10000381&lt;/p&gt;&lt;/div&gt;"
        },
        "identifier": [
          {
            "use": "usual",
            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/account-number",
            "value": "10000381"
          }
        ],
        "status": "active",
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "ACCTRECEIVABLE",
              "display": "account receivable"
            }
          ],
          "text": "financial-account"
        },
        "subject": [
          {
            "reference": "Patient/1914010"
          }
        ],
        "servicePeriod": {
          "start": "2013-09-27T16:12:15Z"
        },
        "owner": {
          "reference": "Organization/647851"
        }
      }
    }
  ]
}

Request - _id

GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?_id=G71248138

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "25620975-ee28-49d7-84b2-a360a97c4c06",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?_id=G71248138"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account/G71248138",
      "resource": {
        "resourceType": "Account",
        "id": "G71248138",
        "text": {
          "status": "generated",
          "div": "&lt;div xmlns=\\&quot;http://www.w3.org/1999/xhtml\\&quot;&gt;&lt;p&gt;&lt;b&gt;Account&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Type&lt;/b&gt;: guarantor-balance&lt;/p&gt;&lt;p&gt;&lt;b&gt;Service Period Start Date&lt;/b&gt;: Jan  1, 2024  7:15 P.M. UTC<&lt;/p&gt;&lt;p&gt;&lt;b&gt;Status&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;:Active&lt;/p&gt;&lt;/div&gt;"
        },
        "extension": [
          {
            "valueMoney": {
              "value": "-5.00",
              "currency": "USD"
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/account-balance"
          },
          {
            "valueReference": {
              "reference": "Encounter/98028029"
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/associated-encounter"
          },
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/24451",
                  "code": "629234",
                  "display": "Ready to bill",
                  "userSelected": true
                }
              ],
              "text": "Ready to bill"
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/account-state"
          }
        ],
        "status": "active",
        "type": {
          "text": "guarantor-balance"
        },
        "servicePeriod": {
          "start": "2024-01-01T19:15:00Z"
        },
        "partOf": {
          "reference": "Account/F61886238"
        }
      }
    }
  ]
}

Request - -encounter

GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?-encounter=98028029&type=guarantor-balance

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "25620975-ee28-49d7-84b2-a360a97c4c06",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?-encounter=98028029&type=guarantor-balance"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account/G71248138",
      "resource": {
        "resourceType": "Account",
        "id": "G71248138",
        "text": {
          "status": "generated",
          "div": "&lt;div xmlns=\\&quot;http://www.w3.org/1999/xhtml\\&quot;&gt;&lt;p&gt;&lt;b&gt;Account&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Type&lt;/b&gt;: guarantor-balance&lt;/p&gt;&lt;p&gt;&lt;b&gt;Service Period Start Date&lt;/b&gt;: Jan  1, 2024  7:15 P.M. UTC<&lt;/p&gt;&lt;p&gt;&lt;b&gt;Status&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;:Active&lt;/p&gt;&lt;/div&gt;"
        },
        "extension": [
          {
            "valueMoney": {
              "value": "-5.00",
              "currency": "USD"
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/account-balance"
          },
          {
            "valueReference": {
              "reference": "Encounter/98028029"
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/associated-encounter"
          },
          {
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/24451",
                  "code": "629234",
                  "display": "Ready to bill",
                  "userSelected": true
                }
              ],
              "text": "Ready to bill"
            },
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/account-state"
          }
        ],
        "status": "active",
        "type": {
          "text": "guarantor-balance"
        },
        "servicePeriod": {
          "start": "2024-01-01T19:15:00Z"
        },
        "partOf": {
          "reference": "Account/F61886238"
        }
      }
    }
  ]
}

Request - patient, identifier, and type

GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?identifier=https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/statement-number|68002&patient=6330017&type=statement

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "43d52c34-385f-4871-889d-f974b2422fab",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?patient=6330017&identifier=https%3A%2F%2Ffhir.cerner.com%2Fec2458f2-1e24-41c8-b71b-0e701af7583d%2FcodeSet%2F28200%7C68002&type=statement"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account/S2580833",
      "resource": {
        "resourceType": "Account",
        "id": "S2580833",
        "text": {
          "status": "generated",
          "div": "&lt;div xmlns=\\&quot;http://www.w3.org/1999/xhtml\\&quot;&gt;&lt;p&gt;&lt;b&gt;Account&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Type&lt;/b&gt;: statement&lt;/p&gt;&lt;p&gt;&lt;b&gt;Service Period Start Date&lt;/b&gt;: Aug 13, 2019  3:01 P.M. UTC&lt;/p&gt;&lt;p&gt;&lt;b&gt;Statement Number&lt;/b&gt;: 68002&lt;/p&gt;&lt;p&gt;&lt;b&gt;Guarantor&lt;/b&gt;: 6330015-6330017&lt;/p&gt;&lt;/div&gt;"
        },
        "extension": [
          {
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/account-balance",
            "valueMoney": {
              "value": "2000.00",
              "currency": "USD"
            }
          },
          {
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/account-state",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4002640",
                  "code": "20752989",
                  "display": "Pending",
                  "userSelected": true
                }
              ],
              "text": "Pending"
            }
          },
          {
            "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/account-related-parts",
            "valueReference": {
              "reference": "Account/G2572738"
            }
          }
        ],
        "identifier": [
          {
            "use": "usual",
            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/statement-number",
            "value": "68002"
          }
        ],
        "status": "active",
        "type": {
          "text": "statement"
        },
        "subject": [
          {
            "reference": "Patient/6330017"
          }
        ],
        "servicePeriod": {
          "start": "2019-08-13T15:01:17Z"
        },
        "owner": {
          "reference": "Organization/1259855"
        },
        "guarantor": [
          {
            "party": {
              "reference": "RelatedPerson/6330015-6330017"
            }
          }
        ]
      }
    }
  ]
}

Request - -guarantor and type

GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?-guarantor=6330015-6330015&type=financial-account

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "0b8ec3aa-805f-486c-8fb6-61a252d0a8cb",
  "type": "searchset",
  "total": 3,
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account?-guarantor=6330015-6330015&type=financial-account"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account/F1127724",
      "resource": {
        "resourceType": "Account",
        "id": "F1127724",
        "text": {
          "status": "generated",
          "div": "&lt;div xmlns=\\&quot;http://www.w3.org/1999/xhtml\\&quot;&gt;&lt;p&gt;&lt;b&gt;Account&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Type&lt;/b&gt;: financial-account&lt;/p&gt;&lt;p&gt;&lt;b&gt;Service Period Start Date&lt;/b&gt;: Aug  2, 2019  7:14 P.M. UTC&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Number&lt;/b&gt;: 344&lt;/p&gt;&lt;p&gt;&lt;b&gt;Guarantor&lt;/b&gt;: 6330014-6330015&lt;/p&gt;&lt;p&gt;&lt;b&gt;Guarantor&lt;/b&gt;: 6330015-6330015&lt;/p&gt;&lt;/div&gt;"
        },
        "identifier": [
          {
            "use": "usual",
            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/account-number",
            "value": "344"
          }
        ],
        "status": "active",
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "ACCTRECEIVABLE",
              "display": "account receivable"
            }
          ],
          "text": "financial-account"
        },
        "subject": [
          {
            "reference": "Patient/6330015"
          }
        ],
        "servicePeriod": {
          "start": "2019-08-02T19:14:17Z"
        },
        "owner": {
          "reference": "Organization/1259855"
        },
        "guarantor": [
          {
            "party": {
              "reference": "RelatedPerson/6330014-6330015"
            },
            "period": {
              "start": "2019-08-02T05:00:00Z"
            }
          },
          {
            "party": {
              "reference": "RelatedPerson/6330015-6330015"
            },
            "period": {
              "start": "2019-08-02T05:00:00Z"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account/F1131724",
      "resource": {
        "resourceType": "Account",
        "id": "F1131724",
        "text": {
          "status": "generated",
          "div": "&lt;div xmlns=\\&quot;http://www.w3.org/1999/xhtml\\&quot;&gt;&lt;p&gt;&lt;b&gt;Account&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Type&lt;/b&gt;: financial-account&lt;/p&gt;&lt;p&gt;&lt;b&gt;Service Period Start Date&lt;/b&gt;: Aug 12, 2019 10:29 P.M. UTC&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Number&lt;/b&gt;: 343&lt;/p&gt;&lt;p&gt;&lt;b&gt;Guarantor&lt;/b&gt;: 6330015-6330017&lt;/p&gt;&lt;/div&gt;"
        },
        "identifier": [
          {
            "use": "usual",
            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/account-number",
            "value": "343"
          }
        ],
        "status": "active",
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "ACCTRECEIVABLE",
              "display": "account receivable"
            }
          ],
          "text": "financial-account"
        },
        "subject": [
          {
            "reference": "Patient/6330017"
          }
        ],
        "servicePeriod": {
          "start": "2019-08-12T22:29:39Z"
        },
        "owner": {
          "reference": "Organization/1259855"
        },
        "guarantor": [
          {
            "party": {
              "reference": "RelatedPerson/6330015-6330017"
            },
            "period": {
              "start": "2019-08-02T05:00:00Z"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account/F1131725",
      "resource": {
        "resourceType": "Account",
        "id": "F1131725",
        "text": {
          "status": "generated",
          "div": "&lt;div xmlns=\\&quot;http://www.w3.org/1999/xhtml\\&quot;&gt;&lt;p&gt;&lt;b&gt;Account&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Type&lt;/b&gt;: financial-account&lt;/p&gt;&lt;p&gt;&lt;b&gt;Service Period Start Date&lt;/b&gt;: Aug 12, 2019 10:59 P.M. UTC&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Number&lt;/b&gt;: 347&lt;/p&gt;&lt;p&gt;&lt;b&gt;Guarantor&lt;/b&gt;: 6330014-6330016&lt;/p&gt;&lt;p&gt;&lt;b&gt;Guarantor&lt;/b&gt;: 6330015-6330016&lt;/p&gt;&lt;/div&gt;"
        },
        "identifier": [
          {
            "use": "usual",
            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/account-number",
            "value": "347"
          }
        ],
        "status": "active",
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code": "ACCTRECEIVABLE",
              "display": "account receivable"
            }
          ],
          "text": "financial-account"
        },
        "subject": [
          {
            "reference": "Patient/6330016"
          }
        ],
        "servicePeriod": {
          "start": "2019-08-12T22:59:16Z"
        },
        "owner": {
          "reference": "Organization/1259855"
        },
        "guarantor": [
          {
            "party": {
              "reference": "RelatedPerson/6330014-6330016"
            },
            "period": {
              "start": "2019-08-02T05:00:00Z"
            }
          },
          {
            "party": {
              "reference": "RelatedPerson/6330015-6330016"
            },
            "period": {
              "start": "2019-08-02T05:00:00Z"
            }
          }
        ]
      }
    }
  ]
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Errors

The common errors and OperationOutcomes may be returned.

Retrieve by id

List an individual Account by its id:

GET /Account/:id

Authorization Types

Headers

Accept: application/json+fhir
Authorization: <OAuth2 Bearer Token>

Example

Request

GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Account/G2572738

Response

Status: 200 OK
{
  "resourceType": "Account",
  "id": "G2572738",
  "text": {
    "status": "generated",
    "div": "&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;p&gt;&lt;b&gt;Account&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Account Type&lt;/b&gt;: guarantor-balance&lt;/p&gt;&lt;p&gt;&lt;b&gt;Service Period Start Date&lt;/b&gt;: Aug  5, 2019  5:00 A.M. UTC&lt;/p&gt;&lt;p&gt;&lt;b&gt;Service Period End Date&lt;/b&gt;: Aug  6, 2019  4:59 A.M. UTC&lt;/p&gt;&lt;/div&gt;"
  },
  "extension": [
    {
      "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/account-balance",
      "valueMoney": {
        "value": "1250.00",
        "currency": "USD"
      }
    },
    {
      "valueReference": {
        "reference": "Encounter/98028029"
      },
      "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/associated-encounter"
    },
    {
      "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/account-state",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/24451",
            "code": "629234",
            "display": "Ready to bill",
            "userSelected": true
          }
        ],
        "text": "Ready to bill"
      }
    }
  ],
  "status": "active",
  "type": {
    "text": "guarantor-balance"
  },
  "servicePeriod": {
    "start": "2019-08-05T05:00:00Z",
    "end": "2019-08-06T04:59:59Z"
  },
  "partOf": {
    "reference": "Account/F1131724"
  }
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Errors

The common errors and OperationOutcomes may be returned.