DocumentReference
Write a document — a report, note, or file — onto the patient's chart.
Create-only. user/DocumentReference.c lets your app attach documents
to the chart; there is no read, search, update, or delete. The document
content travels inline as a base64-encoded attachment. A successful create
returns 201 Created with the stored resource and its server-assigned id
in the Location header.
Advertises a validated CA Core+ profile.
Access
| Mode | Interactions | Scopes |
|---|---|---|
| App launch | create | user/DocumentReference.c |
| Backend services | create | system/DocumentReference.c |
Create-only in both authorization modes; your app cannot read documents back.