fhir_body-class {fhircrackr}R Documentation

An s4 class to represent a body for a POST to a FHIR server

Description

Objects of this class should always be created with a call to the function fhir_body()

Slots

content

A vector of length one representing the body for the post.

type

A vector of length one defining the type of the body e.g. "application/x-www-form-urlencoded" or "xml".


[Package fhircrackr version 2.2.0 Index]