FHIRPath

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

name
name
{
"use": "old",
"family": "Tamm",
"given": [
"Juhan"
],
"period": {
"start": "2016-12-06",
"end": "2020-07-22"
}
}
{
"family": "Lepp",
"given": [
"Juhan"
],
"period": {
"start": "2020-07-22"
}
}
<name xmlns="http://hl7.org/fhir">
<use value="old" />
<family value="Tamm" />
<given value="Juhan" />
<period>
<start value="2016-12-06" />
<end value="2020-07-22" />
</period>
</name>
<name xmlns="http://hl7.org/fhir">
<family value="Lepp" />
<given value="Juhan" />
<period>
<start value="2020-07-22" />
</period>
</name>