FHIRPath

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

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