In the Practitioner resource for FHIR stu3 , the photo attribute identifies the Image of the person
"photo":
"gender":
"name": [
{
"given": [
"Adam"
],
"prefix": [
"Dr"
],
"family": "Careful"
}
]
"telecom":
"photo":
"address": [
{
"postalCode": "3999",
"city": "PleasantVille",
"use": "home",
"line": [
"534 Erewhon St"
],
"state": "Vic"
}
]
"birthDate":
"qualification": [
{
"code": {
"text": "Bachelor of Science",
"coding": [
{
"code": "BS",
"system": "http://hl7.org/fhir/v2/0360/2.7",
"display": "Bachelor of Science"
}
]
},
"identifier": [
{
"system": "http://example.org/UniversityIdentifier",
"value": "12345"
}
],
"period": {
"start": "1995"
},
"issuer": {
"display": "Example University"
}
}
]
"communication":
"active": true
"identifier": [
{
"system": "http://www.acme.org/practitioners",
"value": "23"
}
]