FHIRPath

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

name
name
{
"use": "official",
"family": "NESSI",
"given": [
"MICHELANGELO"
]
}
{
"use": "usual",
"family": "Nessi",
"given": [
"MichelAngelo"
]
}
<name xmlns="http://hl7.org/fhir">
<use value="official" />
<family value="NESSI" />
<given value="MICHELANGELO" />
</name>
<name xmlns="http://hl7.org/fhir">
<use value="usual" />
<family value="Nessi" />
<given value="MichelAngelo" />
</name>