Read the current state of the resource
GET {{base_url}}/Basic/:rid?_summary=false&_format=<string>&_pretty=<boolean>&_elements=
Read the Current State of a Resource
Retrieve the current state of a resource. The _summary
parameter requests that the server return a designated subset of the resource; and the _elements
parameter requests that the server return a collection of elements from the resource.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
_summary | boolean | Requests the server to return a designated subset of the resource | |
_format | string | Specify alternative response formats by their MIME-types (when a client is unable acccess accept: header) | |
_pretty | string | Ask for a pretty printed response for human convenience | |
_elements | null | Requests the server to return a collection of elements from the resource |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"value":"reference https://hl7.org/fhir/R4/fhir.schema.json#/definitions/Basic not found in the OpenAPI spec"}