POSTMan - itaybraun/FHIR_OS_SampleData GitHub Wiki
REST API GET: read the data. For ex. POST: add a new entity. The body contains JSON
- OK: https://fhir1.azurewebsites.net/Patient
- Error: https://fhir1.azurewebsites.net/Patient/41c257ef-3d93-48e4-aeff-24c1667cd82c
PUT: update a specific entity. The body contains JSON of the new entity to completely overrun the old one.
- OK: https://fhir1.azurewebsites.net/Patient/41c257ef-3d93-48e4-aeff-24c1667cd82c DELETE: a specific entity
- OK: https://fhir1.azurewebsites.net/Patient/41c257ef-3d93-48e4-aeff-24c1667cd82c . Notice: POSTMan doesn't give a clear indication, "no data returned".