FHIRPath

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

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