fhir_resource_xml | R Documentation |
Create fhir_resource_xml object
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)
resource |
A xml-object representing a FHIR resource |
fhir_resource_xml(resource = xml2::read_xml("<Patient><id value = '1'/></Patient>"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.