Fields
Meta
Meta.DataModel
String
ReliableRequiredFHIR.Patient
Meta.EventType
String
ReliableRequiredread
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.
Meta.SessionID
String
PossibleSession ID to be passed through for 3rd party sessions.
This is used for SMART App Launch and other OAuth/OpenID Connect flows where an access token is provided in addition to the SSO claims. The SessionID can be used on subsequent Redox API requests to fetch data.
Meta.RespondAsync
Boolean
PossibleA flag for indicating that the query response should follow the Asynchronous Buld Data Request pattern
id
id
string
PossibleRequiredThe id of the resource
{
"Meta": {
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Test": true,
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"DataModel": "FHIR.Patient",
"EventType": "read"
},
"id": "e7c1e2bb-8260-4bca-9c0d-deed37362820"
}
Fields
Meta
Meta.DataModel
String
ReliableRequiredFHIR.Patient
Meta.EventType
String
ReliableRequiredsearch
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.
Meta.SessionID
String
PossibleSession ID to be passed through for 3rd party sessions.
This is used for SMART App Launch and other OAuth/OpenID Connect flows where an access token is provided in addition to the SSO claims. The SessionID can be used on subsequent Redox API requests to fetch data.
Meta.RespondAsync
Boolean
PossibleA flag for indicating that the query response should follow the Asynchronous Buld Data Request pattern
_id
_id[]
token
PossibleThe internal ID (UUIDv4) of the patient.
_count
_count[]
number
PossibleSpecifies the maximum number of Patient resources to return.
_lastUpdated
_lastUpdated[]
date
PossibleDate last updated. Server has discretion on the boundary precision.
_include
_include[]
special
PossibleInclude resources referenced by the Patient resource in the results. Value should be
Patient:parameter
where the parameter is a reference-type parameter of the Patient resource.
_revinclude
_revinclude[]
special
PossibleSet to Coverage:beneficiary and Account:subject to include insurance-related resources
_sort
_sort[]
string
PossibleThe name of a Patient parameter used to sort multiple search results in ascending order. Prefix with - to sort in descending order.
identifier
identifier[]
token
PossibleOne or more external identifiers for the patient
active
active[]
token
PossibleWhether or not the patient record is active
general-practitioner
general-practitioner[]
reference
PossiblePatient's nominated general practitioner, not the organization that manages the record
general-practitioner.identifier[]
array
PossibleOne or more external identifiers for the practitioner
given
given[]
string
PossibleThe given (first or middle) name of the patient
family
family[]
string
PossibleThe family name of the patient
birthdate
birthdate[]
date
PossibleThe patient's date of birth
gender
gender[]
token
PossibleGender of the patient
address-line
address-line[]
string
PossibleA line specified in an address
address-city
address-city[]
string
PossibleA city specified in an address
address-state
address-state[]
string
PossibleA state specified in an address
address-postalcode
address-postalcode[]
string
PossibleA postalCode (in the US, a ZIP code) specified in an address
phone
phone[]
token
PossibleA value in a phone contact
email
email[]
token
PossibleA value in an email contact
{
"Meta": {
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Test": true,
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"DataModel": "FHIR.Patient",
"EventType": "search"
},
"_id": [],
"_count": [],
"_lastUpdated": [],
"_include": [],
"_revinclude": [],
"_sort": [],
"identifier": [],
"active": [],
"general-practitioner": [],
"given": [],
"family": [],
"birthdate": [],
"gender": [],
"address-line": [],
"address-city": [],
"address-state": [],
"address-postalcode": [],
"phone": [],
"email": [],
"general-practitioner.identifier": []
}
Fields
Meta
Meta.DataModel
String
ReliableRequiredFHIR.Patient
Meta.EventType
String
ReliableRequiredcreate
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.
Meta.SessionID
String
PossibleSession ID to be passed through for 3rd party sessions.
This is used for SMART App Launch and other OAuth/OpenID Connect flows where an access token is provided in addition to the SSO claims. The SessionID can be used on subsequent Redox API requests to fetch data.
Meta.RespondAsync
Boolean
PossibleA flag for indicating that the query response should follow the Asynchronous Buld Data Request pattern
{
"Meta": {
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Test": true,
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"DataModel": "FHIR.Patient",
"EventType": "create"
}
}
Fields
Meta
Meta.DataModel
String
ReliableRequiredFHIR.Patient
Meta.EventType
String
ReliableRequiredupdate
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.
Meta.SessionID
String
PossibleSession ID to be passed through for 3rd party sessions.
This is used for SMART App Launch and other OAuth/OpenID Connect flows where an access token is provided in addition to the SSO claims. The SessionID can be used on subsequent Redox API requests to fetch data.
Meta.RespondAsync
Boolean
PossibleA flag for indicating that the query response should follow the Asynchronous Buld Data Request pattern
id
id
string
PossibleRequiredThe id of the resource
{
"Meta": {
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Test": true,
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"DataModel": "FHIR.Patient",
"EventType": "update"
}
}
Fields
Meta
Meta.DataModel
String
ReliableRequiredFHIR.Patient
Meta.EventType
String
ReliableRequired$write
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.
Meta.SessionID
String
PossibleSession ID to be passed through for 3rd party sessions.
This is used for SMART App Launch and other OAuth/OpenID Connect flows where an access token is provided in addition to the SSO claims. The SessionID can be used on subsequent Redox API requests to fetch data.
Meta.RespondAsync
Boolean
PossibleA flag for indicating that the query response should follow the Asynchronous Buld Data Request pattern
{
"resourceType": "Bundle",
"id": "RedoxPatientAdminExampleTimothy",
"type": "message",
"entry": [
{
"resource": {
"eventCoding": {
"code": "PatientAdmin-NewPatient",
"system": "urn:redox:event-type"
},
"resourceType": "MessageHeader",
"id": "RedoxMessageHeaderExample",
"source": {
"name": "Good Health Clinics",
"endpoint": "05107c08-fe2f-4740-8c1d-c7107d18ebe5"
}
}
},
{
"resource": {
"resourceType": "Patient",
"id": "RedoxPatientExampleTimothyWrite",
"extension": [
{
"extension": [
{
"url": "text",
"valueString": "White"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"code": "2135-2",
"system": "urn:oid:2.16.840.1.113883.6.238",
"display": "Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Hispanic"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
}
],
"name": [
{
"given": [
"Timothy",
"Paul"
],
"family": "Bixby",
"use": "official"
},
{
"text": "Billy",
"use": "usual"
}
],
"gender": "male",
"birthDate": "2008-01-06",
"telecom": [
{
"value": "+18088675301",
"system": "phone",
"use": "home"
},
{
"value": "+18008675309",
"system": "phone",
"use": "work"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": [
{
"line": [
"4762 Hickory Street"
],
"city": "Monroe",
"district": "Greene",
"state": "WI",
"postalCode": "53566",
"country": "US",
"use": "home"
}
],
"maritalStatus": {
"coding": [
{
"code": "M",
"system": "http://hl7.org/fhir/v3/MaritalStatus",
"display": "Married"
}
],
"text": "Married"
},
"communication": [
{
"language": {
"coding": [
{
"code": "en",
"system": "urn:ietf:bcp:47"
}
],
"text": "English"
}
}
],
"contact": [
{
"name": {
"given": [
"Barbara"
],
"family": "Bixby"
},
"telecom": [
{
"value": "+18088675303",
"system": "phone",
"use": "home"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": {
"line": [
"4762 Hickory St."
],
"city": "Monroe",
"district": "Green",
"state": "WI",
"postalCode": "53566",
"country": "USA"
},
"relationship": [
{
"coding": [
{
"code": "MTH",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"display": "mother"
}
],
"text": "Mother"
},
{
"coding": [
{
"code": "C",
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"display": "Emergency Contact"
}
],
"text": "Emergency Contact"
}
]
}
],
"generalPractitioner": [
{
"reference": "Practitioner/RedoxPractitionerExamplePat"
}
],
"managingOrganization": {
"reference": "Organization/RedoxOrganizationManagingExample"
},
"identifier": [
{
"value": "0000000001",
"type": {
"text": "MR"
}
}
]
}
}
],
"timestamp": "2021-12-17T20:33:22.422Z",
"Meta": {
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Test": true,
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"DataModel": "FHIR.Patient",
"EventType": "$write"
}
}
Fields
Meta
Meta.DataModel
String
ReliableRequiredFHIR.Patient
Meta.EventType
String
ReliableRequired$match
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.
Meta.SessionID
String
PossibleSession ID to be passed through for 3rd party sessions.
This is used for SMART App Launch and other OAuth/OpenID Connect flows where an access token is provided in addition to the SSO claims. The SessionID can be used on subsequent Redox API requests to fetch data.
Meta.RespondAsync
Boolean
PossibleA flag for indicating that the query response should follow the Asynchronous Buld Data Request pattern
{
"id": "RedoxPatientMatchExample",
"onlyCertainMatches": true,
"count": 2,
"matchScoreThreshold": 0.8,
"resource": {
"resourceType": "Patient",
"id": "RedoxPatientExampleTimothyWrite",
"extension": [
{
"extension": [
{
"url": "text",
"valueString": "White"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"code": "2135-2",
"system": "urn:oid:2.16.840.1.113883.6.238",
"display": "Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Hispanic"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
}
],
"name": [
{
"given": [
"Timothy",
"Paul"
],
"family": "Bixby",
"use": "official"
},
{
"text": "Billy",
"use": "usual"
}
],
"gender": "male",
"birthDate": "2008-01-06",
"telecom": [
{
"value": "+18088675301",
"system": "phone",
"use": "home"
},
{
"value": "+18008675309",
"system": "phone",
"use": "work"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": [
{
"line": [
"4762 Hickory Street"
],
"city": "Monroe",
"district": "Greene",
"state": "WI",
"postalCode": "53566",
"country": "US",
"use": "home"
}
],
"maritalStatus": {
"coding": [
{
"code": "M",
"system": "http://hl7.org/fhir/v3/MaritalStatus",
"display": "Married"
}
],
"text": "Married"
},
"communication": [
{
"language": {
"coding": [
{
"code": "en",
"system": "urn:ietf:bcp:47"
}
],
"text": "English"
}
}
],
"contact": [
{
"name": {
"given": [
"Barbara"
],
"family": "Bixby"
},
"telecom": [
{
"value": "+18088675303",
"system": "phone",
"use": "home"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": {
"line": [
"4762 Hickory St."
],
"city": "Monroe",
"district": "Green",
"state": "WI",
"postalCode": "53566",
"country": "USA"
},
"relationship": [
{
"coding": [
{
"code": "MTH",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"display": "mother"
}
],
"text": "Mother"
},
{
"coding": [
{
"code": "C",
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"display": "Emergency Contact"
}
],
"text": "Emergency Contact"
}
]
}
],
"generalPractitioner": [
{
"reference": "Practitioner/RedoxPractitionerExamplePat"
}
],
"managingOrganization": {
"reference": "Organization/RedoxOrganizationManagingExample"
},
"identifier": [
{
"value": "0000000001",
"type": {
"text": "MR"
}
}
]
},
"Meta": {
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Test": true,
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"DataModel": "FHIR.Patient",
"EventType": "$match"
}
}
Fields
Meta
Meta.DataModel
String
ReliableRequiredFHIR.Patient
Meta.EventType
String
ReliableRequired$patient-create
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.
Meta.SessionID
String
PossibleSession ID to be passed through for 3rd party sessions.
This is used for SMART App Launch and other OAuth/OpenID Connect flows where an access token is provided in addition to the SSO claims. The SessionID can be used on subsequent Redox API requests to fetch data.
Meta.RespondAsync
Boolean
PossibleA flag for indicating that the query response should follow the Asynchronous Buld Data Request pattern
{
"resourceType": "Bundle",
"id": "RedoxPatientCreateBundleExample",
"type": "message",
"entry": [
{
"resource": {
"eventUri": "https://fhir.redoxengine.com/EventDefinition/PatientCreate",
"resourceType": "MessageHeader",
"id": "RedoxPatientCreateMessageHeaderExample",
"source": {
"name": "Good Health Clinics",
"endpoint": "05107c08-fe2f-4740-8c1d-c7107d18ebe5"
},
"focus": [
{
"reference": "Patient/RedoxPatientExampleTimothy"
}
]
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Patient/RedoxPatientExampleTimothy",
"resource": {
"resourceType": "Patient",
"id": "RedoxPatientExampleTimothy",
"meta": {
"extension": [
{
"url": "https://fhir.redoxengine.com/StructureDefinition/example-sort-order",
"valueInteger": 1
}
]
},
"extension": [
{
"extension": [
{
"url": "text",
"valueString": "White"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"code": "2135-2",
"system": "urn:oid:2.16.840.1.113883.6.238",
"display": "Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Hispanic"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
}
],
"identifier": [
{
"value": "0000000001",
"system": "urn:redox:health-one:MR"
},
{
"value": "101-01-0001",
"system": "http://hl7.org/fhir/sid/us-ssn"
}
],
"name": [
{
"given": [
"Timothy",
"Paul"
],
"family": "Bixby",
"use": "official"
},
{
"text": "Billy",
"use": "usual"
}
],
"gender": "male",
"birthDate": "2008-01-06",
"telecom": [
{
"value": "+18088675301",
"system": "phone",
"use": "home"
},
{
"value": "+18008675309",
"system": "phone",
"use": "work"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": [
{
"line": [
"4762 Hickory Street"
],
"city": "Monroe",
"district": "Greene",
"state": "WI",
"postalCode": "53566",
"country": "US",
"use": "home"
}
],
"maritalStatus": {
"coding": [
{
"code": "M",
"system": "http://hl7.org/fhir/v3/MaritalStatus",
"display": "Married"
}
],
"text": "Married"
},
"communication": [
{
"language": {
"coding": [
{
"code": "en",
"system": "urn:ietf:bcp:47"
}
],
"text": "English"
}
}
],
"contact": [
{
"name": {
"given": [
"Barbara"
],
"family": "Bixby"
},
"telecom": [
{
"value": "+18088675303",
"system": "phone",
"use": "home"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": {
"line": [
"4762 Hickory St."
],
"city": "Monroe",
"district": "Green",
"state": "WI",
"postalCode": "53566",
"country": "USA"
},
"relationship": [
{
"coding": [
{
"code": "MTH",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"display": "mother"
}
],
"text": "Mother"
},
{
"coding": [
{
"code": "C",
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"display": "Emergency Contact"
}
],
"text": "Emergency Contact"
}
]
}
],
"generalPractitioner": [
{
"reference": "Practitioner/RedoxPractitionerExamplePat"
}
],
"managingOrganization": {
"reference": "Organization/RedoxOrganizationManagingExample"
}
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/RelatedPerson/RedoxRelatedPersonExample",
"resource": {
"resourceType": "RelatedPerson",
"id": "RedoxRelatedPersonExample",
"patient": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"name": [
{
"given": [
"Barbara"
],
"family": "Bixby"
}
],
"telecom": [
{
"value": "+18088675303",
"system": "phone",
"use": "home"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": [
{
"line": [
"4762 Hickory St."
],
"city": "Monroe",
"district": "Green",
"state": "WI",
"postalCode": "53566",
"country": "USA"
}
],
"relationship": [
{
"coding": [
{
"code": "MTH",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"display": "mother"
}
],
"text": "Mother"
},
{
"coding": [
{
"code": "C",
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"display": "Emergency Contact"
}
],
"text": "Emergency Contact"
}
]
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Condition/RedoxConditionExampleEncounterDx",
"resource": {
"resourceType": "Condition",
"id": "RedoxConditionExampleEncounterDx",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "encounter-diagnosis"
}
]
}
],
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.696871",
"value": "8769522345"
}
],
"subject": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"encounter": {
"reference": "Encounter/RedoxEncounterUpdateEncounterExample"
},
"code": {
"coding": [
{
"code": "233604007",
"system": "http://snomed.info/sct"
}
],
"text": "Pneumonia"
}
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/AllergyIntolerance/AllergyExample",
"resource": {
"resourceType": "AllergyIntolerance",
"id": "AllergyExample",
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.798268",
"value": "35892347"
}
],
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"display": "Active"
}
],
"text": "Active"
},
"type": "allergy",
"_type": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/originalText",
"valueString": "Propensity to adverse reaction to drug"
}
]
},
"criticality": "low",
"code": {
"coding": [
{
"code": "2670",
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"display": "Codeine"
}
],
"text": "Codeine"
},
"patient": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"encounter": {
"reference": "Encounter/RedoxEncounterUpdateEncounterExample"
},
"onsetDateTime": "2022-01-03T16:30:00.000Z",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"code": "267036007",
"system": "http://snomed.info/sct",
"display": "Shortness of Breath"
}
]
}
],
"description": "Shortness of Breath",
"severity": "moderate",
"_severity": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/originalText",
"valueString": "Mild to moderate"
}
]
}
}
],
"note": [
{
"text": "Additional information"
}
]
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Procedure/RedoxProcedureExampleMinimumCompleted",
"resource": {
"resourceType": "Procedure",
"id": "RedoxProcedureExampleMinimumCompleted",
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.798268",
"value": "6891241274"
}
],
"subject": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"encounter": {
"reference": "Encounter/RedoxEncounterUpdateEncounterExample"
},
"performedDateTime": "2022-02-08T19:00:00.000Z",
"performedPeriod": {
"start": "2022-02-08T19:00:00.000Z",
"end": "2022-02-08T20:00:00.000Z"
},
"status": "completed",
"_status": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/originalText",
"valueString": "Finished"
}
]
},
"bodySite": [
{
"coding": [
{
"code": "181608004",
"system": "http://snomed.info/sct",
"display": "Entire chest wall (body structure)"
}
]
}
],
"code": {
"coding": [
{
"code": "168731009",
"system": "http://snomed.info/sct",
"display": "Chest X-Ray"
}
]
},
"category": {
"coding": [
{
"code": "Procedures",
"system": "urn:redox:procedure_act_type",
"display": "Procedures"
}
]
},
"location": {
"reference": "Location/RedoxLocationExampleRoom"
},
"note": [
{
"authorReference": {
"reference": "Practitioner/RedoxPractitionerExamplePat"
},
"text": "A comment."
}
],
"performer": [
{
"actor": {
"reference": "Practitioner/RedoxPractitionerExamplePat"
},
"function": {
"coding": [
{
"code": "41904004",
"system": "http://snomed.info/sct",
"display": "Medical X-ray technician"
}
]
}
}
]
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Observation/RedoxSocialHistoryObservationExample",
"resource": {
"resourceType": "Observation",
"id": "RedoxSocialHistoryObservationExample",
"category": [
{
"coding": [
{
"code": "social-history",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.798268",
"value": "3059131578"
}
],
"subject": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"encounter": {
"reference": "Encounter/RedoxEncounterExample"
},
"status": "final",
"code": {
"coding": [
{
"code": "160573003",
"system": "http://snomed.info/sct",
"display": "Alcohol Consumption"
}
]
},
"effectivePeriod": {
"start": "1990-05-01T04:00:00.000Z"
},
"valueString": "None"
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Observation/RedoxWeightObservationExample",
"resource": {
"resourceType": "Observation",
"id": "RedoxWeightObservationExample",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "vital-signs"
}
],
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.798268",
"value": "1438629037"
}
],
"subject": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"status": "final",
"code": {
"coding": [
{
"code": "3141-9",
"system": "http://loinc.org"
}
],
"text": "Patient Body Weight - Measured"
},
"effectiveDateTime": "1999-11-14T00:00:00.000Z",
"valueQuantity": {
"value": 86,
"unit": "kg"
},
"interpretation": [
{
"coding": [
{
"code": "N",
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"display": "Normal"
}
]
}
],
"note": [
{
"text": "Body weight measurement performed"
}
],
"performer": [
{
"reference": "Practitioner/RedoxPractitionerExamplePat"
}
],
"referenceRange": [
{
"low": {
"value": 80,
"unit": "kg"
},
"high": {
"value": 120,
"unit": "kg"
},
"text": "Body weight range"
}
]
}
}
],
"timestamp": "2021-06-18T20:33:22.422Z",
"Meta": {
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Test": true,
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"DataModel": "FHIR.Patient",
"EventType": "$patient-create"
}
}
Fields
Meta
Meta.DataModel
String
ReliableRequiredFHIR.Patient
Meta.EventType
String
ReliableRequired$patient-update
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.
Meta.SessionID
String
PossibleSession ID to be passed through for 3rd party sessions.
This is used for SMART App Launch and other OAuth/OpenID Connect flows where an access token is provided in addition to the SSO claims. The SessionID can be used on subsequent Redox API requests to fetch data.
Meta.RespondAsync
Boolean
PossibleA flag for indicating that the query response should follow the Asynchronous Buld Data Request pattern
{
"resourceType": "Bundle",
"id": "RedoxPatientUpdateBundleExample",
"type": "message",
"entry": [
{
"resource": {
"eventUri": "https://fhir.redoxengine.com/EventDefinition/PatientUpdate",
"resourceType": "MessageHeader",
"id": "RedoxPatientUpdateMessageHeaderExample",
"source": {
"name": "Good Health Clinics",
"endpoint": "05107c08-fe2f-4740-8c1d-c7107d18ebe5"
},
"focus": [
{
"reference": "Patient/RedoxPatientExampleTimothy"
}
]
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Patient/RedoxPatientExampleTimothy",
"resource": {
"resourceType": "Patient",
"id": "RedoxPatientExampleTimothy",
"meta": {
"extension": [
{
"url": "https://fhir.redoxengine.com/StructureDefinition/example-sort-order",
"valueInteger": 1
}
]
},
"extension": [
{
"extension": [
{
"url": "text",
"valueString": "White"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"code": "2135-2",
"system": "urn:oid:2.16.840.1.113883.6.238",
"display": "Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Hispanic"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
}
],
"identifier": [
{
"value": "0000000001",
"system": "urn:redox:health-one:MR"
},
{
"value": "101-01-0001",
"system": "http://hl7.org/fhir/sid/us-ssn"
}
],
"name": [
{
"given": [
"Timothy",
"Paul"
],
"family": "Bixby",
"use": "official"
},
{
"text": "Billy",
"use": "usual"
}
],
"gender": "male",
"birthDate": "2008-01-06",
"telecom": [
{
"value": "+18088675301",
"system": "phone",
"use": "home"
},
{
"value": "+18008675309",
"system": "phone",
"use": "work"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": [
{
"line": [
"4762 Hickory Street"
],
"city": "Monroe",
"district": "Greene",
"state": "WI",
"postalCode": "53566",
"country": "US",
"use": "home"
}
],
"maritalStatus": {
"coding": [
{
"code": "M",
"system": "http://hl7.org/fhir/v3/MaritalStatus",
"display": "Married"
}
],
"text": "Married"
},
"communication": [
{
"language": {
"coding": [
{
"code": "en",
"system": "urn:ietf:bcp:47"
}
],
"text": "English"
}
}
],
"contact": [
{
"name": {
"given": [
"Barbara"
],
"family": "Bixby"
},
"telecom": [
{
"value": "+18088675303",
"system": "phone",
"use": "home"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": {
"line": [
"4762 Hickory St."
],
"city": "Monroe",
"district": "Green",
"state": "WI",
"postalCode": "53566",
"country": "USA"
},
"relationship": [
{
"coding": [
{
"code": "MTH",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"display": "mother"
}
],
"text": "Mother"
},
{
"coding": [
{
"code": "C",
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"display": "Emergency Contact"
}
],
"text": "Emergency Contact"
}
]
}
],
"generalPractitioner": [
{
"reference": "Practitioner/RedoxPractitionerExamplePat"
}
],
"managingOrganization": {
"reference": "Organization/RedoxOrganizationManagingExample"
}
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/RelatedPerson/RedoxRelatedPersonExample",
"resource": {
"resourceType": "RelatedPerson",
"id": "RedoxRelatedPersonExample",
"patient": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"name": [
{
"given": [
"Barbara"
],
"family": "Bixby"
}
],
"telecom": [
{
"value": "+18088675303",
"system": "phone",
"use": "home"
},
{
"value": "[email protected]",
"system": "email"
}
],
"address": [
{
"line": [
"4762 Hickory St."
],
"city": "Monroe",
"district": "Green",
"state": "WI",
"postalCode": "53566",
"country": "USA"
}
],
"relationship": [
{
"coding": [
{
"code": "MTH",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"display": "mother"
}
],
"text": "Mother"
},
{
"coding": [
{
"code": "C",
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"display": "Emergency Contact"
}
],
"text": "Emergency Contact"
}
]
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Condition/RedoxConditionExampleEncounterDx",
"resource": {
"resourceType": "Condition",
"id": "RedoxConditionExampleEncounterDx",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "encounter-diagnosis"
}
]
}
],
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.696871",
"value": "8769522345"
}
],
"subject": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"encounter": {
"reference": "Encounter/RedoxEncounterUpdateEncounterExample"
},
"code": {
"coding": [
{
"code": "233604007",
"system": "http://snomed.info/sct"
}
],
"text": "Pneumonia"
}
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/AllergyIntolerance/AllergyExample",
"resource": {
"resourceType": "AllergyIntolerance",
"id": "AllergyExample",
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.798268",
"value": "35892347"
}
],
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"display": "Active"
}
],
"text": "Active"
},
"type": "allergy",
"_type": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/originalText",
"valueString": "Propensity to adverse reaction to drug"
}
]
},
"criticality": "low",
"code": {
"coding": [
{
"code": "2670",
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"display": "Codeine"
}
],
"text": "Codeine"
},
"patient": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"encounter": {
"reference": "Encounter/RedoxEncounterUpdateEncounterExample"
},
"onsetDateTime": "2022-01-03T16:30:00.000Z",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"code": "267036007",
"system": "http://snomed.info/sct",
"display": "Shortness of Breath"
}
]
}
],
"description": "Shortness of Breath",
"severity": "moderate",
"_severity": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/originalText",
"valueString": "Mild to moderate"
}
]
}
}
],
"note": [
{
"text": "Additional information"
}
]
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Procedure/RedoxProcedureExampleMinimumCompleted",
"resource": {
"resourceType": "Procedure",
"id": "RedoxProcedureExampleMinimumCompleted",
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.798268",
"value": "6891241274"
}
],
"subject": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"encounter": {
"reference": "Encounter/RedoxEncounterUpdateEncounterExample"
},
"performedDateTime": "2022-02-08T19:00:00.000Z",
"performedPeriod": {
"start": "2022-02-08T19:00:00.000Z",
"end": "2022-02-08T20:00:00.000Z"
},
"status": "completed",
"_status": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/originalText",
"valueString": "Finished"
}
]
},
"bodySite": [
{
"coding": [
{
"code": "181608004",
"system": "http://snomed.info/sct",
"display": "Entire chest wall (body structure)"
}
]
}
],
"code": {
"coding": [
{
"code": "168731009",
"system": "http://snomed.info/sct",
"display": "Chest X-Ray"
}
]
},
"category": {
"coding": [
{
"code": "Procedures",
"system": "urn:redox:procedure_act_type",
"display": "Procedures"
}
]
},
"location": {
"reference": "Location/RedoxLocationExampleRoom"
},
"note": [
{
"authorReference": {
"reference": "Practitioner/RedoxPractitionerExamplePat"
},
"text": "A comment."
}
],
"performer": [
{
"actor": {
"reference": "Practitioner/RedoxPractitionerExamplePat"
},
"function": {
"coding": [
{
"code": "41904004",
"system": "http://snomed.info/sct",
"display": "Medical X-ray technician"
}
]
}
}
]
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Observation/RedoxSocialHistoryObservationExample",
"resource": {
"resourceType": "Observation",
"id": "RedoxSocialHistoryObservationExample",
"category": [
{
"coding": [
{
"code": "social-history",
"system": "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
}
],
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.798268",
"value": "3059131578"
}
],
"subject": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"encounter": {
"reference": "Encounter/RedoxEncounterExample"
},
"status": "final",
"code": {
"coding": [
{
"code": "160573003",
"system": "http://snomed.info/sct",
"display": "Alcohol Consumption"
}
]
},
"effectivePeriod": {
"start": "1990-05-01T04:00:00.000Z"
},
"valueString": "None"
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Observation/RedoxWeightObservationExample",
"resource": {
"resourceType": "Observation",
"id": "RedoxWeightObservationExample",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "vital-signs"
}
],
"identifier": [
{
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.798268",
"value": "1438629037"
}
],
"subject": {
"reference": "Patient/RedoxPatientExampleTimothy"
},
"status": "final",
"code": {
"coding": [
{
"code": "3141-9",
"system": "http://loinc.org"
}
],
"text": "Patient Body Weight - Measured"
},
"effectiveDateTime": "1999-11-14T00:00:00.000Z",
"valueQuantity": {
"value": 86,
"unit": "kg"
},
"interpretation": [
{
"coding": [
{
"code": "N",
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"display": "Normal"
}
]
}
],
"note": [
{
"text": "Body weight measurement performed"
}
],
"performer": [
{
"reference": "Practitioner/RedoxPractitionerExamplePat"
}
],
"referenceRange": [
{
"low": {
"value": 80,
"unit": "kg"
},
"high": {
"value": 120,
"unit": "kg"
},
"text": "Body weight range"
}
]
}
}
],
"timestamp": "2021-06-18T20:33:22.422Z",
"Meta": {
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Test": true,
"EventDateTime": "2024-07-29T16:55:22.999Z",
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"DataModel": "FHIR.Patient",
"EventType": "$patient-update"
}
}