...
Expand | ||
---|---|---|
| ||
The header contains information about the response - this doesn’t actually contain the response itself. A response header table is returned where you can access information about the response. Sometimes the header contains the Set-Cookie header, which can contain a cookie which can be cached for reuse in future requests if you don’t want to continue re-authenticating. |
Expand | ||
---|---|---|
| ||
The body is the content of the response. It contains the information we want to use based on the request we made. It can be information you need to use, for example, the access token or resource you requested from the server or an error description providing you specific details why the server could not process your particular request. In this case, the FHIR Server returned the successfully created resource: |
...