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>