FHIRResourceClient: FHIR resource client

Description Format Details Super class Methods

Description

FHIR resource client

FHIR resource client

Format

A R6 object of class FHIRResourceClient

Details

Build a FHIR handler from a resource object describing access to a HL7 FHIR server.

Super class

resourcer::ResourceClient -> FHIRResourceClient

Methods

Public methods

Inherited methods

Method new()

Creates a new FHIRResourceClient instance.

Usage
FHIRResourceClient$new(resource)
Arguments
resource

A valid resource object.

Returns

A FHIRResourceClient object.


Method asDataFrame()

Coerce the resource value extracted from the FHIR server to a data.frame.

Usage
FHIRResourceClient$asDataFrame(...)
Arguments
...

Additional parameters to as.data.frame (not used yet).

Returns

A data.frame.


Method clone()

The objects of this class are cloneable with this method.

Usage
FHIRResourceClient$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


obiba/fhir.resourcer documentation built on Dec. 31, 2020, 1 a.m.