Usage

FHIR Resource

POST https://healthlake.spe-uob.bris.ac.uk/v1/{Resource}

This endpoint allows you to create new FHIR records.

Path Parameters

Name
Type
Description

Resource

string

The FHIR resource type of the record.

Headers

Name
Type
Description

Authorization

string

API access token (IdToken). Instructions on generating this are in the sub-file below.

{ "message": "Success" }

If using Postman for testing, it is easier and safer to add the Authorization header by going into the "Authorization" tab and selecting "Bearer token" form the drop-down list and pasting the IdToken there.

Last updated

Was this helpful?