FHIRPath

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

name
{
"use": "official",
"text": "John Michael Smith",
"family": "Smith",
"given": [
"John",
"Michael"
]
}
<name xmlns="http://hl7.org/fhir">
<use value="official" />
<text value="John Michael Smith" />
<family value="Smith" />
<given value="John" />
<given value="Michael" />
</name>