FHIRPath

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

name
{
"text": "Ivo Ivić",
"family": "Ivić",
"given": [
"Ivo"
]
}
<name xmlns="http://hl7.org/fhir">
<text value="Ivo Ivić" />
<family value="Ivić" />
<given value="Ivo" />
</name>