Financial

This data model conveys when the patient owes something for a medication, lab, test, or other care (e.g., bed charges). It contains details about the product or service, as well as details like date, time, amounts, and participating organizations and persons.

Providers typically use Financial for billing and internal cost allocation.

This data model has event types that allow you to:

  • post a new charge to a patient's account; or
  • update a charge on a patient's account.

AccountUpdate

Update a charge on a patient's account.

Request Body Schema

  • Meta
    required, object
    • DataModel
      required, string
      Reliable

      Financial

    • EventType
      required, string
      Reliable

      AccountUpdate

    • EventDateTime
      string, null
      Reliable

      Displays the UTC date and time that an outgoing request is delivered or an incoming request is received.
      ISO 8601 Format

    • Test
      boolean, null
      Reliable

      Indicates whether the request is a test or not.

    • Source
      object

      Contains the information for the system initiating the message, including the source ID and name.
      Included in messages from Redox

      • ID
        string, null
        Reliable

        Identifies the system initiating the message. If you have multiple OAuth API keys per environment type, this value is required. If you have only one OAuth API key per environment type, or you're using legacy API keys, this value is optional.
        UUID

      • Name
        string, null
        Reliable

        Displays the name of the system initiating the message.

    • Destinations
      Array of object

      Contains the information for the endpoint(s) receiving the request. A request must contain at least one destination, but asynchronous requests can have more than one destination. Synchronous requests like queries can only support one destination.
      Required when sending data to Redox.

      • ID
        string, null
        Reliable

        Identifies the endpoint that the request is directed to.
        UUID

      • Name
        string, null
        Reliable

        Displays the name of the endpoint that the request is directed to.

    • Logs
      Array of object

      Contains the log identifier(s) for the request.

      • ID
        string, null
        Reliable

        Identifies the request log(s) that correspond to this request. You can use this value to locate the relevant log in the Redox dashboard for support and reference.
        UUID

      • AttemptID
        string, null
        Reliable

        Identifies the request log attempt value, which is useful when retries are possible.
        UUID

    • FacilityCode
      string, null
      Possible

      Code for the facility related to the message.
      Only use this field if a health system indicates you should. The code is specific to the health system's EHR and might not be unique across health systems. In general, the facility fields within the data models (e.g. OrderingFacility) are more reliable and informative.

  • Patient
    required, object
    • Identifiers
      required, Array of object

      List of IDs and ID types that identify the patient

      • ID
        required, string
        Reliable

        ID for the patient

      • IDType
        required, string
        Reliable

        Type of ID.
        E.g. MRN, EPI

    • Demographics
      object
      • FirstName
        string, null
        Reliable

        Patient's first name

      • MiddleName
        string, null
        Possible

        Patient's middle name or middle initial. For patients with multiple middle names, all their middle names are included in this field.

      • LastName
        string, null
        Reliable

        Patient's last name

      • DOB
        string, null
        Reliable

        Patient's date of birth.
        In ISO 8601 format

      • SSN
        string, null
        Probable

        Patient's social security number

      • Sex
        string, null
        Reliable
        Value Set

        Patient's sex

      • Race
        string, null
        Possible
        Value Set

        Patient's race

      • IsHispanic
        boolean, null
        Possible
        Value Set

        Indicates if the patient is of hispanic origin.

      • Religion
        string, null
        Possible
        Value Set

        Patient's religious affiliation

      • MaritalStatus
        string, null
        Possible
        Value Set

        Patient's marital status

      • IsDeceased
        boolean, null
        Possible

        Indicates if the patient is deceased

      • DeathDateTime
        string, null
        Possible

        Date and Time the patient was proclaimed deceased.
        ISO 8601 Format

      • PhoneNumber
        object
        • Home
          string, null
          Probable

          Patient's home phone number.
          In E. 164 Format. (e.g. +16085551234)

        • Office
          string, null
          Probable

          Patient's office phone number.
          In E. 164 Format. (e.g. +16085551234)

        • Mobile
          string, null
          Probable

          Patient's mobile phone number.
          In E. 164 Format. (e.g. +16085551234)

      • EmailAddresses
        Array of string

        Patient's email address(es)

      • Language
        string, null
        Possible
        Value Set

        Patient's primary spoken language.
        In ISO 639-1 alpha values (e.g. 'en'). Supported Values

      • Citizenship
        Array of string

        Patient's nation(s) of citizenship.
        In ISO 3166 alpha 2 format (e.g. 'US').

      • Address
        object

        Patient's home address

        • StreetAddress
          string, null
          Probable

          Street address

        • City
          string, null
          Probable

          City

        • State
          string, null
          Probable

          State

        • ZIP
          string, null
          Probable

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

    • Notes
      Array of string

      Patient-level notes

  • Visit
    object

    The visit that relates to this account update.

    • VisitDateTime
      string, null
      Possible

      DateTime of visit or the arrival time of the admission.
      ISO 8601 Format

    • VisitNumber
      string, null
      Possible

      Visit Number.
      Unique ID of a single visit

    • AccountNumber
      string, null
      Possible

      Account Number.
      An ID that can span several visits often related to the same issue - pregnancy, surgeries, research study, etc.

    • PatientClass
      string, null
      Possible

      Patient class is used in many EHRs to determine where to put the patient.
      Examples: Inpatient, Outpatient, Emergency

    • Location
      object

      Location of the visit

      • Type
        string, null
        Possible

        Type of location.
        Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone

      • Facility
        string, null
        Possible

        Facility.
        Example: Community Hospital

      • FacilityIdentifiers
        Array of object

        List of IDs specific to this facility

        • ID
          string, null
          Possible

          An ID specific to this facility

        • IDType
          string, null
          Possible

          The source or system to which this ID pertains.
          Could be an OID or a human-readable name

      • Department
        string, null
        Possible

        Department

      • DepartmentIdentifiers
        Array of object

        List of IDs specific to this department

        • ID
          string, null
          Possible

          An ID specific to this department

        • IDType
          string, null
          Possible

          The source or system to which this ID pertains.
          Could be an OID or a human-readable name

      • Room
        string, null
        Possible

        Room.
        Example: 136

      • Bed
        string, null
        Possible

        Bed.
        Example: B

      • Address
        object

        Physical address

        • StreetAddress
          string, null
          Possible

          Street address

        • City
          string, null
          Possible

          City

        • State
          string, null
          Possible

          State

        • ZIP
          string, null
          Possible

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

    • AttendingProvider
      object
      • ID
        string, null
        Possible

        ID of the attending provider.
        This ID is often required for Inpatient Visits.

      • IDType
        string, null
        Possible

        ID type of the ID for the attending provider

      • FirstName
        string, null
        Possible

        First name of the attending provider

      • LastName
        string, null
        Possible

        Last name of the attending provider

      • Credentials
        Array of string

        List of credentials for the attending provider.
        e.g. MD, PhD

      • Address
        object

        Provider's address

        • StreetAddress
          string, null
          Possible

          Street address

        • City
          string, null
          Possible

          City

        • State
          string, null
          Possible

          State

        • ZIP
          string, null
          Possible

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

      • EmailAddresses
        Array of string

        Provider's email address(es)

      • PhoneNumber
        object
        • Office
          string, null
          Possible

          Provider's office phone number.
          In E. 164 Format. (e.g. +16085551234)

      • Location
        object

        Provider's location

        • Type
          string, null
          Possible

          Type of location.
          Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone

        • Facility
          string, null
          Possible

          Facility.
          Example: Community Hospital

        • FacilityIdentifiers
          Array of object

          List of IDs specific to this facility

          • ID
            string, null
            Possible

            An ID specific to this facility

          • IDType
            string, null
            Possible

            The source or system to which this ID pertains.
            Could be an OID or a human-readable name

        • Department
          string, null
          Possible

          Department

        • DepartmentIdentifiers
          Array of object

          List of IDs specific to this department

          • ID
            string, null
            Possible

            An ID specific to this department

          • IDType
            string, null
            Possible

            The source or system to which this ID pertains.
            Could be an OID or a human-readable name

        • Room
          string, null
          Possible

          Room.
          Example: 136

    • ReferringProvider
      object
      • ID
        string, null
        Possible

        ID of the referring provider.
        This ID is often required for Inpatient Visits.

      • IDType
        string, null
        Possible

        ID type of the ID for the referring provider

      • FirstName
        string, null
        Possible

        First name of the referring provider

      • LastName
        string, null
        Possible

        Last name of the referring provider

      • Credentials
        Array of string

        List of credentials for the referring provider.
        e.g. MD, PhD

      • Address
        object

        Provider's address

        • StreetAddress
          string, null
          Possible

          Street address

        • City
          string, null
          Possible

          City

        • State
          string, null
          Possible

          State

        • ZIP
          string, null
          Possible

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

      • EmailAddresses
        Array of string

        Provider's email address(es)

      • PhoneNumber
        object
        • Office
          string, null
          Possible

          Provider's office phone number.
          In E. 164 Format. (e.g. +16085551234)

      • Location
        object

        Provider's location

        • Type
          string, null
          Possible

          Type of location.
          Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone

        • Facility
          string, null
          Possible

          Facility.
          Example: Community Hospital

        • FacilityIdentifiers
          Array of object

          List of IDs specific to this facility

          • ID
            string, null
            Possible

            An ID specific to this facility

          • IDType
            string, null
            Possible

            The source or system to which this ID pertains.
            Could be an OID or a human-readable name

        • Department
          string, null
          Possible

          Department

        • DepartmentIdentifiers
          Array of object

          List of IDs specific to this department

          • ID
            string, null
            Possible

            An ID specific to this department

          • IDType
            string, null
            Possible

            The source or system to which this ID pertains.
            Could be an OID or a human-readable name

        • Room
          string, null
          Possible

          Room.
          Example: 136

    • Guarantor
      object

      Person ultimately responsible for the bill of the appointment

      • Number
        string, null
        Probable

        Number of the guarantor

      • FirstName
        string, null
        Probable

        First name

      • MiddleName
        string, null
        Possible

        Middle name

      • LastName
        string, null
        Probable

        Last name

      • SSN
        string, null
        Possible

        Guarantor's social security number

      • DOB
        string, null
        Possible

        Guarantor's date of birth.
        In ISO 8601 format

      • Sex
        string, null
        Possible
        Value Set

        Guarantor's sex.
        One of the following: Female, Male, Unknown, Other

      • Spouse
        object
        • FirstName
          string, null
          Probable

          Spouse's first name

        • LastName
          string, null
          Probable

          Spouse's last name

      • Address
        object

        Address of the guarantor

        • StreetAddress
          string, null
          Probable

          Street address

        • City
          string, null
          Probable

          City

        • State
          string, null
          Probable

          State

        • ZIP
          string, null
          Probable

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

      • PhoneNumber
        object
        • Home
          string, null
          Probable

          Home phone number.
          In E. 164 Format (i.e. +16085551234)

        • Business
          string, null
          Probable

          Business phone number.
          In E. 164 Format (i.e. +16085551234)

        • Mobile
          string, null
          Probable

          Mobile phone number.
          In E. 164 Format (i.e. +16085551234)

      • EmailAddresses
        Array of string

        Guarantor's email address(es)

      • Type
        string, null
        Probable

        Type of guarantor.
        E.g. institution, individual

      • RelationToPatient
        string, null
        Probable
        Value Set

        Relation to the patient

      • Employer
        object
        • Name
          string, null
          Probable

          Employer's name

        • Address
          object

          Employer's address

          • StreetAddress
            string, null
            Probable

            Street address

          • City
            string, null
            Probable

            City

          • State
            string, null
            Probable

            State

          • ZIP
            string, null
            Probable

            ZIP

          • County
            string, null
            Possible

            County

          • Country
            string, null
            Possible
            Value Set

            Country

        • PhoneNumber
          string, null
          Probable

          Employer phone number.
          In E. 164 Format (i.e. +16085551234)

    • ConsultingProvider
      object
      • ID
        string, null
        Possible

        ID of the consulting provider.
        This ID is often required for Inpatient Visits.

      • IDType
        string, null
        Possible

        ID type of the ID for the consulting provider

      • FirstName
        string, null
        Possible

        First name of the consulting provider

      • LastName
        string, null
        Possible

        Last name of the consulting provider

      • Credentials
        Array of string

        List of credentials for the consulting provider.
        e.g. MD, PhD

      • Address
        object

        Provider's address

        • StreetAddress
          string, null
          Possible

          Street address

        • City
          string, null
          Possible

          City

        • State
          string, null
          Possible

          State

        • ZIP
          string, null
          Possible

          ZIP

        • County
          string, null
          Possible

          County

        • Country
          string, null
          Possible
          Value Set

          Country

      • EmailAddresses
        Array of string

        Provider's email address(es)

      • PhoneNumber
        object
        • Office
          string, null
          Possible

          Provider's office phone number.
          In E. 164 Format. (e.g. +16085551234)

      • Location
        object

        Provider's location

        • Type
          string, null
          Possible

          Type of location.
          Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone

        • Facility
          string, null
          Possible

          Facility.
          Example: Community Hospital

        • FacilityIdentifiers
          Array of object

          List of IDs specific to this facility

          • ID
            string, null
            Possible

            An ID specific to this facility

          • IDType
            string, null
            Possible

            The source or system to which this ID pertains.
            Could be an OID or a human-readable name

        • Department
          string, null
          Possible

          Department

        • DepartmentIdentifiers
          Array of object

          List of IDs specific to this department

          • ID
            string, null
            Possible

            An ID specific to this department

          • IDType
            string, null
            Possible

            The source or system to which this ID pertains.
            Could be an OID or a human-readable name

        • Room
          string, null
          Possible

          Room.
          Example: 136

    • DischargeDateTime
      string, null
      Possible

      DateTime the patient was discharged.
      ISO 8601 Format

    • Diagnoses
      Array of object

      List of diagnoses associated with the visit

      • Code
        string, null
        Probable

        Code for the diagnosis

      • Codeset
        string, null
        Probable
        Value Set

        Code set used to identify the diagnosis.
        One of the following: ICD-9, ICD-10, HCPCS, CPT

      • Name
        string, null
        Probable

        Name of the diagnosis

      • Type
        string, null
        Possible
        Value Set

        Type of the diagnosis

      • DocumentedDateTime
        string, null
        Possible

        DateTime the diagnosis was documented.
        ISO 8601 Format

    • Diagnosis Related Group for this visit

    • Type or System of Diagnosis Related Group for this visit.
      Examples include Medicare (CMS-DRG), Refined (R-D DRG), All Patient (AP-DRG), etc

    • Balance
      number, null
      Possible

      Patient balance due for this visit.
      This field depends on whether or not the sending system has billing functionality, and whether they calculate this field.

    • Insurances
      Array of object

      List of insurance coverages for the patient

      • Plan
        object
        • ID
          string, null
          Probable

          Identifier of insurance plan

        • IDType
          string, null
          Probable

          ID type of insurance plan

        • Name
          string, null
          Probable

          Name of insurance plan

        • Type
          string, null
          Possible

          Type of insurance plan

      • MemberNumber
        string, null
        Possible

        Patient member number

      • Company
        object
        • ID
          string, null
          Probable

          ID of insurance company (payor)

        • IDType
          string, null
          Probable

          ID type of insurance company (payor)

        • Name
          string, null
          Probable

          Name of insurance company (payor)

        • Address
          object

          Insurance company's address

          • StreetAddress
            string, null
            Probable

            Street address

          • City
            string, null
            Probable

            City

          • State
            string, null
            Probable

            State

          • ZIP
            string, null
            Probable

            ZIP

          • County
            string, null
            Possible

            County

          • Country
            string, null
            Possible
            Value Set

            Country

        • PhoneNumber
          string, null
          Probable

          Insurance companys phone number.
          In E. 164 Format (i.e. +16085551234)

      • GroupNumber
        string, null
        Probable

        Insurance policy group number

      • GroupName
        string, null
        Probable

        Insurance policy group name

      • EffectiveDate
        string, null
        Probable

        Effect date of this insurance policy.
        In YYYY-MM-DD format

      • ExpirationDate
        string, null
        Probable

        Expiration date of this insurance policy.
        In YYYY-MM-DD format

      • PolicyNumber
        string, null
        Probable

        Insurance policy number

      • Priority
        string, null
        Possible
        Value Set

        The insurance priority sequence.
        If the insurance works in conjunction with other insurance plans, this field contains priority sequence.

      • AgreementType
        string, null
        Probable
        Value Set

        Type of insurance agreement.

      • CoverageType
        string, null
        Probable
        Value Set

        Type of insurance agreement.
        Indicates who will be receiving the bill for the service.

      • Insured
        object

        Individual who has the agreement with the insurance company for the related policy

        • Identifiers
          Array of object

          List of IDs and ID types that identify the insured

          • ID
            string, null
            Possible

            ID for the insured

          • IDType
            string, null
            Possible

            Type of ID.
            E.g. MRN, EPI

        • LastName
          string, null
          Possible

          Last name of the insured

        • MiddleName
          string, null
          Possible

          Middle name of the insured

        • FirstName
          string, null
          Possible

          First name of the insured

        • SSN
          string, null
          Possible

          Insured's social security number

        • Relationship
          string, null
          Possible
          Value Set

          Relationship of the insured to the patient

        • DOB
          string, null
          Possible

          Date of birth of the insured.
          In YYYY-MM-DD format

        • Sex
          string, null
          Possible
          Value Set

          Sex of the insured

        • Address
          object

          Address of the insured

          • StreetAddress
            string, null
            Probable

            Street address

          • City
            string, null
            Probable

            City

          • State
            string, null
            Probable

            State

          • ZIP
            string, null
            Probable

            ZIP

          • County
            string, null
            Possible

            County

          • Country
            string, null
            Possible
            Value Set

            Country

    • Procedures
      Array of object

      Procedures associated with the visit

      • Code
        string, null
        Probable

        Code for the procedure

      • Codeset
        string, null
        Probable

        Code set used to identify the procedure.
        CPT, HCPCS, SNOMED, or LOINC. If no code set is specified, a health system specific identifier is being used.

      • Description
        string, null
        Probable

        Description of the procedure

      • PerformedDateTime
        string, null
        Probable

        The DateTime the procedure was performed

      • Performers
        Array of object
        • ID
          string, null
          Probable

          ID of the performer.
          This ID is often required for Inpatient Visits.

        • IDType
          string, null
          Probable

          ID type of the ID for the performer

        • FirstName
          string, null
          Possible

          First name of the performer

        • LastName
          string, null
          Possible

          Last name of the performer

        • Credentials
          Array of string

          List of credentials for the performer.
          e.g. MD, PhD

        • Address
          object

          Provider's address

          • StreetAddress
            string, null
            Possible

            Street address

          • City
            string, null
            Possible

            City

          • State
            string, null
            Possible

            State

          • ZIP
            string, null
            Possible

            ZIP

          • County
            string, null
            Possible

            County

          • Country
            string, null
            Possible
            Value Set

            Country

        • EmailAddresses
          Array of string

          Provider's email address(es)

        • PhoneNumber
          object
          • Office
            string, null
            Possible

            Provider's office phone number.
            In E. 164 Format. (e.g. +16085551234)

        • Location
          object

          Provider's location

          • Type
            string, null
            Possible

            Type of location.
            Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone

          • Facility
            string, null
            Possible

            Facility.
            Example: Community Hospital

          • FacilityIdentifiers
            Array of object

            List of IDs specific to this facility

            • ID
              string, null
              Possible

              An ID specific to this facility

            • IDType
              string, null
              Possible

              The source or system to which this ID pertains.
              Could be an OID or a human-readable name

          • Department
            string, null
            Possible

            Department

          • DepartmentIdentifiers
            Array of object

            List of IDs specific to this department

            • ID
              string, null
              Possible

              An ID specific to this department

            • IDType
              string, null
              Possible

              The source or system to which this ID pertains.
              Could be an OID or a human-readable name

          • Room
            string, null
            Possible

            Room.
            Example: 136

Example
json
1
{
2
"Meta": {
3
"DataModel": "Financial",
4
"EventType": "AccountUpdate",
5
"EventDateTime": "2024-11-18T21:23:08.746Z",
6
"Test": true,
7
"Source": {
8
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
9
"Name": "Redox Dev Tools"
10
},
11
"Destinations": [
12
{
13
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
14
"Name": "Redox EMR"
15
}
16
],
17
"Logs": [
18
{
19
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
20
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
21
}
22
],
23
"FacilityCode": null
24
},
25
"Patient": {
26
"Identifiers": [
27
{
28
"ID": "0000000001",
29
"IDType": "MR"
30
},
31
{
32
"ID": "e167267c-16c9-4fe3-96ae-9cff5703e90a",
33
"IDType": "EHRID"
34
},
35
{
36
"ID": "a1d4ee8aba494ca",
37
"IDType": "NIST"
38
}
39
],
40
"Demographics": {
41
"FirstName": "Timothy",
42
"MiddleName": "Paul",
43
"LastName": "Bixby",
44
"DOB": "2008-01-06",
45
"SSN": "101-01-0001",
46
"Sex": "Male",
47
"Race": "White",
48
"IsHispanic": null,
49
"Religion": null,
50
"MaritalStatus": "Single",
51
"IsDeceased": null,
52
"DeathDateTime": null,
53
"PhoneNumber": {
54
"Home": "+18088675301",
55
"Office": null,
56
"Mobile": null
57
},
58
"EmailAddresses": [],
59
"Language": "en",
60
"Citizenship": [],
61
"Address": {
62
"StreetAddress": "4762 Hickory Street",
63
"City": "Monroe",
64
"State": "WI",
65
"ZIP": "53566",
66
"County": "Green",
67
"Country": "US"
68
}
69
},
70
"Notes": []
71
},
72
"Visit": {
73
"VisitDateTime": "2018-01-01T00:00:01Z",
74
"VisitNumber": "1234",
75
"AccountNumber": null,
76
"PatientClass": null,
77
"Location": {
78
"Type": "Inpatient",
79
"Facility": "RES General Hospital",
80
"FacilityIdentifiers": [],
81
"Department": "3N",
82
"DepartmentIdentifiers": [],
83
"Room": "136",
84
"Bed": "B",
85
"Address": {
86
"StreetAddress": "9509 Integration Ln",
87
"City": "Madison",
88
"State": "WI",
89
"ZIP": "53719",
90
"County": "Dane",
91
"Country": "US"
92
}
93
},
94
"AttendingProvider": {
95
"ID": null,
96
"IDType": null,
97
"FirstName": null,
98
"LastName": null,
99
"Credentials": [],
100
"Address": {
101
"StreetAddress": null,
102
"City": null,
103
"State": null,
104
"ZIP": null,
105
"County": null,
106
"Country": null
107
},
108
"EmailAddresses": [],
109
"PhoneNumber": {
110
"Office": null
111
},
112
"Location": {
113
"Type": null,
114
"Facility": null,
115
"FacilityIdentifiers": [],
116
"Department": null,
117
"DepartmentIdentifiers": [],
118
"Room": null
119
}
120
},
121
"ReferringProvider": {
122
"ID": null,
123
"IDType": null,
124
"FirstName": null,
125
"LastName": null,
126
"Credentials": [],
127
"Address": {
128
"StreetAddress": null,
129
"City": null,
130
"State": null,
131
"ZIP": null,
132
"County": null,
133
"Country": null
134
},
135
"EmailAddresses": [],
136
"PhoneNumber": {
137
"Office": null
138
},
139
"Location": {
140
"Type": null,
141
"Facility": null,
142
"FacilityIdentifiers": [],
143
"Department": null,
144
"DepartmentIdentifiers": [],
145
"Room": null
146
}
147
},
148
"Guarantor": {
149
"Number": null,
150
"FirstName": null,
151
"MiddleName": null,
152
"LastName": null,
153
"SSN": null,
154
"DOB": null,
155
"Sex": null,
156
"Spouse": {
157
"FirstName": null,
158
"LastName": null
159
},
160
"Address": {
161
"StreetAddress": null,
162
"City": null,
163
"State": null,
164
"ZIP": null,
165
"County": null,
166
"Country": null
167
},
168
"PhoneNumber": {
169
"Home": null,
170
"Business": null,
171
"Mobile": null
172
},
173
"EmailAddresses": [],
174
"Type": null,
175
"RelationToPatient": null,
176
"Employer": {
177
"Name": null,
178
"Address": {
179
"StreetAddress": null,
180
"City": null,
181
"State": null,
182
"ZIP": null,
183
"County": null,
184
"Country": null
185
},
186
"PhoneNumber": null
187
}
188
},
189
"ConsultingProvider": {
190
"ID": null,
191
"IDType": null,
192
"FirstName": null,
193
"LastName": null,
194
"Credentials": [],
195
"Address": {
196
"StreetAddress": null,
197
"City": null,
198
"State": null,
199
"ZIP": null,
200
"County": null,
201
"Country": null
202
},
203
"EmailAddresses": [],
204
"PhoneNumber": {
205
"Office": null
206
},
207
"Location": {
208
"Type": null,
209
"Facility": null,
210
"FacilityIdentifiers": [],
211
"Department": null,
212
"DepartmentIdentifiers": [],
213
"Room": null
214
}
215
},
216
"DischargeDateTime": "2018-01-05T00:00:00Z",
217
"Diagnoses": [],
218
"DiagnosisRelatedGroup": null,
219
"DiagnosisRelatedGroupType": null,
220
"Balance": null,
221
"Insurances": [
222
{
223
"Plan": {
224
"ID": "31572",
225
"IDType": "Payor ID",
226
"Name": "HMO Deductible Plan",
227
"Type": null
228
},
229
"MemberNumber": null,
230
"Company": {
231
"ID": "60054",
232
"IDType": null,
233
"Name": "aetna (60054 0131)",
234
"Address": {
235
"StreetAddress": "PO Box 14080",
236
"City": "Lexington",
237
"State": "KY",
238
"ZIP": "40512-4079",
239
"County": "Fayette",
240
"Country": "US"
241
},
242
"PhoneNumber": "+18089541123"
243
},
244
"GroupNumber": "847025-024-0009",
245
"GroupName": "Accelerator Labs",
246
"EffectiveDate": "2015-01-01",
247
"ExpirationDate": "2020-12-31",
248
"PolicyNumber": "9140860055",
249
"Priority": null,
250
"AgreementType": null,
251
"CoverageType": null,
252
"Insured": {
253
"Identifiers": [],
254
"LastName": null,
255
"MiddleName": null,
256
"FirstName": null,
257
"SSN": null,
258
"Relationship": null,
259
"DOB": null,
260
"Sex": null,
261
"Address": {
262
"StreetAddress": null,
263
"City": null,
264
"State": null,
265
"ZIP": null,
266
"County": null,
267
"Country": null
268
}
269
}
270
}
271
],
272
"Procedures": [
273
{
274
"Code": "027034Z",
275
"Codeset": "I10PCS",
276
"Description": "Dilation of Coronary Artery",
277
"PerformedDateTime": null,
278
"Performers": [
279
{
280
"ID": null,
281
"IDType": null,
282
"FirstName": null,
283
"LastName": null,
284
"Credentials": [],
285
"Address": {
286
"StreetAddress": null,
287
"City": null,
288
"State": null,
289
"ZIP": null,
290
"County": null,
291
"Country": null
292
},
293
"EmailAddresses": [],
294
"PhoneNumber": {
295
"Office": null
296
},
297
"Location": {
298
"Type": null,
299
"Facility": null,
300
"FacilityIdentifiers": [],
301
"Department": null,
302
"DepartmentIdentifiers": [],
303
"Room": null
304
}
305
}
306
]
307
}
308
]
309
}
310
}