FHIRPath

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

name
{
"given": [
"רחל"
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "he"
}
],
"use": "official",
"family": "שרון"
}
<name xmlns="http://hl7.org/fhir">
<extension url="http://hl7.org/fhir/StructureDefinition/language">
<valueCode value="he" />
</extension>
<use value="official" />
<family value="שרון" />
<given value="רחל" />
</name>