FHIRPath

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

name
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "he"
}
],
"family": "כהן",
"given": [
"תמר"
],
"text": "תמר כהן"
}
<name xmlns="http://hl7.org/fhir">
<extension url="http://hl7.org/fhir/StructureDefinition/language">
<valueCode value="he" />
</extension>
<text value="תמר כהן" />
<family value="כהן" />
<given value="תמר" />
</name>