FHIRPath

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

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