# Functions
DoesSupportsInteraction returns true iff the resource supports the given interaction.
NewClient creates a new Client with the given base URL and BasicAuth configuration.
No description provided by the author
NewClientInsecure creates a new Client as NewClient does but disables TLS security checks.
ReadBundle reads and unmarshals a bundle.
ReadCapabilityStatement reads and unmarshals a capability statement.
# Structs
BasicAuth comprises basic authentication information used by the Client in order to communicate with a FHIR server.
A Client is a FHIR client which combines an HTTP client with the base URL of a FHIR server.
TokenAuth comprises bearer token authentication information used by the Client in order to communicate with a FHIR server.
# Interfaces
No description provided by the author