Skip to content

Connecthealth  >  Structures  >  FHIRServer

FHIRServer

Structure Class

FHIRServer dataclass

FHIR server configuration for input data source

Attributes

fhir_endpoint instance-attribute
fhir_endpoint: str

FHIR server endpoint URL for accessing patient data.

oauth_token class-attribute instance-attribute
oauth_token: str | None = field(repr=False, default=None)

OAuth token for authenticating with the FHIR server.