get human name from a BiocFHIR.Patient instance
getHumanName(Patient)
BiocFHIR.Patient instance
string with name components concatenated
testf <- system.file("json/Vince741_Rogahn59_6fa3d4ab-c0b6-424a-89d8-7d9105129296.json",
package="BiocFHIR")
tbun <- process_fhir_bundle(testf)
getHumanName(tbun$Patient)
#> [1] "Vince741Rogahn59"