Please note, this guide is currently under development and subject to change.
Mapped Resources
Patient
Patient |
id : FlorenceBennett |
meta |
versionId : 1 |
lastUpdated : 2025-06-01T10:00:00.000+02:00 |
name |
family : Bennett |
given : Florence |
use : official |
name |
given : Flo |
use : usual |
birthDate : 1951-01-20 |
contact |
telecom |
system : email |
value : flo@example.com |
Patient.id[0] | FlorenceBennett |
Patient.meta[0].versionId[0] | 1 |
Patient.meta[0].lastUpdated[0] | 2025-06-01T10:00:00+02:00 |
Patient.name[0].use[0] | official |
Patient.name[0].family[0] | Bennett |
Patient.name[0].given[0] | Florence |
Patient.name[1].use[0] | usual |
Patient.name[1].given[0] | Flo |
Patient.birthDate[0] | 1951-01-20 |
Patient.contact[0].telecom[0].system[0] | email |
Patient.contact[0].telecom[0].value[0] | flo@example.com |
<Patient xmlns="http://hl7.org/fhir">
<id value="FlorenceBennett" />
</meta>
<given value="Florence" />
</name>
</name>
<value value="flo@example.com" />
</telecom>
</contact>
</Patient>
{
},
],
{
{
"value": "flo@example.com"
}
]
}
]
}