Read
Description of how to read a resource using our FHIR API.
Last updated
Description of how to read a resource using our FHIR API.
Last updated
GET
{base}/fhir/{type}
Below is an example of how to use a GET
request to read a resource. A complete list of resources can be found by visiting the resource specifications .
Request
GET
{base}/fhir/Patient/{id}
Headers
Content-Type
application/json
Authorization
Bearer <token>
Response