ClinicalSummary
The ClinicalSummary data model provides a snapshot of the patient's chart at a moment in time. This is useful if you need to receive a patient's clinical information, whether historical or current.
The ClinicalSummary data model is based on documents that are formatted using Clinical Document Architecture (CDA), which focuses on different aspects of the patient's chart (e.g., allergies, immunizations, medications). We can map any CDA document type to our ClinicalSummary data model, but the most common is the Continuity of Care Document (CCD).
Keep in mind that 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.
PatientQuery finds and returns the most recent Clinical Summary for a given patient at the specified health system. Include the fields listed in the PatientQuery section in the body of your request. The response will contain the sections from Header through Vital Signs.
You must provide the patient's medical record number (MRN) as part of the query. The ID type that corresponds to the MRN varies per health system. You should work with the health system to determine which ID type to send. If you do not already have a patient's MRN on file, you can obtain it using the PatientSearch data model. For testing purposes, the Redox Health System is connected to the NIST Document Sharing Test Facility, which uses the "NIST" ID type for the MRN. The PatientSearch data model will return a NIST ID that you should use with PatientQuery.
Fields
Meta
Meta.DataModel
String
ReliableRequiredClinical Summary
Meta.EventType
String
ReliableRequiredPatientQuery
Meta.EventDateTime
DateTime
ReliableDisplays the UTC date and time that an outgoing request is delivered or an incoming request is received.
ISO 8601 Format
Meta.Test
Boolean
ReliableIndicates whether the request is a test or not.
Meta.Source
String
ReliableContains the information for the system initiating the message, including the source ID and name.
Included in messages from Redox
Meta.Source.ID
String
ReliableIdentifies 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
Meta.Source.Name
String
ReliableDisplays the name of the system initiating the message.
Meta.Destinations[]
Array of Objects
ReliableContains 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.
Meta.Destinations[].ID
String
ReliableIdentifies the endpoint that the request is directed to.
UUID
Meta.Destinations[].Name
String
ReliableDisplays the name of the endpoint that the request is directed to.
Meta.Logs[]
Array of Objects
ReliableContains the log identifier(s) for the request.
Meta.Logs[].ID
String
ReliableIdentifies 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
Meta.Logs[].AttemptID
String
ReliableIdentifies the request log attempt value, which is useful when retries are possible.
UUID
Meta.FacilityCode
String
PossibleCode 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
Patient.Identifiers[]
Array of Objects
ReliableList of IDs and IDTypes for the patient
Patient.Identifiers[].ID
String
ReliableRequiredID of the Patient
Patient.Identifiers[].IDType
String
ReliableRequiredID Type for the corresponding ID of this patient (ie. MRN, EHRID)
Location
Location.Department
String
PossibleID corresponding to the department from which to retrieved the patient chart.
This field is required for some EHRs.
{
"Meta": {
"DataModel": "Clinical Summary",
"EventType": "PatientQuery",
"EventDateTime": "2024-09-26T13:09:20.653Z",
"Test": true,
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "ef9e7448-7f65-4432-aa96-059647e9b357",
"Name": "Patient Query Endpoint"
}
],
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"FacilityCode": null
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "e167267c-16c9-4fe3-96ae-9cff5703e90a",
"IDType": "EHRID"
},
{
"ID": "a1d4ee8aba494ca",
"IDType": "NIST"
}
]
},
"Location": {
"Department": null
}
}
This is the format of the response you will receive for PatientQuery messages.
Fields
Meta
Meta.DataModel
String
ReliableRequiredClinical Summary
Meta.EventType
String
ReliableRequiredPatientQueryResponse
Meta.EventDateTime
DateTime
ReliableDisplays the UTC date and time that an outgoing request is delivered or an incoming request is received.
ISO 8601 Format
Meta.Test
Boolean
ReliableIndicates whether the request is a test or not.
Meta.Source
String
ReliableContains the information for the system initiating the message, including the source ID and name.
Included in messages from Redox
Meta.Source.ID
String
ReliableIdentifies 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
Meta.Source.Name
String
ReliableDisplays the name of the system initiating the message.
Meta.Destinations[]
Array of Objects
ReliableContains 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.
Meta.Destinations[].ID
String
ReliableIdentifies the endpoint that the request is directed to.
UUID
Meta.Destinations[].Name
String
ReliableDisplays the name of the endpoint that the request is directed to.
Meta.Logs[]
Array of Objects
ReliableContains the log identifier(s) for the request.
Meta.Logs[].ID
String
ReliableIdentifies 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
Meta.Logs[].AttemptID
String
ReliableIdentifies the request log attempt value, which is useful when retries are possible.
UUID
Meta.FacilityCode
String
PossibleCode 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.
Header
Header.Document
Object
ReliableAn object containing metadata about the document being pushed to the destination.
Header.Document.Author.ID
String
ReliableID of the Provider responsible for the document.
This ID is often required for Inpatient Visits.
Header.Document.Author.IDType
String
ReliableID type of the ID for the Provider responsible for the document
Header.Document.Author.FirstName
String
PossibleFirst name of the Provider responsible for the document
Header.Document.Author.LastName
String
PossibleLast name of the Provider responsible for the document
Header.Document.Author.Credentials[]
Array of Strings
PossibleList of credentials for the Provider responsible for the document.
e.g. MD, PhD
Header.Document.Author.Address
Object
PossibleProvider's address
Header.Document.Author.Address.StreetAddress
String
PossibleStreet address
Header.Document.Author.Address.City
String
PossibleCity
Header.Document.Author.Address.State
String
PossibleState
Header.Document.Author.Address.ZIP
String
PossibleZIP
Header.Document.Author.Address.County
String
PossibleCounty
Header.Document.Author.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Header.Document.Author.EmailAddresses[]
Array of Strings
ProbableProvider's email address(es)
Header.Document.Author.PhoneNumber.Office
String
PossibleProvider's office phone number.
In E. 164 Format. (e.g. +16085551234)
Header.Document.Author.Type
String
ReliableValueSetThe type of Provider responsible for the document
-
Additional values may be added by Redox in the future.
-
Header.Document.Author.Location
Object
PossibleProvider's location
Header.Document.Author.Location.Type
String
PossibleType of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone
Header.Document.Author.Location.Facility
String
PossibleFacility.
Example: Community Hospital
Header.Document.Author.Location.FacilityIdentifiers[]
Array of Objects
PossibleList of IDs specific to this facility
Header.Document.Author.Location.FacilityIdentifiers[].ID
String
PossibleAn ID specific to this facility
Header.Document.Author.Location.FacilityIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Document.Author.Location.Department
String
PossibleDepartment
Header.Document.Author.Location.DepartmentIdentifiers[]
Array of Objects
PossibleList of IDs specific to this department
Header.Document.Author.Location.DepartmentIdentifiers[].ID
String
PossibleAn ID specific to this department
Header.Document.Author.Location.DepartmentIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Document.Author.Location.Room
String
PossibleRoom.
Example: 136
Header.Document.ID
String
ReliableRequiredYour application's ID for the document
Header.Document.SetID
String
PossibleAn ID for the document that is common across all document revisions.
WhenSetID
is provided,VersionNumber
is required.
Header.Document.VersionNumber
Number
PossibleAn 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
.
Header.Document.RelatesTo[]
Array of Objects
PossibleThe identifiers for other documents related to this document, such as prior versions that this document replaces.
Header.Document.RelatesTo[].Code
String
ReliableRequiredA code for how the related document interacts with this document.
FHIR Document Relationship Type or CDA RelatedDocument TypeCode:APND
(appends),RPLC
(replaces), orXFRM
(transforms).
Header.Document.RelatesTo[].ID
String
ReliableRequiredThe ID of the related document
Header.Document.RelatesTo[].SetID
String
PossibleAn ID for the document that is common across all document revisions.
WhenSetID
is provided,VersionNumber
is required.
Header.Document.RelatesTo[].VersionNumber
Number
PossibleAn integer version number for the related revision of the document.
WhenSetID
is provided,VersionNumber
is required.
Header.Document.Locale
String
ReliableRequiredThe language of the document.
Header.Document.Title
String
ReliableRequiredThe title of the document.
Header.Document.DateTime
String
ReliableRequiredThe creation/publishing date/time of the document.
Header.Document.Type
String
ReliableThe type of document.
This field is slated to be deprecated in favor of Header.Document.TypeCode.Name
Header.Document.TypeCode.Code
String
ReliableA code describing the type of document.
LOINC Document Type
Header.Document.TypeCode.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.TypeCode.CodeSystemName
String
ReliableCoding system to which the code belongs (LOINC preferred).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.TypeCode.Name
String
ReliableName of the type of document.
Summarization of Episode Note, Progress Note, etc.
Header.Document.Confidentiality.Code
String
ReliableA code describing intended disclosure of information contained within the document.
N (Normal), R (Restricted), V (Very Restricted)
Header.Document.Confidentiality.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Confidentiality.CodeSystemName
String
ReliableCoding 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.
Header.Document.Confidentiality.Name
String
ReliableName of intended disclosure of information contained within the document
Header.Document.Custodian
Object
ProbableThe organization or group responsible for the ongoing maintenance and access to the document
Header.Document.Custodian.Identifiers[]
Array of Objects
ProbableList of IDs specific to this custodian organization
Header.Document.Custodian.Identifiers[].ID
String
ProbableAn ID specific to this custodian organization
Header.Document.Custodian.Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Document.Custodian.Name
ProbableThe name of the custodian organization
Header.Document.Custodian.Type.Code
String
ProbableA code describing the kind of custodian organization
Header.Document.Custodian.Type.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Custodian.Type.CodeSystemName
String
ProbableCoding 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.
Header.Document.Custodian.Type.Name
String
ProbableName of the kind of custodian organization
Header.Document.Custodian.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the kind of custodian organization
Header.Document.Custodian.Type.AltCodes[].Code
String
PossibleA code describing the kind of custodian organization
Header.Document.Custodian.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Custodian.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Header.Document.Custodian.Type.AltCodes[].Name
String
PossibleName of the kind of custodian organization
Header.Document.Custodian.Address
Object
ProbableThe address information for the custodian organization
Header.Document.Custodian.Address.StreetAddress
String
ProbableStreet address
Header.Document.Custodian.Address.City
String
ProbableCity
Header.Document.Custodian.Address.State
String
ProbableState
Header.Document.Custodian.Address.ZIP
String
ProbableZIP
Header.Document.Custodian.Address.County
String
PossibleCounty
Header.Document.Custodian.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Header.Document.Custodian.Address.Use
String
ProbableUse
Header.Document.Custodian.Telecom[]
ProbablePhone, fax, email, or other communication numbers for the custodian organization
Header.Document.Custodian.Telecom[].Value
ProbableThe phone number or telecommunications address
Header.Document.Custodian.Telecom[].Use
ProbableThe purpose of this telecommunications address (e.g. home, work, direct)
Header.Document.Custodian.Telecom[].System
ProbableThe form of this address (e.g. phone, email, fax).
Supported Values
Header.Patient.Identifiers[]
Array of Objects
ReliableAn array of identifiers for the patient.
Header.Patient.Identifiers[].ID
String
ReliableRequiredThe actual identifier for the patient.
Header.Patient.Identifiers[].IDType
String
ReliableRequiredAn ID type associated with identifier (Medical Record Number, etc.)
Header.Patient.Identifiers[].Type
String
ReliableIf present, contains the same value as IDType. Provided for backwards compatibility with earlier versions of the API.
Header.Patient.Demographics.FirstName
String
ReliableRequiredPatient's first name
Header.Patient.Demographics.MiddleName
String
ProbablePatient's middle name
Header.Patient.Demographics.LastName
String
ReliableRequiredPatient's last name
Header.Patient.Demographics.DOB
Date
ReliableRequiredPatient's date of birth.
In YYYY-MM-DD format
Header.Patient.Demographics.SSN
String
ReliablePatient SSN
Header.Patient.Demographics.Sex
String
ReliableValueSetRequiredPatient gender
-
Additional values may be added by Redox in the future.
-
Header.Patient.Demographics.Address.StreetAddress
String
Reliable
Header.Patient.Demographics.Address.City
String
Reliable
Header.Patient.Demographics.Address.State
String
Reliable
Header.Patient.Demographics.Address.County
String
Reliable
Header.Patient.Demographics.Address.Country
String
Reliable
Header.Patient.Demographics.Address.ZIP
String
Reliable
Header.Patient.Demographics.Address.Use
String
Possible
Header.Patient.Demographics.PhoneNumber.Home
String
Reliable
Header.Patient.Demographics.PhoneNumber.Mobile
String
Reliable
Header.Patient.Demographics.EmailAddresses[].Address
String
Reliable
Header.Patient.Demographics.Language
String
PossiblePatient's primary spoken language.
In ISO 639-1 alpha values (e.g. 'en'). Supported Values
Header.Patient.Demographics.Race
String
ReliableValueSetPatient's race - this is equivalent to the first RaceCodes[].Name
-
Additional values may be added by Redox in the future.
-
Header.Patient.Demographics.RaceCodes[].Code
String
ProbableA code describing the patient's race
Header.Patient.Demographics.RaceCodes[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Patient.Demographics.RaceCodes[].CodeSystemName
String
ProbableCoding 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.
Header.Patient.Demographics.RaceCodes[].Name
String
ProbableName of the patient's race
Header.Patient.Demographics.Ethnicity
String
ReliableOne of the following: Hispanic or latino, Not hispanic or latino, Refused to report, Unknown
Header.Patient.Demographics.EthnicGroupCodes[].Code
String
ProbableA code describing the patient's ethnicity
Header.Patient.Demographics.EthnicGroupCodes[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Patient.Demographics.EthnicGroupCodes[].CodeSystemName
String
ProbableCoding 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.
Header.Patient.Demographics.EthnicGroupCodes[].Name
String
ProbableName of the patient's ethnicity
Header.Patient.Demographics.Religion
String
ReliableValueSet
-
Additional values may be added by Redox in the future.
-
Header.Patient.Demographics.MaritalStatus
String
ReliableValueSet
-
Additional values may be added by Redox in the future.
-
Header.Patient.Demographics.IsDeceased
Boolean
PossibleIndicates if the patient is deceased
Header.Patient.Demographics.DeathDateTime
DateTime
PossibleDate and Time the patient was proclaimed deceased.
ISO 8601 Format
Header.Patient.Organization
Object
ProbableOrganization that is the custodian of the patient record
Header.Patient.Organization.Identifiers[]
Array of Objects
ProbableList of IDs specific to this organization
Header.Patient.Organization.Identifiers[].ID
String
ProbableAn ID specific to this organization
Header.Patient.Organization.Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Patient.Organization.Name
ProbableThe name of the organization
Header.Patient.Organization.Type.Code
String
ProbableA code describing the kind of organization
Header.Patient.Organization.Type.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Patient.Organization.Type.CodeSystemName
String
ProbableCoding 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.
Header.Patient.Organization.Type.Name
String
ProbableName of the kind of organization
Header.Patient.Organization.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the kind of organization
Header.Patient.Organization.Type.AltCodes[].Code
String
PossibleA code describing the kind of organization
Header.Patient.Organization.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Patient.Organization.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Header.Patient.Organization.Type.AltCodes[].Name
String
PossibleName of the kind of organization
Header.Patient.Organization.Address
Object
ProbableThe address information for the organization
Header.Patient.Organization.Address.StreetAddress
String
ProbableStreet address
Header.Patient.Organization.Address.City
String
ProbableCity
Header.Patient.Organization.Address.State
String
ProbableState
Header.Patient.Organization.Address.ZIP
String
ProbableZIP
Header.Patient.Organization.Address.County
String
PossibleCounty
Header.Patient.Organization.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Header.Patient.Organization.Address.Use
String
ProbableUse
Header.Patient.Organization.Telecom[]
ProbablePhone, fax, email, or other communication numbers for the organization
Header.Patient.Organization.Telecom[].Value
ProbableThe phone number or telecommunications address
Header.Patient.Organization.Telecom[].Use
ProbableThe purpose of this telecommunications address (e.g. home, work, direct)
Header.Patient.Organization.Telecom[].System
ProbableThe form of this address (e.g. phone, email, fax).
Supported Values
Header.PCP.ID
String
PossibleID of the Primary Care Provider for the Patient.
This ID is often required for Inpatient Visits.
Header.PCP.IDType
String
PossibleID type of the ID for the Primary Care Provider for the Patient
Header.PCP.FirstName
String
PossibleFirst name of the Primary Care Provider for the Patient
Header.PCP.LastName
String
PossibleLast name of the Primary Care Provider for the Patient
Header.PCP.Credentials[]
Array of Strings
PossibleList of credentials for the Primary Care Provider for the Patient.
e.g. MD, PhD
Header.PCP.Address
Object
PossibleProvider's address
Header.PCP.Address.StreetAddress
String
PossibleStreet address
Header.PCP.Address.City
String
PossibleCity
Header.PCP.Address.State
String
PossibleState
Header.PCP.Address.ZIP
String
PossibleZIP
Header.PCP.Address.County
String
PossibleCounty
Header.PCP.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Header.PCP.EmailAddresses[]
Array of Strings
ProbableProvider's email address(es)
Header.PCP.PhoneNumber.Office
String
PossibleProvider's office phone number.
In E. 164 Format. (e.g. +16085551234)
Header.PCP.Type
String
PossibleValueSetThe type of Primary Care Provider for the Patient
-
Additional values may be added by Redox in the future.
-
Header.PCP.Location
Object
PossibleProvider's location
Header.PCP.Location.Type
String
PossibleType of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone
Header.PCP.Location.Facility
String
PossibleFacility.
Example: Community Hospital
Header.PCP.Location.FacilityIdentifiers[]
Array of Objects
PossibleList of IDs specific to this facility
Header.PCP.Location.FacilityIdentifiers[].ID
String
PossibleAn ID specific to this facility
Header.PCP.Location.FacilityIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.PCP.Location.Department
String
PossibleDepartment
Header.PCP.Location.DepartmentIdentifiers[]
Array of Objects
PossibleList of IDs specific to this department
Header.PCP.Location.DepartmentIdentifiers[].ID
String
PossibleAn ID specific to this department
Header.PCP.Location.DepartmentIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.PCP.Location.Room
String
PossibleRoom.
Example: 136
AdvanceDirectives
AdvanceDirectivesText
String
ProbableFree text form of the advance directives summary
AdvanceDirectives[]
Array of Objects
Probable
AdvanceDirectives[].Type.Code
String
ReliableRequiredA code describing the type of advance directive (such as resuscitation).
SNOMED CT
AdvanceDirectives[].Type.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
AdvanceDirectives[].Type.CodeSystemName
String
ReliableCoding 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.
AdvanceDirectives[].Type.Name
String
ReliableName of the type of advance directive (such as resuscitation)
AdvanceDirectives[].Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of advance directive (such as resuscitation)
AdvanceDirectives[].Type.AltCodes[].Code
String
PossibleA code describing the type of advance directive (such as resuscitation)
AdvanceDirectives[].Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
AdvanceDirectives[].Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
AdvanceDirectives[].Type.AltCodes[].Name
String
PossibleName of the type of advance directive (such as resuscitation)
AdvanceDirectives[].Code
String
ReliableRequiredA code describing the value of the advance directive (such as 'do not resuscitate').
SNOMED CT
AdvanceDirectives[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
AdvanceDirectives[].CodeSystemName
String
ReliableCoding 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.
AdvanceDirectives[].Name
String
ReliableName of the value of the advance directive (such as 'do not resuscitate')
AdvanceDirectives[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the value of the advance directive (such as 'do not resuscitate')
AdvanceDirectives[].AltCodes[].Code
String
PossibleA code describing the value of the advance directive (such as 'do not resuscitate')
AdvanceDirectives[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
AdvanceDirectives[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
AdvanceDirectives[].AltCodes[].Name
String
PossibleName of the value of the advance directive (such as 'do not resuscitate')
AdvanceDirectives[].StartDate
DateTime
ReliableRequiredEffective start date of the advance directive.
ISO 8601 Format
AdvanceDirectives[].EndDate
DateTime
ProbableEffective end date of the advance directive.
ISO 8601 Format
AdvanceDirectives[].ExternalReference
String
ProbableA link to a location where the document can be accessed.
AdvanceDirectives[].VerifiedBy[]
Array of Objects
ProbableA collection of people who verified the advance directive with the patient
AdvanceDirectives[].VerifiedBy[].FirstName
String
Probable
AdvanceDirectives[].VerifiedBy[].LastName
String
Probable
AdvanceDirectives[].VerifiedBy[].Credentials
String
Probable
AdvanceDirectives[].VerifiedBy[].DateTime
String
Probable
AdvanceDirectives[].Custodians[]
Array of Objects
ProbablePeople legally responsible for the advance directive document.
AdvanceDirectives[].Custodians[].FirstName
String
Probable
AdvanceDirectives[].Custodians[].LastName
String
Probable
AdvanceDirectives[].Custodians[].Credentials
String
Probable
AdvanceDirectives[].Custodians[].Address.StreetAddress
String
Probable
AdvanceDirectives[].Custodians[].Address.City
String
Probable
AdvanceDirectives[].Custodians[].Address.State
String
Probable
AdvanceDirectives[].Custodians[].Address.Country
String
Probable
AdvanceDirectives[].Custodians[].Address.ZIP
String
Probable
Allergies
AllergyText
String
ReliableFree text form of the allergies summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
Allergies[]
Array of Objects
Probable
Allergies[].Type.Code
String
ReliableRequiredA code describing the type of allergy intolerance this is (food, drug, etc.).
SNOMED CT from Allergy/Adverse Event Type Value Set
Allergies[].Type.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Type.CodeSystemName
String
ReliableCoding 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.
Allergies[].Type.Name
String
ReliableName of the type of allergy intolerance this is (food, drug, etc.)
Allergies[].Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of allergy intolerance this is (food, drug, etc.)
Allergies[].Type.AltCodes[].Code
String
PossibleA code describing the type of allergy intolerance this is (food, drug, etc.)
Allergies[].Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Allergies[].Type.AltCodes[].Name
String
PossibleName of the type of allergy intolerance this is (food, drug, etc.)
Allergies[].Substance.Code
String
ReliableRequired
Allergies[].Substance.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Substance.CodeSystemName
String
ReliableCoding 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.
Allergies[].Substance.Name
String
ReliableName of the substance that the causes the allergy/intolerance
Allergies[].Substance.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the substance that the causes the allergy/intolerance
Allergies[].Substance.AltCodes[].Code
String
PossibleA code describing the substance that the causes the allergy/intolerance
Allergies[].Substance.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Substance.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Allergies[].Substance.AltCodes[].Name
String
PossibleName of the substance that the causes the allergy/intolerance
Allergies[].Reaction[]
Array of Objects
ProbableAll the reactions caused by this particular substance.
SNOMED CT
Allergies[].Reaction[].Code
String
ReliableRequiredA code describing the reaction caused by the allergy (dizziness, hives ,etc.).
SNOMED CT
Allergies[].Reaction[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Reaction[].CodeSystemName
String
ReliableCoding 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.
Allergies[].Reaction[].Name
String
ReliableName of the reaction caused by the allergy (dizziness, hives ,etc.)
Allergies[].Reaction[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the reaction caused by the allergy (dizziness, hives ,etc.)
Allergies[].Reaction[].AltCodes[].Code
String
PossibleA code describing the reaction caused by the allergy (dizziness, hives ,etc.)
Allergies[].Reaction[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Reaction[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Allergies[].Reaction[].AltCodes[].Name
String
PossibleName of the reaction caused by the allergy (dizziness, hives ,etc.)
Allergies[].Reaction[].Severity.Code
String
ReliableA code describing a code for the severity of the reaction (moderate, severe, etc.).
SNOMED CT
Allergies[].Reaction[].Severity.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Reaction[].Severity.CodeSystemName
String
ReliableCoding 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.
Allergies[].Reaction[].Severity.Name
String
ReliableName of a code for the severity of the reaction (moderate, severe, etc.)
Allergies[].Reaction[].Text
String
ReliableFree text form of reactions to this substance, includes information that cannot be captured by coded value.
Allergies[].Severity.Code
String
PossibleA 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.
Allergies[].Severity.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Severity.CodeSystemName
String
PossibleCoding 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.
Allergies[].Severity.Name
String
PossibleName of a code for the severity of the reaction (moderate, severe, etc.).
Allergies[].Criticality.Code
String
PossibleA 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.
Allergies[].Criticality.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Criticality.CodeSystemName
String
PossibleCoding 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.
Allergies[].Criticality.Name
String
PossibleName of a code for representing the gravity of potential risk for future life-threatening reactions (high, low, etc.).
Allergies[].Status.Code
String
ReliableRequiredA code describing the current status of the allergy (active, historic, etc.).
SNOMED CT (Active, Inactive, Resolved)
Allergies[].Status.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Status.CodeSystemName
String
ReliableCoding 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.
Allergies[].Status.Name
String
ReliableName of the current status of the allergy (active, historic, etc.)
Allergies[].IsNegativeIndicator
Boolean
PossibleAbsent or false for a normal allergy/intolerance; indicates that the allergy/intolerance is explicitly unlikely when true
Allergies[].StartDate
String
ProbableWhen the allergy was first noted.
ISO 8601 Format
Allergies[].EndDate
String
ProbableWhen the allergy was no longer a problem (if applicable).
ISO 8601 Format
Allergies[].Comment
String
PossibleFree text comment about the allergy.
This field is slated to be deprecated in favor of Comments[].Text
Allergies[].Comments[]
Array of Objects
PossibleFree text comments about the allergy.
Allergies[].Comments[].Text
String
ReliableThe plain text comment.
CareTeams
CareTeamsText
String
PossibleFree 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.
CareTeams[].Name
String
PossibleName of the care team
CareTeams[].Status
String
PossibleStatus of the care team
CareTeams[].Types[].Code
String
ProbableA code describing type of care team.
Care Team Category
CareTeams[].Types[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Types[].CodeSystemName
String
ProbableCoding 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.
CareTeams[].Types[].Name
String
ProbableName of type of care team
CareTeams[].Types[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for type of care team
CareTeams[].Types[].AltCodes[].Code
String
PossibleA code describing type of care team
CareTeams[].Types[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Types[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
CareTeams[].Types[].AltCodes[].Name
String
PossibleName of type of care team
CareTeams[].Organization
Object
Probableundefined
CareTeams[].Organization.Identifiers[]
Array of Objects
ProbableList of IDs specific to this organization
CareTeams[].Organization.Identifiers[].ID
String
ProbableAn ID specific to this organization
CareTeams[].Organization.Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
CareTeams[].Organization.Name
ProbableThe name of the organization
CareTeams[].Organization.Type.Code
String
ProbableA code describing the kind of organization
CareTeams[].Organization.Type.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Organization.Type.CodeSystemName
String
ProbableCoding 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.
CareTeams[].Organization.Type.Name
String
ProbableName of the kind of organization
CareTeams[].Organization.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the kind of organization
CareTeams[].Organization.Type.AltCodes[].Code
String
PossibleA code describing the kind of organization
CareTeams[].Organization.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Organization.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
CareTeams[].Organization.Type.AltCodes[].Name
String
PossibleName of the kind of organization
CareTeams[].Organization.Address
Object
ProbableThe address information for the organization
CareTeams[].Organization.Address.StreetAddress
String
ProbableStreet address
CareTeams[].Organization.Address.City
String
ProbableCity
CareTeams[].Organization.Address.State
String
ProbableState
CareTeams[].Organization.Address.ZIP
String
ProbableZIP
CareTeams[].Organization.Address.County
String
PossibleCounty
CareTeams[].Organization.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
CareTeams[].Organization.Address.Use
String
ProbableUse
CareTeams[].Organization.Telecom[]
ProbablePhone, fax, email, or other communication numbers for the organization
CareTeams[].Organization.Telecom[].Value
ProbableThe phone number or telecommunications address
CareTeams[].Organization.Telecom[].Use
ProbableThe purpose of this telecommunications address (e.g. home, work, direct)
CareTeams[].Organization.Telecom[].System
ProbableThe form of this address (e.g. phone, email, fax).
Supported Values
CareTeams[].Encounter
Object
Probable
CareTeams[].Encounter.Identifiers[]
Array of Objects
ProbableList of IDs specific to this encounter
CareTeams[].Encounter.Identifiers[].ID
String
ProbableAn ID specific to this encounter
CareTeams[].Encounter.Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
CareTeams[].Encounter.Status
String
ProbableThe status of the encounter
CareTeams[].Encounter.Type.Code
String
ReliableRequiredA code describing the type of encounter (office visit, hospital, etc).
CPT-4
CareTeams[].Encounter.Type.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Encounter.Type.CodeSystemName
String
ReliableCoding 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.
CareTeams[].Encounter.Type.Name
String
ReliableName of the type of encounter (office visit, hospital, etc)
CareTeams[].Encounter.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of encounter (office visit, hospital, etc)
CareTeams[].Encounter.Type.AltCodes[].Code
String
PossibleA code describing the type of encounter (office visit, hospital, etc)
CareTeams[].Encounter.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Encounter.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
CareTeams[].Encounter.Type.AltCodes[].Name
String
PossibleName of the type of encounter (office visit, hospital, etc)
CareTeams[].Encounter.DateTime
DateTime
ReliableRequiredWhen the encounter took place, or alternatively when the encounter began if CareTeams[].Encounter.EndDateTime is present.
ISO 8601 Format
CareTeams[].Encounter.EndDateTime
DateTime
PossibleWhen the encounter was completed, if available.
ISO 8601 Format
CareTeams[].Members[]
Array of Objects
PossibleMembers of the care team
CareTeams[].Members[].Identifiers[]
Array of Objects
ReliableRequiredList of IDs and ID Types that identify the concept
CareTeams[].Members[].Identifiers[].ID
String
ReliableRequiredID for the concept
CareTeams[].Members[].Identifiers[].IDType
String
ReliableRequiredThe type of ID
CareTeams[].Members[].FirstName
String
PossibleFirst name of the care team member
CareTeams[].Members[].MiddleName
String
PossibleMiddle name of the care team member
CareTeams[].Members[].LastName
String
PossibleLast name of the care team member
CareTeams[].Members[].Credentials[]
String
PossibleCredentials of the care team member
CareTeams[].Members[].Address
Object
ProbablePhysical address
CareTeams[].Members[].Address.StreetAddress
String
ProbableStreet address
CareTeams[].Members[].Address.City
String
ProbableCity
CareTeams[].Members[].Address.State
String
ProbableState
CareTeams[].Members[].Address.ZIP
String
ProbableZIP
CareTeams[].Members[].Address.County
String
PossibleCounty
CareTeams[].Members[].Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
CareTeams[].Members[].Address.Use
String
ProbableUse
CareTeams[].Members[].Telecom[]
Array of Objects
PossiblePhone, fax, email, or other communication numbers for the care team member
CareTeams[].Members[].Telecom[].Value
PossibleThe phone number or telecommunications address
CareTeams[].Members[].Telecom[].Use
PossibleThe purpose of this telecommunications address (e.g. home, work, direct)
CareTeams[].Members[].Telecom[].System
PossibleThe form of this address (e.g. phone, email, fax).
Supported Values
CareTeams[].Members[].StartDateTime
String
PossibleWhen the care team member joined the care team.
ISO 8601 Format
CareTeams[].Members[].EndDateTime
String
PossibleWhen the care team member left the care team.
ISO 8601 Format
CareTeams[].Members[].Roles[].Code
String
ProbableA code describing the roles of the care team member
CareTeams[].Members[].Roles[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Members[].Roles[].CodeSystemName
String
ProbableCoding 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.
CareTeams[].Members[].Roles[].Name
String
ProbableName of the roles of the care team member
CareTeams[].Members[].Roles[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the roles of the care team member
CareTeams[].Members[].Roles[].AltCodes[].Code
String
PossibleA code describing the roles of the care team member
CareTeams[].Members[].Roles[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Members[].Roles[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
CareTeams[].Members[].Roles[].AltCodes[].Name
String
PossibleName of the roles of the care team member
Encounters
EncountersText
String
ProbableFree text form of the encounters summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
Encounters[]
Array of Objects
Probable
Encounters[].Identifiers[]
Array of Objects
ProbableList of IDs specific to this encounter
Encounters[].Identifiers[].ID
String
ProbableAn ID specific to this encounter
Encounters[].Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Encounters[].Status
String
ProbableThe status of the encounter
Encounters[].Type.Code
String
ReliableRequiredA code describing the type of encounter (office visit, hospital, etc).
CPT-4
Encounters[].Type.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].Type.CodeSystemName
String
ReliableCoding 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.
Encounters[].Type.Name
String
ReliableName of the type of encounter (office visit, hospital, etc)
Encounters[].Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of encounter (office visit, hospital, etc)
Encounters[].Type.AltCodes[].Code
String
PossibleA code describing the type of encounter (office visit, hospital, etc)
Encounters[].Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Encounters[].Type.AltCodes[].Name
String
PossibleName of the type of encounter (office visit, hospital, etc)
Encounters[].DateTime
DateTime
ReliableRequiredWhen the encounter took place, or alternatively when the encounter began if Encounters[].EndDateTime is present.
ISO 8601 Format
Encounters[].EndDateTime
DateTime
PossibleWhen the encounter was completed, if available.
ISO 8601 Format
Encounters[].Providers[].NPI
String
ProbableNPI of the Encounter Providers
Encounters[].Providers[].ID
String
ProbableID of the Encounter Providers.
This ID is often required for Inpatient Visits.
Encounters[].Providers[].IDType
String
ProbableID type of the ID for the Encounter Providers
Encounters[].Providers[].FirstName
String
PossibleFirst name of the Encounter Providers
Encounters[].Providers[].LastName
String
PossibleLast name of the Encounter Providers
Encounters[].Providers[].Credentials[]
Array of Strings
PossibleList of credentials for the Encounter Providers.
e.g. MD, PhD
Encounters[].Providers[].Address
Object
PossibleProvider's address
Encounters[].Providers[].Address.StreetAddress
String
PossibleStreet address
Encounters[].Providers[].Address.City
String
PossibleCity
Encounters[].Providers[].Address.State
String
PossibleState
Encounters[].Providers[].Address.ZIP
String
PossibleZIP
Encounters[].Providers[].Address.County
String
PossibleCounty
Encounters[].Providers[].Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Encounters[].Providers[].EmailAddresses[]
Array of Strings
ProbableProvider's email address(es)
Encounters[].Providers[].PhoneNumber.Office
String
PossibleProvider's office phone number.
In E. 164 Format. (e.g. +16085551234)
Encounters[].Providers[].Location
Object
PossibleProvider's location
Encounters[].Providers[].Location.Type
String
PossibleType of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone
Encounters[].Providers[].Location.Facility
String
PossibleFacility.
Example: Community Hospital
Encounters[].Providers[].Location.FacilityIdentifiers[]
Array of Objects
PossibleList of IDs specific to this facility
Encounters[].Providers[].Location.FacilityIdentifiers[].ID
String
PossibleAn ID specific to this facility
Encounters[].Providers[].Location.FacilityIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Encounters[].Providers[].Location.Department
String
PossibleDepartment
Encounters[].Providers[].Location.DepartmentIdentifiers[]
Array of Objects
PossibleList of IDs specific to this department
Encounters[].Providers[].Location.DepartmentIdentifiers[].ID
String
PossibleAn ID specific to this department
Encounters[].Providers[].Location.DepartmentIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Encounters[].Providers[].Location.Room
String
PossibleRoom.
Example: 136
Encounters[].Providers[].Role.Code
String
ProbableA code describing the role of the provider (pcp, general physician, etc.)
Encounters[].Providers[].Role.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].Providers[].Role.CodeSystemName
String
ProbableCoding 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.
Encounters[].Providers[].Role.Name
String
ProbableName of the role of the provider (pcp, general physician, etc.)
Encounters[].Providers[].Role.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the role of the provider (pcp, general physician, etc.)
Encounters[].Providers[].Role.AltCodes[].Code
String
PossibleA code describing the role of the provider (pcp, general physician, etc.)
Encounters[].Providers[].Role.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].Providers[].Role.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Encounters[].Providers[].Role.AltCodes[].Name
String
PossibleName of the role of the provider (pcp, general physician, etc.)
Encounters[].Locations[]
Array of Objects
Probable
Encounters[].Locations[].Identifiers[]
Array of Objects
ProbableList of IDs specific to this location
Encounters[].Locations[].Identifiers[].ID
String
ProbableAn ID specific to this location
Encounters[].Locations[].Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Encounters[].Locations[].Telecom[]
ProbablePhone, fax, email, or other communication numbers for the location
Encounters[].Locations[].Telecom[].Value
ProbableThe phone number or telecommunications address
Encounters[].Locations[].Telecom[].Use
ProbableThe purpose of this telecommunications address (e.g. home, work, direct)
Encounters[].Locations[].Telecom[].System
ProbableThe form of this address (e.g. phone, email, fax).
Supported Values
Encounters[].Locations[].Address.StreetAddress
String
Probable
Encounters[].Locations[].Address.City
String
Probable
Encounters[].Locations[].Address.State
String
Probable
Encounters[].Locations[].Address.Country
String
Probable
Encounters[].Locations[].Address.ZIP
String
Probable
Encounters[].Locations[].Type.Code
String
ProbableA code describing the type of location where the patient was seen (clinic, urgent care, hospital).
Healthcare Service Location
Encounters[].Locations[].Type.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].Locations[].Type.CodeSystemName
String
ProbableCoding 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.
Encounters[].Locations[].Type.Name
String
ProbableName of the type of location where the patient was seen (clinic, urgent care, hospital)
Encounters[].Locations[].Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of location where the patient was seen (clinic, urgent care, hospital)
Encounters[].Locations[].Type.AltCodes[].Code
String
PossibleA code describing the type of location where the patient was seen (clinic, urgent care, hospital)
Encounters[].Locations[].Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].Locations[].Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Encounters[].Locations[].Type.AltCodes[].Name
String
PossibleName of the type of location where the patient was seen (clinic, urgent care, hospital)
Encounters[].Locations[].Name
String
ProbableThe name of the location
Encounters[].Diagnosis[]
Array of Objects
ProbableAn array of diagnoses
Encounters[].Diagnosis[].StartDate
ISO Format
ProbableThe onset date of the diagnosis.
ISO 8601 Format
Encounters[].Diagnosis[].EndDate
ISO Format
ProbableThe resolution date of the diagnosis.
ISO 8601 Format
Encounters[].Diagnosis[].Status.Code
String
PossibleA code describing the current state of the diagnosis (active, inactive, resolved).
HITSPProblemStatus
Encounters[].Diagnosis[].Status.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].Diagnosis[].Status.CodeSystemName
String
PossibleCoding 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.
Encounters[].Diagnosis[].Status.Name
String
PossibleName of the current state of the diagnosis (active, inactive, resolved)
Encounters[].Diagnosis[].IsNegativeIndicator
Boolean
PossibleAbsent or false for a normal diagnosis, indicates that the diagnosis is explicitly unlikely when true
Encounters[].Diagnosis[].Code
String
ProbableA code describing the diagnosis.
ICD9, ICD10, HCPC, CPT, SNOMED CT
Encounters[].Diagnosis[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].Diagnosis[].CodeSystemName
String
ProbableCoding 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.
Encounters[].Diagnosis[].Name
String
ProbableName of the diagnosis
Encounters[].Diagnosis[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the diagnosis
Encounters[].Diagnosis[].AltCodes[].Code
String
PossibleA code describing the diagnosis
Encounters[].Diagnosis[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].Diagnosis[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Encounters[].Diagnosis[].AltCodes[].Name
String
PossibleName of the diagnosis
Encounters[].Diagnosis[].Comments[]
Array of Objects
PossibleFree text comments about the diagnosis.
Encounters[].Diagnosis[].Comments[].Text
String
ReliableThe plain text comment.
Encounters[].ReasonForVisit[].Code
String
ProbableA code describing the reason for the encounter (usually this is what the patient reports).
SNOMED CT
Encounters[].ReasonForVisit[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].ReasonForVisit[].CodeSystemName
String
ProbableCoding 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.
Encounters[].ReasonForVisit[].Name
String
ProbableName of the reason for the encounter (usually this is what the patient reports)
Encounters[].ReasonForVisit[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the reason for the encounter (usually this is what the patient reports)
Encounters[].ReasonForVisit[].AltCodes[].Code
String
PossibleA code describing the reason for the encounter (usually this is what the patient reports)
Encounters[].ReasonForVisit[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].ReasonForVisit[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Encounters[].ReasonForVisit[].AltCodes[].Name
String
PossibleName of the reason for the encounter (usually this is what the patient reports)
Encounters[].DischargeDisposition.Code
String
ProbableA code describing the discharge disposition of the visit.
Encounters[].DischargeDisposition.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].DischargeDisposition.CodeSystemName
String
ProbableCoding 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.
Encounters[].DischargeDisposition.Name
String
ProbableName of the discharge disposition of the visit.
Encounters[].DischargeDisposition.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the discharge disposition of the visit.
Encounters[].DischargeDisposition.AltCodes[].Code
String
PossibleA code describing the discharge disposition of the visit.
Encounters[].DischargeDisposition.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Encounters[].DischargeDisposition.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Encounters[].DischargeDisposition.AltCodes[].Name
String
PossibleName of the discharge disposition of the visit.
FamilyHistory
FamilyHistoryText
String
ProbableFree text form of the family history summary
FamilyHistory[]
Array of Objects
ProbableEach element of the FamilyHistory is one person in the patient's family.
FamilyHistory[].Relation.Code
String
ReliableRequiredA code describing the family member's relationship (father, mother, maternal grandfather, etc.).
HL7 Family History Related Subjects
FamilyHistory[].Relation.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FamilyHistory[].Relation.CodeSystemName
String
ReliableCoding 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.
FamilyHistory[].Relation.Name
String
ReliableName of the family member's relationship (father, mother, maternal grandfather, etc.)
FamilyHistory[].Relation.Demographics.Sex
String
ProbableValueSetGender of the relative
-
Additional values may be added by Redox in the future.
-
FamilyHistory[].Relation.Demographics.DOB
String
ProbableDate of Birth of the relative.
In YYYY-MM-DD format
FamilyHistory[].Relation.IsDeceased
Boolean
ProbableWhether or not the relative is deceased
FamilyHistory[].Problems[]
String
ReliableA list of the relative's relevant health problems
FamilyHistory[].Problems[].Code
String
ReliableRequiredA code describing a particular problem experienced by the relative.
SNOMED CT
FamilyHistory[].Problems[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FamilyHistory[].Problems[].CodeSystemName
String
ReliableCoding 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.
FamilyHistory[].Problems[].Name
String
ReliableName of a particular problem experienced by the relative
FamilyHistory[].Problems[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for a particular problem experienced by the relative
FamilyHistory[].Problems[].AltCodes[].Code
String
PossibleA code describing a particular problem experienced by the relative
FamilyHistory[].Problems[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FamilyHistory[].Problems[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
FamilyHistory[].Problems[].AltCodes[].Name
String
PossibleName of a particular problem experienced by the relative
FamilyHistory[].Problems[].Type.Code
String
ReliableRequiredA code describing the general class of the problem. (disease, problem, etc.).
Problem Type Value Set
FamilyHistory[].Problems[].Type.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FamilyHistory[].Problems[].Type.CodeSystemName
String
ReliableCoding 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.
FamilyHistory[].Problems[].Type.Name
String
ReliableName of the general class of the problem. (disease, problem, etc.)
FamilyHistory[].Problems[].DateTime
String
ProbableThe time when the problem started.
ISO 8601 Format
FamilyHistory[].Problems[].AgeAtOnset
String
ProbableThe relative's age when the problem started
FamilyHistory[].Problems[].IsCauseOfDeath
Boolean
ProbableFlag indicating whether or not this problem was the cause of death for the relative.
FunctionalStatus
FunctionalStatusText
String
PossibleFree text form of the functional status summary
FunctionalStatus.Observations[]
String
PossibleVarious types of observations about the patient's functional status.
FunctionalStatus.Observations[].Code
String
ProbableA code describing a type of observation (functional status, activities of daily living, sensory status, etc.). .
LOINC
FunctionalStatus.Observations[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FunctionalStatus.Observations[].CodeSystemName
String
ProbableCoding 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.
FunctionalStatus.Observations[].Name
String
ProbableName of a type of observation (functional status, activities of daily living, sensory status, etc.).
FunctionalStatus.Observations[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for a type of observation (functional status, activities of daily living, sensory status, etc.).
FunctionalStatus.Observations[].AltCodes[].Code
String
PossibleA code describing a type of observation (functional status, activities of daily living, sensory status, etc.).
FunctionalStatus.Observations[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FunctionalStatus.Observations[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
FunctionalStatus.Observations[].AltCodes[].Name
String
PossibleName of a type of observation (functional status, activities of daily living, sensory status, etc.).
FunctionalStatus.Observations[].DateTime
String
ProbableA specific date/time when the value was recorded.
ISO 8601 Format
FunctionalStatus.Observations[].CodedValue.Code
String
PossibleA code describing the individual observation value, if a coded value.
Only populated if the functional status is sent as a coded value. Observations[].CodedValue.Name will be duplicated in Observations[].Value
FunctionalStatus.Observations[].CodedValue.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FunctionalStatus.Observations[].CodedValue.CodeSystemName
String
PossibleCoding 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.
FunctionalStatus.Observations[].CodedValue.Name
String
PossibleName of the individual observation value, if a coded value.
FunctionalStatus.Observations[].CodedValue.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the individual observation value, if a coded value.
FunctionalStatus.Observations[].CodedValue.AltCodes[].Code
String
PossibleA code describing the individual observation value, if a coded value.
FunctionalStatus.Observations[].CodedValue.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FunctionalStatus.Observations[].CodedValue.AltCodes[].CodeSystemName
String
PossibleCoding 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.
FunctionalStatus.Observations[].CodedValue.AltCodes[].Name
String
PossibleName of the individual observation value, if a coded value.
FunctionalStatus.Observations[].Value
String
ProbableThe measurement recorded for the functional status observation.
FunctionalStatus.Observations[].Units
String
ProbableThe units of the measurement.
UCUM Units of Measure
FunctionalStatus.Observations[].ReferenceRange
Object
PossibleReference range for the result.
Numeric observation values will use the low and high properties. Non-numeric observation values will put the normal value in the text property.
FunctionalStatus.Observations[].ReferenceRange.Low
Numeric
PossibleLower bound for a normal observation
FunctionalStatus.Observations[].ReferenceRange.High
Numeric
PossibleUpper bound for a normal observation
FunctionalStatus.Observations[].ReferenceRange.Text
String
PossibleThe normal value for non-numeric observations
FunctionalStatus.Observations[].Comments[]
Array of Objects
PossibleFree text comments about the observation.
FunctionalStatus.Observations[].Comments[].Text
String
ReliableThe plain text comment.
FunctionalStatus.Supplies[]
Array of Objects
PossibleNon-medicinal supplies provided to the patient in the context of assessing the patient's physical abilities.
FunctionalStatus.Supplies[].Code
String
ProbableA code describing the supplied product.
SNOMED CT
FunctionalStatus.Supplies[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FunctionalStatus.Supplies[].CodeSystemName
String
ProbableCoding 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.
FunctionalStatus.Supplies[].Name
String
ProbableName of the supplied product
FunctionalStatus.Supplies[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the supplied product
FunctionalStatus.Supplies[].AltCodes[].Code
String
PossibleA code describing the supplied product
FunctionalStatus.Supplies[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
FunctionalStatus.Supplies[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
FunctionalStatus.Supplies[].AltCodes[].Name
String
PossibleName of the supplied product
FunctionalStatus.Supplies[].Status
String
ProbableThe state of the supplied product (intent, confirmed, etc).
Plan of care status
FunctionalStatus.Supplies[].DateTime
ISO Format
ProbableThe date/time of the activity. .
ISO 8601 Format
Goals
GoalsText
String
ProbableFree text form of the goals summary
Goals[]
Array of Objects
PossibleList of goals or targets for patient care.
Goals[].Code
String
ProbableRequiredA code describing the patient health goal.
LOINC
Goals[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].CodeSystemName
String
ProbableCoding 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.
Goals[].Name
String
ProbableName of the patient health goal.
Goals[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the patient health goal.
Goals[].AltCodes[].Code
String
PossibleA code describing the patient health goal.
Goals[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Goals[].AltCodes[].Name
String
PossibleName of the patient health goal.
Goals[].DateTime
String
ProbableA specific date/time when the goal was recorded.
ISO 8601 Format
Goals[].CodedValue.Code
String
PossibleA code describing the individual goal or target value, if a coded value.
Only populated if the goal is sent as a coded value. CodedValue.Name will be duplicated in Value
Goals[].CodedValue.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].CodedValue.CodeSystemName
String
PossibleCoding 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.
Goals[].CodedValue.Name
String
PossibleName of the individual goal or target value, if a coded value.
Goals[].CodedValue.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the individual goal or target value, if a coded value.
Goals[].CodedValue.AltCodes[].Code
String
PossibleA code describing the individual goal or target value, if a coded value.
Goals[].CodedValue.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].CodedValue.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Goals[].CodedValue.AltCodes[].Name
String
PossibleName of the individual goal or target value, if a coded value.
Goals[].Value
String
ProbableThe individual goal or target value.
Goals[].Units
String
ProbableThe units of the measurement.
UCUM Units of Measure
Goals[].StartDate
String
ProbableStart date of goal.
Goals[].EndDate
String
ProbableTarget completion date for goal.
Goals[].Priority.Code
String
PossibleA code describing the level of importance associated with the goal.
Goals[].Priority.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].Priority.CodeSystemName
String
PossibleCoding 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.
Goals[].Priority.Name
String
PossibleName of the level of importance associated with the goal.
Goals[].AchievementStatus.Code
String
PossibleA code describing progression, or lack thereof, towards the goal.
Goals[].AchievementStatus.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].AchievementStatus.CodeSystemName
String
PossibleCoding 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.
Goals[].AchievementStatus.Name
String
PossibleName of progression, or lack thereof, towards the goal.
Goals[].Milestones[]
Array of Objects
PossibleList of goals or targets for patient care.
Goals[].Milestones[].Code
String
ProbableRequiredA code describing the patient health goal.
LOINC
Goals[].Milestones[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].Milestones[].CodeSystemName
String
ProbableCoding 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.
Goals[].Milestones[].Name
String
ProbableName of the patient health goal.
Goals[].Milestones[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the patient health goal.
Goals[].Milestones[].AltCodes[].Code
String
PossibleA code describing the patient health goal.
Goals[].Milestones[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].Milestones[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Goals[].Milestones[].AltCodes[].Name
String
PossibleName of the patient health goal.
Goals[].Milestones[].DateTime
String
ProbableA specific date/time when the goal was recorded.
ISO 8601 Format
Goals[].Milestones[].CodedValue.Code
String
PossibleA code describing the individual goal or target value, if a coded value.
Only populated if the goal is sent as a coded value. CodedValue.Name will be duplicated in Value
Goals[].Milestones[].CodedValue.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].Milestones[].CodedValue.CodeSystemName
String
PossibleCoding 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.
Goals[].Milestones[].CodedValue.Name
String
PossibleName of the individual goal or target value, if a coded value.
Goals[].Milestones[].CodedValue.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the individual goal or target value, if a coded value.
Goals[].Milestones[].CodedValue.AltCodes[].Code
String
PossibleA code describing the individual goal or target value, if a coded value.
Goals[].Milestones[].CodedValue.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].Milestones[].CodedValue.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Goals[].Milestones[].CodedValue.AltCodes[].Name
String
PossibleName of the individual goal or target value, if a coded value.
Goals[].Milestones[].Value
String
ProbableThe individual goal or target value.
Goals[].Milestones[].Units
String
ProbableThe units of the measurement.
UCUM Units of Measure
Goals[].Milestones[].StartDate
String
ProbableStart date of goal.
Goals[].Milestones[].EndDate
String
ProbableTarget completion date for goal.
Goals[].Milestones[].Priority.Code
String
PossibleA code describing the level of importance associated with the goal.
Goals[].Milestones[].Priority.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].Milestones[].Priority.CodeSystemName
String
PossibleCoding 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.
Goals[].Milestones[].Priority.Name
String
PossibleName of the level of importance associated with the goal.
Goals[].Milestones[].AchievementStatus.Code
String
PossibleA code describing progression, or lack thereof, towards the goal.
Goals[].Milestones[].AchievementStatus.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Goals[].Milestones[].AchievementStatus.CodeSystemName
String
PossibleCoding 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.
Goals[].Milestones[].AchievementStatus.Name
String
PossibleName of progression, or lack thereof, towards the goal.
Goals[].Comments[]
Array of Objects
PossibleFree text comments about the goal.
Goals[].Comments[].Text
String
ReliableThe plain text comment.
HealthConcerns
HealthConcernsText
String
ReliableFree text form of the health concerns summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
HealthConcerns[]
Array of Objects
ReliableAn array of all of patient relevant health concerns, current and historical.
HealthConcerns[].ConcernType
String
ReliableRequiredThe kind of FHIR resource this health concern would map to. For example, problems would map to Condition, and vital signs would map to Observation.
Condition | Observation
HealthConcerns[].Category.Code
String
ReliableA code describing a code further categorizing the concern; for example, encounter-diagnosis, problem-list-item, or vital-signs.
Example codes: Condition Category Codes and Observation Category Codes
HealthConcerns[].Category.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
HealthConcerns[].Category.CodeSystemName
String
ReliableCoding 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.
HealthConcerns[].Category.Name
String
ReliableName of a code further categorizing the concern; for example, encounter-diagnosis, problem-list-item, or vital-signs.
HealthConcerns[].Category.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for a code further categorizing the concern; for example, encounter-diagnosis, problem-list-item, or vital-signs.
HealthConcerns[].Category.AltCodes[].Code
String
PossibleA code describing a code further categorizing the concern; for example, encounter-diagnosis, problem-list-item, or vital-signs.
HealthConcerns[].Category.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
HealthConcerns[].Category.AltCodes[].CodeSystemName
String
PossibleCoding 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.
HealthConcerns[].Category.AltCodes[].Name
String
PossibleName of a code further categorizing the concern; for example, encounter-diagnosis, problem-list-item, or vital-signs.
HealthConcerns[].StartDate
String
ProbableWhen the health concern was noticed.
ISO 8601 Format
HealthConcerns[].EndDate
String
ProbableWhen the health concern stopped (if it is not current).
ISO 8601 Format
HealthConcerns[].Code
String
ReliableRequiredA code describing the actual health concern.
LOINC or SNOMED CT
HealthConcerns[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
HealthConcerns[].CodeSystemName
String
ReliableCoding 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.
HealthConcerns[].Name
String
ReliableName of the actual health concern
HealthConcerns[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the actual health concern
HealthConcerns[].AltCodes[].Code
String
PossibleA code describing the actual health concern
HealthConcerns[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
HealthConcerns[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
HealthConcerns[].AltCodes[].Name
String
PossibleName of the actual health concern
HealthConcerns[].Value
PossibleObserved value, required if the concern is an observation.
HealthConcerns[].Units
PossibleThe units of measurement if the concern is an observation.
UCUM Units of Measure
HealthConcerns[].Interpretation
String
PossibleA flag indicating whether or not the observed value is normal, high, or low.
Supported Values
HealthConcerns[].TargetSite.Code
String
PossibleA code describing the location on the body; for example, where a vital sign reading was taken or from where a specimen was collected.
HealthConcerns[].TargetSite.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
HealthConcerns[].TargetSite.CodeSystemName
String
PossibleCoding 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.
HealthConcerns[].TargetSite.Name
String
PossibleName of the location on the body; for example, where a vital sign reading was taken or from where a specimen was collected.
HealthConcerns[].TargetSite.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the location on the body; for example, where a vital sign reading was taken or from where a specimen was collected.
HealthConcerns[].TargetSite.AltCodes[].Code
String
PossibleA code describing the location on the body; for example, where a vital sign reading was taken or from where a specimen was collected.
HealthConcerns[].TargetSite.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
HealthConcerns[].TargetSite.AltCodes[].CodeSystemName
String
PossibleCoding 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.
HealthConcerns[].TargetSite.AltCodes[].Name
String
PossibleName of the location on the body; for example, where a vital sign reading was taken or from where a specimen was collected.
HealthConcerns[].Status
String
ProbableThe current state of the health concern (active, inactive)
HealthConcerns[].Comments[]
Array of Objects
PossibleFree text comments about the health concern.
HealthConcerns[].Comments[].Text
String
ReliableThe plain text comment.
Immunizations
ImmunizationText
String
ProbableFree text form of the immunization summary
Immunizations[]
Array of Objects
ReliableArray of immunizations for patient.
Immunizations[].DateTime
String
ReliableRequiredWhen the immunization was given.
ISO 8601 Format
Immunizations[].Route.Code
String
ProbableA code describing the way in which the immunization was delivered (intramuscular, oral, etc.).
Medication Route FDA Value Set
Immunizations[].Route.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Immunizations[].Route.CodeSystemName
String
ProbableCoding 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.
Immunizations[].Route.Name
String
ProbableName of the way in which the immunization was delivered (intramuscular, oral, etc.)
Immunizations[].Route.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the way in which the immunization was delivered (intramuscular, oral, etc.)
Immunizations[].Route.AltCodes[].Code
String
PossibleA code describing the way in which the immunization was delivered (intramuscular, oral, etc.)
Immunizations[].Route.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Immunizations[].Route.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Immunizations[].Route.AltCodes[].Name
String
PossibleName of the way in which the immunization was delivered (intramuscular, oral, etc.)
Immunizations[].Status
String
PossibleThe status of the immunization.
Immunizations[].Product.Manufacturer
String
ProbableName of organization that manufacture the immunization.
Free text
Immunizations[].Product.Code
String
ReliableRequiredA code describing the vaccination that was given.
CVX code system
Immunizations[].Product.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Immunizations[].Product.CodeSystemName
String
ReliableCoding 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.
Immunizations[].Product.Name
String
ReliableName of the vaccination that was given
Immunizations[].Product.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the vaccination that was given
Immunizations[].Product.AltCodes[].Code
String
PossibleA code describing the vaccination that was given
Immunizations[].Product.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Immunizations[].Product.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Immunizations[].Product.AltCodes[].Name
String
PossibleName of the vaccination that was given
Immunizations[].Product.LotNumber
String
ProbableThe lot number of the vaccine
Immunizations[].Dose.Quantity
String
ProbableThe size of the dose
Immunizations[].Dose.Units
String
ProbableThe units of the dose.
UCUM Units of Measure
Immunizations[].ReasonNotGiven
String
PossibleIf this immunization was not administered, this will contain the reason not given. If null, then the immunization was administered normally.
FHIR Immunization Status Reason Codes
Immunizations[].AdministrationHistory[]
Array of Objects
PossibleA list of recent administrations of this immunization
Immunizations[].AdministrationHistory[].StartDate
String
PossibleWhen the immunization administration was started.
ISO 8601 Format
Immunizations[].AdministrationHistory[].EndDate
String
PossibleWhen the immunization administration ended.
ISO 8601 Format
Insurances
InsurancesText
String
PossibleFree text form of the patient's insurances.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
Insurances[]
Array of Objects
PossibleList of insurance coverages for the patient
Insurances[].Plan.ID
String
ProbableIdentifier of insurance plan
Insurances[].Plan.IDType
String
ProbableID type of insurance plan
Insurances[].Plan.Name
String
ProbableName of insurance plan
Insurances[].Plan.Type
String
PossibleType of insurance plan
Insurances[].MemberNumber
String
PossiblePatient member number
Insurances[].Company.ID
String
PossibleID of insurance company (payor).
Typically not available in ClinicalSummary.
Insurances[].Company.IDType
String
PossibleID type of insurance company (payor).
Typically not available in ClinicalSummary.
Insurances[].Company.Name
String
ProbableName of insurance company (payor)
Insurances[].Company.Address
Object
ProbableInsurance company's address
Insurances[].Company.Address.StreetAddress
String
ProbableStreet address
Insurances[].Company.Address.City
String
ProbableCity
Insurances[].Company.Address.State
String
ProbableState
Insurances[].Company.Address.ZIP
String
ProbableZIP
Insurances[].Company.Address.County
String
PossibleCounty
Insurances[].Company.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Insurances[].Company.Address.Use
String
ProbableUse
Insurances[].Company.PhoneNumber
String
ProbableInsurance companys phone number.
In E. 164 Format (i.e. +16085551234)
Insurances[].GroupNumber
String
ProbableInsurance policy group number
Insurances[].GroupName
String
PossibleInsurance policy group name.
Typically not available in ClinicalSummary.
Insurances[].EffectiveDate
String
ProbableEffect date of this insurance policy.
In YYYY-MM-DD format
Insurances[].ExpirationDate
String
ProbableExpiration date of this insurance policy.
In YYYY-MM-DD format
Insurances[].PolicyNumber
String
ProbableInsurance policy number
Insurances[].Priority
String
PossibleValueSetThe insurance priority sequence.
-
Additional values may be added by Redox in the future.
-
Insurances[].AgreementType
String
PossibleType of insurance agreement.
Typically not available in ClinicalSummary.
Insurances[].CoverageType
String
ProbableValueSetType of insurance agreement.
-
Additional values may be added by Redox in the future.
-
Insurances[].Insured
Object
PossibleIndividual who has the agreement with the insurance company for the related policy
Insurances[].Insured.Identifiers[]
Array of Objects
PossibleList of IDs and ID types that identify the insured
Insurances[].Insured.Identifiers[].ID
String
PossibleID for the insured
Insurances[].Insured.Identifiers[].IDType
String
PossibleType of ID.
E.g. MRN, EPI
Insurances[].Insured.LastName
String
PossibleLast name of the insured
Insurances[].Insured.MiddleName
String
PossibleMiddle name of the insured
Insurances[].Insured.FirstName
String
PossibleFirst name of the insured
Insurances[].Insured.SSN
String
PossibleInsured's social security number
Insurances[].Insured.Relationship
String
PossibleValueSetRelationship of the insured to the patient
-
Additional values may be added by Redox in the future.
-
Insurances[].Insured.DOB
String
PossibleDate of birth of the insured.
In YYYY-MM-DD format
Insurances[].Insured.Sex
String
PossibleValueSetSex of the insured
-
Additional values may be added by Redox in the future.
-
Insurances[].Insured.Address
Object
ProbableAddress of the insured
Insurances[].Insured.Address.StreetAddress
String
ProbableStreet address
Insurances[].Insured.Address.City
String
ProbableCity
Insurances[].Insured.Address.State
String
ProbableState
Insurances[].Insured.Address.ZIP
String
ProbableZIP
Insurances[].Insured.Address.County
String
PossibleCounty
Insurances[].Insured.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Insurances[].Insured.Address.Use
String
ProbableUse
MedicalEquipment
MedicalEquipmentText
String
ProbableFree text form of the medical equipment summary
MedicalEquipment[]
String
ProbableA list of medical equipment that the patient uses (cane, pacemakers, etc.)
MedicalEquipment[].Status
String
ReliableRequiredThe current status of the equipment (active, completed, etc.)
MedicalEquipment[].StartDate
String
ProbableWhen the equipment was first put into use.
ISO 8601 Format
MedicalEquipment[].Quantity
String
ProbableThe number of products used
MedicalEquipment[].Comments[]
Array of Objects
PossibleFree text comments about the device or equipment.
MedicalEquipment[].Comments[].Text
String
ReliableThe plain text comment.
MedicalEquipment[].Product.Code
String
ProbableA code describing the actual product.
SNOMED CT
MedicalEquipment[].Product.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
MedicalEquipment[].Product.CodeSystemName
String
ProbableCoding 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.
MedicalEquipment[].Product.Name
String
ProbableName of the actual product.
MedicalEquipment[].Product.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the actual product.
MedicalEquipment[].Product.AltCodes[].Code
String
PossibleA code describing the actual product.
MedicalEquipment[].Product.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
MedicalEquipment[].Product.AltCodes[].CodeSystemName
String
PossibleCoding 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.
MedicalEquipment[].Product.AltCodes[].Name
String
PossibleName of the actual product.
MedicalEquipment[].Product.Identifiers[]
Array of Objects
ProbableIdentifiers for the equipement or device.
Unique Device Identifier (UDI) components are present in other fields.
MedicalEquipment[].Product.Identifiers[].ID
String
ProbableID for the equipment or device
MedicalEquipment[].Product.Identifiers[].IDType
String
ProbableType of ID
MedicalEquipment[].Product.DeviceID
String
ProbableThe device identifier (DI) is a mandatory, fixed portion of a UDI that identifies the labeler and the specific version or model of a device.
MedicalEquipment[].Product.Issuer
String
ProbableOrganization that is charged with issuing UDIs for devices.
GS1, HIBCC, ICCBBA, ICCBA
MedicalEquipment[].Product.SerialNumber
String
ProbableThe device serial number
MedicalEquipment[].Product.DistinctID
String
ProbableThe distinct identification string as required by regulation for a human cell, tissue, or cellular and tissue-based product.
MedicalEquipment[].Product.ManufacturerName
String
ProbableThe name of the manufacturer
MedicalEquipment[].Product.LotNumber
String
ProbableLot or batch number assigned by the manufacturer
MedicalEquipment[].Product.ManufactureDate
String
ProbableThe date the product was manufactured.
In ISO 8601 format
MedicalEquipment[].Product.ExpirationDate
String
ProbableThe date and time beyond which this device is no longer valid or should not be used (if applicable).
In ISO 8601 format
MedicalEquipment[].Product.BrandName
String
ProbableThe name of the device as given by the manufacturer
MedicalEquipment[].Product.ModelNumber
String
ProbableThe manufacturer's model number for the device
MedicalEquipment[].Product.CatalogNumber
String
ProbableThe part number or catalog number of the device
MedicalEquipment[].Product.Status.Code
String
ProbableA code describing the status of the patient's implantable medical device.
Implantable Device Status Value Set
MedicalEquipment[].Product.Status.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
MedicalEquipment[].Product.Status.CodeSystemName
String
ProbableCoding 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.
MedicalEquipment[].Product.Status.Name
String
ProbableName of the status of the patient's implantable medical device
MedicalEquipment[].Product.SafetyObservations[].Code
String
ProbableA code describing additional safety characteristics about a medical device. for example devices containing latex.
MedicalEquipment[].Product.SafetyObservations[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
MedicalEquipment[].Product.SafetyObservations[].CodeSystemName
String
ProbableCoding 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.
MedicalEquipment[].Product.SafetyObservations[].Name
String
ProbableName of additional safety characteristics about a medical device. for example devices containing latex.
MedicalEquipment[].Product.SafetyObservations[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for additional safety characteristics about a medical device. for example devices containing latex.
MedicalEquipment[].Product.SafetyObservations[].AltCodes[].Code
String
PossibleA code describing additional safety characteristics about a medical device. for example devices containing latex.
MedicalEquipment[].Product.SafetyObservations[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
MedicalEquipment[].Product.SafetyObservations[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
MedicalEquipment[].Product.SafetyObservations[].AltCodes[].Name
String
PossibleName of additional safety characteristics about a medical device. for example devices containing latex.
MedicalEquipment[].Procedure.Code
String
ProbableA code describing the procedure performed during which the device was implanted
MedicalEquipment[].Procedure.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
MedicalEquipment[].Procedure.CodeSystemName
String
ProbableCoding 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.
MedicalEquipment[].Procedure.Name
String
ProbableName of the procedure performed during which the device was implanted
MedicalEquipment[].Procedure.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the procedure performed during which the device was implanted
MedicalEquipment[].Procedure.AltCodes[].Code
String
PossibleA code describing the procedure performed during which the device was implanted
MedicalEquipment[].Procedure.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
MedicalEquipment[].Procedure.AltCodes[].CodeSystemName
String
PossibleCoding 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.
MedicalEquipment[].Procedure.AltCodes[].Name
String
PossibleName of the procedure performed during which the device was implanted
MedicalEquipment[].Procedure.TargetSite.Code
String
ProbableA code describing the location on the body where the device was implanted
MedicalEquipment[].Procedure.TargetSite.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
MedicalEquipment[].Procedure.TargetSite.CodeSystemName
String
ProbableCoding 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.
MedicalEquipment[].Procedure.TargetSite.Name
String
ProbableName of the location on the body where the device was implanted
MedicalEquipment[].Procedure.TargetSite.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the location on the body where the device was implanted
MedicalEquipment[].Procedure.TargetSite.AltCodes[].Code
String
PossibleA code describing the location on the body where the device was implanted
MedicalEquipment[].Procedure.TargetSite.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
MedicalEquipment[].Procedure.TargetSite.AltCodes[].CodeSystemName
String
PossibleCoding 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.
MedicalEquipment[].Procedure.TargetSite.AltCodes[].Name
String
PossibleName of the location on the body where the device was implanted
Medications
MedicationsText
String
ReliableFree text form of the medications summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
Medications[]
Array of Objects
Probable
Medications[].Prescription
Boolean
ReliableRequiredWhether the medication is a prescription.
For a prescription: true. For a patient reported med, or a med administered by a provider: false
Medications[].FreeTextSig
String
PossibleFree text instructions for the medication. Typically instructing patient on the proper means and timing for the use of the medication
Medications[].Dose.Quantity
String
ProbableThe size of the dose for pills, capsules, etc.
Medications[].Dose.Units
String
ProbableThe units of the dose.
UCUM Units of Measure
Medications[].Rate.Quantity
String
ProbableIf the medication is in liquid form, the rate at which it is administered
Medications[].Rate.Units
String
ProbableUnits for the rate.
UCUM Units of Measure
Medications[].Route.Code
String
ProbableA code describing the method by which the medication is delivered.
Medication Route FDA Value Set
Medications[].Route.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Medications[].Route.CodeSystemName
String
ProbableCoding 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.
Medications[].Route.Name
String
ProbableName of the method by which the medication is delivered
Medications[].Route.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the method by which the medication is delivered
Medications[].Route.AltCodes[].Code
String
PossibleA code describing the method by which the medication is delivered
Medications[].Route.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Medications[].Route.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Medications[].Route.AltCodes[].Name
String
PossibleName of the method by which the medication is delivered
Medications[].Status
String
PossibleThe status of the medication.
Medications[].StartDate
String
ReliableRequiredWhen the medication was started.
ISO 8601 Format
Medications[].EndDate
String
ProbableWhen the medication ended.
ISO 8601 Format
Medications[].Frequency.Period
String
ProbableHow often the patient should be taking the medication
Medications[].Frequency.PeriodMax
String
PossibleHow often the patient should be taking the medication at a maximum
Medications[].Frequency.Unit
String
ProbableUnits for how often the patient should be taking the medication.
UCUM Units of Measure
Medications[].Frequency.EventCode
String
PossibleReal world event that describes the frequency.
HL7 Timing Event
Medications[].Frequency.InstitutionSpecified
Boolean
PossibleIndicates whether the exact timing is up to the party executing the schedule (e.g., to distinguish "every 8 hours" from "3 times a day".)
Medications[].NumberOfRefillsRemaining
Numeric
PossibleThe number of authorized refills remaining on the prescription
Medications[].TotalRefills
Numeric
ProbableThe total number of refills prescribed
Medications[].LastRefillDate
String
ProbableThe date the refill was last filled.
ISO 8601 Format
Medications[].IsPRN
Boolean
ProbableWhether the medication is to be taken on an as-needed basis
Medications[].Product.Code
String
ReliableRequiredA code describing the actual medication given .
RxNorm
Medications[].Product.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Medications[].Product.CodeSystemName
String
ReliableCoding 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.
Medications[].Product.Name
String
ReliableName of the actual medication given
Medications[].Product.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the actual medication given
Medications[].Product.AltCodes[].Code
String
PossibleA code describing the actual medication given
Medications[].Product.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Medications[].Product.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Medications[].Product.AltCodes[].Name
String
PossibleName of the actual medication given
Medications[].Indications[].Code
String
PossibleA code describing the reason the medication was given.
SNOMED CT
Medications[].Indications[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Medications[].Indications[].CodeSystemName
String
PossibleCoding 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.
Medications[].Indications[].Name
String
PossibleName of the reason the medication was given
Medications[].Indications[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the reason the medication was given
Medications[].Indications[].AltCodes[].Code
String
PossibleA code describing the reason the medication was given
Medications[].Indications[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Medications[].Indications[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Medications[].Indications[].AltCodes[].Name
String
PossibleName of the reason the medication was given
Medications[].SupplyOrder.StartDate
String
ReliableRequiredWhen the medication supply order was starts.
ISO 8601 Format
Medications[].SupplyOrder.EndDate
String
ProbableWhen the medication supply order ends.
ISO 8601 Format
Medications[].SupplyOrder.Quantity
String
ProbableThe quantity of the medication supply order
Medications[].SupplyOrder.Units
String
ProbableThe units of the supply order.
UCUM Units of Measure
Medications[].SupplyOrder.NumberOfRefillsRemaining
Numeric
PossibleThe number of authorized refills remaining on the medication supply order
Medications[].AdministrationHistory[]
Array of Objects
PossibleA list of recent administrations of this medication
Medications[].AdministrationHistory[].StartDate
String
PossibleWhen the medication administration was started.
ISO 8601 Format
Medications[].AdministrationHistory[].EndDate
String
PossibleWhen the medication administration ended.
ISO 8601 Format
PlanOfCare
PlanOfCareText
String
ProbableFree text form of the plan of care summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
PlanOfCare.Orders[]
Array of Objects
ProbableFuture lab tests or other diagnostic procedures.
PlanOfCare.Orders[].Code
String
ProbableA code describing the test to be performed .
LOINC
PlanOfCare.Orders[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Orders[].CodeSystemName
String
ProbableCoding 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.
PlanOfCare.Orders[].Name
String
ProbableName of the test to be performed
PlanOfCare.Orders[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the test to be performed
PlanOfCare.Orders[].AltCodes[].Code
String
PossibleA code describing the test to be performed
PlanOfCare.Orders[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Orders[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
PlanOfCare.Orders[].AltCodes[].Name
String
PossibleName of the test to be performed
PlanOfCare.Orders[].Status
String
ProbableThe state of the plan (intent, confirmed, etc).
Plan of care status
PlanOfCare.Orders[].DateTime
ISO Format
Probable
PlanOfCare.Procedures[]
Array of Objects
ProbableFuture procedures.
PlanOfCare.Procedures[].Code
String
ProbableA code describing the planned procedure, such as an appendectomy or hip replacement .
SNOMED CT
PlanOfCare.Procedures[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Procedures[].CodeSystemName
String
ProbableCoding 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.
PlanOfCare.Procedures[].Name
String
ProbableName of the planned procedure, such as an appendectomy or hip replacement
PlanOfCare.Procedures[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the planned procedure, such as an appendectomy or hip replacement
PlanOfCare.Procedures[].AltCodes[].Code
String
PossibleA code describing the planned procedure, such as an appendectomy or hip replacement
PlanOfCare.Procedures[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Procedures[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
PlanOfCare.Procedures[].AltCodes[].Name
String
PossibleName of the planned procedure, such as an appendectomy or hip replacement
PlanOfCare.Procedures[].Status
String
ProbableThe state of the plan (intent, confirmed, etc).
Plan of care status
PlanOfCare.Procedures[].DateTime
ISO Format
Probable
PlanOfCare.Encounters[]
Array of Objects
ProbableAppointments and other upcoming encounters
PlanOfCare.Encounters[].Code
String
ProbableA code describing the planned encounter type .
SNOMED CT
PlanOfCare.Encounters[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Encounters[].CodeSystemName
String
ProbableCoding 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.
PlanOfCare.Encounters[].Name
String
ProbableName of the planned encounter type
PlanOfCare.Encounters[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the planned encounter type
PlanOfCare.Encounters[].AltCodes[].Code
String
PossibleA code describing the planned encounter type
PlanOfCare.Encounters[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Encounters[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
PlanOfCare.Encounters[].AltCodes[].Name
String
PossibleName of the planned encounter type
PlanOfCare.Encounters[].Identifiers[]
Array of Objects
PossibleList of IDs and ID types that identifies the encounter
PlanOfCare.Encounters[].Identifiers[].ID
String
PossibleID for the encounter
PlanOfCare.Encounters[].Identifiers[].IDType
String
PossibleType of ID
PlanOfCare.Encounters[].Status
String
ProbableThe state of the plan (intent, confirmed, etc).
Plan of care status
PlanOfCare.Encounters[].DateTime
String
Probable
PlanOfCare.MedicationAdministration[]
Array of Objects
ProbablePlanned medication
PlanOfCare.MedicationAdministration[].Status
String
ProbableThe state of the plan (intent, confirmed, etc).
Plan of care status
PlanOfCare.MedicationAdministration[].Dose.Quantity
String
ProbableThe size of the dose for pills, capsules, etc.
PlanOfCare.MedicationAdministration[].Dose.Units
String
ProbableThe units of the dose.
UCUM Units of Measure
PlanOfCare.MedicationAdministration[].Rate.Quantity
String
ProbableIf the medication is not in does form, this is the rate at which is administered
PlanOfCare.MedicationAdministration[].Rate.Units
String
ProbableUnits for the rate.
UCUM Units of Measure
PlanOfCare.MedicationAdministration[].Route.Code
String
ProbableA code describing the method by which the medication is to be delivered.
Medication Route FDA Value Set
PlanOfCare.MedicationAdministration[].Route.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.MedicationAdministration[].Route.CodeSystemName
String
ProbableCoding 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.
PlanOfCare.MedicationAdministration[].Route.Name
String
ProbableName of the method by which the medication is to be delivered
PlanOfCare.MedicationAdministration[].Route.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the method by which the medication is to be delivered
PlanOfCare.MedicationAdministration[].Route.AltCodes[].Code
String
PossibleA code describing the method by which the medication is to be delivered
PlanOfCare.MedicationAdministration[].Route.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.MedicationAdministration[].Route.AltCodes[].CodeSystemName
String
PossibleCoding 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.
PlanOfCare.MedicationAdministration[].Route.AltCodes[].Name
String
PossibleName of the method by which the medication is to be delivered
PlanOfCare.MedicationAdministration[].StartDate
ISO Format
ProbableWhen the medication was started
PlanOfCare.MedicationAdministration[].EndDate
ISO Format
ProbableWhen the medication ended
PlanOfCare.MedicationAdministration[].Frequency.Period
String
ProbableHow often the patient should be taking the medication.
UCUM Units of measure
PlanOfCare.MedicationAdministration[].Frequency.Unit
String
ProbableUnits for how often the patient should be taking the medication
PlanOfCare.MedicationAdministration[].Product.Code
String
ProbableA code describing the planned medication .
RxNorm
PlanOfCare.MedicationAdministration[].Product.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.MedicationAdministration[].Product.CodeSystemName
String
ProbableCoding 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.
PlanOfCare.MedicationAdministration[].Product.Name
String
ProbableName of the planned medication
PlanOfCare.MedicationAdministration[].Product.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the planned medication
PlanOfCare.MedicationAdministration[].Product.AltCodes[].Code
String
PossibleA code describing the planned medication
PlanOfCare.MedicationAdministration[].Product.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.MedicationAdministration[].Product.AltCodes[].CodeSystemName
String
PossibleCoding 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.
PlanOfCare.MedicationAdministration[].Product.AltCodes[].Name
String
PossibleName of the planned medication
PlanOfCare.Supplies[]
Array of Objects
ProbableFuture supplies that a patient may be given, including implants.
PlanOfCare.Supplies[].Code
String
ProbableA code describing the planned product.
SNOMED CT
PlanOfCare.Supplies[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Supplies[].CodeSystemName
String
ProbableCoding 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.
PlanOfCare.Supplies[].Name
String
ProbableName of the planned product
PlanOfCare.Supplies[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the planned product
PlanOfCare.Supplies[].AltCodes[].Code
String
PossibleA code describing the planned product
PlanOfCare.Supplies[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Supplies[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
PlanOfCare.Supplies[].AltCodes[].Name
String
PossibleName of the planned product
PlanOfCare.Supplies[].Status
String
ProbableThe state of the plan (intent, confirmed, etc).
Plan of care status
PlanOfCare.Supplies[].DateTime
ISO Format
ProbableThe scheduled time of the activity. .
ISO 8601 Format
PlanOfCare.Services[]
Array of Objects
ProbablePlanned activities that are service-oriented in nature, such as a dressing change, or feeding a patient.
PlanOfCare.Services[].Code
String
ProbableA code describing the planned activity.
SNOMED CT
PlanOfCare.Services[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Services[].CodeSystemName
String
ProbableCoding 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.
PlanOfCare.Services[].Name
String
ProbableName of the planned activity.
PlanOfCare.Services[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the planned activity.
PlanOfCare.Services[].AltCodes[].Code
String
PossibleA code describing the planned activity.
PlanOfCare.Services[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
PlanOfCare.Services[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
PlanOfCare.Services[].AltCodes[].Name
String
PossibleName of the planned activity.
PlanOfCare.Services[].Status
String
ProbableThe state of the plan (intent, confirmed, etc).
Plan of care status
PlanOfCare.Services[].DateTime
ISO Format
ProbableThe scheduled time of the activity. .
ISO 8601 Format
Problems
ProblemsText
String
ReliableFree text form of the problems summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
Problems[]
Array of Objects
ReliableAn array of all of patient relevant problems, both current and historical.
Problems[].StartDate
String
ProbableWhen the problem was noticed.
ISO 8601 Format
Problems[].EndDate
String
ProbableWhen the problem stopped (if it is not current).
ISO 8601 Format
Problems[].Code
String
ReliableRequiredA code describing the actual problem .
SNOMED-CT Code. Limited to terms descending from the Clinical Findings (404684003) or Situation with Explicit Context (243796009)
Problems[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Problems[].CodeSystemName
String
ReliableCoding 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.
Problems[].Name
String
ReliableName of the actual problem
Problems[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the actual problem
Problems[].AltCodes[].Code
String
PossibleA code describing the actual problem
Problems[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Problems[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Problems[].AltCodes[].Name
String
PossibleName of the actual problem
Problems[].Category.Code
String
ReliableRequiredA code describing the type of problem this is (complaint, diagnosis, symptom, etc.)
Problems[].Category.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Problems[].Category.CodeSystemName
String
ReliableCoding 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.
Problems[].Category.Name
String
ReliableName of the type of problem this is (complaint, diagnosis, symptom, etc.)
Problems[].Category.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of problem this is (complaint, diagnosis, symptom, etc.)
Problems[].Category.AltCodes[].Code
String
PossibleA code describing the type of problem this is (complaint, diagnosis, symptom, etc.)
Problems[].Category.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Problems[].Category.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Problems[].Category.AltCodes[].Name
String
PossibleName of the type of problem this is (complaint, diagnosis, symptom, etc.)
Problems[].Status.Code
String
ProbableA code describing the current state of the problem (active, inactive, resolved).
HITSPProblemStatus
Problems[].Status.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Problems[].Status.CodeSystemName
String
ProbableCoding 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.
Problems[].Status.Name
String
ProbableName of the current state of the problem (active, inactive, resolved)
Problems[].Comment
String
PossibleFree text comment about the problem.
This field is slated to be deprecated in favor of Comments[].Text
Problems[].Comments[]
Array of Objects
PossibleFree text comments about the problem.
Problems[].Comments[].Text
String
ReliableThe plain text comment.
Problems[].HealthStatus.Code
String
PossibleA code describing the effect of the problem on the patient (chronically ill, in remission, etc.).
SNOMED-CT
Problems[].HealthStatus.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Problems[].HealthStatus.CodeSystemName
String
PossibleCoding 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.
Problems[].HealthStatus.Name
String
PossibleName of the effect of the problem on the patient (chronically ill, in remission, etc.)
Problems[].HealthStatus.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the effect of the problem on the patient (chronically ill, in remission, etc.)
Problems[].HealthStatus.AltCodes[].Code
String
PossibleA code describing the effect of the problem on the patient (chronically ill, in remission, etc.)
Problems[].HealthStatus.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Problems[].HealthStatus.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Problems[].HealthStatus.AltCodes[].Name
String
PossibleName of the effect of the problem on the patient (chronically ill, in remission, etc.)
Procedures
ProceduresText
String
ProbableFree text form of the procedures summary
Procedures
ProbableA general grouper for all things that CDA considers procedures, grouped into three kinds.
-Observations - procedures which result in new information about a patient.
-Procedures - procedures whose immediate and primary outcome is the alteration of the physical condition of the patient.
-Services (Sometimes called Acts) - procedures which cannot be classified as an observation or a procedure, such as a dressing change, feeding, or teaching.
Procedures.Observations[]
ProbableThese are procedures that are more observational in nature, such as an EEG or EKG.
Procedures.Observations[].Code
String
ProbableA code describing the procedure that was performed. .
SNOMED CT
Procedures.Observations[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Observations[].CodeSystemName
String
ProbableCoding 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.
Procedures.Observations[].Name
String
ProbableName of the procedure that was performed.
Procedures.Observations[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the procedure that was performed.
Procedures.Observations[].AltCodes[].Code
String
PossibleA code describing the procedure that was performed.
Procedures.Observations[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Observations[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Procedures.Observations[].AltCodes[].Name
String
PossibleName of the procedure that was performed.
Procedures.Observations[].DateTime
ProbableWhen the procedure was performed.
Procedures.Observations[].Status
ProbableThe status of the procedure.
Procedures.Observations[].TargetSite.Code
String
ProbableA code describing the location on the body where the procedure was performed.
SNOMED CT
Procedures.Observations[].TargetSite.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Observations[].TargetSite.CodeSystemName
String
ProbableCoding 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.
Procedures.Observations[].TargetSite.Name
String
ProbableName of the location on the body where the procedure was performed
Procedures.Observations[].TargetSite.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the location on the body where the procedure was performed
Procedures.Observations[].TargetSite.AltCodes[].Code
String
PossibleA code describing the location on the body where the procedure was performed
Procedures.Observations[].TargetSite.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Observations[].TargetSite.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Procedures.Observations[].TargetSite.AltCodes[].Name
String
PossibleName of the location on the body where the procedure was performed
Procedures.Observations[].Comments[]
Array of Objects
PossibleFree text comments about the procedure.
Procedures.Observations[].Comments[].Text
String
ReliableThe plain text comment.
Procedures.Procedures[]
ProbableThese are procedures that alter the state of the body, such as an appendectomy or hip replacement.
Procedures.Procedures[].Code
String
ProbableA code describing the procedure that was performed. .
SNOMED CT
Procedures.Procedures[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Procedures[].CodeSystemName
String
ProbableCoding 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.
Procedures.Procedures[].Name
String
ProbableName of the procedure that was performed.
Procedures.Procedures[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the procedure that was performed.
Procedures.Procedures[].AltCodes[].Code
String
PossibleA code describing the procedure that was performed.
Procedures.Procedures[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Procedures[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Procedures.Procedures[].AltCodes[].Name
String
PossibleName of the procedure that was performed.
Procedures.Procedures[].DateTime
ProbableWhen the procedure was performed.
Procedures.Procedures[].Status
ProbableThe status of the procedure.
Procedures.Procedures[].TargetSite.Code
String
ProbableA code describing the location on the body where the procedure was performed.
SNOMED CT
Procedures.Procedures[].TargetSite.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Procedures[].TargetSite.CodeSystemName
String
ProbableCoding 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.
Procedures.Procedures[].TargetSite.Name
String
ProbableName of the location on the body where the procedure was performed
Procedures.Procedures[].TargetSite.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the location on the body where the procedure was performed
Procedures.Procedures[].TargetSite.AltCodes[].Code
String
PossibleA code describing the location on the body where the procedure was performed
Procedures.Procedures[].TargetSite.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Procedures[].TargetSite.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Procedures.Procedures[].TargetSite.AltCodes[].Name
String
PossibleName of the location on the body where the procedure was performed
Procedures.Procedures[].Comments[]
Array of Objects
PossibleFree text comments about the procedure.
Procedures.Procedures[].Comments[].Text
String
ReliableThe plain text comment.
Procedures.Services[]
ProbableThese are procedures that are service-oriented in nature, such as a dressing change, or feeding a patient.
Procedures.Services[].Code
String
ProbableA code describing the procedure that was performed. .
SNOMED CT
Procedures.Services[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Services[].CodeSystemName
String
ProbableCoding 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.
Procedures.Services[].Name
String
ProbableName of the procedure that was performed.
Procedures.Services[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the procedure that was performed.
Procedures.Services[].AltCodes[].Code
String
PossibleA code describing the procedure that was performed.
Procedures.Services[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Procedures.Services[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Procedures.Services[].AltCodes[].Name
String
PossibleName of the procedure that was performed.
Procedures.Services[].DateTime
ProbableWhen the procedure was performed.
Procedures.Services[].Status
ProbableThe status of the procedure.
Procedures.Services[].Comments[]
Array of Objects
PossibleFree text comments about the procedure.
Procedures.Services[].Comments[].Text
String
ReliableThe plain text comment.
ResolvedProblems
ResolvedProblemsText
String
ReliableFree text form of the problems summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
ResolvedProblems[]
Array of Objects
ReliableAn array of historical problems and diagnoses that are no longer being tracked.
ResolvedProblems[].StartDate
String
ProbableWhen the problem was noticed.
ISO 8601 Format
ResolvedProblems[].EndDate
String
ProbableWhen the problem stopped (if it is not current).
ISO 8601 Format
ResolvedProblems[].Code
String
ReliableRequiredA code describing the actual problem .
SNOMED-CT Code. Limited to terms descending from the Clinical Findings (404684003) or Situation with Explicit Context (243796009)
ResolvedProblems[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
ResolvedProblems[].CodeSystemName
String
ReliableCoding 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.
ResolvedProblems[].Name
String
ReliableName of the actual problem
ResolvedProblems[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the actual problem
ResolvedProblems[].AltCodes[].Code
String
PossibleA code describing the actual problem
ResolvedProblems[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
ResolvedProblems[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
ResolvedProblems[].AltCodes[].Name
String
PossibleName of the actual problem
ResolvedProblems[].Category.Code
String
ReliableRequiredA code describing the type of problem this is (complaint, diagnosis, symptom, etc.)
ResolvedProblems[].Category.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
ResolvedProblems[].Category.CodeSystemName
String
ReliableCoding 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.
ResolvedProblems[].Category.Name
String
ReliableName of the type of problem this is (complaint, diagnosis, symptom, etc.)
ResolvedProblems[].Category.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of problem this is (complaint, diagnosis, symptom, etc.)
ResolvedProblems[].Category.AltCodes[].Code
String
PossibleA code describing the type of problem this is (complaint, diagnosis, symptom, etc.)
ResolvedProblems[].Category.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
ResolvedProblems[].Category.AltCodes[].CodeSystemName
String
PossibleCoding 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.
ResolvedProblems[].Category.AltCodes[].Name
String
PossibleName of the type of problem this is (complaint, diagnosis, symptom, etc.)
ResolvedProblems[].Status.Code
String
ProbableA code describing the current state of the problem (active, inactive, resolved).
HITSPProblemStatus
ResolvedProblems[].Status.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
ResolvedProblems[].Status.CodeSystemName
String
ProbableCoding 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.
ResolvedProblems[].Status.Name
String
ProbableName of the current state of the problem (active, inactive, resolved)
ResolvedProblems[].Comment
String
PossibleFree text comment about the problem.
This field is slated to be deprecated in favor of Comments[].Text
ResolvedProblems[].Comments[]
Array of Objects
PossibleFree text comments about the problem.
ResolvedProblems[].Comments[].Text
String
ReliableThe plain text comment.
Results
ResultText
String
ReliableFree text form of the results summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
Results[]
ProbableArray of test results for the patient. This can include laboratory results, imaging results, and procedure results.
Results[].Code
String
ReliableRequiredA code describing the test performed and resulted.
LOINC for Lab, SNOMED CT otherwise
Results[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].CodeSystemName
String
ReliableCoding 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.
Results[].Name
String
ReliableName of the test performed and resulted.
Results[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the test performed and resulted.
Results[].AltCodes[].Code
String
PossibleA code describing the test performed and resulted.
Results[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Results[].AltCodes[].Name
String
PossibleName of the test performed and resulted.
Results[].Encounter
Object
PossibleEncounter associated with this result (if different from the encompassing encounter)
Results[].Encounter.Identifiers[]
Array of Objects
PossibleList of IDs specific to this encounter
Results[].Encounter.Identifiers[].ID
String
PossibleAn ID specific to this encounter
Results[].Encounter.Identifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Results[].Encounter.Status
String
PossibleThe status of the encounter
Results[].Encounter.Type.Code
String
ReliableRequiredA code describing the type of encounter (office visit, hospital, etc).
CPT-4
Results[].Encounter.Type.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].Encounter.Type.CodeSystemName
String
ReliableCoding 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.
Results[].Encounter.Type.Name
String
ReliableName of the type of encounter (office visit, hospital, etc)
Results[].Encounter.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of encounter (office visit, hospital, etc)
Results[].Encounter.Type.AltCodes[].Code
String
PossibleA code describing the type of encounter (office visit, hospital, etc)
Results[].Encounter.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].Encounter.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Results[].Encounter.Type.AltCodes[].Name
String
PossibleName of the type of encounter (office visit, hospital, etc)
Results[].Encounter.DateTime
DateTime
ReliableRequiredWhen the encounter took place, or alternatively when the encounter began if Results[].Encounter.EndDateTime is present.
ISO 8601 Format
Results[].Encounter.EndDateTime
DateTime
PossibleWhen the encounter was completed, if available.
ISO 8601 Format
Results[].Status
String
ReliableRequiredThe status of the test (In Progress, Final)
Results[].Producer.ID
String
PossibleID of the producer for this result.
The "Producer" is typically the Lab which did the resulting.
Results[].Producer.Name
String
PossibleName of the producer
Results[].Producer.IDType
String
PossibleID Type for the corresponding ID of this producer
Results[].Producer.Address
Object
PossibleResult producer's address
Results[].Producer.Address.StreetAddress
String
PossibleStreet address
Results[].Producer.Address.City
String
PossibleCity
Results[].Producer.Address.State
String
PossibleState
Results[].Producer.Address.ZIP
String
PossibleZIP
Results[].Producer.Address.County
String
PossibleCounty
Results[].Producer.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Results[].Producer.Address.Use
String
PossibleUse
Results[].Specimen
PossibleDetails about the target of focused laboratory, radiology or other observations
Results[].Specimen.CollectionDateTime
PossibleA specific date/time when the specimen was collected
Results[].Specimen.Identifiers[]
PossibleOne or more unique identifiers for this specimen. Each may be a single OID or UUID, or it may be two values, separated by a ^.
Results[].Specimen.Source.Code
String
PossibleA code describing code or name describing the specimen
Results[].Specimen.Source.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].Specimen.Source.CodeSystemName
String
PossibleCoding 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.
Results[].Specimen.Source.Name
String
PossibleName of code or name describing the specimen
Results[].Specimen.TargetSite.Code
String
PossibleA code describing code specifying detail about the anatomical site or system that is the focus of the observation
Results[].Specimen.TargetSite.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].Specimen.TargetSite.CodeSystemName
String
PossibleCoding 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.
Results[].Specimen.TargetSite.Name
String
PossibleName of code specifying detail about the anatomical site or system that is the focus of the observation
Results[].Observations[]
Array of Object
ReliableA list of corresponding observations for the test (result components)
Results[].Observations[].Code
String
ReliableRequiredA code describing the individual result component. .
LOINC for Lab, SNOMED CT otherwise
Results[].Observations[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].Observations[].CodeSystemName
String
ReliableCoding 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.
Results[].Observations[].Name
String
ReliableName of the individual result component.
Results[].Observations[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the individual result component.
Results[].Observations[].AltCodes[].Code
String
PossibleA code describing the individual result component.
Results[].Observations[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].Observations[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Results[].Observations[].AltCodes[].Name
String
PossibleName of the individual result component.
Results[].Observations[].Status
String
ReliableRequiredThe status of the individual component. Some tests may have different components finish at different times. .
One of (In Progress, Final)
Results[].Observations[].Interpretation
String
ProbableA flag indicating whether or not the observed value is normal, high, or low.
Supported Values
Results[].Observations[].DateTime
String
ReliableRequiredA specific date/time when the value was recorded.
ISO 8601 Format
Results[].Observations[].CodedValue.Code
String
PossibleA code describing the individual result value.
Only populated if the result is sent as a coded value. Observations[].CodedValue.Name will be duplicated in Observations[].Value
Results[].Observations[].CodedValue.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].Observations[].CodedValue.CodeSystemName
String
PossibleCoding 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.
Results[].Observations[].CodedValue.Name
String
PossibleName of the individual result value.
Results[].Observations[].CodedValue.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the individual result value.
Results[].Observations[].CodedValue.AltCodes[].Code
String
PossibleA code describing the individual result value.
Results[].Observations[].CodedValue.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Results[].Observations[].CodedValue.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Results[].Observations[].CodedValue.AltCodes[].Name
String
PossibleName of the individual result value.
Results[].Observations[].Value
String
ReliableRequiredThe measurement recorded for the result.
Results[].Observations[].ValueType
String
ReliableThe type and format of the value.
One of the following: PhysicalQuantity, String, Number, Interval, Ratio, Code, Encapsulated Data. Intervals will be represented in Value as low-high, <low, <=low, >high, or >=high. Ratios will be represented in Value as numerator:denominator.
Results[].Observations[].FileType
String
PossibleThe file content type of the encapsulated data.
Only available when ValueType is Encapsulated Data
Results[].Observations[].Units
String
ReliableRequiredThe units of the measurement.
Only available when ValueType is PhysicalQuantity
Results[].Observations[].ReferenceRange
Object
PossibleReference range for the result.
Numeric result values will use the low and high properties. Non-numeric result values will put the normal value in the text property.
Results[].Observations[].ReferenceRange.Low
String
PossibleLower bound for a normal result
Results[].Observations[].ReferenceRange.High
String
PossibleUpper bound for a normal result
Results[].Observations[].ReferenceRange.Text
String
PossibleThe normal value for non-numeric results
Results[].Observations[].Comments[]
Array of Objects
PossibleFree text comments about the result.
Results[].Observations[].Comments[].Text
String
ReliableThe plain text comment.
SocialHistory
SocialHistoryText
String
ProbableFree text form of the social history summary
SocialHistory.Observations[]
String
ProbableGeneric observations about the patient's social history that don't fall into the smoking or pregnancy categories.
SocialHistory.Observations[].Code
String
ProbableA code describing a type of social history observation (exercise, alcohol intake, etc.) .
SNOMED CT
SocialHistory.Observations[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
SocialHistory.Observations[].CodeSystemName
String
ProbableCoding 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.
SocialHistory.Observations[].Name
String
ProbableName of a type of social history observation (exercise, alcohol intake, etc.)
SocialHistory.Observations[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for a type of social history observation (exercise, alcohol intake, etc.)
SocialHistory.Observations[].AltCodes[].Code
String
PossibleA code describing a type of social history observation (exercise, alcohol intake, etc.)
SocialHistory.Observations[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
SocialHistory.Observations[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
SocialHistory.Observations[].AltCodes[].Name
String
PossibleName of a type of social history observation (exercise, alcohol intake, etc.)
SocialHistory.Observations[].Value
Object
ProbableThe observed value
SocialHistory.Observations[].Value.Code
String
ProbableA code describing the observed value, if coded
SocialHistory.Observations[].Value.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
SocialHistory.Observations[].Value.CodeSystemName
String
ProbableCoding 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.
SocialHistory.Observations[].Value.Name
String
ProbableName of the observed value, if coded
SocialHistory.Observations[].Value.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the observed value, if coded
SocialHistory.Observations[].Value.AltCodes[].Code
String
PossibleA code describing the observed value, if coded
SocialHistory.Observations[].Value.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
SocialHistory.Observations[].Value.AltCodes[].CodeSystemName
String
PossibleCoding 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.
SocialHistory.Observations[].Value.AltCodes[].Name
String
PossibleName of the observed value, if coded
SocialHistory.Observations[].ValueText
String
ProbableThe observed value, if un-coded
SocialHistory.Observations[].Units
String
PossibleThe units of the measurement, if the observed value is a quantity.
UCUM Units of Measure
SocialHistory.Observations[].StartDate
String
ProbableStart date of status
SocialHistory.Observations[].EndDate
String
ProbableDate status ended. If this is null, the status is current.
SocialHistory.Observations[].Comments[]
Array of Objects
PossibleFree text comments about the observation.
SocialHistory.Observations[].Comments[].Text
String
ReliableThe plain text comment.
SocialHistory.Pregnancy[]
String
ProbableInformation about past and current pregnancies.
SocialHistory.Pregnancy[].StartDate
String
ProbableWhen the pregnancy started.
ISO 8601 Format
SocialHistory.Pregnancy[].EndDate
String
ProbableWhen the pregnancy ended.
ISO 8601 Format
SocialHistory.Pregnancy[].EstimatedDelivery
String
ProbableEstimate delivery date if pregnancy is still active.
SocialHistory.Pregnancy[].Comments[]
Array of Objects
PossibleFree text comments about the pregnancy.
SocialHistory.Pregnancy[].Comments[].Text
String
ReliableThe plain text comment.
SocialHistory.TobaccoUse[]
String
ProbableContains tobacco use and smoking status observations
SocialHistory.TobaccoUse[].Code
String
ProbableA code describing the use of tobacco (current smoker, never smoker, snuff user, etc.).
Contains all values descending from the SNOMED CT® 365980008 tobacco use and exposure - finding hierarchy
SocialHistory.TobaccoUse[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
SocialHistory.TobaccoUse[].CodeSystemName
String
ProbableCoding 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.
SocialHistory.TobaccoUse[].Name
String
ProbableName of the use of tobacco (current smoker, never smoker, snuff user, etc.)
SocialHistory.TobaccoUse[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the use of tobacco (current smoker, never smoker, snuff user, etc.)
SocialHistory.TobaccoUse[].AltCodes[].Code
String
PossibleA code describing the use of tobacco (current smoker, never smoker, snuff user, etc.)
SocialHistory.TobaccoUse[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
SocialHistory.TobaccoUse[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
SocialHistory.TobaccoUse[].AltCodes[].Name
String
PossibleName of the use of tobacco (current smoker, never smoker, snuff user, etc.)
SocialHistory.TobaccoUse[].IsSmokingStatus
Boolean
ProbableIdentifies this tobacco use entry as a smoking status.
If true, StartDate is the date the smoking status was observed.
SocialHistory.TobaccoUse[].StartDate
String
ProbableStart date of status.
If IsSmokingStatus is true, this is the date the observation was made.
SocialHistory.TobaccoUse[].EndDate
String
ProbableDate status ended. If this is null, the status is current.
SocialHistory.TobaccoUse[].Comments[]
Array of Objects
PossibleFree text comments about the observation.
SocialHistory.TobaccoUse[].Comments[].Text
String
ReliableThe plain text comment.
VitalSigns
VitalSignsText
String
ProbableFree text form of the vital signs summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
VitalSigns[]
String
ProbableAn array of groups of vital signs.
VitalSigns[].DateTime
String
PossibleThe date and time of the group of readings.
This field is deprecated since vital readings are not necessarily always grouped by time. Instead, the Observations[].DateTime tells when an individual reading took place.
VitalSigns[].Observations[]
String
ReliableAn array of individual vital sign Observations[].
VitalSigns[].Observations[].Code
String
ReliableRequiredA code describing the type of vital sign being read (height, weight, blood pressure, etc.).
LOINC (HITSP Vital Sign Result Type).
VitalSigns[].Observations[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
VitalSigns[].Observations[].CodeSystemName
String
ReliableCoding 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.
VitalSigns[].Observations[].Name
String
ReliableName of the type of vital sign being read (height, weight, blood pressure, etc.)
VitalSigns[].Observations[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of vital sign being read (height, weight, blood pressure, etc.)
VitalSigns[].Observations[].AltCodes[].Code
String
PossibleA code describing the type of vital sign being read (height, weight, blood pressure, etc.)
VitalSigns[].Observations[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
VitalSigns[].Observations[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
VitalSigns[].Observations[].AltCodes[].Name
String
PossibleName of the type of vital sign being read (height, weight, blood pressure, etc.)
VitalSigns[].Observations[].Status
String
ReliableRequiredThe status of the reading (usually completed)
VitalSigns[].Observations[].Interpretation
String
ProbableA flag indicating whether or not the observed value is normal, high, or low.
Supported Values
VitalSigns[].Observations[].DateTime
String
ReliableRequiredThe date/time when the specific vital sign was recorded.
ISO 8601 Format
VitalSigns[].Observations[].Value
String
ReliableRequiredThe measurement recorded for the vital sign.
VitalSigns[].Observations[].Units
String
ReliableRequiredThe units of the measurement.
UCUM Units of Measure
VitalSigns[].Observations[].TargetSite.Code
String
ProbableRequiredA code describing the location on the body where the procedure was performed.
SNOMED CT
VitalSigns[].Observations[].TargetSite.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
VitalSigns[].Observations[].TargetSite.CodeSystemName
String
ProbableCoding 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.
VitalSigns[].Observations[].TargetSite.Name
String
ProbableName of the location on the body where the procedure was performed
VitalSigns[].Observations[].TargetSite.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the location on the body where the procedure was performed
VitalSigns[].Observations[].TargetSite.AltCodes[].Code
String
PossibleA code describing the location on the body where the procedure was performed
VitalSigns[].Observations[].TargetSite.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
VitalSigns[].Observations[].TargetSite.AltCodes[].CodeSystemName
String
PossibleCoding 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.
VitalSigns[].Observations[].TargetSite.AltCodes[].Name
String
PossibleName of the location on the body where the procedure was performed
VitalSigns[].Observations[].Comments[]
Array of Objects
PossibleFree text comments about the vital sign.
VitalSigns[].Observations[].Comments[].Text
String
ReliableThe plain text comment.
{
"Meta": {
"DataModel": "Clinical Summary",
"EventType": "PatientQueryResponse",
"EventDateTime": "2024-09-26T13:09:20.653Z",
"Test": true,
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "ef9e7448-7f65-4432-aa96-059647e9b358",
"Name": "Patient Query Endpoint"
}
],
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"FacilityCode": null
},
"Header": {
"Document": {
"Author": {
"ID": "4356789876",
"IDType": "2.16.840.1.113883.4.6",
"FirstName": "Pat",
"LastName": "Granite",
"Credentials": [
"MD"
],
"Address": {
"StreetAddress": "123 Main St.",
"City": "Madison",
"State": "WI",
"ZIP": "53703",
"County": "Dane",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+16085551234"
},
"Type": null,
"Location": {
"Type": null,
"Facility": null,
"FacilityIdentifiers": [],
"Department": null,
"DepartmentIdentifiers": [],
"Room": null
}
},
"ID": "75cb4ad4-e5f9-4cd3-8750-eb5050521e0d",
"SetID": null,
"VersionNumber": null,
"RelatesTo": [],
"Locale": "US",
"Title": "Community Health and Hospitals: Health Summary",
"DateTime": "2012-09-12T00:00:00.000Z",
"Type": "Summarization of Episode Note",
"TypeCode": {
"Code": "34133-9",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Summarization of Episode Note"
},
"Confidentiality": {
"Code": "N",
"CodeSystem": "2.16.840.1.113883.5.25",
"CodeSystemName": "Confidentiality",
"Name": "normal"
},
"Custodian": {
"Identifiers": [],
"Name": null,
"Type": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null,
"Use": null
},
"Telecom": []
}
},
"Patient": {
"Identifiers": [
{
"ID": "1234",
"IDType": "2.16.840.1.113883.4.6",
"Type": null
}
],
"Demographics": {
"FirstName": "Myra",
"MiddleName": null,
"LastName": "Jones",
"DOB": "1947-05-01",
"SSN": "123-101-1234",
"Sex": "Female",
"Address": {
"StreetAddress": "1357 Amber Drive",
"City": "Beaverton",
"State": "OR",
"County": null,
"Country": "US",
"ZIP": "97006",
"Use": null
},
"PhoneNumber": {
"Home": "+18162766909",
"Mobile": null
},
"EmailAddresses": [
{
"Address": "[email protected]"
}
],
"Language": null,
"Race": "White",
"RaceCodes": [
{
"Code": "2106-3",
"CodeSystem": "2.16.840.1.113883.6.238",
"CodeSystemName": "CDC Race and Ethnicity",
"Name": "White"
},
{
"Code": "2112-1",
"CodeSystem": "2.16.840.1.113883.6.238",
"CodeSystemName": "CDC Race and Ethnicity",
"Name": "German"
}
],
"Ethnicity": "Hispanic or Latino",
"EthnicGroupCodes": [
{
"Code": "2135-2",
"CodeSystem": "2.16.840.1.113883.6.238",
"CodeSystemName": "CDC Race and Ethnicity",
"Name": "Hispanic or Latino"
},
{
"Code": "2149-3",
"CodeSystem": "2.16.840.1.113883.6.238",
"CodeSystemName": "CDC Race and Ethnicity",
"Name": "Mexican American"
}
],
"Religion": "Christian (non-Catholic, non-specific)",
"MaritalStatus": "Married",
"IsDeceased": false,
"DeathDateTime": null
},
"Organization": {
"Identifiers": [],
"Name": null,
"Type": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null,
"Use": null
},
"Telecom": []
}
},
"PCP": {
"ID": null,
"IDType": null,
"FirstName": null,
"LastName": null,
"Credentials": [],
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": null
},
"Type": null,
"Location": {
"Type": null,
"Facility": null,
"FacilityIdentifiers": [],
"Department": null,
"DepartmentIdentifiers": [],
"Room": null
}
}
},
"AdvanceDirectivesText": "<table width=\"100%\"><thead><tr><th>Directive</th><th>Description</th><th>Verification</th><th>Supporting Document(s)</th></tr></thead><tbody><tr><td>Resuscitation status</td><td ID=\"AD1\">Do not resuscitate</td><td>Dr. Robert Dolin, Nov 07, 1999</td><td><linkHtml href=\"AdvanceDirective.b50b7910-7ffb-4f4c-bbe4-177ed68cbbf3.pdf\">Advance directive</linkHtml></td></tr></tbody></table>",
"AdvanceDirectives": [
{
"Type": {
"Code": "304251008",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Resuscitation",
"AltCodes": []
},
"Code": "304253006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Do not resuscitate",
"AltCodes": [],
"StartDate": "2011-02-13T05:00:00.000Z",
"EndDate": null,
"ExternalReference": "AdvanceDirective.b50b7910-7ffb-4f4c-bbe4-177ed68cbbf3.pdf",
"VerifiedBy": [
{
"FirstName": "Robert",
"LastName": "Dolin",
"Credentials": "Dr.",
"DateTime": null
}
],
"Custodians": [
{
"FirstName": "Robert",
"LastName": "Dolin",
"Credentials": "Dr.",
"Address": {
"StreetAddress": "21 North Ave.",
"City": "Burlington",
"State": "MA",
"Country": "USA",
"ZIP": "02368"
}
}
]
}
],
"AllergyText": "<table width=\"100%\"><thead><tr><th>Substance</th><th>Reaction</th><th>Severity</th><th>Status</th></tr></thead><tbody><tr><td>Penicillin G benzathine</td><td ID=\"reaction1\">Hives</td><td ID=\"severity1\">Moderate to severe</td><td>Inactive</td></tr><tr><td>Codeine</td><td ID=\"reaction2\">Shortness of Breath</td><td ID=\"severity2\">Moderate</td><td>Active</td></tr><tr><td>Aspirin</td><td ID=\"reaction3\">Hives</td><td ID=\"severity3\">Mild to moderate</td><td>Active</td></tr></tbody></table>",
"Allergies": [
{
"Type": {
"Code": "419511003",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Propensity to adverse reaction to drug",
"AltCodes": []
},
"Substance": {
"Code": "7982",
"CodeSystem": "2.16.840.1.113883.6.88",
"CodeSystemName": "RxNorm",
"Name": "Penicillin G benzathine",
"AltCodes": []
},
"Reaction": [
{
"Code": "28926001",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Rash",
"AltCodes": [],
"Severity": {
"Code": "255604002",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Mild"
},
"Text": null
},
{
"Code": "247472004",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Hives",
"AltCodes": [],
"Severity": {
"Code": "6736007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Moderate"
},
"Text": null
}
],
"Severity": {
"Code": "6736007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Moderate"
},
"Criticality": {
"Code": "CRITH",
"CodeSystem": "2.16.840.1.113883.5.1063",
"CodeSystemName": "ObservationValue",
"Name": "High criticality"
},
"Status": {
"Code": "73425007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Inactive"
},
"IsNegativeIndicator": null,
"StartDate": null,
"EndDate": null,
"Comment": null,
"Comments": [
{
"Text": "Noted when patient took penicillin for ear infection."
}
]
},
{
"Type": {
"Code": "419511003",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Propensity to adverse reaction to drug",
"AltCodes": []
},
"Substance": {
"Code": "2670",
"CodeSystem": "2.16.840.1.113883.6.88",
"CodeSystemName": "RxNorm",
"Name": "Codeine",
"AltCodes": [
{
"Code": "11QV9BS0CB",
"CodeSystem": "2.16.840.1.113883.4.9",
"CodeSystemName": "UNII",
"Name": "Codeine"
}
]
},
"Reaction": [
{
"Code": "267036007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Shortness of Breath",
"AltCodes": [],
"Severity": {
"Code": "6736007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Moderate"
},
"Text": null
}
],
"Severity": {
"Code": "6736007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Moderate"
},
"Criticality": {
"Code": "CRITL",
"CodeSystem": "2.16.840.1.113883.5.1063",
"CodeSystemName": "ObservationValue",
"Name": "Low criticality"
},
"Status": {
"Code": "55561003",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Active"
},
"IsNegativeIndicator": null,
"StartDate": null,
"EndDate": null,
"Comment": null,
"Comments": []
},
{
"Type": {
"Code": "419511003",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Propensity to adverse reaction to drug",
"AltCodes": []
},
"Substance": {
"Code": "1191",
"CodeSystem": "2.16.840.1.113883.6.88",
"CodeSystemName": "RxNorm",
"Name": "Aspirin",
"AltCodes": []
},
"Reaction": [
{
"Code": "247472004",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Hives",
"AltCodes": [],
"Severity": {
"Code": "371923003",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Mild to moderate"
},
"Text": null
}
],
"Severity": {
"Code": "371923003",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Mild to moderate"
},
"Criticality": {
"Code": "CRITU",
"CodeSystem": "2.16.840.1.113883.5.1063",
"CodeSystemName": "ObservationValue",
"Name": "Unable to assess criticality"
},
"Status": {
"Code": "55561003",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Active"
},
"IsNegativeIndicator": null,
"StartDate": null,
"EndDate": null,
"Comment": null,
"Comments": []
}
],
"CareTeamsText": "<table ID=\"ct39\"> <colgroup> <col span=\"3\" width=\"25%\"/> <col width=\"13%\"/> <col width=\"12%\"/> </colgroup> <thead> <tr> <th>Team Member</th> <th>Relationship</th> <th>Specialty</th> <th>Start Date</th> <th>End Date</th> </tr> </thead> <tbody> <tr styleCode=\"xRowNormal\"> <td> <paragraph styleCode=\"Bold\">Granite, Pat, MD</paragraph> <paragraph>NPI: 4356789876</paragraph> <paragraph>123 Main St.</paragraph> <paragraph>Madison, WI 53703</paragraph> </td> <td>PCP - General</td> <td>General Practice</td> <td>12/23/22</td> <td/> </tr> </tbody> </table>",
"CareTeams": [
{
"Name": null,
"Status": "active",
"Types": [],
"Organization": {
"Identifiers": [],
"Name": null,
"Type": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null,
"Use": null
},
"Telecom": []
},
"Encounter": {
"Identifiers": [],
"Status": null,
"Type": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"DateTime": null,
"EndDateTime": null
},
"Members": [
{
"Identifiers": [
{
"ID": "4356789876",
"IDType": "2.16.840.1.113883.4.6"
}
],
"FirstName": "Pat",
"MiddleName": "Marie",
"LastName": "Granite",
"Credentials": [
"MD"
],
"Address": {
"StreetAddress": "123 Main St.",
"City": "Madison",
"State": "WI",
"ZIP": "53703",
"County": "Dane",
"Country": "USA",
"Use": null
},
"Telecom": [],
"StartDateTime": "2022-12-23",
"EndDateTime": null,
"Roles": [
{
"Code": "PCP",
"CodeSystem": "2.16.840.1.113883.5.88",
"CodeSystemName": "ParticipationFunction",
"Name": "General",
"AltCodes": []
},
{
"Code": "PPRF",
"CodeSystem": "2.16.840.1.113883.5.90",
"CodeSystemName": "ParticipationType",
"Name": "primary performer",
"AltCodes": []
}
]
}
]
}
],
"EncountersText": "<table width=\"100%\"><thead><tr><th>Encounter</th><th>Performer</th><th>Location</th><th>Date</th></tr></thead><tbody><tr ID=\"Encounter1\"><td>
\nPnuemonia</td><td>Dr Henry Seven</td><td>Community Health and Hospitals</td><td>20120806</td></tr></tbody></table>",
"Encounters": [
{
"Identifiers": [
{
"ID": "2376492",
"IDType": "URMC Epic CSN"
},
{
"ID": "8237334",
"IDType": "1.35.829.5.238422.9.10"
}
],
"Status": null,
"Type": {
"Code": "99222",
"CodeSystem": "2.16.840.1.113883.6.12",
"CodeSystemName": "CPT",
"Name": "InPatient Admission",
"AltCodes": []
},
"DateTime": "2012-08-06T04:00:00.000Z",
"EndDateTime": null,
"Providers": [
{
"NPI": null,
"ID": null,
"IDType": null,
"FirstName": null,
"LastName": null,
"Credentials": [],
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": null
},
"Location": {
"Type": null,
"Facility": null,
"FacilityIdentifiers": [],
"Department": null,
"DepartmentIdentifiers": [],
"Room": null
},
"Role": {
"Code": "59058001",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "General Physician",
"AltCodes": []
}
}
],
"Locations": [
{
"Identifiers": [],
"Telecom": [],
"Address": {
"StreetAddress": "1002 Healthcare Dr",
"City": "Portland",
"State": "OR",
"Country": "US",
"ZIP": "97266"
},
"Type": {
"Code": "1160-1",
"CodeSystem": "2.16.840.1.113883.6.259",
"CodeSystemName": "HealthcareServiceLocation",
"Name": "Urgent Care Center",
"AltCodes": []
},
"Name": "Community Health and Hospitals"
}
],
"Diagnosis": [
{
"StartDate": "2012-08-06T04:00:00.000Z",
"EndDate": null,
"Status": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": "active"
},
"IsNegativeIndicator": null,
"Code": "233604007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Pneumonia",
"AltCodes": [],
"Comments": []
}
],
"ReasonForVisit": [
{
"Code": "233604007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Pneumonia",
"AltCodes": []
}
],
"DischargeDisposition": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
}
}
],
"FamilyHistoryText": "<paragraph>Father (deceased)</paragraph><table width=\"100%\"><thead><tr><th>Diagnosis</th><th>Age At Onset</th></tr></thead><tbody><tr><td>Myocardial Infarction (cause of death)</td><td>57</td></tr><tr><td>Diabetes</td><td>40</td></tr></tbody></table>",
"FamilyHistory": [
{
"Relation": {
"Code": "FTH",
"CodeSystem": "2.16.840.1.113883.5.111",
"CodeSystemName": "HL7 FamilyMember",
"Name": "Father",
"Demographics": {
"Sex": "Male",
"DOB": "1912-01-01"
},
"IsDeceased": true
},
"Problems": [
{
"Code": "22298006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Myocardial infarction",
"AltCodes": [],
"Type": {
"Code": "55607006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Problem"
},
"DateTime": null,
"AgeAtOnset": "57",
"IsCauseOfDeath": null
},
{
"Code": "46635009",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Diabetes mellitus type 1",
"AltCodes": [],
"Type": {
"Code": "64572001",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Condition"
},
"DateTime": "1994-01-01T05:00:00.000Z",
"AgeAtOnset": "40",
"IsCauseOfDeath": null
}
]
}
],
"FunctionalStatusText": "<table><thead><tr><th>Assessment</th><th>Date</th><th>Results</th><th>Comments</th></tr></thead><tbody><tr ID=\"FS_Narrative1\"><td ID=\"FS_Type\">Functional Status</td><td>August 15 2012, 5:32pm</td><td ID=\"FS_Finding1\">Dependence on walking stick</td><td></td></tr><tr ID=\"FS_Narrative2\"><td ID=\"FS_Type\">Functional Status</td><td>March 11 2013</td><td ID=\"FS_Finding1\">Independent with dressing</td><td></td></tr><tr ID=\"FS_Narrative3\"><td ID=\"FS_Type\">Transferring</td><td>March 11 2013</td><td ID=\"FS_Finding1\">Independent</td><td></td></tr><tr ID=\"FS_Narrative4\"><td ID=\"FS_Type\">Hearing</td><td>March 11 2013</td><td ID=\"FS_Finding1\">Impaired</td><td></td></tr></tbody></table>",
"FunctionalStatus": {
"Observations": [
{
"Code": "54522-8",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Functional Status",
"AltCodes": [],
"DateTime": "2012-08-15",
"CodedValue": {
"Code": "105504002",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Dependence on walking stick",
"AltCodes": []
},
"Value": "Dependence on walking stick",
"Units": null,
"ReferenceRange": {
"Low": null,
"High": null,
"Text": null
},
"Comments": []
},
{
"Code": "54522-8",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Functional Status",
"AltCodes": [],
"DateTime": "2013-03-11",
"CodedValue": {
"Code": "129035000",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Independent with dressing",
"AltCodes": []
},
"Value": "Independent with dressing",
"Units": null,
"ReferenceRange": {
"Low": null,
"High": null,
"Text": null
},
"Comments": []
},
{
"Code": "46482-6",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Transferring",
"AltCodes": [],
"DateTime": "2013-03-11",
"CodedValue": {
"Code": "371153006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Independent",
"AltCodes": []
},
"Value": "Independent",
"Units": null,
"ReferenceRange": {
"Low": null,
"High": null,
"Text": null
},
"Comments": []
},
{
"Code": "47078008",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Hearing",
"AltCodes": [],
"DateTime": "2013-03-11",
"CodedValue": {
"Code": "260379002",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Impaired",
"AltCodes": []
},
"Value": "Impaired",
"Units": null,
"ReferenceRange": {
"Low": null,
"High": null,
"Text": null
},
"Comments": []
}
],
"Supplies": [
{
"Code": "14106009",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Cardiac Pacemaker",
"AltCodes": [],
"Status": "completed",
"DateTime": "2013-07-03"
}
]
},
"GoalsText": "<paragraph ID=\"Goals\">Patient is targeting a pulse oximetry of 92%</paragraph>",
"Goals": [
{
"Code": "59408-5",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Oxygen saturation in Arterial blood by Pulse oximetry",
"AltCodes": [],
"DateTime": "2012-12-31T23:59:59.999Z",
"CodedValue": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Value": "92",
"Units": "%",
"StartDate": "2013-09-02",
"EndDate": "2013-09-02",
"Priority": {
"Code": "394849002",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "High priority"
},
"AchievementStatus": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": "On track"
},
"Milestones": [],
"Comments": []
}
],
"HealthConcernsText": "<table><thead><tr><th>Health Concern</th><th>Date</th><th>Related Problem</th></tr></thead><tbody><tr ID=\"Concern1\"><td ID=\"Concern1Issue1\">Concerned about being contagious and infecting roommate.</td><td>Concern from 03/02/2014</td><td>Community Acquired Pneumonia</td></tr></tbody></table>",
"HealthConcerns": [
{
"ConcernType": null,
"Category": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"StartDate": "2012-08-06T04:00:00.000Z",
"EndDate": null,
"Code": "385093006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Community Acquired Pneumonia",
"AltCodes": [
{
"Code": "J18.9",
"CodeSystem": "2.16.840.1.113883.6.90",
"CodeSystemName": "ICD-10-CM",
"Name": "Pneumonia"
}
],
"Value": null,
"Units": null,
"Interpretation": null,
"TargetSite": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Status": "active",
"Comments": []
}
],
"ImmunizationText": "<table width=\"100%\"><thead><tr><th>Vaccine</th><th>Date</th><th>Status</th></tr></thead><tbody><tr><td ID=\"immun2\">Influenza virus vaccine, IM</td><td>May 2012</td><td>Completed</td></tr><tr><td ID=\"immun4\">Tetanus and diphtheria toxoids, IM</td><td>Apr 2012</td><td>Completed</td></tr></tbody></table>",
"Immunizations": [
{
"DateTime": "2012-05-10T04:00:00.000Z",
"Route": {
"Code": "C28161",
"CodeSystem": "2.16.840.1.113883.3.26.1.1",
"CodeSystemName": "National Cancer Institute (NCI) Thesaurus",
"Name": "Intramuscular injection",
"AltCodes": []
},
"Status": null,
"Product": {
"Manufacturer": "Health LS - Immuno Inc.",
"Code": "88",
"CodeSystem": "2.16.840.1.113883.6.59",
"CodeSystemName": "CVX",
"Name": "Influenza virus vaccine",
"AltCodes": [],
"LotNumber": null
},
"Dose": {
"Quantity": "50",
"Units": "mcg"
},
"ReasonNotGiven": null,
"AdministrationHistory": []
},
{
"DateTime": "2012-04-01T04:00:00.000Z",
"Route": {
"Code": "C28161",
"CodeSystem": "2.16.840.1.113883.3.26.1.1",
"CodeSystemName": "National Cancer Institute (NCI) Thesaurus",
"Name": "Intramuscular injection",
"AltCodes": []
},
"Status": null,
"Product": {
"Manufacturer": "Health LS - Immuno Inc.",
"Code": "103",
"CodeSystem": "2.16.840.1.113883.6.59",
"CodeSystemName": "CVX",
"Name": "Tetanus and diphtheria toxoids - preservative free",
"AltCodes": [],
"LotNumber": null
},
"Dose": {
"Quantity": "50",
"Units": "mcg"
},
"ReasonNotGiven": null,
"AdministrationHistory": []
}
],
"InsurancesText": null,
"Insurances": [
{
"Plan": {
"ID": "31572",
"IDType": "2.16.840.1.113883.4.642.3.520",
"Name": "HMO Deductible Plan",
"Type": null
},
"MemberNumber": null,
"Company": {
"ID": "60054",
"IDType": null,
"Name": "aetna (60054 0131)",
"Address": {
"StreetAddress": "PO Box 14080",
"City": "Lexington",
"State": "KY",
"ZIP": "40512-4079",
"County": "Fayette",
"Country": "US",
"Use": null
},
"PhoneNumber": "+18089541123"
},
"GroupNumber": "847025-024-0009",
"GroupName": "Accelerator Labs",
"EffectiveDate": "2015-01-01",
"ExpirationDate": "2020-12-31",
"PolicyNumber": "9140860055",
"Priority": null,
"AgreementType": null,
"CoverageType": null,
"Insured": {
"Identifiers": [],
"LastName": null,
"MiddleName": null,
"FirstName": null,
"SSN": null,
"Relationship": null,
"DOB": null,
"Sex": null,
"Address": {
"StreetAddress": null,
"City": null,
"State": null,
"ZIP": null,
"County": null,
"Country": null,
"Use": null
}
}
}
],
"MedicalEquipmentText": "<table width=\"100%\"><thead><tr><th>Supply/Device</th><th>Date Supplied</th></tr></thead><tbody><tr><td>Automatic implantable cardioverter/defibrillator</td><td>Nov 1999</td></tr><tr><td>Total hip replacement prosthesis</td><td>1998</td></tr><tr><td>Wheelchair</td><td>1999</td></tr></tbody></table>",
"MedicalEquipment": [
{
"Status": "completed",
"StartDate": "1999-11-01T05:00:00.000Z",
"Quantity": "2",
"Comments": [],
"Product": {
"Code": "72506001",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Automatic implantable cardioverter/defibrillator",
"AltCodes": [],
"Identifiers": [],
"DeviceID": null,
"Issuer": null,
"SerialNumber": null,
"DistinctID": null,
"ManufacturerName": null,
"LotNumber": null,
"ManufactureDate": null,
"ExpirationDate": null,
"BrandName": null,
"ModelNumber": null,
"CatalogNumber": null,
"Status": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null
},
"SafetyObservations": []
},
"Procedure": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": [],
"TargetSite": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
}
}
},
{
"Status": "completed",
"StartDate": "1998-01-01T05:00:00.000Z",
"Quantity": null,
"Comments": [],
"Product": {
"Code": "304120007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Total hip replacement prosthesis",
"AltCodes": [],
"Identifiers": [],
"DeviceID": null,
"Issuer": null,
"SerialNumber": null,
"DistinctID": null,
"ManufacturerName": null,
"LotNumber": null,
"ManufactureDate": null,
"ExpirationDate": null,
"BrandName": null,
"ModelNumber": null,
"CatalogNumber": null,
"Status": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null
},
"SafetyObservations": []
},
"Procedure": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": [],
"TargetSite": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
}
}
},
{
"Status": "completed",
"StartDate": "1999-01-01T05:00:00.000Z",
"Quantity": null,
"Comments": [],
"Product": {
"Code": "58938008",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Wheelchair",
"AltCodes": [],
"Identifiers": [],
"DeviceID": null,
"Issuer": null,
"SerialNumber": null,
"DistinctID": null,
"ManufacturerName": null,
"LotNumber": null,
"ManufactureDate": null,
"ExpirationDate": null,
"BrandName": null,
"ModelNumber": null,
"CatalogNumber": null,
"Status": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null
},
"SafetyObservations": []
},
"Procedure": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": [],
"TargetSite": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
}
}
}
],
"MedicationsText": "<table width=\"100%\"><thead><tr><th>Medication</th><th>Directions</th><th>Start Date</th><th>Status</th><th>Indications</th><th>Fill Instructions</th></tr></thead><tbody><tr><td ID=\"Med1\">Albuterol 0.09 MG/ACTUAT inhalant solution</td><td>0.09 MG/ACTUAT inhalant solution, 2 puffs once</td><td>20120806</td><td>Active</td><td>Pneumonia (233604007 SNOMED CT)</td><td ID=\"FillIns\">Generic Substitition Allowed</td></tr></tbody></table>",
"Medications": [
{
"Prescription": false,
"FreeTextSig": null,
"Dose": {
"Quantity": "4",
"Units": "mg"
},
"Rate": {
"Quantity": null,
"Units": null
},
"Route": {
"Code": "C38288",
"CodeSystem": "2.16.840.1.113883.3.26.1.1",
"CodeSystemName": "NCI Thesaurus",
"Name": "Oral",
"AltCodes": []
},
"Status": null,
"StartDate": "2013-11-11T05:00:00.000Z",
"EndDate": null,
"Frequency": {
"Period": "8",
"PeriodMax": null,
"Unit": "h",
"EventCode": null,
"InstitutionSpecified": null
},
"NumberOfRefillsRemaining": null,
"TotalRefills": null,
"LastRefillDate": null,
"IsPRN": null,
"Product": {
"Code": "104894",
"CodeSystem": "2.16.840.1.113883.6.88",
"CodeSystemName": "RxNorm",
"Name": "Ondansetron 4 Mg Po Tbdp",
"AltCodes": [
{
"Code": "0378-7732-93",
"CodeSystem": "2.16.840.1.113883.6.69",
"CodeSystemName": "NDC",
"Name": "Ondansetron 4 Mg Po Tbdp"
},
{
"Code": "64695",
"CodeSystem": "2.16.840.1.113883.6.253",
"CodeSystemName": "MDDID",
"Name": "Ondansetron 4 Mg Po Tbdp"
},
{
"Code": "50250065007220",
"CodeSystem": "2.16.840.1.113883.6.68",
"CodeSystemName": "Medispan GPI",
"Name": "Ondansetron 4 Mg Po Tbdp"
},
{
"Code": "64695",
"CodeSystem": "2.16.840.1.113883.6.162",
"CodeSystemName": "Medispan",
"Name": "Ondansetron 4 Mg Po Tbdp"
}
]
},
"Indications": [],
"SupplyOrder": {
"StartDate": null,
"EndDate": null,
"Quantity": null,
"Units": null,
"NumberOfRefillsRemaining": null
},
"AdministrationHistory": []
},
{
"Prescription": false,
"FreeTextSig": null,
"Dose": {
"Quantity": "0.09",
"Units": "mg/actuat"
},
"Rate": {
"Quantity": "90",
"Units": "ml/min"
},
"Route": {
"Code": "C38216",
"CodeSystem": "2.16.840.1.113883.3.26.1.1",
"CodeSystemName": "NCI Thesaurus",
"Name": "RESPIRATORY (INHALATION)",
"AltCodes": []
},
"Status": null,
"StartDate": "2012-08-06T04:00:00.000Z",
"EndDate": "2012-08-13T04:00:00.000Z",
"Frequency": {
"Period": "12",
"PeriodMax": null,
"Unit": "h",
"EventCode": null,
"InstitutionSpecified": null
},
"NumberOfRefillsRemaining": null,
"TotalRefills": null,
"LastRefillDate": null,
"IsPRN": true,
"Product": {
"Code": "573621",
"CodeSystem": "2.16.840.1.113883.6.88",
"CodeSystemName": "RxNorm",
"Name": "Albuterol 0.09 MG/ACTUAT inhalant solution",
"AltCodes": []
},
"Indications": [
{
"Code": "422587007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Nausea",
"AltCodes": []
}
],
"SupplyOrder": {
"StartDate": null,
"EndDate": null,
"Quantity": null,
"Units": null,
"NumberOfRefillsRemaining": null
},
"AdministrationHistory": []
}
],
"PlanOfCareText": "<table width=\"100%\"><thead><tr><th>Planned Activity</th><th>Planned Date</th></tr></thead><tbody><tr><td>Consultation with Dr George Potomac for Asthma</td><td>20120820</td></tr><tr><td>Chest X-ray</td><td>20120826</td></tr><tr><td>Sputum Culture</td><td>20120820</td></tr></tbody></table>",
"PlanOfCare": {
"Orders": [
{
"Code": "624-7",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": null,
"Name": "Sputum Culture",
"AltCodes": [],
"Status": "Request",
"DateTime": "2012-08-20T05:00:00.000Z"
}
],
"Procedures": [
{
"Code": "168731009",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED-CT",
"Name": "Chest X-Ray",
"AltCodes": [],
"Status": "Request",
"DateTime": "2012-08-26T05:00:00.000Z"
}
],
"Encounters": [
{
"Code": "99241",
"CodeSystem": "2.16.840.1.113883.6.12",
"CodeSystemName": "CPT",
"Name": "Office consultation - 15 minutes",
"AltCodes": [],
"Identifiers": [],
"Status": "Intent",
"DateTime": "2012-08-20T05:00:00.000Z"
}
],
"MedicationAdministration": [
{
"Status": "Intent",
"Dose": {
"Quantity": "81",
"Units": "milliGRAM(s)"
},
"Rate": {
"Quantity": null,
"Units": null
},
"Route": {
"Code": "C38288",
"CodeSystem": "2.16.840.1.113883.3.26.1.1",
"CodeSystemName": "NCI Thesaurus",
"Name": "ORAL",
"AltCodes": []
},
"StartDate": "2012-10-02T05:00:00.000Z",
"EndDate": "2012-10-31T04:59:00.000Z",
"Frequency": {
"Period": null,
"Unit": null
},
"Product": {
"Code": "1191",
"CodeSystem": "2.16.840.1.113883.6.88",
"CodeSystemName": "RxNorm",
"Name": "aspirin",
"AltCodes": []
}
}
],
"Supplies": [],
"Services": [
{
"Code": "427519008",
"CodeSystem": "2.16.840.1.113883.11.20.9.34",
"CodeSystemName": "patientEducationType",
"Name": "Caregiver",
"AltCodes": [],
"Status": "Intent",
"DateTime": null
}
]
},
"ProblemsText": "<list><item ID=\"problem1\">Pneumonia : Status - Resolved</item><item ID=\"problem2\">Asthma : Status - Active</item></list>",
"Problems": [
{
"StartDate": "2012-08-06T04:00:00.000Z",
"EndDate": "2012-08-06T04:00:00.000Z",
"Code": "233604007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Pneumonia",
"AltCodes": [
{
"Code": "J18.9",
"CodeSystem": "2.16.840.1.113883.6.90",
"CodeSystemName": "ICD-10-CM",
"Name": "Pneumonia"
},
{
"Code": "486",
"CodeSystem": "2.16.840.1.113883.6.103",
"CodeSystemName": "ICD-9-CM",
"Name": "Pneumonia"
}
],
"Category": {
"Code": "409586006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Complaint",
"AltCodes": []
},
"Status": {
"Code": "413322009",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Resolved"
},
"Comment": null,
"Comments": [],
"HealthStatus": {
"Code": "162467007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Symptom Free",
"AltCodes": []
}
},
{
"StartDate": "2007-10-17T04:00:00.000Z",
"EndDate": "2012-08-06T04:00:00.000Z",
"Code": "195967001",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Asthma",
"AltCodes": [
{
"Code": "J45.909",
"CodeSystem": "2.16.840.1.113883.6.90",
"CodeSystemName": "ICD-10-CM",
"Name": "Asthma"
},
{
"Code": "493.90",
"CodeSystem": "2.16.840.1.113883.6.103",
"CodeSystemName": "ICD-9-CM",
"Name": "Asthma"
}
],
"Category": {
"Code": "409586006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Complaint",
"AltCodes": []
},
"Status": {
"Code": "55561003",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Active"
},
"Comment": null,
"Comments": [],
"HealthStatus": {
"Code": "162467007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Symptom Free",
"AltCodes": []
}
}
],
"ProceduresText": "<table width=\"100%\"><thead><tr><th>Procedure</th><th>Date</th></tr></thead><tbody><tr><td ID=\"Proc2\">Chest X-Ray</td><td>8/7/2012</td></tr></tbody></table>",
"Procedures": {
"Observations": [
{
"Code": "123456",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED-CT",
"Name": "Fake observation",
"AltCodes": [],
"DateTime": "2012-08-07",
"Status": "active",
"TargetSite": {
"Code": "302539009",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED-CT",
"Name": "Entire hand (body structure)",
"AltCodes": []
},
"Comments": []
}
],
"Procedures": [
{
"Code": "168731009",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED-CT",
"Name": "Chest X-Ray",
"AltCodes": [],
"DateTime": "2012-08-07",
"Status": "completed",
"TargetSite": {
"Code": "181608004",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED-CT",
"Name": "Entire chest wall (body structure)",
"AltCodes": []
},
"Comments": []
}
],
"Services": [
{
"Code": "123456",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED-CT",
"Name": "Fake action",
"AltCodes": [],
"DateTime": "2012-08-07",
"Status": "aborted",
"Comments": []
}
]
},
"ResolvedProblemsText": "<list><item ID=\"problem1\">Tobacco abuse : Status - Resolved</item></list>",
"ResolvedProblems": [
{
"StartDate": "2012-08-06T04:00:00.000Z",
"EndDate": "2012-08-06T04:00:00.000Z",
"Code": "110483000",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Tobacco abuse",
"AltCodes": [
{
"Code": "Z72.0",
"CodeSystem": "2.16.840.1.113883.6.90",
"CodeSystemName": "ICD-10-CM",
"Name": "Tobacco abuse"
},
{
"Code": "305.1",
"CodeSystem": "2.16.840.1.113883.6.103",
"CodeSystemName": "ICD-9-CM",
"Name": "Tobacco abuse"
},
{
"Code": "55885",
"CodeSystem": "2.16.840.1.113883.3.247.1.1",
"CodeSystemName": "Intelligent Medical Objects ProblemIT",
"Name": "Tobacco abuse"
}
],
"Category": {
"Code": "64572001",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Tobacco abuse",
"AltCodes": [
{
"Code": "75323-6",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Tobacco abuse"
}
]
},
"Status": {
"Code": "413322009",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Resolved"
},
"Comment": null,
"Comments": []
}
],
"ResultText": "<table><tbody><tr><td colspan=\"2\">LABORATORY INFORMATION</td></tr><tr><td colspan=\"2\">Chemistries and drug levels</td></tr><tr><td ID=\"result1\">HGB (M 13-18 g/dl; F 12-16 g/dl)</td><td>13.2</td></tr><tr><td ID=\"result2\">WBC (4.3-10.8 10+3/ul)</td><td>6.7</td></tr><tr><td ID=\"result3\">PLT (135-145 meq/l)</td><td>123 (L)</td></tr></tbody></table>",
"Results": [
{
"Code": "43789009",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "CBC WO DIFFERENTIAL",
"AltCodes": [],
"Encounter": {
"Identifiers": [],
"Status": null,
"Type": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"DateTime": null,
"EndDateTime": null
},
"Status": "Final",
"Producer": {
"ID": "RL001",
"Name": "Redox Lab WI",
"IDType": null,
"Address": {
"StreetAddress": "111 W. Fairchild",
"City": "Madison",
"State": "WI",
"ZIP": "53703",
"County": "Dane",
"Country": "USA",
"Use": null
}
},
"Specimen": {
"CollectionDateTime": "2012-08-10T14:00:00.000Z",
"Identifiers": [
"1.2.840.113840.5^BL-201201-01"
],
"Source": {
"Code": "420135007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Blood, whole"
},
"TargetSite": {
"Code": "LA",
"CodeSystem": "2.16.840.1.113883.18.81",
"CodeSystemName": "Body Site",
"Name": "Left Arm"
}
},
"Observations": [
{
"Code": "30313-1",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "HGB",
"AltCodes": [],
"Status": "Final",
"Interpretation": "Normal",
"DateTime": "2012-08-10T14:00:00.000Z",
"CodedValue": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Value": "10.2",
"ValueType": "PhysicalQuantity",
"FileType": null,
"Units": "g/dl",
"ReferenceRange": {
"Low": null,
"High": null,
"Text": null
},
"Comments": []
},
{
"Code": "33765-9",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "WBC",
"AltCodes": [],
"Status": "Final",
"Interpretation": "Normal",
"DateTime": "2012-08-10T14:00:00.000Z",
"CodedValue": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Value": "12.3",
"ValueType": "PhysicalQuantity",
"FileType": null,
"Units": "10+3/ul",
"ReferenceRange": {
"Low": null,
"High": null,
"Text": null
},
"Comments": []
},
{
"Code": "26515-7",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "PLT",
"AltCodes": [],
"Status": "Final",
"Interpretation": "Low",
"DateTime": "2012-08-10T14:00:00.000Z",
"CodedValue": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Value": "123",
"ValueType": "PhysicalQuantity",
"FileType": null,
"Units": "10+3/ul",
"ReferenceRange": {
"Low": null,
"High": null,
"Text": null
},
"Comments": []
}
]
},
{
"Code": "624-7",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Sputum Culture",
"AltCodes": [],
"Encounter": {
"Identifiers": [],
"Status": null,
"Type": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"DateTime": null,
"EndDateTime": null
},
"Status": "In Progress",
"Producer": {
"ID": "RL001",
"Name": "Redox Lab WI",
"IDType": null,
"Address": {
"StreetAddress": "111 W. Fairchild",
"City": "Madison",
"State": "WI",
"ZIP": "53703",
"County": "Dane",
"Country": "USA",
"Use": null
}
},
"Specimen": {
"CollectionDateTime": null,
"Identifiers": [],
"Source": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null
},
"TargetSite": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null
}
},
"Observations": [
{
"Code": "86243-3",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Color of Sputum",
"AltCodes": [],
"Status": "Final",
"Interpretation": null,
"DateTime": "2012-08-10T14:00:00.000Z",
"CodedValue": {
"Code": "54662009",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Green",
"AltCodes": []
},
"Value": "Green",
"ValueType": "Code",
"FileType": null,
"Units": null,
"ReferenceRange": {
"Low": null,
"High": null,
"Text": null
},
"Comments": []
}
]
}
],
"SocialHistoryText": "<table width=\"100%\"><thead><tr><th>Social History Element</th><th>Description</th><th>Effective Dates</th></tr></thead><tbody><tr><td ID=\"soc1\">smoking</td><td>Former Smoker (1 pack per day</td><td>20050501 to 20110227</td></tr><tr><td ID=\"soc2\">smoking</td><td>Current Everyday Smoker 2 packs per day</td><td>20110227 - today</td></tr></tbody></table>",
"SocialHistory": {
"Observations": [
{
"Code": "160573003",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Alcohol Consumption",
"AltCodes": [],
"Value": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"ValueText": "1",
"Units": "/d",
"StartDate": "1990-05-01T04:00:00.000Z",
"EndDate": null,
"Comments": []
}
],
"Pregnancy": [],
"TobaccoUse": [
{
"Code": "8517006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Former smoker",
"AltCodes": [],
"IsSmokingStatus": true,
"StartDate": "2015-06-03T09:35:00.000Z",
"EndDate": null,
"Comments": []
},
{
"Code": "65568007",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Cigarette smoker",
"AltCodes": [],
"IsSmokingStatus": false,
"StartDate": "2005-05-01",
"EndDate": "2008-09-01",
"Comments": []
}
]
},
"VitalSignsText": "<table width=\"100%\"><thead><tr><th align=\"right\">Date / Time: </th><th>Nov 1, 2011</th><th>August 6, 2012</th></tr></thead><tbody><tr><th align=\"left\">Height</th><td ID=\"vit1\">69 inches</td><td ID=\"vit2\">69 inches</td></tr><tr><th align=\"left\">Weight</th><td ID=\"vit3\">189 lbs</td><td ID=\"vit4\">194 lbs</td></tr><tr><th align=\"left\">Blood Pressure</th><td ID=\"vit5\">132/86 mmHg</td><td ID=\"vit6\">145/88 mmHg</td></tr></tbody></table>",
"VitalSigns": [
{
"DateTime": "1999-11-14T00:00:00.000Z",
"Observations": [
{
"Code": "8302-2",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Height",
"AltCodes": [],
"Status": "completed",
"Interpretation": "Normal",
"DateTime": "1999-11-14T00:00:00.000Z",
"Value": "177",
"Units": "cm",
"TargetSite": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Comments": []
},
{
"Code": "3141-9",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Patient Body Weight - Measured",
"AltCodes": [],
"Status": "completed",
"Interpretation": "Normal",
"DateTime": "1999-11-14T00:00:00.000Z",
"Value": "86",
"Units": "kg",
"TargetSite": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Comments": []
},
{
"Code": "8480-6",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Intravascular Systolic",
"AltCodes": [],
"Status": "completed",
"Interpretation": "Normal",
"DateTime": "1999-11-14T00:00:00.000Z",
"Value": "132",
"Units": "mm[Hg]",
"TargetSite": {
"Code": "368208006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Left upper arm structure",
"AltCodes": []
},
"Comments": []
}
]
},
{
"DateTime": "2000-04-07T00:00:00.000Z",
"Observations": [
{
"Code": "8302-2",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Height",
"AltCodes": [],
"Status": "completed",
"Interpretation": "Normal",
"DateTime": "2000-04-07T00:00:00.000Z",
"Value": "177",
"Units": "cm",
"TargetSite": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Comments": []
},
{
"Code": "3141-9",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Patient Body Weight - Measured",
"AltCodes": [],
"Status": "completed",
"Interpretation": "Normal",
"DateTime": "2000-04-07T00:00:00.000Z",
"Value": "88",
"Units": "kg",
"TargetSite": {
"Code": null,
"CodeSystem": null,
"CodeSystemName": null,
"Name": null,
"AltCodes": []
},
"Comments": []
},
{
"Code": "8480-6",
"CodeSystem": "2.16.840.1.113883.6.1",
"CodeSystemName": "LOINC",
"Name": "Intravascular Systolic",
"AltCodes": [],
"Status": "completed",
"Interpretation": "Normal",
"DateTime": "2000-04-07T00:00:00.000Z",
"Value": "145",
"Units": "mm[Hg]",
"TargetSite": {
"Code": "368208006",
"CodeSystem": "2.16.840.1.113883.6.96",
"CodeSystemName": "SNOMED CT",
"Name": "Left upper arm structure",
"AltCodes": []
},
"Comments": []
}
]
}
]
}
Use PatientPush to send a Clinical Summary to another application or to an EHR or HIE as a Continuity of Care Document (CCD). The body of your request should contain the sections listed below.
The Header section is required and you must include the fields flagged as required. For the other sections, the required flag indicates that a field is required for entries you include in that section. For example, if you populate the Medications section, then each medication must have a product. However, if a given section has no entries then those fields are not required. To indicate that a section is empty, simply send an empty array for that section (e.g.
Medications: []
).The fields for PatientPush are identical to those for Query, except for the following:
Each section in Query contains a "Text" field (e.g.
AllergiesText
) that summarizes the contents of the section. These fields are not included in PatientPush. Redox will generate this summary based on the structured data you send.PatientPush includes an expanded
Document
object in the Header section, allowing you to specify a document author and a visit related to the document (if applicable). Note thatHeader.Document.ID
is required.
Fields
Meta
Meta.DataModel
String
ReliableRequiredClinical Summary
Meta.EventType
String
ReliableRequiredPatientPush
Meta.EventDateTime
DateTime
ReliableDisplays the UTC date and time that an outgoing request is delivered or an incoming request is received.
ISO 8601 Format
Meta.Test
Boolean
ReliableIndicates whether the request is a test or not.
Meta.Source
String
ReliableContains the information for the system initiating the message, including the source ID and name.
Included in messages from Redox
Meta.Source.ID
String
ReliableIdentifies 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
Meta.Source.Name
String
ReliableDisplays the name of the system initiating the message.
Meta.Destinations[]
Array of Objects
ReliableContains 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.
Meta.Destinations[].ID
String
ReliableIdentifies the endpoint that the request is directed to.
UUID
Meta.Destinations[].Name
String
ReliableDisplays the name of the endpoint that the request is directed to.
Meta.Logs[]
Array of Objects
ReliableContains the log identifier(s) for the request.
Meta.Logs[].ID
String
ReliableIdentifies 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
Meta.Logs[].AttemptID
String
ReliableIdentifies the request log attempt value, which is useful when retries are possible.
UUID
Meta.FacilityCode
String
PossibleCode 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.
Header
Header.DirectAddressFrom
PossibleThe sender's Direct address, if one or both sides are using Direct messaging.
Header.DirectAddressTo
PossibleThe recipient's Direct address, if one or both sides are using Direct messaging.
Header.Document
Object
ReliableAn object containing metadata about the document being pushed to the destination.
Header.Document.Author.ID
String
ReliableID of the Provider responsible for the document.
This ID is often required for Inpatient Visits.
Header.Document.Author.IDType
String
ReliableID type of the ID for the Provider responsible for the document
Header.Document.Author.FirstName
String
PossibleFirst name of the Provider responsible for the document
Header.Document.Author.LastName
String
PossibleLast name of the Provider responsible for the document
Header.Document.Author.Credentials[]
Array of Strings
PossibleList of credentials for the Provider responsible for the document.
e.g. MD, PhD
Header.Document.Author.Address
Object
PossibleProvider's address
Header.Document.Author.Address.StreetAddress
String
PossibleStreet address
Header.Document.Author.Address.City
String
PossibleCity
Header.Document.Author.Address.State
String
PossibleState
Header.Document.Author.Address.ZIP
String
PossibleZIP
Header.Document.Author.Address.County
String
PossibleCounty
Header.Document.Author.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Header.Document.Author.EmailAddresses[]
Array of Strings
ProbableProvider's email address(es)
Header.Document.Author.PhoneNumber.Office
String
PossibleProvider's office phone number.
In E. 164 Format. (e.g. +16085551234)
Header.Document.Author.Type
String
ReliableValueSetThe type of Provider responsible for the document
-
Additional values may be added by Redox in the future.
-
Header.Document.Author.Location
Object
PossibleProvider's location
Header.Document.Author.Location.Type
String
PossibleType of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone
Header.Document.Author.Location.Facility
String
PossibleFacility.
Example: Community Hospital
Header.Document.Author.Location.FacilityIdentifiers[]
Array of Objects
PossibleList of IDs specific to this facility
Header.Document.Author.Location.FacilityIdentifiers[].ID
String
PossibleAn ID specific to this facility
Header.Document.Author.Location.FacilityIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Document.Author.Location.Department
String
PossibleDepartment
Header.Document.Author.Location.DepartmentIdentifiers[]
Array of Objects
PossibleList of IDs specific to this department
Header.Document.Author.Location.DepartmentIdentifiers[].ID
String
PossibleAn ID specific to this department
Header.Document.Author.Location.DepartmentIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Document.Author.Location.Room
String
PossibleRoom.
Example: 136
Header.Document.ID
String
ReliableRequiredYour application's ID for the document
Header.Document.SetID
String
PossibleAn ID for the document that is common across all document revisions.
WhenSetID
is provided,VersionNumber
is required.
Header.Document.VersionNumber
Number
PossibleAn 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
.
Header.Document.RelatesTo[]
Array of Objects
PossibleThe identifiers for other documents related to this document, such as prior versions that this document replaces.
Header.Document.RelatesTo[].Code
String
ReliableRequiredA code for how the related document interacts with this document.
FHIR Document Relationship Type or CDA RelatedDocument TypeCode:APND
(appends),RPLC
(replaces), orXFRM
(transforms).
Header.Document.RelatesTo[].ID
String
ReliableRequiredThe ID of the related document
Header.Document.RelatesTo[].SetID
String
PossibleAn ID for the document that is common across all document revisions.
WhenSetID
is provided,VersionNumber
is required.
Header.Document.RelatesTo[].VersionNumber
Number
PossibleAn integer version number for the related revision of the document.
WhenSetID
is provided,VersionNumber
is required.
Header.Document.Locale
String
ReliableRequiredThe language of the document.
Header.Document.Title
String
ReliableRequiredThe title of the document.
Header.Document.DateTime
String
ReliableRequiredThe creation/publishing date/time of the document.
Header.Document.Type
String
ReliableThe type of document.
This field is slated to be deprecated in favor of Header.Document.TypeCode.Name
Header.Document.TypeCode.Code
String
ReliableA code describing the type of document.
LOINC Document Type
Header.Document.TypeCode.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.TypeCode.CodeSystemName
String
ReliableCoding system to which the code belongs (LOINC preferred).
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.TypeCode.Name
String
ReliableName of the type of document.
Summarization of Episode Note, Progress Note, etc.
Header.Document.Confidentiality.Code
String
ReliableA code describing intended disclosure of information contained within the document.
N (Normal), R (Restricted), V (Very Restricted)
Header.Document.Confidentiality.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Confidentiality.CodeSystemName
String
ReliableCoding 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.
Header.Document.Confidentiality.Name
String
ReliableName of intended disclosure of information contained within the document
Header.Document.Custodian
Object
ProbableThe organization or group responsible for the ongoing maintenance and access to the document
Header.Document.Custodian.Identifiers[]
Array of Objects
ProbableList of IDs specific to this custodian organization
Header.Document.Custodian.Identifiers[].ID
String
ProbableAn ID specific to this custodian organization
Header.Document.Custodian.Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Document.Custodian.Name
ProbableThe name of the custodian organization
Header.Document.Custodian.Type.Code
String
ProbableA code describing the kind of custodian organization
Header.Document.Custodian.Type.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Custodian.Type.CodeSystemName
String
ProbableCoding 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.
Header.Document.Custodian.Type.Name
String
ProbableName of the kind of custodian organization
Header.Document.Custodian.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the kind of custodian organization
Header.Document.Custodian.Type.AltCodes[].Code
String
PossibleA code describing the kind of custodian organization
Header.Document.Custodian.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Custodian.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Header.Document.Custodian.Type.AltCodes[].Name
String
PossibleName of the kind of custodian organization
Header.Document.Custodian.Address
Object
ProbableThe address information for the custodian organization
Header.Document.Custodian.Address.StreetAddress
String
ProbableStreet address
Header.Document.Custodian.Address.City
String
ProbableCity
Header.Document.Custodian.Address.State
String
ProbableState
Header.Document.Custodian.Address.ZIP
String
ProbableZIP
Header.Document.Custodian.Address.County
String
PossibleCounty
Header.Document.Custodian.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Header.Document.Custodian.Address.Use
String
ProbableUse
Header.Document.Custodian.Telecom[]
ProbablePhone, fax, email, or other communication numbers for the custodian organization
Header.Document.Custodian.Telecom[].Value
ProbableThe phone number or telecommunications address
Header.Document.Custodian.Telecom[].Use
ProbableThe purpose of this telecommunications address (e.g. home, work, direct)
Header.Document.Custodian.Telecom[].System
ProbableThe form of this address (e.g. phone, email, fax).
Supported Values
Header.Patient.Identifiers[]
Array of Objects
ReliableAn array of identifiers for the patient.
Header.Patient.Identifiers[].ID
String
ReliableRequiredThe actual identifier for the patient.
Header.Patient.Identifiers[].IDType
String
ReliableRequiredAn ID type associated with identifier (Medical Record Number, etc.)
Header.Patient.Identifiers[].Type
String
ReliableIf present, contains the same value as IDType. Provided for backwards compatibility with earlier versions of the API.
Header.Patient.Demographics.FirstName
String
ReliableRequiredPatient's first name
Header.Patient.Demographics.MiddleName
String
ProbablePatient's middle name
Header.Patient.Demographics.LastName
String
ReliableRequiredPatient's last name
Header.Patient.Demographics.DOB
Date
ReliableRequiredPatient's date of birth.
In YYYY-MM-DD format
Header.Patient.Demographics.SSN
String
ReliablePatient SSN
Header.Patient.Demographics.Sex
String
ReliableValueSetRequiredPatient gender
-
Additional values may be added by Redox in the future.
-
Header.Patient.Demographics.Address.StreetAddress
String
Reliable
Header.Patient.Demographics.Address.City
String
Reliable
Header.Patient.Demographics.Address.State
String
Reliable
Header.Patient.Demographics.Address.County
String
Reliable
Header.Patient.Demographics.Address.Country
String
Reliable
Header.Patient.Demographics.Address.ZIP
String
Reliable
Header.Patient.Demographics.Address.Use
String
Possible
Header.Patient.Demographics.PhoneNumber.Home
String
Reliable
Header.Patient.Demographics.PhoneNumber.Mobile
String
Reliable
Header.Patient.Demographics.EmailAddresses[].Address
String
Reliable
Header.Patient.Demographics.Language
String
PossiblePatient's primary spoken language.
In ISO 639-1 alpha values (e.g. 'en'). Supported Values
Header.Patient.Demographics.Race
String
ReliableValueSetPatient's race - this is equivalent to the first RaceCodes[].Name
-
Additional values may be added by Redox in the future.
-
Header.Patient.Demographics.RaceCodes[].Code
String
ProbableA code describing the patient's race
Header.Patient.Demographics.RaceCodes[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Patient.Demographics.RaceCodes[].CodeSystemName
String
ProbableCoding 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.
Header.Patient.Demographics.RaceCodes[].Name
String
ProbableName of the patient's race
Header.Patient.Demographics.Ethnicity
String
ReliableOne of the following: Hispanic or latino, Not hispanic or latino, Refused to report, Unknown
Header.Patient.Demographics.EthnicGroupCodes[].Code
String
ProbableA code describing the patient's ethnicity
Header.Patient.Demographics.EthnicGroupCodes[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Patient.Demographics.EthnicGroupCodes[].CodeSystemName
String
ProbableCoding 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.
Header.Patient.Demographics.EthnicGroupCodes[].Name
String
ProbableName of the patient's ethnicity
Header.Patient.Demographics.Religion
String
ReliableValueSet
-
Additional values may be added by Redox in the future.
-
Header.Patient.Demographics.MaritalStatus
String
ReliableValueSet
-
Additional values may be added by Redox in the future.
-
Header.Patient.Demographics.IsDeceased
Boolean
PossibleIndicates if the patient is deceased
Header.Patient.Demographics.DeathDateTime
DateTime
PossibleDate and Time the patient was proclaimed deceased.
ISO 8601 Format
Header.Patient.Organization
Object
ProbableOrganization that is the custodian of the patient record
Header.Patient.Organization.Identifiers[]
Array of Objects
ProbableList of IDs specific to this organization
Header.Patient.Organization.Identifiers[].ID
String
ProbableAn ID specific to this organization
Header.Patient.Organization.Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Patient.Organization.Name
ProbableThe name of the organization
Header.Patient.Organization.Type.Code
String
ProbableA code describing the kind of organization
Header.Patient.Organization.Type.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Patient.Organization.Type.CodeSystemName
String
ProbableCoding 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.
Header.Patient.Organization.Type.Name
String
ProbableName of the kind of organization
Header.Patient.Organization.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the kind of organization
Header.Patient.Organization.Type.AltCodes[].Code
String
PossibleA code describing the kind of organization
Header.Patient.Organization.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Patient.Organization.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Header.Patient.Organization.Type.AltCodes[].Name
String
PossibleName of the kind of organization
Header.Patient.Organization.Address
Object
ProbableThe address information for the organization
Header.Patient.Organization.Address.StreetAddress
String
ProbableStreet address
Header.Patient.Organization.Address.City
String
ProbableCity
Header.Patient.Organization.Address.State
String
ProbableState
Header.Patient.Organization.Address.ZIP
String
ProbableZIP
Header.Patient.Organization.Address.County
String
PossibleCounty
Header.Patient.Organization.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Header.Patient.Organization.Address.Use
String
ProbableUse
Header.Patient.Organization.Telecom[]
ProbablePhone, fax, email, or other communication numbers for the organization
Header.Patient.Organization.Telecom[].Value
ProbableThe phone number or telecommunications address
Header.Patient.Organization.Telecom[].Use
ProbableThe purpose of this telecommunications address (e.g. home, work, direct)
Header.Patient.Organization.Telecom[].System
ProbableThe form of this address (e.g. phone, email, fax).
Supported Values
Header.PCP.ID
String
PossibleID of the Primary Care Provider for the Patient.
This ID is often required for Inpatient Visits.
Header.PCP.IDType
String
PossibleID type of the ID for the Primary Care Provider for the Patient
Header.PCP.FirstName
String
PossibleFirst name of the Primary Care Provider for the Patient
Header.PCP.LastName
String
PossibleLast name of the Primary Care Provider for the Patient
Header.PCP.Credentials[]
Array of Strings
PossibleList of credentials for the Primary Care Provider for the Patient.
e.g. MD, PhD
Header.PCP.Address
Object
PossibleProvider's address
Header.PCP.Address.StreetAddress
String
PossibleStreet address
Header.PCP.Address.City
String
PossibleCity
Header.PCP.Address.State
String
PossibleState
Header.PCP.Address.ZIP
String
PossibleZIP
Header.PCP.Address.County
String
PossibleCounty
Header.PCP.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
Header.PCP.EmailAddresses[]
Array of Strings
ProbableProvider's email address(es)
Header.PCP.PhoneNumber.Office
String
PossibleProvider's office phone number.
In E. 164 Format. (e.g. +16085551234)
Header.PCP.Type
String
PossibleValueSetThe type of Primary Care Provider for the Patient
-
Additional values may be added by Redox in the future.
-
Header.PCP.Location
Object
PossibleProvider's location
Header.PCP.Location.Type
String
PossibleType of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone
Header.PCP.Location.Facility
String
PossibleFacility.
Example: Community Hospital
Header.PCP.Location.FacilityIdentifiers[]
Array of Objects
PossibleList of IDs specific to this facility
Header.PCP.Location.FacilityIdentifiers[].ID
String
PossibleAn ID specific to this facility
Header.PCP.Location.FacilityIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.PCP.Location.Department
String
PossibleDepartment
Header.PCP.Location.DepartmentIdentifiers[]
Array of Objects
PossibleList of IDs specific to this department
Header.PCP.Location.DepartmentIdentifiers[].ID
String
PossibleAn ID specific to this department
Header.PCP.Location.DepartmentIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.PCP.Location.Room
String
PossibleRoom.
Example: 136
Header.Document.Visit
PossibleNote - visit fields are unlikely in PatientPush. The VisitPush event type should be used instead.
Header.Document.Visit
ReliableIf the document is tied to a visit, this contains information about the encompassing encounter.
Header.Document.Visit.StartDateTime
DateTime
ProbableThe start date/time of the visit.
ISO 8601 Format
Header.Document.Visit.EndDateTime
String
ProbableThe end date/time of the visit.
ISO 8601 Format
Header.Document.Visit.Reason
String
PossibleThe reason for visit.
The Reason for Visit is rarely found in the header. Instead, look to the ReasonForVisitText and related fields.
Header.Document.Visit.VisitNumber
String
ReliableRequiredID for the patient visit/encounter.
Header.Document.Visit.Type.Code
String
ProbableA code describing the type of visit (office visit, hospital, etc).
CPT-4
Header.Document.Visit.Type.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Visit.Type.CodeSystemName
String
ProbableCoding 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.
Header.Document.Visit.Type.Name
String
ProbableName of the type of visit (office visit, hospital, etc)
Header.Document.Visit.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of visit (office visit, hospital, etc)
Header.Document.Visit.Type.AltCodes[].Code
String
PossibleA code describing the type of visit (office visit, hospital, etc)
Header.Document.Visit.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Visit.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Header.Document.Visit.Type.AltCodes[].Name
String
PossibleName of the type of visit (office visit, hospital, etc)
Header.Document.Visit.Location
Object
PossibleThe location of the visit. Note - more precise information may be available via an extension.
Header.Document.Visit.Location.Type
String
PossibleType of location.
Examples: Clinic, Department, Home, Nursing Unit, Provider's Office, Phone
Header.Document.Visit.Location.Facility
String
PossibleFacility.
Example: Community Hospital
Header.Document.Visit.Location.FacilityIdentifiers[]
Array of Objects
PossibleList of IDs specific to this facility
Header.Document.Visit.Location.FacilityIdentifiers[].ID
String
PossibleAn ID specific to this facility
Header.Document.Visit.Location.FacilityIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Document.Visit.Location.Department
String
PossibleDepartment
Header.Document.Visit.Location.DepartmentIdentifiers[]
Array of Objects
PossibleList of IDs specific to this department
Header.Document.Visit.Location.DepartmentIdentifiers[].ID
String
PossibleAn ID specific to this department
Header.Document.Visit.Location.DepartmentIdentifiers[].IDType
String
PossibleThe source or system to which this ID pertains.
Could be an OID or a human-readable name
Header.Document.Visit.Location.Room
String
PossibleRoom.
Example: 136
Header.Document.Visit.DischargeDisposition.Code
String
ProbableA code describing the discharge disposition of the visit.
Header.Document.Visit.DischargeDisposition.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Visit.DischargeDisposition.CodeSystemName
String
ProbableCoding 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.
Header.Document.Visit.DischargeDisposition.Name
String
ProbableName of the discharge disposition of the visit.
Header.Document.Visit.DischargeDisposition.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the discharge disposition of the visit.
Header.Document.Visit.DischargeDisposition.AltCodes[].Code
String
PossibleA code describing the discharge disposition of the visit.
Header.Document.Visit.DischargeDisposition.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Header.Document.Visit.DischargeDisposition.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Header.Document.Visit.DischargeDisposition.AltCodes[].Name
String
PossibleName of the discharge disposition of the visit.
AdvanceDirectives
AdvanceDirectivesText
String
ProbableFree text form of the advance directives summary
AdvanceDirectives[]
Array of Objects
Probable
AdvanceDirectives[].Type.Code
String
ReliableRequiredA code describing the type of advance directive (such as resuscitation).
SNOMED CT
AdvanceDirectives[].Type.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
AdvanceDirectives[].Type.CodeSystemName
String
ReliableCoding 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.
AdvanceDirectives[].Type.Name
String
ReliableName of the type of advance directive (such as resuscitation)
AdvanceDirectives[].Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of advance directive (such as resuscitation)
AdvanceDirectives[].Type.AltCodes[].Code
String
PossibleA code describing the type of advance directive (such as resuscitation)
AdvanceDirectives[].Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
AdvanceDirectives[].Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
AdvanceDirectives[].Type.AltCodes[].Name
String
PossibleName of the type of advance directive (such as resuscitation)
AdvanceDirectives[].Code
String
ReliableRequiredA code describing the value of the advance directive (such as 'do not resuscitate').
SNOMED CT
AdvanceDirectives[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
AdvanceDirectives[].CodeSystemName
String
ReliableCoding 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.
AdvanceDirectives[].Name
String
ReliableName of the value of the advance directive (such as 'do not resuscitate')
AdvanceDirectives[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the value of the advance directive (such as 'do not resuscitate')
AdvanceDirectives[].AltCodes[].Code
String
PossibleA code describing the value of the advance directive (such as 'do not resuscitate')
AdvanceDirectives[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
AdvanceDirectives[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
AdvanceDirectives[].AltCodes[].Name
String
PossibleName of the value of the advance directive (such as 'do not resuscitate')
AdvanceDirectives[].StartDate
DateTime
ReliableRequiredEffective start date of the advance directive.
ISO 8601 Format
AdvanceDirectives[].EndDate
DateTime
ProbableEffective end date of the advance directive.
ISO 8601 Format
AdvanceDirectives[].ExternalReference
String
ProbableA link to a location where the document can be accessed.
AdvanceDirectives[].VerifiedBy[]
Array of Objects
ProbableA collection of people who verified the advance directive with the patient
AdvanceDirectives[].VerifiedBy[].FirstName
String
Probable
AdvanceDirectives[].VerifiedBy[].LastName
String
Probable
AdvanceDirectives[].VerifiedBy[].Credentials
String
Probable
AdvanceDirectives[].VerifiedBy[].DateTime
String
Probable
AdvanceDirectives[].Custodians[]
Array of Objects
ProbablePeople legally responsible for the advance directive document.
AdvanceDirectives[].Custodians[].FirstName
String
Probable
AdvanceDirectives[].Custodians[].LastName
String
Probable
AdvanceDirectives[].Custodians[].Credentials
String
Probable
AdvanceDirectives[].Custodians[].Address.StreetAddress
String
Probable
AdvanceDirectives[].Custodians[].Address.City
String
Probable
AdvanceDirectives[].Custodians[].Address.State
String
Probable
AdvanceDirectives[].Custodians[].Address.Country
String
Probable
AdvanceDirectives[].Custodians[].Address.ZIP
String
Probable
Allergies
AllergyText
String
ReliableFree text form of the allergies summary.
When sent via Redox API, this can ONLY be pushed as plain text without any markup.
Allergies[]
Array of Objects
Probable
Allergies[].Type.Code
String
ReliableRequiredA code describing the type of allergy intolerance this is (food, drug, etc.).
SNOMED CT from Allergy/Adverse Event Type Value Set
Allergies[].Type.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Type.CodeSystemName
String
ReliableCoding 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.
Allergies[].Type.Name
String
ReliableName of the type of allergy intolerance this is (food, drug, etc.)
Allergies[].Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of allergy intolerance this is (food, drug, etc.)
Allergies[].Type.AltCodes[].Code
String
PossibleA code describing the type of allergy intolerance this is (food, drug, etc.)
Allergies[].Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Allergies[].Type.AltCodes[].Name
String
PossibleName of the type of allergy intolerance this is (food, drug, etc.)
Allergies[].Substance.Code
String
ReliableRequired
Allergies[].Substance.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Substance.CodeSystemName
String
ReliableCoding 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.
Allergies[].Substance.Name
String
ReliableName of the substance that the causes the allergy/intolerance
Allergies[].Substance.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the substance that the causes the allergy/intolerance
Allergies[].Substance.AltCodes[].Code
String
PossibleA code describing the substance that the causes the allergy/intolerance
Allergies[].Substance.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Substance.AltCodes[].CodeSystemName
String
PossibleCoding 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.
Allergies[].Substance.AltCodes[].Name
String
PossibleName of the substance that the causes the allergy/intolerance
Allergies[].Reaction[]
Array of Objects
ProbableAll the reactions caused by this particular substance.
SNOMED CT
Allergies[].Reaction[].Code
String
ReliableRequiredA code describing the reaction caused by the allergy (dizziness, hives ,etc.).
SNOMED CT
Allergies[].Reaction[].CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Reaction[].CodeSystemName
String
ReliableCoding 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.
Allergies[].Reaction[].Name
String
ReliableName of the reaction caused by the allergy (dizziness, hives ,etc.)
Allergies[].Reaction[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the reaction caused by the allergy (dizziness, hives ,etc.)
Allergies[].Reaction[].AltCodes[].Code
String
PossibleA code describing the reaction caused by the allergy (dizziness, hives ,etc.)
Allergies[].Reaction[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Reaction[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
Allergies[].Reaction[].AltCodes[].Name
String
PossibleName of the reaction caused by the allergy (dizziness, hives ,etc.)
Allergies[].Reaction[].Severity.Code
String
ReliableA code describing a code for the severity of the reaction (moderate, severe, etc.).
SNOMED CT
Allergies[].Reaction[].Severity.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Reaction[].Severity.CodeSystemName
String
ReliableCoding 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.
Allergies[].Reaction[].Severity.Name
String
ReliableName of a code for the severity of the reaction (moderate, severe, etc.)
Allergies[].Reaction[].Text
String
ReliableFree text form of reactions to this substance, includes information that cannot be captured by coded value.
Allergies[].Severity.Code
String
PossibleA 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.
Allergies[].Severity.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Severity.CodeSystemName
String
PossibleCoding 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.
Allergies[].Severity.Name
String
PossibleName of a code for the severity of the reaction (moderate, severe, etc.).
Allergies[].Criticality.Code
String
PossibleA 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.
Allergies[].Criticality.CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Criticality.CodeSystemName
String
PossibleCoding 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.
Allergies[].Criticality.Name
String
PossibleName of a code for representing the gravity of potential risk for future life-threatening reactions (high, low, etc.).
Allergies[].Status.Code
String
ReliableRequiredA code describing the current status of the allergy (active, historic, etc.).
SNOMED CT (Active, Inactive, Resolved)
Allergies[].Status.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
Allergies[].Status.CodeSystemName
String
ReliableCoding 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.
Allergies[].Status.Name
String
ReliableName of the current status of the allergy (active, historic, etc.)
Allergies[].IsNegativeIndicator
Boolean
PossibleAbsent or false for a normal allergy/intolerance; indicates that the allergy/intolerance is explicitly unlikely when true
Allergies[].StartDate
String
ProbableWhen the allergy was first noted.
ISO 8601 Format
Allergies[].EndDate
String
ProbableWhen the allergy was no longer a problem (if applicable).
ISO 8601 Format
Allergies[].Comment
String
PossibleFree text comment about the allergy.
This field is slated to be deprecated in favor of Comments[].Text
Allergies[].Comments[]
Array of Objects
PossibleFree text comments about the allergy.
Allergies[].Comments[].Text
String
ReliableThe plain text comment.
CareTeams
CareTeamsText
String
PossibleFree 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.
CareTeams[].Name
String
PossibleName of the care team
CareTeams[].Status
String
PossibleStatus of the care team
CareTeams[].Types[].Code
String
ProbableA code describing type of care team.
Care Team Category
CareTeams[].Types[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Types[].CodeSystemName
String
ProbableCoding 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.
CareTeams[].Types[].Name
String
ProbableName of type of care team
CareTeams[].Types[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for type of care team
CareTeams[].Types[].AltCodes[].Code
String
PossibleA code describing type of care team
CareTeams[].Types[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Types[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
CareTeams[].Types[].AltCodes[].Name
String
PossibleName of type of care team
CareTeams[].Organization
Object
Probableundefined
CareTeams[].Organization.Identifiers[]
Array of Objects
ProbableList of IDs specific to this organization
CareTeams[].Organization.Identifiers[].ID
String
ProbableAn ID specific to this organization
CareTeams[].Organization.Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
CareTeams[].Organization.Name
ProbableThe name of the organization
CareTeams[].Organization.Type.Code
String
ProbableA code describing the kind of organization
CareTeams[].Organization.Type.CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Organization.Type.CodeSystemName
String
ProbableCoding 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.
CareTeams[].Organization.Type.Name
String
ProbableName of the kind of organization
CareTeams[].Organization.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the kind of organization
CareTeams[].Organization.Type.AltCodes[].Code
String
PossibleA code describing the kind of organization
CareTeams[].Organization.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Organization.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
CareTeams[].Organization.Type.AltCodes[].Name
String
PossibleName of the kind of organization
CareTeams[].Organization.Address
Object
ProbableThe address information for the organization
CareTeams[].Organization.Address.StreetAddress
String
ProbableStreet address
CareTeams[].Organization.Address.City
String
ProbableCity
CareTeams[].Organization.Address.State
String
ProbableState
CareTeams[].Organization.Address.ZIP
String
ProbableZIP
CareTeams[].Organization.Address.County
String
PossibleCounty
CareTeams[].Organization.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
CareTeams[].Organization.Address.Use
String
ProbableUse
CareTeams[].Organization.Telecom[]
ProbablePhone, fax, email, or other communication numbers for the organization
CareTeams[].Organization.Telecom[].Value
ProbableThe phone number or telecommunications address
CareTeams[].Organization.Telecom[].Use
ProbableThe purpose of this telecommunications address (e.g. home, work, direct)
CareTeams[].Organization.Telecom[].System
ProbableThe form of this address (e.g. phone, email, fax).
Supported Values
CareTeams[].Encounter
Object
Probable
CareTeams[].Encounter.Identifiers[]
Array of Objects
ProbableList of IDs specific to this encounter
CareTeams[].Encounter.Identifiers[].ID
String
ProbableAn ID specific to this encounter
CareTeams[].Encounter.Identifiers[].IDType
String
ProbableThe source or system to which this ID pertains.
Could be an OID or a human-readable name
CareTeams[].Encounter.Status
String
ProbableThe status of the encounter
CareTeams[].Encounter.Type.Code
String
ReliableRequiredA code describing the type of encounter (office visit, hospital, etc).
CPT-4
CareTeams[].Encounter.Type.CodeSystem
String
ReliableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Encounter.Type.CodeSystemName
String
ReliableCoding 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.
CareTeams[].Encounter.Type.Name
String
ReliableName of the type of encounter (office visit, hospital, etc)
CareTeams[].Encounter.Type.AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the type of encounter (office visit, hospital, etc)
CareTeams[].Encounter.Type.AltCodes[].Code
String
PossibleA code describing the type of encounter (office visit, hospital, etc)
CareTeams[].Encounter.Type.AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Encounter.Type.AltCodes[].CodeSystemName
String
PossibleCoding 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.
CareTeams[].Encounter.Type.AltCodes[].Name
String
PossibleName of the type of encounter (office visit, hospital, etc)
CareTeams[].Encounter.DateTime
DateTime
ReliableRequiredWhen the encounter took place, or alternatively when the encounter began if CareTeams[].Encounter.EndDateTime is present.
ISO 8601 Format
CareTeams[].Encounter.EndDateTime
DateTime
PossibleWhen the encounter was completed, if available.
ISO 8601 Format
CareTeams[].Members[]
Array of Objects
PossibleMembers of the care team
CareTeams[].Members[].Identifiers[]
Array of Objects
ReliableRequiredList of IDs and ID Types that identify the concept
CareTeams[].Members[].Identifiers[].ID
String
ReliableRequiredID for the concept
CareTeams[].Members[].Identifiers[].IDType
String
ReliableRequiredThe type of ID
CareTeams[].Members[].FirstName
String
PossibleFirst name of the care team member
CareTeams[].Members[].MiddleName
String
PossibleMiddle name of the care team member
CareTeams[].Members[].LastName
String
PossibleLast name of the care team member
CareTeams[].Members[].Credentials[]
String
PossibleCredentials of the care team member
CareTeams[].Members[].Address
Object
ProbablePhysical address
CareTeams[].Members[].Address.StreetAddress
String
ProbableStreet address
CareTeams[].Members[].Address.City
String
ProbableCity
CareTeams[].Members[].Address.State
String
ProbableState
CareTeams[].Members[].Address.ZIP
String
ProbableZIP
CareTeams[].Members[].Address.County
String
PossibleCounty
CareTeams[].Members[].Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
CareTeams[].Members[].Address.Use
String
ProbableUse
CareTeams[].Members[].Telecom[]
Array of Objects
PossiblePhone, fax, email, or other communication numbers for the care team member
CareTeams[].Members[].Telecom[].Value
PossibleThe phone number or telecommunications address
CareTeams[].Members[].Telecom[].Use
PossibleThe purpose of this telecommunications address (e.g. home, work, direct)
CareTeams[].Members[].Telecom[].System
PossibleThe form of this address (e.g. phone, email, fax).
Supported Values
CareTeams[].Members[].StartDateTime
String
PossibleWhen the care team member joined the care team.
ISO 8601 Format
CareTeams[].Members[].EndDateTime
String
PossibleWhen the care team member left the care team.
ISO 8601 Format
CareTeams[].Members[].Roles[].Code
String
ProbableA code describing the roles of the care team member
CareTeams[].Members[].Roles[].CodeSystem
String
ProbableID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Members[].Roles[].CodeSystemName
String
ProbableCoding 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.
CareTeams[].Members[].Roles[].Name
String
ProbableName of the roles of the care team member
CareTeams[].Members[].Roles[].AltCodes[]
Array of Objects
PossibleAlternate or translation codes for the roles of the care team member
CareTeams[].Members[].Roles[].AltCodes[].Code
String
PossibleA code describing the roles of the care team member
CareTeams[].Members[].Roles[].AltCodes[].CodeSystem
String
PossibleID of the coding system to which the code belongs in OID format.
Either CodeSystem or CodeSystemName (preferred) is required when a Code is present.
CareTeams[].Members[].Roles[].AltCodes[].CodeSystemName
String
PossibleCoding 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.
CareTeams[].Members[].Roles[].AltCodes[].Name
String
PossibleName of the roles of the care team member
Encounters
EncountersText
String
Probable