FHIRPath

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

name
{
"text": "Slow Giraffe",
"family": "Crazy Cat",
"given": [
"Slow Cat"
],
"prefix": [
"Hilarious Cat"
],
"suffix": [
"Inventive Mouse"
],
"period": {
"start": "1997-07-21",
"end": "1950-12-05"
}
}
<name xmlns="http://hl7.org/fhir">
<text value="Slow Giraffe" />
<family value="Crazy Cat" />
<given value="Slow Cat" />
<prefix value="Hilarious Cat" />
<suffix value="Inventive Mouse" />
<period>
<start value="1997-07-21" />
<end value="1950-12-05" />
</period>
</name>