FHIRPath

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

name
{
"given": [
"James"
],
"family": "Pond"
}
<name xmlns="http://hl7.org/fhir">
<family value="Pond" />
<given value="James" />
</name>