LogoFHIR-FLI

At Rest Package

FHIR R4 At Rest#

The package for interacting with FHIR servers. It handles request construction and response parsing, while authentication is handled by passing authenticated HTTP clients (for example, from the fhir_r4_auth package).

Installation#

dependencies:
  fhir_r4_at_rest: ^0.9.0
  fhir_r4: ^0.9.0

  # Optional: for authenticated requests
  fhir_r4_auth: ^0.9.0