- Getting Started
- Authentication & Authorization
- Developer Onboarding
- API Usage Guidelines
- US Core & USCDI Mapping
- APIs
- Allergies and Intolerances
- Assessment and Plan of Treatment
- Care Team Members
- Clinical Notes
- Goals
- Clinical Tests
- Diagnostic Imaging
- Encounter Information
- Group
- Health Concerns
- Implantable Devices
- Immunizations
- Laboratory
- Medications
- Patient Demographics
- Procedures
- Procedure
- Service Request
- Get ServiceRequests by PatientGET
- Get ServiceRequest by IDGET
- Get ServiceRequests by Patient and CategoryGET
- Get ServiceRequests by Patient and CodeGET
- Get ServiceRequests by Patient, Category, and Authored DateGET
- Get ServiceRequests by Patient, Code, and Authored DateGET
- Get ServiceRequests by Patient and StatusGET
- Procedure
- Provenance
- Smoking Status
- Vital Signs
- Allergies and Intolerances
- Legal & Compliance
Get ServiceRequests by Patient
Sandbox
https://fhir-dev.edvak.com/fhir
Sandbox
https://fhir-dev.edvak.com/fhir
GET
https://fhir-dev.edvak.com/fhir
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Query Params
patient
string
required
Patient/1234
).Responses
🟢200OK
This response does not have a body.
🟠400Bad Request
🟠401Unauthorized
🔴500Server Error