FHIRPath

If you Log in or sign up, you can edit this script yourself.

name
{
"text": "ORLANDI Orlando",
"family": "Orlandi",
"given": [
"Orlando"
]
}
<name xmlns="http://hl7.org/fhir">
<text value="ORLANDI Orlando" />
<family value="Orlandi" />
<given value="Orlando" />
</name>