FHIRPath

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

name
{
"family": "Pasteur",
"given": [
"Louis (test)"
],
"prefix": [
"dr."
],
"text": "dr. E. Pasteur",
"use": "usual"
}
<name xmlns="http://hl7.org/fhir">
<use value="usual" />
<text value="dr. E. Pasteur" />
<family value="Pasteur" />
<given value="Louis (test)" />
<prefix value="dr." />
</name>