Base structure definition
API Endpoints
READ
The [patient|user|system]/Provenance.read scope is required.
GET /fhir/Provenance/{id}
Parameter |
Type |
Description |
id |
string |
Required. The logical id of the resource |
Response Codes
Code |
Description |
200 OK |
The requested Provenance resource within the body of the HTTP response. |
400 Bad Request |
The server could not understand the request due to invalid syntax. The response body will contain a message property with the error description |
404 Not Found |
The requested resource does not exist. |
500 Internal Server Error |
An error occurred and the server doesn't know how to handle it. The response body will contain a message property with the error description |