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