FHIRPath

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

name
name
{
"use": "official",
"family": "SERVID",
"given": [
"James"
]
}
{
"use": "usual",
"family": "Normal"
}
<name xmlns="http://hl7.org/fhir">
<use value="official" />
<family value="SERVID" />
<given value="James" />
</name>
<name xmlns="http://hl7.org/fhir">
<use value="usual" />
<family value="Normal" />
</name>