FHIR API DETAIL

FHIR - Patient Access

Patient-focused read APIs for SMART on FHIR applications. Endpoints below automatically use the environment-mapped FHIR base URL for the active custom domain.

Version 4.0.1 Updated 2026-04-01

Endpoints

MethodPathPurpose
GET/fhir/Patient/{id}Retrieve a specific patient record.
GET/fhir/Observation?patient={id}Retrieve observations for the patient.
GET/fhir/MedicationRequest?patient={id}Retrieve medication request data.
GET/fhir/Condition?patient={id}Retrieve active and historical conditions.

Scope requirements

  • user_impersonation
  • launch, launch.patient
  • patient.*.read or approved subset scopes

Sample query

/fhir/Observation?patient=12345&_count=20

Supports standard FHIR R4 search and paging behavior.