- 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
- Provenance
- Smoking Status
- Vital Signs
- Allergies and Intolerances
- Legal & Compliance
By Patient, Category, and Status
Sandbox
https://fhir-dev.edvak.com/fhir
Sandbox
https://fhir-dev.edvak.com/fhir
GET
https://fhir-dev.edvak.com/fhir
category
and status
.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
Example:
Patient/12345
category
string
required
Example:
http://terminology.hl7.org/CodeSystem/observation-category | laboratory
status
string
required
Example:
final
Responses
🟢200OK
This response does not have a body.
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error