Order

This data model allows providers to request services with instructions for a patient's treatment. The order is generally triggered when the provider places an order or when the provider releases it (e.g., after ordering, a clinician takes action on a worklist of pending orders).

Orders commonly contain lab orders. If so, the EHR system sends a message with an expected date and time when a practitioner places an order (e.g., glucose test). When a nurse doing lab rounds (inpatient) or at a collection center (outpatient) collects the specimen, the EHR might send Order.Update with additional information about the collection (e.g., collection user, collection date/time).

This data model has event types that allow you to:

  • receive a notification for new, updated, canceled, or grouped orders; or
  • query for and receive orders.

New

Receive a notification when a new order is created.

Request Body Schema

  • Meta
    required, object
    • DataModel
      required, string
      Reliable

      Order

    • EventType
      required, string
      Reliable

      New

    • 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

  • Order
    required, object
    • ID
      required, string
      Reliable

      Contains the unique identifier of the order request, which is assigned by the system that placed the order.

    • ApplicationOrderID
      string, null
      Possible

      Contains the identifier of the order request, which is assigned by the system fulfilling the order.
      Not supported with data on demand.

    • Status
      string, null
      Possible
      Value Set

      Displays the status of an order.

    • TransactionDateTime
      string, null
      Reliable

      Displays the timestamp for when the order was placed.

    • CollectionDateTime
      string, null
      Probable

      DateTime the specimen was collected

    • Specimen
      object
      • Source
        string, null
        Probable

        Source of the specimen

      • BodySite
        string, null
        Probable

        Body site from which the specimen was collected

      • ID
        string, null
        Possible

        ID of the collected specimen

    • Procedure
      object

      Identifies the procedure that was ordered.

      • Code
        string, null
        Reliable

        Code for the procedure

      • Codeset
        string, null
        Reliable

        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
        Reliable

        Description of the procedure

    • Provider
      object
      • NPI
        string, null
        Possible

        NPI of the ordering provider

      • ID
        string, null
        Possible

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

      • IDType
        string, null
        Possible

        ID type of the ID for the ordering provider

      • FirstName
        string, null
        Possible

        First name of the ordering provider

      • LastName
        string, null
        Possible

        Last name of the ordering provider

      • Credentials
        Array of string

        List of credentials for the ordering 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

    • ResultCopyProviders
      Array of object

      Contains the providers that should be notified about the results.

      • ID
        string, null
        Possible

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

      • IDType
        string, null
        Possible

        ID type of the ID for the copied provider

      • FirstName
        string, null
        Possible

        First name of the copied provider

      • LastName
        string, null
        Possible

        Last name of the copied provider

      • Credentials
        Array of string

        List of credentials for the copied 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

    • OrderingFacility
      object
      • Name
        string, null
        Possible

        Displays the name of the facility this order was placed in.

      • Address
        object

        Displays the physical address of the facility that placed the order.

        • 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

      • PhoneNumber
        string, null
        Possible

        Displays the phone number of the facility that placed the order.
        In E. 164 Format. (i.e. +16085551234)

    • Priority
      string, null
      Reliable
      Value Set

      Indicates the priority of the order.

    • Expiration
      string, null
      Possible

      Specifies the date that the order becomes invalid.
      In YYYY-MM-DD format

    • Comments
      string, null
      Possible

      Contains any clinically relevant comments about the order.

    • Notes
      Array of string

      Contains any order-level notes.

    • Diagnoses
      Array of object

      Contains a list of diagnoses associated with the order.

      • 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

    • ClinicalInfo
      Array of object

      Contains a list of supplementary clinical information related to the order. These are typically answers to Ask at Order Entry (AOE) questions.

      • Code
        string, null
        Probable

        Code for the information element

      • Codeset
        string, null
        Probable

        Code set used to identify the information element.
        Codeset will be blank for system-defined codes. LOINC is used for a subset of AOE questions.

      • Description
        string, null
        Probable

        Description of the information element.
        For AOEs, this is typically the text of the AOE question

      • Value
        string, null
        Reliable

        Displays the value of the information element. For AOE questions, this is typically the full answer.
        For AOEs, this is typically the full answer

      • Units
        string, null
        Possible

        Indicates the unit of measurement for the value. If the value is a time range, this may be WK.
        If the Value is a time range, this may be "WK"

      • Abbreviation
        string, null
        Probable

        Defines the abbreviation of the information element's value. This is typically only present for text answer AOEs.
        Typically only present for text answer AOEs

      • Notes
        Array of string

        Contains any notes related to the clinical information.

  • Visit
    object
    • VisitNumber
      string, null
      Reliable

      Displays the unique identifier for the related patient visit.

    • AccountNumber
      string, null
      Possible

      Contains an identifier that can span several visits often related to the same patient condition (e.g., surgeries, research study, pregnancy). In other words, the account number can be used to link related visits.

    • PatientClass
      string, null
      Probable

      Classifies the department or type of patient care. Patient class is used in many EHR systems to determine where to put the patient (e.g., inpatient, outpatient, emergency).

    • VisitDateTime
      string, null
      Possible

      Displays the timestamp for the patient visit or the time that the patient arrived for admission.
      ISO 8601 Format

    • AttendingProvider
      object
      • ID
        string, null
        Probable

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

      • IDType
        string, null
        Probable

        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

    • 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

    • 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

      Identifies the person ultimately responsible for paying for the patient visit.

      • 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)

    • Insurances
      Array of object

      Contains a 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

    • Location
      object

      Identifies the location of the patient visit.

      • Type
        string, null
        Probable

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

      • Facility
        string, null
        Probable

        Facility.
        Example: Community Hospital

      • FacilityIdentifiers
        Array of object

        List of IDs specific to this facility

        • ID
          string, null
          Probable

          An ID specific to this facility

        • IDType
          string, null
          Probable

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

      • Department
        string, null
        Probable

        Department

      • DepartmentIdentifiers
        Array of object

        List of IDs specific to this department

        • ID
          string, null
          Probable

          An ID specific to this department

        • IDType
          string, null
          Probable

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

      • Room
        string, null
        Probable

        Room.
        Example: 136

      • Bed
        string, null
        Probable

        Bed.
        Example: B

Example
json
1
{
2
"Meta": {
3
"DataModel": "Order",
4
"EventType": "New",
5
"EventDateTime": "2024-11-20T14:08:29.777Z",
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
"VisitNumber": "1234",
74
"AccountNumber": null,
75
"PatientClass": null,
76
"VisitDateTime": "2015-04-21T13:54:49.863Z",
77
"AttendingProvider": {
78
"ID": "4356789876",
79
"IDType": "NPI",
80
"FirstName": "Pat",
81
"LastName": "Granite",
82
"Credentials": [
83
"MD"
84
],
85
"Address": {
86
"StreetAddress": "123 Main St.",
87
"City": "Madison",
88
"State": "WI",
89
"ZIP": "53703",
90
"County": "Dane",
91
"Country": "USA"
92
},
93
"EmailAddresses": [],
94
"PhoneNumber": {
95
"Office": "+16085551234"
96
},
97
"Location": {
98
"Type": null,
99
"Facility": null,
100
"FacilityIdentifiers": [],
101
"Department": null,
102
"DepartmentIdentifiers": [],
103
"Room": null
104
}
105
},
106
"ConsultingProvider": {
107
"ID": "2434534567",
108
"IDType": "NPI",
109
"FirstName": "Sharon",
110
"LastName": "Chalk",
111
"Credentials": [
112
"MD",
113
"PhD"
114
],
115
"Address": {
116
"StreetAddress": "312 Maple Dr. Suite 400",
117
"City": "Verona",
118
"State": "WI",
119
"ZIP": "53593",
120
"County": "Dane",
121
"Country": "USA"
122
},
123
"EmailAddresses": [],
124
"PhoneNumber": {
125
"Office": "+16085559999"
126
},
127
"Location": {
128
"Type": null,
129
"Facility": null,
130
"FacilityIdentifiers": [],
131
"Department": null,
132
"DepartmentIdentifiers": [],
133
"Room": null
134
}
135
},
136
"ReferringProvider": {
137
"ID": "4236464757",
138
"IDType": "NPI",
139
"FirstName": "John",
140
"LastName": "Slate",
141
"Credentials": [
142
"DO"
143
],
144
"Address": {
145
"StreetAddress": "500 First St.",
146
"City": "Clayton",
147
"State": "MO",
148
"ZIP": "63105",
149
"County": "Saint Louis",
150
"Country": "USA"
151
},
152
"EmailAddresses": [],
153
"PhoneNumber": {
154
"Office": "+13145554321"
155
},
156
"Location": {
157
"Type": null,
158
"Facility": null,
159
"FacilityIdentifiers": [],
160
"Department": null,
161
"DepartmentIdentifiers": [],
162
"Room": null
163
}
164
},
165
"Guarantor": {
166
"Number": "10001910",
167
"FirstName": "Kent",
168
"MiddleName": null,
169
"LastName": "Bixby",
170
"SSN": null,
171
"DOB": null,
172
"Sex": null,
173
"Spouse": {
174
"FirstName": "Barbara",
175
"LastName": "Bixby"
176
},
177
"Address": {
178
"StreetAddress": "4762 Hickory Street",
179
"City": "Monroe",
180
"State": "WI",
181
"ZIP": "53566",
182
"County": "Green",
183
"Country": "USA"
184
},
185
"PhoneNumber": {
186
"Home": null,
187
"Business": null,
188
"Mobile": null
189
},
190
"EmailAddresses": [],
191
"Type": null,
192
"RelationToPatient": "Father",
193
"Employer": {
194
"Name": "Accelerator Labs",
195
"Address": {
196
"StreetAddress": "1456 Old Sauk Road",
197
"City": "Madison",
198
"State": "WI",
199
"ZIP": "53719",
200
"County": "Dane",
201
"Country": "USA"
202
},
203
"PhoneNumber": "+18083451121"
204
}
205
},
206
"Insurances": [
207
{
208
"Plan": {
209
"ID": "31572",
210
"IDType": "Payor ID",
211
"Name": "HMO Deductible Plan",
212
"Type": null
213
},
214
"MemberNumber": null,
215
"Company": {
216
"ID": "60054",
217
"IDType": null,
218
"Name": "aetna (60054 0131)",
219
"Address": {
220
"StreetAddress": "PO Box 14080",
221
"City": "Lexington",
222
"State": "KY",
223
"ZIP": "40512-4079",
224
"County": "Fayette",
225
"Country": "US"
226
},
227
"PhoneNumber": "+18089541123"
228
},
229
"GroupNumber": "847025-024-0009",
230
"GroupName": "Accelerator Labs",
231
"EffectiveDate": "2015-01-01",
232
"ExpirationDate": "2020-12-31",
233
"PolicyNumber": "9140860055",
234
"Priority": null,
235
"AgreementType": null,
236
"CoverageType": null,
237
"Insured": {
238
"Identifiers": [],
239
"LastName": null,
240
"MiddleName": null,
241
"FirstName": null,
242
"SSN": null,
243
"Relationship": null,
244
"DOB": null,
245
"Sex": null,
246
"Address": {
247
"StreetAddress": null,
248
"City": null,
249
"State": null,
250
"ZIP": null,
251
"County": null,
252
"Country": null
253
}
254
}
255
}
256
],
257
"Location": {
258
"Type": "Inpatient",
259
"Facility": "RES General Hospital",
260
"FacilityIdentifiers": [],
261
"Department": "3N",
262
"DepartmentIdentifiers": [],
263
"Room": "136",
264
"Bed": "B"
265
}
266
},
267
"Order": {
268
"ID": "157968300",
269
"ApplicationOrderID": null,
270
"Status": "New",
271
"TransactionDateTime": "2015-05-06T06:00:58.872Z",
272
"CollectionDateTime": "2015-05-06T06:00:58.872Z",
273
"Specimen": {
274
"Source": null,
275
"BodySite": null,
276
"ID": null
277
},
278
"Procedure": {
279
"Code": "49086-2",
280
"Codeset": null,
281
"Description": "First trimester maternal screen with nuchal translucency panel"
282
},
283
"Provider": {
284
"NPI": "4356789876",
285
"ID": "4356789876",
286
"IDType": "NPI",
287
"FirstName": "Pat",
288
"LastName": "Granite",
289
"Credentials": [
290
"MD"
291
],
292
"Address": {
293
"StreetAddress": "123 Main St.",
294
"City": "Madison",
295
"State": "WI",
296
"ZIP": "53703",
297
"County": "Dane",
298
"Country": "USA"
299
},
300
"EmailAddresses": [],
301
"PhoneNumber": {
302
"Office": "+16085551234"
303
},
304
"Location": {
305
"Type": null,
306
"Facility": null,
307
"FacilityIdentifiers": [],
308
"Department": null,
309
"DepartmentIdentifiers": [],
310
"Room": null
311
}
312
},
313
"ResultCopyProviders": [],
314
"OrderingFacility": {
315
"Name": null,
316
"Address": {
317
"StreetAddress": null,
318
"City": null,
319
"State": null,
320
"ZIP": null,
321
"County": null,
322
"Country": null
323
},
324
"PhoneNumber": null
325
},
326
"Priority": "Stat",
327
"Expiration": null,
328
"Comments": null,
329
"Notes": [],
330
"Diagnoses": [
331
{
332
"Code": "Z31.41",
333
"Codeset": "ICD-10",
334
"Name": "Encounter for fertility testing",
335
"Type": null,
336
"DocumentedDateTime": null
337
}
338
],
339
"ClinicalInfo": [
340
{
341
"Code": "QUESTION001",
342
"Codeset": null,
343
"Description": "Estimated Due Date",
344
"Value": "2015-10-05",
345
"Units": null,
346
"Abbreviation": null,
347
"Notes": []
348
},
349
{
350
"Code": "QUESTION002",
351
"Codeset": null,
352
"Description": "Ethnicity",
353
"Value": "White",
354
"Units": null,
355
"Abbreviation": "W",
356
"Notes": []
357
},
358
{
359
"Code": "QUESTION010",
360
"Codeset": null,
361
"Description": "Is this a twin pregnancy?",
362
"Value": "Singleton",
363
"Units": null,
364
"Abbreviation": "sng",
365
"Notes": []
366
},
367
{
368
"Code": "QUESTION011",
369
"Codeset": null,
370
"Description": "Dating Method",
371
"Value": "LMP",
372
"Units": null,
373
"Abbreviation": "lmp",
374
"Notes": []
375
}
376
]
377
}
378
}