POSTMan - itaybraun/FHIR_OS_SampleData GitHub Wiki

REST API GET: read the data. For ex. POST: add a new entity. The body contains JSON

PUT: update a specific entity. The body contains JSON of the new entity to completely overrun the old one.