FHIRPath

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

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