Receive a request for patient monitoring

You can use this API action if your organization provides any type of patient monitoring, whether via a device, app, or both. Typically, you can use this for: 

  • receiving an order from a provider for a device to monitor a patient; or
  • receiving an order from a provider for nursing or app monitoring.

Supported systems

You can receive messages like this with the Redox FHIR® API.

Your connection's system can send messages with their own FHIR® or proprietary API or an HL7v2 feed.

Things you need to know

Action steps

  • 1
    Receive a request for patient monitoring
    required

The EHR system sends a notification whenever a new service request is created for your organization. To review technical specifications for this notification, refer to the Service Request Created schema.

Notification
{
"resourceType": "Bundle",
"id": "ServiceRequestCreatedBundleExample",
"type": "message",
"timestamp": "2021-06-17T20:33:22.422Z",
"entry": [
{
"resource": {
"resourceType": "MessageHeader",
"id": "RedoxMessageHeaderExample",
"source": {
"name": "Good Health Clinics",
"endpoint": "05107c08-fe2f-4740-8c1d-c7107d18ebe5"
},
"eventCoding": {
"system": "urn:redox:event-type",
"code": "ServiceRequest-event-created"
}
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/ServiceRequest?identifier=192743841|urn:redox:redox-fhir-sandbox:OrderID",
"resource": {
"resourceType": "ServiceRequest",
"start": "2022-06-06T05:00:00.000Z",
"end": "2022-06-06T06:00:00.000Z",
"authoredOn": "2022-06-06T06:00:00.000Z",
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/81c2f5eb-f99f-40c4-b504-59483e6148d7"
},
"requester": {
"reference": "Practitioner/dbed0f85-e3cd-47ac-9305-3f629e138832"
},
"code": {
"text": "Monitoring of cardiac output by electrocardiogram (regime/therapy)",
"coding": [
{
"code": "3130004",
"system": "http://snomed.info/sct"
}
]
}
}
},
{
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Patient?identifier=urn:redox:redox-fhir-sandbox:MR|kyHGADnvX3xbkU4V9ayaqh",
"resource": {
"resourceType": "Patient"
}
}
]
}