fhir_resource_xml {fhircrackr} | R Documentation |
Create fhir_resource_xml object
Description
Create fhir_resource_xml object
Usage
fhir_resource_xml(resource)
## S4 method for signature 'xml_document'
fhir_resource_xml(resource)
## S4 method for signature 'xml_node'
fhir_resource_xml(resource)
## S4 method for signature 'character'
fhir_resource_xml(resource)
Arguments
resource |
A xml-object representing a FHIR resource |
Examples
fhir_resource_xml(resource = xml2::read_xml("<Patient><id value = '1'/></Patient>"))
[Package fhircrackr version 2.2.0 Index]