This data model provides a snapshot of the patient's chart at a moment in time.
A clinical summary is useful if you need a patient's clinical information, whether historical or current. Our data model is based on Clinical Document Architecture (CDA) formatted documents, which focuses on different aspects of the patient's chart (e.g., allergies, immunizations, medications). We map any CDA document type to this data model. The most common is the Continuity of Care Document (CCD).
It may take up to 15 seconds to receive a response from the EHR system when querying for a clinical summary, depending on how long it takes the EHR system to generate a CCD.
This data model has event types that allow you to:
- query for patient, visit, and document summaries;
- receive patient, visit, and document summaries;
- push patient or visit summaries; or
- query for and receive a specific document.
Send a visit summary to your connection. This document is typically a description of the patient's state and an encounter-level description of care. Include the Header section with all its required fields. Populate other relevant sections in the request body.
Request Body Schema
- Metarequired, object
- DataModelrequired, stringReliable
Clinical Summary
- EventTyperequired, stringReliable
VisitPush
- EventDateTimestring, nullReliable
Displays the UTC date and time that an outgoing request is delivered or an incoming request is received.
ISO 8601 Format - Testboolean, nullReliable
Indicates whether the request is a test or not.
- Sourceobject
Contains the information for the system initiating the message, including the source ID and name.
Included in messages from Redox- IDstring, nullReliable
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 - Namestring, nullReliable
Displays the name of the system initiating the message.
- DestinationsArray 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.- IDstring, nullReliable
Identifies the endpoint that the request is directed to.
UUID - Namestring, nullReliable
Displays the name of the endpoint that the request is directed to.
- LogsArray of object
Contains the log identifier(s) for the request.
- IDstring, nullReliable
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 - AttemptIDstring, nullReliable
Identifies the request log attempt value, which is useful when retries are possible.
UUID
- FacilityCodestring, nullPossible
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.
- Headerobject
- DirectAddressFromnull, nullPossible
The sender's Direct address, if one or both sides are using Direct messaging.
- DirectAddressTonull, nullPossible
The recipient's Direct address, if one or both sides are using Direct messaging.
- Documentobject
An object containing metadata about the document being pushed to the destination.
- Authorobject
- IDstring, nullReliable
ID of the Provider responsible for the document.
This ID is often required for Inpatient Visits. - IDTypestring, nullReliable
ID type of the ID for the Provider responsible for the document
- FirstNamestring, nullPossible
First name of the Provider responsible for the document
- LastNamestring, nullPossible
Last name of the Provider responsible for the document
- CredentialsArray of string
List of credentials for the Provider responsible for the document.
e.g. MD, PhD - Addressobject
Provider's address
- StreetAddressstring, nullPossible
Street address
- Citystring, nullPossible
City
- Statestring, nullPossible
State
- ZIPstring, nullPossible
ZIP
- Countystring, nullPossible
County
- Countrystring, nullPossibleValue Set
Country
- EmailAddressesArray of string
Provider's email address(es)
- PhoneNumberobject
- Officestring, nullPossible
Provider's office phone number.
In E. 164 Format. (e.g. +16085551234)
- Typestring, nullReliableValue Set
The type of Provider responsible for the document
- Locationobject
Provider's location
- Typestring, nullPossible
Type of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone - Facilitystring, nullPossible
Facility.
Example: Community Hospital - FacilityIdentifiersArray of object
List of IDs specific to this facility
- IDstring, nullPossible
An ID specific to this facility
- IDTypestring, nullPossible
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Departmentstring, nullPossible
Department
- DepartmentIdentifiersArray of object
List of IDs specific to this department
- IDstring, nullPossible
An ID specific to this department
- IDTypestring, nullPossible
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Roomstring, nullPossible
Room.
Example: 136
- IDstring, nullReliable
Your application's ID for the document
- SetIDstring, nullPossible
An ID for the document that is common across all document revisions.
WhenSetID
is provided,VersionNumber
is required. - VersionNumberstring, nullPossible
An integer version number for this revision of the document.
WhenSetID
is provided,VersionNumber
is required. Used when superseding or modifying a prior version of the same document. For example, this document might beVersionNumber
2, and it has aRelatesTo[].VersionNumber
1, the prior version with the sameRelatesTo[].SetID
. - RelatesToArray of object
The identifiers for other documents related to this document, such as prior versions that this document replaces.
- Codestring, nullReliable
A code for how the related document interacts with this document.
FHIR Document Relationship Type or CDA RelatedDocument TypeCode:APND
(appends),RPLC
(replaces), orXFRM
(transforms). - IDstring, nullReliable
The ID of the related document
- SetIDstring, nullPossible
An ID for the document that is common across all document revisions.
WhenSetID
is provided,VersionNumber
is required. - VersionNumberstring, nullPossible
An integer version number for the related revision of the document.
WhenSetID
is provided,VersionNumber
is required.
- Localestring, nullReliable
The language of the document.
- Titlestring, nullReliable
The title of the document.
- DateTimestring, nullReliable
The creation/publishing date/time of the document.
- Typestring, nullReliable
The type of document.
This field is slated to be deprecated in favor of Header.Document.TypeCode.Name - TypeCodeobject
- Codestring, nullReliable
A code describing the type of document.
LOINC Document Type - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (LOINC preferred).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the type of document.
Summarization of Episode Note, Progress Note, etc.
- Confidentialityobject
- Codestring, nullReliable
A code describing intended disclosure of information contained within the document.
N (Normal), R (Restricted), V (Very Restricted) - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of intended disclosure of information contained within the document
- Custodianobject
The organization or group responsible for the ongoing maintenance and access to the document
- IdentifiersArray of object
List of IDs specific to this custodian organization
- IDstring, nullProbable
An ID specific to this custodian organization
- IDTypestring, nullProbable
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Namenull, nullProbable
The name of the custodian organization
- Typeobject
- Codestring, nullProbable
A code describing the kind of custodian organization
- CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the kind of custodian organization
- AltCodesArray of object
Alternate or translation codes for the kind of custodian organization
- Codestring, nullPossible
A code describing the kind of custodian organization
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the kind of custodian organization
- Addressobject
The address information for the custodian organization
- StreetAddressstring, nullProbable
Street address
- Citystring, nullProbable
City
- Statestring, nullProbable
State
- ZIPstring, nullProbable
ZIP
- Countystring, nullPossible
County
- Countrystring, nullPossibleValue Set
Country
- Usestring, nullProbable
Use
- TelecomArray of object
Phone, fax, email, or other communication numbers for the custodian organization
- Valuenull, nullProbable
The phone number or telecommunications address
- Usenull, nullProbable
The purpose of this telecommunications address (e.g. home, work, direct)
- Systemnull, nullProbable
The form of this address (e.g. phone, email, fax).
Supported Values
- Visitobject
If the document is tied to a visit, this contains information about the encompassing encounter.
- StartDateTimestring, nullProbable
The start date/time of the visit.
ISO 8601 Format - EndDateTimestring, nullProbable
The end date/time of the visit.
ISO 8601 Format - Reasonstring, nullPossible
The reason for visit.
The Reason for Visit is rarely found in the header. Instead, look to the ReasonForVisitText and related fields. - VisitNumberstring, nullReliable
ID for the patient visit/encounter.
- Typeobject
- Codestring, nullProbable
A code describing the type of visit (office visit, hospital, etc).
CPT-4 - CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the type of visit (office visit, hospital, etc)
- AltCodesArray of object
Alternate or translation codes for the type of visit (office visit, hospital, etc)
- Codestring, nullPossible
A code describing the type of visit (office visit, hospital, etc)
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the type of visit (office visit, hospital, etc)
- Locationobject
The location of the visit. Note - more precise information may be available via an extension.
- Typestring, nullPossible
Type of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone - Facilitystring, nullPossible
Facility.
Example: Community Hospital - FacilityIdentifiersArray of object
List of IDs specific to this facility
- IDstring, nullPossible
An ID specific to this facility
- IDTypestring, nullPossible
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Departmentstring, nullPossible
Department
- DepartmentIdentifiersArray of object
List of IDs specific to this department
- IDstring, nullPossible
An ID specific to this department
- IDTypestring, nullPossible
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Roomstring, nullPossible
Room.
Example: 136
- DischargeDispositionobject
- Codestring, nullProbable
A code describing the discharge disposition of the visit.
- CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the discharge disposition of the visit.
- AltCodesArray of object
Alternate or translation codes for the discharge disposition of the visit.
- Codestring, nullPossible
A code describing the discharge disposition of the visit.
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the discharge disposition of the visit.
- Patientobject
- IdentifiersArray of object
An array of identifiers for the patient.
- IDstring, nullReliable
The actual identifier for the patient.
- IDTypestring, nullReliable
An ID type associated with identifier (Medical Record Number, etc.)
- Typestring, nullReliable
If present, contains the same value as IDType. Provided for backwards compatibility with earlier versions of the API.
- Demographicsobject
- FirstNamestring, nullReliable
Patient's first name
- MiddleNamestring, nullProbable
Patient's middle name
- LastNamestring, nullReliable
Patient's last name
- DOBstring, nullReliable
Patient's date of birth.
In YYYY-MM-DD format - SSNstring, nullReliable
Patient SSN
- Sexstring, nullReliableValue Set
Patient gender
- Addressobject
- StreetAddressstring, nullReliable
- Citystring, nullReliable
- Statestring, nullReliable
- Countystring, nullReliable
- Countrystring, nullReliable
- ZIPstring, nullReliable
- Usestring, nullPossible
- PhoneNumberobject
- Homestring, nullReliable
- Mobilestring, nullReliable
- EmailAddressesArray of object
- Addressstring, nullReliable
- Languagestring, nullPossible
Patient's primary spoken language.
In ISO 639-1 alpha values (e.g. 'en'). Supported Values - Racestring, nullReliableValue Set
Patient's race - this is equivalent to the first RaceCodes[].Name
- RaceCodesArray of object
- Codestring, nullProbable
A code describing the patient's race
- CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the patient's race
- Ethnicitystring, nullReliable
One of the following: Hispanic or latino, Not hispanic or latino, Refused to report, Unknown
- EthnicGroupCodesArray of object
- Codestring, nullProbable
A code describing the patient's ethnicity
- CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the patient's ethnicity
- Religionstring, nullReliableValue Set
Patient's religious affiliation
- MaritalStatusstring, nullReliableValue Set
- IsDeceasedboolean, nullPossible
Indicates if the patient is deceased
- DeathDateTimestring, nullPossible
Date and Time the patient was proclaimed deceased.
ISO 8601 Format
- Organizationobject
Organization that is the custodian of the patient record
- IdentifiersArray of object
List of IDs specific to this organization
- IDstring, nullProbable
An ID specific to this organization
- IDTypestring, nullProbable
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Namenull, nullProbable
The name of the organization
- Typeobject
- Codestring, nullProbable
A code describing the kind of organization
- CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the kind of organization
- AltCodesArray of object
Alternate or translation codes for the kind of organization
- Codestring, nullPossible
A code describing the kind of organization
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the kind of organization
- Addressobject
The address information for the organization
- StreetAddressstring, nullProbable
Street address
- Citystring, nullProbable
City
- Statestring, nullProbable
State
- ZIPstring, nullProbable
ZIP
- Countystring, nullPossible
County
- Countrystring, nullPossibleValue Set
Country
- Usestring, nullProbable
Use
- TelecomArray of object
Phone, fax, email, or other communication numbers for the organization
- Valuenull, nullProbable
The phone number or telecommunications address
- Usenull, nullProbable
The purpose of this telecommunications address (e.g. home, work, direct)
- Systemnull, nullProbable
The form of this address (e.g. phone, email, fax).
Supported Values
- PCPobject
- IDstring, nullPossible
ID of the Primary Care Provider for the Patient.
This ID is often required for Inpatient Visits. - IDTypestring, nullPossible
ID type of the ID for the Primary Care Provider for the Patient
- FirstNamestring, nullPossible
First name of the Primary Care Provider for the Patient
- LastNamestring, nullPossible
Last name of the Primary Care Provider for the Patient
- CredentialsArray of string
List of credentials for the Primary Care Provider for the Patient.
e.g. MD, PhD - Addressobject
Provider's address
- StreetAddressstring, nullPossible
Street address
- Citystring, nullPossible
City
- Statestring, nullPossible
State
- ZIPstring, nullPossible
ZIP
- Countystring, nullPossible
County
- Countrystring, nullPossibleValue Set
Country
- EmailAddressesArray of string
Provider's email address(es)
- PhoneNumberobject
- Officestring, nullPossible
Provider's office phone number.
In E. 164 Format. (e.g. +16085551234)
- Typestring, nullPossibleValue Set
The type of Primary Care Provider for the Patient
- Locationobject
Provider's location
- Typestring, nullPossible
Type of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone - Facilitystring, nullPossible
Facility.
Example: Community Hospital - FacilityIdentifiersArray of object
List of IDs specific to this facility
- IDstring, nullPossible
An ID specific to this facility
- IDTypestring, nullPossible
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Departmentstring, nullPossible
Department
- DepartmentIdentifiersArray of object
List of IDs specific to this department
- IDstring, nullPossible
An ID specific to this department
- IDTypestring, nullPossible
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Roomstring, nullPossible
Room.
Example: 136
- AdmissionDiagnosisTextstring, nullPossible
Free text of the clinician's conclusions at time of Admission.
When sent via Redox API, this can ONLY be pushed as plain text without any markup. - AdmissionDiagnosisArray of object
An array of diagnoses
- StartDatestring, nullPossible
The onset date of the diagnosis.
ISO 8601 Format - EndDatestring, nullPossible
The resolution date of the diagnosis.
ISO 8601 Format - Statusobject
- Codestring, nullPossible
A code describing the current state of the diagnosis (active, inactive, resolved).
HITSPProblemStatus - CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the current state of the diagnosis (active, inactive, resolved)
- IsNegativeIndicatorboolean, nullPossible
Absent or false for a normal diagnosis, indicates that the diagnosis is explicitly unlikely when true
- Codestring, nullPossible
A code describing the diagnosis.
ICD9, ICD10, HCPC, CPT, SNOMED CT - CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the diagnosis
- AltCodesArray of object
Alternate or translation codes for the diagnosis
- Codestring, nullPossible
A code describing the diagnosis
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the diagnosis
- CommentsArray of object
Free text comments about the diagnosis.
- Textstring, nullReliable
The plain text comment.
- AdvanceDirectivesTextstring, nullProbable
Free text form of the advance directives summary
- AdvanceDirectivesArray of object
- Typeobject
- Codestring, nullReliable
A code describing the type of advance directive (such as resuscitation).
SNOMED CT - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the type of advance directive (such as resuscitation)
- AltCodesArray of object
Alternate or translation codes for the type of advance directive (such as resuscitation)
- Codestring, nullPossible
A code describing the type of advance directive (such as resuscitation)
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the type of advance directive (such as resuscitation)
- Codestring, nullReliable
A code describing the value of the advance directive (such as 'do not resuscitate').
SNOMED CT - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the value of the advance directive (such as 'do not resuscitate')
- AltCodesArray of object
Alternate or translation codes for the value of the advance directive (such as 'do not resuscitate')
- Codestring, nullPossible
A code describing the value of the advance directive (such as 'do not resuscitate')
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the value of the advance directive (such as 'do not resuscitate')
- StartDatestring, nullReliable
Effective start date of the advance directive.
ISO 8601 Format - EndDatestring, nullProbable
Effective end date of the advance directive.
ISO 8601 Format - ExternalReferencestring, nullProbable
A link to a location where the document can be accessed.
- VerifiedByArray of object
A collection of people who verified the advance directive with the patient
- FirstNamestring, nullProbable
- LastNamestring, nullProbable
- Credentialsstring, nullProbable
- DateTimestring, nullProbable
- CustodiansArray of object
People legally responsible for the advance directive document.
- FirstNamestring, nullProbable
- LastNamestring, nullProbable
- Credentialsstring, nullProbable
- Addressobject
- StreetAddressstring, nullProbable
- Citystring, nullProbable
- Statestring, nullProbable
- Countrystring, nullProbable
- ZIPstring, nullProbable
- AllergyTextstring, nullReliable
Free text form of the allergies summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup. - AllergiesArray of object
- Typeobject
- Codestring, nullReliable
A code describing the type of allergy intolerance this is (food, drug, etc.).
SNOMED CT from Allergy/Adverse Event Type Value Set - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the type of allergy intolerance this is (food, drug, etc.)
- AltCodesArray of object
Alternate or translation codes for the type of allergy intolerance this is (food, drug, etc.)
- Codestring, nullPossible
A code describing the type of allergy intolerance this is (food, drug, etc.)
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the type of allergy intolerance this is (food, drug, etc.)
- Substanceobject
- CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the substance that the causes the allergy/intolerance
- AltCodesArray of object
Alternate or translation codes for the substance that the causes the allergy/intolerance
- Codestring, nullPossible
A code describing the substance that the causes the allergy/intolerance
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the substance that the causes the allergy/intolerance
- ReactionArray of object
All the reactions caused by this particular substance.
SNOMED CT- Codestring, nullReliable
A code describing the reaction caused by the allergy (dizziness, hives ,etc.).
SNOMED CT - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the reaction caused by the allergy (dizziness, hives ,etc.)
- AltCodesArray of object
Alternate or translation codes for the reaction caused by the allergy (dizziness, hives ,etc.)
- Codestring, nullPossible
A code describing the reaction caused by the allergy (dizziness, hives ,etc.)
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the reaction caused by the allergy (dizziness, hives ,etc.)
- Severityobject
- Codestring, nullReliable
A code describing a code for the severity of the reaction (moderate, severe, etc.).
SNOMED CT - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of a code for the severity of the reaction (moderate, severe, etc.)
- Textstring, nullReliable
Free text form of reactions to this substance, includes information that cannot be captured by coded value.
- Severityobject
- Codestring, nullPossible
A code describing a code for the severity of the reaction (moderate, severe, etc.).
SNOMED CT. Note that when multiple reactions have different severities, the severity at the allergy[] level is generally the highest of all reaction severities. This field is no longer recommended for use, but is preserved for backwards compatibility. - CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of a code for the severity of the reaction (moderate, severe, etc.).
- Criticalityobject
- Codestring, nullPossible
A code describing a code for representing the gravity of potential risk for future life-threatening reactions (high, low, etc.).
SNOMED CT. Note this is a different concept than reaction severity. - CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of a code for representing the gravity of potential risk for future life-threatening reactions (high, low, etc.).
- Statusobject
- Codestring, nullReliable
A code describing the current status of the allergy (active, historic, etc.).
SNOMED CT (Active, Inactive, Resolved) - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the current status of the allergy (active, historic, etc.)
- IsNegativeIndicatorboolean, nullPossible
Absent or false for a normal allergy/intolerance; indicates that the allergy/intolerance is explicitly unlikely when true
- StartDatestring, nullProbable
When the allergy was first noted.
ISO 8601 Format - EndDatestring, nullProbable
When the allergy was no longer a problem (if applicable).
ISO 8601 Format - Commentstring, nullPossible
Free text comment about the allergy.
This field is slated to be deprecated in favor of Comments[].Text - CommentsArray of object
Free text comments about the allergy.
- Textstring, nullReliable
The plain text comment.
- AssessmentTextstring, nullProbable
Free text of the clinician's conclusions and working assumptions that will guide treatment of the patient.
When sent via Redox API, this can ONLY be pushed as plain text without any markup. - Assessmentobject
- DiagnosesArray of object
An array of diagnoses
- Valuestring, nullProbable
The diagnosis as free text
- DateTimestring, nullProbable
When the diagnosis was recorded.
ISO 8601 Format - IsNegativeIndicatorboolean, nullProbable
Absent or false for a normal diagnosis, indicates that the diagnosis is explicitly unlikely when true
- CodesArray of object
- Codestring, nullProbable
A code describing the diagnosis.
ICD9, ICD10, HCPC, CPT, SNOMED CT - CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the diagnosis
- CommentsArray of object
Free text comments about the diagnosis.
- Textstring, nullReliable
The plain text comment.
- CareTeamsTextstring, nullPossible
Free text summary of the patient's current and/or historical care teams.
When sent via Redox API, this can ONLY be pushed as plain text without any markup. - CareTeamsArray of object
- Namestring, null
Name of the care team
- Statusstring, null
Status of the care team
- TypesArray of object
- Codestring, nullProbable
A code describing type of care team.
Care Team Category - CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of type of care team
- AltCodesArray of object
Alternate or translation codes for type of care team
- Codestring, nullPossible
A code describing type of care team
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of type of care team
- Organizationobject
undefined
- IdentifiersArray of object
List of IDs specific to this organization
- IDstring, nullProbable
An ID specific to this organization
- IDTypestring, nullProbable
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Namenull, nullProbable
The name of the organization
- Typeobject
- Codestring, nullProbable
A code describing the kind of organization
- CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the kind of organization
- AltCodesArray of object
Alternate or translation codes for the kind of organization
- Codestring, nullPossible
A code describing the kind of organization
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the kind of organization
- Addressobject
The address information for the organization
- StreetAddressstring, nullProbable
Street address
- Citystring, nullProbable
City
- Statestring, nullProbable
State
- ZIPstring, nullProbable
ZIP
- Countystring, nullPossible
County
- Countrystring, nullPossibleValue Set
Country
- Usestring, nullProbable
Use
- TelecomArray of object
Phone, fax, email, or other communication numbers for the organization
- Valuenull, nullProbable
The phone number or telecommunications address
- Usenull, nullProbable
The purpose of this telecommunications address (e.g. home, work, direct)
- Systemnull, nullProbable
The form of this address (e.g. phone, email, fax).
Supported Values
- Encounterobject
- IdentifiersArray of object
List of IDs specific to this encounter
- IDstring, nullProbable
An ID specific to this encounter
- IDTypestring, nullProbable
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Statusstring, nullProbable
The status of the encounter
- Typeobject
- Codestring, nullReliable
A code describing the type of encounter (office visit, hospital, etc).
CPT-4 - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the type of encounter (office visit, hospital, etc)
- AltCodesArray of object
Alternate or translation codes for the type of encounter (office visit, hospital, etc)
- Codestring, nullPossible
A code describing the type of encounter (office visit, hospital, etc)
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the type of encounter (office visit, hospital, etc)
- DateTimestring, nullReliable
When the encounter took place, or alternatively when the encounter began if CareTeams[].Encounter.EndDateTime is present.
ISO 8601 Format - EndDateTimestring, nullPossible
When the encounter was completed, if available.
ISO 8601 Format
- MembersArray of object
Members of the care team
- IdentifiersArray of object
List of IDs and ID Types that identify the concept
- IDstring, nullReliable
ID for the concept
- IDTypestring, nullReliable
The type of ID
- FirstNamestring, null
First name of the care team member
- MiddleNamestring, null
Middle name of the care team member
- LastNamestring, null
Last name of the care team member
- CredentialsArray of string
Credentials of the care team member
- Addressobject
Physical address
- StreetAddressstring, nullProbable
Street address
- Citystring, nullProbable
City
- Statestring, nullProbable
State
- ZIPstring, nullProbable
ZIP
- Countystring, nullPossible
County
- Countrystring, nullPossibleValue Set
Country
- Usestring, nullProbable
Use
- TelecomArray of object
Phone, fax, email, or other communication numbers for the care team member
- Valuenull, null
The phone number or telecommunications address
- Usenull, null
The purpose of this telecommunications address (e.g. home, work, direct)
- Systemnull, null
The form of this address (e.g. phone, email, fax).
Supported Values
- StartDateTimestring, null
When the care team member joined the care team.
ISO 8601 Format - EndDateTimestring, null
When the care team member left the care team.
ISO 8601 Format - RolesArray of object
- Codestring, nullProbable
A code describing the roles of the care team member
- CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the roles of the care team member
- AltCodesArray of object
Alternate or translation codes for the roles of the care team member
- Codestring, nullPossible
A code describing the roles of the care team member
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the roles of the care team member
- ChiefComplaintTextstring, nullReliable
Free text chief complaint with any documented exposition.
When sent via Redox API, this can ONLY be pushed as plain text without any markup. - DischargeDiagnosisTextstring, nullPossible
Free text of the clinician's conclusions at time of Discharge.
When sent via Redox API, this can ONLY be pushed as plain text without any markup. - DischargeDiagnosisArray of object
An array of diagnoses
- StartDatestring, nullPossible
The onset date of the diagnosis.
ISO 8601 Format - EndDatestring, nullPossible
The resolution date of the diagnosis.
ISO 8601 Format - Statusobject
- Codestring, nullPossible
A code describing the current state of the diagnosis (active, inactive, resolved).
HITSPProblemStatus - CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the current state of the diagnosis (active, inactive, resolved)
- IsNegativeIndicatorboolean, nullPossible
Absent or false for a normal diagnosis, indicates that the diagnosis is explicitly unlikely when true
- Codestring, nullPossible
A code describing the diagnosis.
ICD9, ICD10, HCPC, CPT, SNOMED CT - CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the diagnosis
- AltCodesArray of object
Alternate or translation codes for the diagnosis
- Codestring, nullPossible
A code describing the diagnosis
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the diagnosis
- CommentsArray of object
Free text comments about the diagnosis.
- Textstring, nullReliable
The plain text comment.
- DischargeMedicationsTextstring, nullReliable
Free text form of the medications summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup. - DischargeMedicationsArray of object
- Prescriptionboolean, nullReliable
Whether the medication is a prescription.
For a prescription: true. For a patient reported med, or a med administered by a provider: false - FreeTextSigstring, nullPossible
Free text instructions for the medication. Typically instructing patient on the proper means and timing for the use of the medication
- Doseobject
- Quantitystring, nullProbable
The size of the dose for pills, capsules, etc.
- Unitsstring, nullProbable
The units of the dose.
UCUM Units of Measure
- Rateobject
- Quantitystring, nullProbable
If the medication is in liquid form, the rate at which it is administered
- Unitsstring, nullProbable
Units for the rate.
UCUM Units of Measure
- Routeobject
- Codestring, nullProbable
A code describing the method by which the medication is delivered.
Medication Route FDA Value Set - CodeSystemstring, nullProbable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullProbable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullProbable
Name of the method by which the medication is delivered
- AltCodesArray of object
Alternate or translation codes for the method by which the medication is delivered
- Codestring, nullPossible
A code describing the method by which the medication is delivered
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the method by which the medication is delivered
- Statusstring, nullPossible
The status of the medication.
- StartDatestring, nullReliable
When the medication was started.
ISO 8601 Format - EndDatestring, nullProbable
When the medication ended.
ISO 8601 Format - Frequencyobject
- Periodstring, nullProbable
How often the patient should be taking the medication
- PeriodMaxstring, nullPossible
How often the patient should be taking the medication at a maximum
- Unitstring, nullProbable
Units for how often the patient should be taking the medication.
UCUM Units of Measure - EventCodestring, nullPossible
Real world event that describes the frequency.
HL7 Timing Event - InstitutionSpecifiedboolean, nullPossible
Indicates whether the exact timing is up to the party executing the schedule (e.g., to distinguish "every 8 hours" from "3 times a day".)
- NumberOfRefillsRemainingnumber, nullPossible
The number of authorized refills remaining on the prescription
- TotalRefillsnumber, nullProbable
The total number of refills prescribed
- LastRefillDatestring, nullProbable
The date the refill was last filled.
ISO 8601 Format - IsPRNboolean, nullProbable
Whether the medication is to be taken on an as-needed basis
- Productobject
- Codestring, nullReliable
A code describing the actual medication given .
RxNorm - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the actual medication given
- AltCodesArray of object
Alternate or translation codes for the actual medication given
- Codestring, nullPossible
A code describing the actual medication given
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the actual medication given
- IndicationsArray of object
- Codestring, nullPossible
A code describing the reason the medication was given.
SNOMED CT - CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the reason the medication was given
- AltCodesArray of object
Alternate or translation codes for the reason the medication was given
- Codestring, nullPossible
A code describing the reason the medication was given
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the reason the medication was given
- SupplyOrderobject
- StartDatestring, nullReliable
When the medication supply order was starts.
ISO 8601 Format - EndDatestring, nullProbable
When the medication supply order ends.
ISO 8601 Format - Quantitystring, nullProbable
The quantity of the medication supply order
- Unitsstring, nullProbable
The units of the supply order.
UCUM Units of Measure - NumberOfRefillsRemainingnumber, nullPossible
The number of authorized refills remaining on the medication supply order
- AdministrationHistoryArray of object
A list of recent administrations of this medication
- StartDatestring, nullPossible
When the medication administration was started.
ISO 8601 Format - EndDatestring, nullPossible
When the medication administration ended.
ISO 8601 Format
- EncountersTextstring, nullProbable
Free text form of the encounters summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup. - EncountersArray of object
- IdentifiersArray of object
List of IDs specific to this encounter
- IDstring, nullProbable
An ID specific to this encounter
- IDTypestring, nullProbable
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Statusstring, nullProbable
The status of the encounter
- Typeobject
- Codestring, nullReliable
A code describing the type of encounter (office visit, hospital, etc).
CPT-4 - CodeSystemstring, nullReliable
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullReliable
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullReliable
Name of the type of encounter (office visit, hospital, etc)
- AltCodesArray of object
Alternate or translation codes for the type of encounter (office visit, hospital, etc)
- Codestring, nullPossible
A code describing the type of encounter (office visit, hospital, etc)
- CodeSystemstring, nullPossible
ID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - CodeSystemNamestring, nullPossible
Coding system to which the code belongs (e.g. SNOMED CT, LOINC, RxNorm, CVX, ICD9, ICD10).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present. - Namestring, nullPossible
Name of the type of encounter (office visit, hospital, etc)
- DateTimestring, nullReliable
When the encounter took place, or alternatively when the encounter began if Encounters[].EndDateTime is present.
ISO 8601 Format - EndDateTimestring, nullPossible
When the encounter was completed, if available.
ISO 8601 Format - ProvidersArray of object
- NPIstring, nullProbable
NPI of the Encounter Providers
- IDstring, nullProbable
ID of the Encounter Providers.
This ID is often required for Inpatient Visits. - IDTypestring, nullProbable
ID type of the ID for the Encounter Providers
- FirstNamestring, nullPossible
First name of the Encounter Providers
- LastNamestring, nullPossible
Last name of the Encounter Providers
- CredentialsArray of string
List of credentials for the Encounter Providers.
e.g. MD, PhD - Addressobject
Provider's address
- StreetAddressstring, nullPossible
Street address
- Citystring, nullPossible
City
- Statestring, nullPossible
State
- ZIPstring, nullPossible
ZIP
- Countystring, nullPossible
County
- Countrystring, nullPossibleValue Set
Country
- EmailAddressesArray of string
Provider's email address(es)
- PhoneNumberobject
- Officestring, nullPossible
Provider's office phone number.
In E. 164 Format. (e.g. +16085551234)
- Locationobject
Provider's location
- Typestring, nullPossible
Type of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone - Facilitystring, nullPossible
Facility.
Example: Community Hospital - FacilityIdentifiersArray of object
List of IDs specific to this facility
- IDstring, nullPossible
An ID specific to this facility
- IDTypestring, nullPossible
The source or system to which this ID pertains.
Could be an OID or a human-readable name
- Departmentstring, nullPossible
Department
- DepartmentIdentifiersArray of object
List of IDs specific to this department
- ID