Documentation
¶
Overview ¶
Package fhirclient is a small read-only FHIR R4 HTTP client (Search and Read). It depends only on the stdlib and samply FHIR models — no substrate-internal imports.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client reads from a FHIR R4 server base URL (e.g. https://ehr.example/fhir). Unauthenticated by default; an injected token source supplies auth.
Click to show internal directories.
Click to hide internal directories.