FHIRPath

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

name
{
"use": "official",
"text": "陳耀詩",
"family": "Chen",
"given": [
"Yao shi"
]
}
<name xmlns="http://hl7.org/fhir">
<use value="official" />
<text value="陳耀詩" />
<family value="Chen" />
<given value="Yao shi" />
</name>