FHIRPath

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

name
{
"use": "nickname",
"text": "Slow Dog",
"family": "Energetic Mouse",
"given": [
"Fast Dog",
"Fantastic Zebra"
],
"prefix": [
"Slow Giraffe",
"Fast Zebra"
],
"suffix": [
"Crazy Mouse",
"Fantastic Dog"
]
}
<name xmlns="http://hl7.org/fhir">
<use value="nickname" />
<text value="Slow Dog" />
<family value="Energetic Mouse" />
<given value="Fast Dog" />
<given value="Fantastic Zebra" />
<prefix value="Slow Giraffe" />
<prefix value="Fast Zebra" />
<suffix value="Crazy Mouse" />
<suffix value="Fantastic Dog" />
</name>