Results

This data model allows you to exchange discrete clinical data—usually as a result of an order—with an EHR system.

Results data can be written as discrete data (e.g., lab values), text (e.g., pathology report), or other complex formats (e.g., PDF, JPEG, Word) to the EHR system, depending on their respective capability. If you're writing back a file, see tips for sending files.

This data model has event types that allow you to:

  • receive a notification when new results are added; or
  • query for and receive result data.

New

Receive a notification when a new result is created or an existing result is updated. Individual result components can have specific statuses.

Request Body Schema

  • Meta
    required, object
    • DataModel
      required, string
      Reliable

      Results

    • 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

    • Contacts
      Array of object
      • FirstName
        string, null
        Possible

        First name of the contact

      • MiddleName
        string, null
        Possible

        Middle name of the contact

      • LastName
        string, null
        Possible

        Last name of the contact

      • Address
        object

        Address of the contact

        • 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
        object
        • Home
          string, null
          Possible

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

        • Office
          string, null
          Possible

          Office phone number.
          In E. 164 Format. (e.g. +16085551234)

        • Mobile
          string, null
          Probable

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

      • RelationToPatient
        string, null
        Possible
        Value Set

        Personal relationship to the patient.
        e.x. Father, Spouse

      • EmailAddresses
        Array of string

        Email address(es) of the contact person

      • Roles
        Array of string

        Role of this contact for the patient.
        e.x. Employer, Emergency Contact

  • Orders
    required, Array of object
    • ID
      required, string
      Reliable

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

    • Status
      required, string
      Reliable
      Value Set

      Displays the current status of the order. The default value is Resulted.
      Not supported with data on demand.

    • Results
      required, Array of object

      Contains a list of result components and their values.

      • Code
        required, string
        Probable

        Code for the result component

      • Value
        required, string
        Reliable

        Displays the value of the result component. If the value type is Encapsulated Data, this field includes the base64 encoded string for the file. Learn more about sending a file.

      • ValueType
        required, string
        Reliable
        Value Set

        Specifies the data type of the result value.
        Not supported with data on demand.

      • Codeset
        string, null
        Probable

        Code set used to identify the result component

      • Description
        string, null
        Probable

        Description of the result component

      • RelatedGroupID
        string, null
        Probable

        Contains the identifier to group separate result components.

      • 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

      • CompletionDateTime
        string, null
        Possible

        Displays the timestamp for when the individual results were composed into a report and released.

      • FileType
        string, null
        Reliable

        Identifies the format of the file (e.g., PDF, JPG). If the ValueType is Encapsulated Data, this field is required.

      • Units
        string, null
        Probable

        Defines the units of measurement for the result.

      • Notes
        Array of string

        Includes notes about the result component/observation.
        Not supported with data on demand.

      • AbnormalFlag
        string, null
        Probable
        Value Set

        Indicates whether the result is abnormal.

      • Status
        string, null
        Reliable
        Value Set

        Displays the current status of the result.

      • PrimaryResultsInterpreter
        object
        • NPI
          string, null
          Possible

          NPI of the Primary Results Interpreter

        • ID
          string, null
          Possible

          ID of the Primary Results Interpreter.
          This ID is often required for Inpatient Visits.

        • IDType
          string, null
          Possible

          ID type of the ID for the Primary Results Interpreter

        • FirstName
          string, null
          Possible

          First name of the Primary Results Interpreter

        • LastName
          string, null
          Possible

          Last name of the Primary Results Interpreter

        • Credentials
          Array of string

          List of credentials for the Primary Results Interpreter.
          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

      • Producer
        object
        • ID
          string, null
          Possible

          Contains the identifier of the entity that produced the result. This is typically the lab that fulfilled the order.

        • Name
          string, null
          Possible

          Displays the name of the entity (typically the lab) that produced the results.

        • IDType
          string, null
          Possible

          Defines the type of identifier used for the corresponding ID of the entity that produced the results.

        • Address
          object

          Result producer'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

      • Performer
        object
        • ID
          string, null
          Possible

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

        • IDType
          string, null
          Possible

          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

      • ReferenceRange
        object

        Defines the clinical range for a given result. Numeric results use low and high values to indicate a normal result. Non-numeric results populate the normal value in the text field.

        • Low
          number, null
          Possible

          Specifies the lower bound for a normal result.

        • High
          number, null
          Possible

          Specifies the upper bound for a normal result.

        • Text
          string, null
          Possible

          Contains the normal value for non-numeric results.

      • ObservationMethod
        object

        Indicates the method used to obtain the observation. This field is used when an observation may be obtained by different methods and the sending system wishes to indicate which method was used.

        • Code
          string, null
          Possible

          Code for the observation method

        • Codeset
          string, null
          Possible

          Code set used to identify the observation method

        • Description
          string, null
          Possible

          Description of the observation method

    • ApplicationOrderID
      string, null
      Possible

      Contains the identifier of the order request, which is assigned by the system fulfilling the order.

    • TransactionDateTime
      string, null
      Reliable

      Displays the timestamp (in ISO 8601 format) for when the order was updated with results.
      Not supported with data on demand.

    • CollectionDateTime
      string, null
      Reliable

      Displays the timestamp for when the specimen was collected.
      ISO 8601 Format

    • CompletionDateTime
      string, null
      Probable

      Date and time the results were composed into a report and released.
      ISO 8601 Format

    • Notes
      Array of string

      Contains any order-level notes.
      Not supported with data on demand.

    • ResultsStatus
      string, null
      Reliable
      Value Set

      Specifies the current overall status of the order.

    • Procedure
      object

      Displays the procedure associated with the results.

      • 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 copied on the results.
      Not supported with data on demand.

      • 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

    • ResponseFlag
      string, null
      Probable

      Specifies the response type that the receiving system requests. Derived from HL7 Table 0121. The default value is D, which includes associated segments.
      Not supported with data on demand.

    • Priority
      string, null
      Reliable
      Value Set

      Indicates the priority of the order.
      Not supported with data on demand.

  • Visit
    object

    Contains information about the visit associated with the result. In many cases, this will be the visit information from the associated order.

    • 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

    • 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

    • AdditionalStaff
      Array of object

      Contains information about any other staff assigned to the assist with the patient visit. Each may be scheduled individually.

      • ID
        string, null
        Probable

        ID of the Additional staff member.
        This ID is often required for Inpatient Visits.

      • IDType
        string, null
        Probable

        ID type of the ID for the Additional staff member

      • FirstName
        string, null
        Possible

        First name of the Additional staff member

      • LastName
        string, null
        Possible

        Last name of the Additional staff member

      • Credentials
        Array of string

        List of credentials for the Additional staff member.
        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

      • Role
        object

        Defines the role of this person in the patient visit.

        • Code
          string, null
          Probable

          Code for the service

        • Codeset
          string, null
          Probable

          Code set used to identify the service.
          Codeset will be blank for system-defined codes.

        • Description
          string, null
          Probable

          Description of the service.
          Example: Primary Physician, Technologist, etc.

Example
json
1
{
2
"Meta": {
3
"DataModel": "Results",
4
"EventType": "New",
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
"Contacts": [
72
{
73
"FirstName": "Barbara",
74
"MiddleName": null,
75
"LastName": "Bixby",
76
"Address": {
77
"StreetAddress": "4762 Hickory Street",
78
"City": "Monroe",
79
"State": "WI",
80
"ZIP": "53566",
81
"County": "Green",
82
"Country": "US"
83
},
84
"PhoneNumber": {
85
"Home": "+18088675303",
86
"Office": "+17077543758",
87
"Mobile": "+19189368865"
88
},
89
"RelationToPatient": "Mother",
90
"EmailAddresses": [
91
"barb.bixby@test.net"
92
],
93
"Roles": [
94
"Emergency Contact"
95
]
96
}
97
]
98
},
99
"Orders": [
100
{
101
"ID": "157968300",
102
"ApplicationOrderID": null,
103
"TransactionDateTime": "2015-05-06T06:00:58.872Z",
104
"CollectionDateTime": "2015-05-06T06:00:58.872Z",
105
"CompletionDateTime": "2015-05-06T06:00:58.872Z",
106
"Notes": [],
107
"ResultsStatus": "Final",
108
"Procedure": {
109
"Code": "49086-2",
110
"Codeset": null,
111
"Description": "First trimester maternal screen with nuchal translucency panel"
112
},
113
"Provider": {
114
"NPI": "4356789876",
115
"ID": null,
116
"IDType": null,
117
"FirstName": "Pat",
118
"LastName": "Granite",
119
"Credentials": [],
120
"Address": {
121
"StreetAddress": null,
122
"City": null,
123
"State": null,
124
"ZIP": null,
125
"County": null,
126
"Country": null
127
},
128
"EmailAddresses": [],
129
"PhoneNumber": {
130
"Office": null
131
},
132
"Location": {
133
"Type": null,
134
"Facility": null,
135
"FacilityIdentifiers": [],
136
"Department": null,
137
"DepartmentIdentifiers": [],
138
"Room": null
139
}
140
},
141
"ResultCopyProviders": [],
142
"Status": "Resulted",
143
"ResponseFlag": "Associated Segments",
144
"Priority": "Stat",
145
"Results": [
146
{
147
"Code": "TEST0001",
148
"Codeset": null,
149
"Description": "Cystic Fibrosis",
150
"RelatedGroupID": null,
151
"Specimen": {
152
"Source": null,
153
"BodySite": null,
154
"ID": null
155
},
156
"Value": "Positive Result",
157
"ValueType": "String",
158
"CompletionDateTime": null,
159
"FileType": null,
160
"Units": null,
161
"Notes": [
162
"This individual is a carrier for Cystic Fibrosis."
163
],
164
"AbnormalFlag": "Very Abnormal",
165
"Status": "Final",
166
"PrimaryResultsInterpreter": {
167
"NPI": null,
168
"ID": null,
169
"IDType": null,
170
"FirstName": null,
171
"LastName": null,
172
"Credentials": [],
173
"Address": {
174
"StreetAddress": null,
175
"City": null,
176
"State": null,
177
"ZIP": null,
178
"County": null,
179
"Country": null
180
},
181
"EmailAddresses": [],
182
"PhoneNumber": {
183
"Office": null
184
},
185
"Location": {
186
"Type": null,
187
"Facility": null,
188
"FacilityIdentifiers": [],
189
"Department": null,
190
"DepartmentIdentifiers": [],
191
"Room": null
192
}
193
},
194
"Producer": {
195
"ID": "RL001",
196
"Name": "Redox Lab WI",
197
"IDType": null,
198
"Address": {
199
"StreetAddress": "111 W. Fairchild",
200
"City": "Madison",
201
"State": "WI",
202
"ZIP": "53703",
203
"County": "Dane",
204
"Country": "USA"
205
}
206
},
207
"Performer": {
208
"ID": null,
209
"IDType": null,
210
"FirstName": "Bob",
211
"LastName": "Smith",
212
"Credentials": [
213
"MD"
214
],
215
"Address": {
216
"StreetAddress": null,
217
"City": null,
218
"State": null,
219
"ZIP": null,
220
"County": null,
221
"Country": null
222
},
223
"EmailAddresses": [],
224
"PhoneNumber": {
225
"Office": null
226
},
227
"Location": {
228
"Type": null,
229
"Facility": null,
230
"FacilityIdentifiers": [],
231
"Department": null,
232
"DepartmentIdentifiers": [],
233
"Room": null
234
}
235
},
236
"ReferenceRange": {
237
"Low": null,
238
"High": null,
239
"Text": null
240
},
241
"ObservationMethod": {
242
"Code": null,
243
"Codeset": null,
244
"Description": null
245
}
246
},
247
{
248
"Code": "TEST0004",
249
"Codeset": null,
250
"Description": "Primary Carnitine Deficiency",
251
"RelatedGroupID": null,
252
"Specimen": {
253
"Source": null,
254
"BodySite": null,
255
"ID": null
256
},
257
"Value": "Negative Result",
258
"ValueType": "String",
259
"CompletionDateTime": null,
260
"FileType": null,
261
"Units": null,
262
"Notes": [],
263
"AbnormalFlag": "Normal",
264
"Status": "Final",
265
"PrimaryResultsInterpreter": {
266
"NPI": null,
267
"ID": null,
268
"IDType": null,
269
"FirstName": null,
270
"LastName": null,
271
"Credentials": [],
272
"Address": {
273
"StreetAddress": null,
274
"City": null,
275
"State": null,
276
"ZIP": null,
277
"County": null,
278
"Country": null
279
},
280
"EmailAddresses": [],
281
"PhoneNumber": {
282
"Office": null
283
},
284
"Location": {
285
"Type": null,
286
"Facility": null,
287
"FacilityIdentifiers": [],
288
"Department": null,
289
"DepartmentIdentifiers": [],
290
"Room": null
291
}
292
},
293
"Producer": {
294
"ID": "RL001",
295
"Name": "Redox Lab WI",
296
"IDType": null,
297
"Address": {
298
"StreetAddress": "111 W. Fairchild",
299
"City": "Madison",
300
"State": "WI",
301
"ZIP": "53703",
302
"County": "Dane",
303
"Country": "USA"
304
}
305
},
306
"Performer": {
307
"ID": null,
308
"IDType": null,
309
"FirstName": "Bob",
310
"LastName": "Smith",
311
"Credentials": [
312
"MD"
313
],
314
"Address": {
315
"StreetAddress": null,
316
"City": null,
317
"State": null,
318
"ZIP": null,
319
"County": null,
320
"Country": null
321
},
322
"EmailAddresses": [],
323
"PhoneNumber": {
324
"Office": null
325
},
326
"Location": {
327
"Type": null,
328
"Facility": null,
329
"FacilityIdentifiers": [],
330
"Department": null,
331
"DepartmentIdentifiers": [],
332
"Room": null
333
}
334
},
335
"ReferenceRange": {
336
"Low": null,
337
"High": null,
338
"Text": null
339
},
340
"ObservationMethod": {
341
"Code": null,
342
"Codeset": null,
343
"Description": null
344
}
345
}
346
]
347
}
348
],
349
"Visit": {
350
"VisitDateTime": null,
351
"VisitNumber": null,
352
"AccountNumber": null,
353
"PatientClass": null,
354
"Location": {
355
"Type": null,
356
"Facility": null,
357
"FacilityIdentifiers": [],
358
"Department": null,
359
"DepartmentIdentifiers": [],
360
"Room": null,
361
"Bed": null
362
},
363
"AttendingProvider": {
364
"ID": null,
365
"IDType": null,
366
"FirstName": null,
367
"LastName": null,
368
"Credentials": [],
369
"Address": {
370
"StreetAddress": null,
371
"City": null,
372
"State": null,
373
"ZIP": null,
374
"County": null,
375
"Country": null
376
},
377
"EmailAddresses": [],
378
"PhoneNumber": {
379
"Office": null
380
},
381
"Location": {
382
"Type": null,
383
"Facility": null,
384
"FacilityIdentifiers": [],
385
"Department": null,
386
"DepartmentIdentifiers": [],
387
"Room": null
388
}
389
},
390
"ReferringProvider": {
391
"ID": null,
392
"IDType": null,
393
"FirstName": null,
394
"LastName": null,
395
"Credentials": [],
396
"Address": {
397
"StreetAddress": null,
398
"City": null,
399
"State": null,
400
"ZIP": null,
401
"County": null,
402
"Country": null
403
},
404
"EmailAddresses": [],
405
"PhoneNumber": {
406
"Office": null
407
},
408
"Location": {
409
"Type": null,
410
"Facility": null,
411
"FacilityIdentifiers": [],
412
"Department": null,
413
"DepartmentIdentifiers": [],
414
"Room": null
415
}
416
},
417
"AdditionalStaff": []
418
}
419
}