FHIRPath

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

name
{
"family": "Primary",
"given": [
"Peter"
],
"prefix": [
"Dr"
]
}
<name xmlns="http://hl7.org/fhir">
<family value="Primary" />
<given value="Peter" />
<prefix value="Dr" />
</name>