Learn R Programming

fhircrackr (version 2.1.1)

fhir_bundle_xml-class: An S4 class to represent a FHIR bundle in xml form

Description

A fhir_bundle_xml is an xml representation of a FHIR bundle (https://www.hl7.org/fhir/bundle.html). It is usually found inside a fhir_bundle_list which is returned by a call to fhir_search().

Arguments

Slots

next_link

A fhir_url pointing to the next bundle on the server.

self_link

A fhir_url pointing to this bundle on the server.