FHIRPath

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

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