FHIRPath

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

name
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "en"
}
],
"family": "Smith",
"given": [
"David",
"John"
],
"text": "David John Smith"
}
<name xmlns="http://hl7.org/fhir">
<extension url="http://hl7.org/fhir/StructureDefinition/language">
<valueCode value="en" />
</extension>
<text value="David John Smith" />
<family value="Smith" />
<given value="David" />
<given value="John" />
</name>