ServiceRequest
An order or referral for a procedure, test, or service.
ServiceRequest is read-only, by id, in clinician context — there is no
type-level search route and no patient-context scope. The id to read
typically arrives through launch context: request the
launch/servicerequest protocol scope and the EMR includes a
serviceRequest id in the token response when the launch originates from
an order.
Advertises a validated CA Core+ profile.
Access
| Mode | Interactions | Scopes |
|---|---|---|
| App launch | read | user/ServiceRequest.r |
| Backend services | — | — |
Read-only (
user/ServiceRequest.r); no search route is advertised. Pair with thelaunch/servicerequestprotocol scope to receive an id in launch context.