FHIRPath

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

name
{
"text": "Dr. mad. Bugs Bunny",
"family": "Bunny",
"given": [
"Bugs"
],
"prefix": [
"Dr. mad."
]
}
<name xmlns="http://hl7.org/fhir">
<text value="Dr. mad. Bugs Bunny" />
<family value="Bunny" />
<given value="Bugs" />
<prefix value="Dr. mad." />
</name>