The Record Locator Service (RLS) API provides a summary view for where the patient has received treatment and from whom. View the care organizations (e.g. hospitals, clinics) where the patient has received treatment, the labs or imaging centers where a patient has a result, and the providers that have been associated with the patient's care.
OAuth scope: user/Patient.read rls
Name | Method | Action |
---|---|---|
/List?[parameter={value}] | GET | Read organizations and providers involved in patient's treatment. |
Parameters:
Key | Type | Parameter |
---|---|---|
patient | Reference | |
code | Token | Contains one or more comma-delimited RLS collection types. |
Collection Types:
Code | Display | Description |
---|---|---|
careorganizations | Care Organizations | Where the patient has been treated. FHIR Resources: Organization |
laborimaging | Lab or Imaging Center | Where the patient has received Diagnostic and Radiology results. FHIR Resources: Organization |
providers | Providers | People who have been or are involved in the patient's care. FHIR Resources: Practitioner |
Examples:
Return care organizations involved in the patient's care, laboratories and imaging centers that produces diagnostic reports for the specified patient.
https://api.healthgorilla.com/fhir/R4/List?patient=03db4352ee0190ad5e9e6748&code=careorganizations,laborimaging