FHIR Interactions
Create Read Update Delete Search History Operation Transaction
Create
POST https://example.com/path/{resourceType}
Read
GET https://example.com/path/{resourceType}/{id}
Update
PUSH https://example.com/path/{resourceType}/{id}
Delete
DELETE https://example.com/path/{resourceType}/{id}
Search
GET https://example.com/path/{resourceType}?{params}
History
GET https://example.com/path/{resourceType}/{id}/history
Operation
GET https://example.com/path/{resourceType}/{id}/${opsname}
Transaction
POST https://example.com/path/
RESTful Commands
POST
GET
PUSH
DELETE