FHIRPath

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

name
{
"text": "Amir Bin Salleh",
"family": "Bin Salleh",
"given": [
"Amir"
]
}
<name xmlns="http://hl7.org/fhir">
<text value="Amir Bin Salleh" />
<family value="Bin Salleh" />
<given value="Amir" />
</name>