fhir_bundle_xml-class {fhircrackr}R Documentation

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().

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.


[Package fhircrackr version 2.2.0 Index]